CMM3-MIB

File: CMM3-MIB.mib (64913 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
WHISP-TC-MIB WHISP-GLOBAL-REG-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Counter64 IpAddress
NOTIFICATION-TYPE DisplayString OBJECT-GROUP
WhispLUID WhispMACAddress EventString
whispModules whispBox whispCMM

Defined Types

CmmSwitchEntry  
SEQUENCE    
  portNumber INTEGER
  rxDropPkts Counter32
  rxOctets Counter64
  rxBroadcastPkts Counter32
  rxMulticastPkts Counter32
  rxSAChanges Counter32
  rxUndersizePkts Counter32
  rxOversizePkts Counter32
  rxFragments Counter32
  rxJabbers Counter32
  rxUnicastPkts Counter32
  rxAlignmentErrors Counter32
  rxFCSErrors Counter32
  rxGoodOctets Counter64
  rxExcessSizeDisc Counter32
  rxPausePkts Counter32
  rxSymbolErrors Counter32
  txDropPkts Counter32
  txOctets Counter64
  txBroadcastPkts Counter32
  txMulticastPkts Counter32
  txCollisions Counter32
  txUnicastPkts Counter32
  txSingleCollision Counter32
  txMultipleCollision Counter32
  txDeferredTransmit Counter32
  txLateCollision Counter32
  txExcessiveCollision Counter32
  txPausePkts Counter32
  txFrameInDisc Counter32
  pkts64Octets Counter32
  pkts65to127Octets Counter32
  pkts128to255Octets Counter32
  pkts256to511Octets Counter32
  pkts512to1023Octets Counter32
  pkts1024to1522Octets Counter32

CmmPortEntry  
SEQUENCE    
  portIndex INTEGER
  linkStatus INTEGER
  linkSpeed INTEGER
  duplexStatus INTEGER
  powerStatus INTEGER
  uplinkstatus INTEGER

Defined Values

cmmIIIMibModule 1.3.6.1.4.1.161.19.1.1.15
This module contains CMM3 MIB definitions.
MODULE-IDENTITY    

cmmGroups 1.3.6.1.4.1.161.19.3.4.1
OBJECT IDENTIFIER    

cmmSwitch 1.3.6.1.4.1.161.19.3.4.2
OBJECT IDENTIFIER    

cmmConfig 1.3.6.1.4.1.161.19.3.4.3
OBJECT IDENTIFIER    

cmmStatus 1.3.6.1.4.1.161.19.3.4.4
OBJECT IDENTIFIER    

cmmGps 1.3.6.1.4.1.161.19.3.4.5
OBJECT IDENTIFIER    

cmmEventLog 1.3.6.1.4.1.161.19.3.4.6
OBJECT IDENTIFIER    

cmmControls 1.3.6.1.4.1.161.19.3.4.7
OBJECT IDENTIFIER    

cmmSwitchTable 1.3.6.1.4.1.161.19.3.4.2.1
Table of CMM MIB counters
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmmSwitchEntry

cmmSwitchEntry 1.3.6.1.4.1.161.19.3.4.2.1.1
CMM MIB counters
Status: current Access: not-accessible
OBJECT-TYPE    
  CmmSwitchEntry  

portNumber 1.3.6.1.4.1.161.19.3.4.2.1.1.1
A unique value for each CMM port. Its value starts from 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

rxDropPkts 1.3.6.1.4.1.161.19.3.4.2.1.1.2
The number of good packets received by a port that were dropped due to lack of resources(e.g., lack of input buffers)or were dropped due to lack of resources before a determination of the validity of the packet was able to be made (e.g., receive FIFO overflow). The counter is only incremented if the receive error was not counted by either the RxExcessSizeDisc, the RxAlignmentErrors or the RxRCSErrors counters.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxOctets 1.3.6.1.4.1.161.19.3.4.2.1.1.3
The number of bytes of data received by a port (excluding preamble but including FCS), including bad packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rxBroadcastPkts 1.3.6.1.4.1.161.19.3.4.2.1.1.4
The number of good packets received by a port that are directed to the broadcast address. This counter does not include error broadcast packets or valid multicast packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxMulticastPkts 1.3.6.1.4.1.161.19.3.4.2.1.1.5
The number of good packets received by a port that are directed to the multicast address. This counter does not include error multicast packets or valid broadcast packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxSAChanges 1.3.6.1.4.1.161.19.3.4.2.1.1.6
The number of times the SA of good receive packets has changed from the previous value. A count greater than 1 generally indicates the port if connected to a repeater based network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxUndersizePkts 1.3.6.1.4.1.161.19.3.4.2.1.1.7
The number of good packets received by a port that are less than 64 bytes long (excluding framing bits but including the FCS).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxOversizePkts 1.3.6.1.4.1.161.19.3.4.2.1.1.8
The number of good packets received by a port that are greater than 1522 bytes inclusive (excluding framing bits but including the FCS). Note that this counter alone will be incremented for packets in the range 1523-1536 bytes inclusive, whereas both this counter and the RxExcessSizeDisc counter will be incremented for packets of 1537 bytes and higher.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxFragments 1.3.6.1.4.1.161.19.3.4.2.1.1.9
The number of packets received by a port that are less than 64 bytes(excluding framing bits) and have either an FCS error or an alignment error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxJabbers 1.3.6.1.4.1.161.19.3.4.2.1.1.10
The number of packets received by a port that are longer than 1522 bytes and have either an FCS error or an alignment error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxUnicastPkts 1.3.6.1.4.1.161.19.3.4.2.1.1.11
The number of good packets received by a port that are addressed to a unicast address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxAlignmentErrors 1.3.6.1.4.1.161.19.3.4.2.1.1.12
The number of packets received by a port that have a length (excluding framing bits but including FCS) between 64 and 1522 bytes, inclusive, and have a bad FCS with a non-integral number of bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxFCSErrors 1.3.6.1.4.1.161.19.3.4.2.1.1.13
The number of packets received by a port that have a length (excluding framing bits but including FCS) between 64 and 152 bytes, and have a bad FCS with an integral number of bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxGoodOctets 1.3.6.1.4.1.161.19.3.4.2.1.1.14
The total number of bytes in all good packets received by a port (excluding framing bits but including FCS).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

rxExcessSizeDisc 1.3.6.1.4.1.161.19.3.4.2.1.1.15
The number of good packets received by a port that are greater than 1536 bytes (excluding framing bits but including FCS) and were discarded due to excessive length. Note that the RxOversizePkts counter alone is incremented for packets in the range of 1523-1536 bytes inclusive, whereas both this counter and the RxOversizePkts are incremented for packets of 1537 bytes and higher.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxPausePkts 1.3.6.1.4.1.161.19.3.4.2.1.1.16
The number of PAUSE frame received by a port. The PAUSE frame must have a valid MAC Control Frame EtherType field (88-08h), have a destination MAC address of either the MAC Control frame reserved multicast address(01-80-c2-00-00-011) or the unique MAC address associated with the specific port, a valid PAUSE Opcode (00-01), be a minimum of 64 bytes in length (excluding preamble but including FCS), and have a valid CRC. Although an 802.3 compliant MAC is only permitted to transmit PAUSE frames when in full duplex mode, with flow control enabled, and with the transfer of PAUSE frames determined by the result of auto-negotiation, an 802.3 MAC receiver is required to count all received PAUSE frames, regardless of its half/full-duplex status. An indication that a MAC is in half-duplex with the RxPausePkts incrementing indicates a non-compliant transmitting device on the network.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rxSymbolErrors 1.3.6.1.4.1.161.19.3.4.2.1.1.17
The total number of times a valid length packet was received at a port and at least one invalid data symbol was detected. Counter only increment once per carrier event and does not increment on detection of collision during the carrier event.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txDropPkts 1.3.6.1.4.1.161.19.3.4.2.1.1.18
This counter is incremented every time a transmit packet is dropped due to lack of resources (e.g., transmit FIFO underflow), or an internal MAC sublayer transmit error not counted by in either the TxLateCollision or the TxExcessiveCollision counters.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txOctets 1.3.6.1.4.1.161.19.3.4.2.1.1.19
The total number of good bytes of data transmitted by a port (excluding preamble but including FCS).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

txBroadcastPkts 1.3.6.1.4.1.161.19.3.4.2.1.1.20
The number of good packets transmitted by a port that are directed to a broadcast address. This counter does not include errored broadcast packets or valid multicast packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txMulticastPkts 1.3.6.1.4.1.161.19.3.4.2.1.1.21
The number of good packets transmitted by a port that are directed to a multicast address. This counter does not include errored multicast packets or valid broadcast packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txCollisions 1.3.6.1.4.1.161.19.3.4.2.1.1.22
The number of collision experienced by a port during packet transmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txUnicastPkts 1.3.6.1.4.1.161.19.3.4.2.1.1.23
The number of good packets transmitted by a port that are addressed to a unicast address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txSingleCollision 1.3.6.1.4.1.161.19.3.4.2.1.1.24
The number packets successfully transmitted by a port that experienced exactly one collision.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txMultipleCollision 1.3.6.1.4.1.161.19.3.4.2.1.1.25
The number packets successfully transmitted by a port that experienced more than one collision.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txDeferredTransmit 1.3.6.1.4.1.161.19.3.4.2.1.1.26
The number packets successfully transmitted by a port for which the first transmission attempt is delayed because medium is busy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txLateCollision 1.3.6.1.4.1.161.19.3.4.2.1.1.27
The number of times that a collision is detected later than 512 bit-times into the transmission of a packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txExcessiveCollision 1.3.6.1.4.1.161.19.3.4.2.1.1.28
The number of packets that are not transmitted from a port because the packet experienced 16 transmission attempts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txPausePkts 1.3.6.1.4.1.161.19.3.4.2.1.1.29
The number of PAUSE frame transmitted by a port. The MAC resolve to full duplex mode, with 803.3x flow control PAUSE frame exchange enabled at the completion of auto-negotiation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

txFrameInDisc 1.3.6.1.4.1.161.19.3.4.2.1.1.30
The number of valid packets received which are discarded by the forwarding process due to lack of space on an output queue. Note: not maintained or reported in the MIB counters. Located in Congestion registers. This attribute only increments if a network device is not acting in compliance with a flow control request, or the BCM5327M internal flow control/buffering scheme has been misconfigured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pkts64Octets 1.3.6.1.4.1.161.19.3.4.2.1.1.31
The number of packets (including error packets) that are 64 bytes long.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pkts65to127Octets 1.3.6.1.4.1.161.19.3.4.2.1.1.32
The number of packets (including error packets) that are between 65 and 127 bytes long.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pkts128to255Octets 1.3.6.1.4.1.161.19.3.4.2.1.1.33
The number of packets (including error packets) that are between 128 and 255 bytes long.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pkts256to511Octets 1.3.6.1.4.1.161.19.3.4.2.1.1.34
The number of packets (including error packets) that are between 256 and 511 bytes long.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pkts512to1023Octets 1.3.6.1.4.1.161.19.3.4.2.1.1.35
The number of packets (including error packets) that are between 512 and 1023 bytes long.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pkts1024to1522Octets 1.3.6.1.4.1.161.19.3.4.2.1.1.36
The number of packets (including error packets) that are between 1024 and 1522 bytes long.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmmSwitchGroup 1.3.6.1.4.1.161.19.3.4.1.1
CMMIII switch group.
Status: current Access: read-only
OBJECT-GROUP    

gpsTimingPulse 1.3.6.1.4.1.161.19.3.4.3.1
(1) -- Master. (0) -- Slave.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER master(1), slave(0)  

lan1Ip 1.3.6.1.4.1.161.19.3.4.3.2
LAN 1 IP.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

lan1SubnetMask 1.3.6.1.4.1.161.19.3.4.3.3
LAN 1 subnet mask.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

defaultGateWay 1.3.6.1.4.1.161.19.3.4.3.4
Default gateway
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

port1PowerCtr 1.3.6.1.4.1.161.19.3.4.3.5
Power control for port 1. (1) -- Power on. (0) -- Power off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

port2PowerCtr 1.3.6.1.4.1.161.19.3.4.3.6
Power control for port 2. (1) -- Power on. (0) -- Power off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

port3PowerCtr 1.3.6.1.4.1.161.19.3.4.3.7
Power control for port 3. (1) -- Power on. (0) -- Power off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

port4PowerCtr 1.3.6.1.4.1.161.19.3.4.3.8
Power control for port 4. (1) -- Power on. (0) -- Power off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

port5PowerCtr 1.3.6.1.4.1.161.19.3.4.3.9
Power control for port 5. (1) -- Power on. (0) -- Power off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

port6PowerCtr 1.3.6.1.4.1.161.19.3.4.3.10
Power control for port 6. (1) -- Power on. (0) -- Power off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

port7PowerCtr 1.3.6.1.4.1.161.19.3.4.3.11
Power control for port 7. (1) -- Power on. (0) -- Power off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

port8PowerCtr 1.3.6.1.4.1.161.19.3.4.3.12
Power control for port 8. (1) -- Power on. (0) -- Power off.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

displayOnlyAccess 1.3.6.1.4.1.161.19.3.4.3.13
Display only access to web interface and telnet.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

fullAccess 1.3.6.1.4.1.161.19.3.4.3.14
Full access password to web interface and telnet.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

displayOnlyStatus 1.3.6.1.4.1.161.19.3.4.3.15
Display only password status.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fullAccessStatus 1.3.6.1.4.1.161.19.3.4.3.16
Full access password status.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

webAutoUpdate 1.3.6.1.4.1.161.19.3.4.3.17
Web page auto update in seconds. 0 means disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

port1Config 1.3.6.1.4.1.161.19.3.4.3.18
Link speed configuration on port 1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)  

port2Config 1.3.6.1.4.1.161.19.3.4.3.19
Link speed configuration on port 2.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)  

port3Config 1.3.6.1.4.1.161.19.3.4.3.20
Link speed configuration on port 3.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)  

port4Config 1.3.6.1.4.1.161.19.3.4.3.21
Link speed configuration on port 4.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)  

port5Config 1.3.6.1.4.1.161.19.3.4.3.22
Link speed configuration on port 5.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)  

port6Config 1.3.6.1.4.1.161.19.3.4.3.23
Link speed configuration on port 6.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)  

port7Config 1.3.6.1.4.1.161.19.3.4.3.24
Link speed configuration on port 7.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)  

port8Config 1.3.6.1.4.1.161.19.3.4.3.25
Link speed configuration on port 8.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)  

port1Description 1.3.6.1.4.1.161.19.3.4.3.26
Port 1 text description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

port2Description 1.3.6.1.4.1.161.19.3.4.3.27
Port 2 text description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

port3Description 1.3.6.1.4.1.161.19.3.4.3.28
Port 3 text description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

port4Description 1.3.6.1.4.1.161.19.3.4.3.29
Port 4 text description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

port5Description 1.3.6.1.4.1.161.19.3.4.3.30
Port 5 text description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

port6Description 1.3.6.1.4.1.161.19.3.4.3.31
Port 6 text description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

port7Description 1.3.6.1.4.1.161.19.3.4.3.32
Port 7 text description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

port8Description 1.3.6.1.4.1.161.19.3.4.3.33
Port 8 text description.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

snmpTrap1 1.3.6.1.4.1.161.19.3.4.3.34
SNMP Trap Address 1.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap2 1.3.6.1.4.1.161.19.3.4.3.35
SNMP Trap Address 2.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap3 1.3.6.1.4.1.161.19.3.4.3.36
SNMP Trap Address 3.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap4 1.3.6.1.4.1.161.19.3.4.3.37
SNMP Trap Address 4.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap5 1.3.6.1.4.1.161.19.3.4.3.38
SNMP Trap Address 5.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap6 1.3.6.1.4.1.161.19.3.4.3.39
SNMP Trap Address 6.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap7 1.3.6.1.4.1.161.19.3.4.3.40
SNMP Trap Address 7.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap8 1.3.6.1.4.1.161.19.3.4.3.41
SNMP Trap Address 8.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap9 1.3.6.1.4.1.161.19.3.4.3.42
SNMP Trap Address 9.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrap10 1.3.6.1.4.1.161.19.3.4.3.43
SNMP Trap Address 10.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

vlanTagEnable 1.3.6.1.4.1.161.19.3.4.3.44
Enable/Disable 802.1Q VLAN tagging.P (1) -- Enable Tagging. (0) -- Disable Tagging.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

vlanTagId 1.3.6.1.4.1.161.19.3.4.3.45
802.1q VLAN Tag ID, 1-4095.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4095  









rebootIfRequired 1.3.6.1.4.1.161.19.3.4.3.54
Reboot CMM if required. (1) -- Check if CMM reboot is required and do so. (0) -- Do not check for reboot.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(0)  

port1VlanConf 1.3.6.1.4.1.161.19.3.4.3.55
Port 1 VLAN Port Configuration. Bitmap determines which Port(s) Port 1 will egress data. 0 means no ports, 2 means port 2, 6 means ports 2 and 3, etc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

port2VlanConf 1.3.6.1.4.1.161.19.3.4.3.56
Port 2 VLAN Port Configuration. Bitmap determines which Port(s) Port 2 will egress data. 0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

port3VlanConf 1.3.6.1.4.1.161.19.3.4.3.57
Port 3 VLAN Port Configuration. Bitmap determines which Port(s) Port 3 will egress data. 0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

port4VlanConf 1.3.6.1.4.1.161.19.3.4.3.58
Port 4 VLAN Port Configuration. Bitmap determines which Port(s) Port 4 will egress data. 0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

port5VlanConf 1.3.6.1.4.1.161.19.3.4.3.59
Port 5 VLAN Port Configuration. Bitmap determines which Port(s) Port 5 will egress data. 0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

port6VlanConf 1.3.6.1.4.1.161.19.3.4.3.60
Port 6 VLAN Port Configuration. Bitmap determines which Port(s) Port 6 will egress data. 0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

port7VlanConf 1.3.6.1.4.1.161.19.3.4.3.61
Port 7 VLAN Port Configuration. Bitmap determines which Port(s) Port 7 will egress data. 0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

port8VlanConf 1.3.6.1.4.1.161.19.3.4.3.62
Port 8 VLAN Port Configuration. Bitmap determines which Port(s) Port 8 will egress data. 0 means no ports, 1 means port 1, 3 means ports 1 and 2, etc.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

port1PwrReset 1.3.6.1.4.1.161.19.3.4.3.63
If Port 1 is Powered, attched device will be reset when set to 1. If Port 1 is Not Powered, nothing will happen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

port2PwrReset 1.3.6.1.4.1.161.19.3.4.3.64
If Port 2 is Powered, attched device will be reset when set to 1. If Port 2 is Not Powered, nothing will happen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

port3PwrReset 1.3.6.1.4.1.161.19.3.4.3.65
If Port 3 is Powered, attched device will be reset when set to 1. If Port 3 is Not Powered, nothing will happen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

port4PwrReset 1.3.6.1.4.1.161.19.3.4.3.66
If Port 4 is Powered, attched device will be reset when set to 1. If Port 4 is Not Powered, nothing will happen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

port5PwrReset 1.3.6.1.4.1.161.19.3.4.3.67
If Port 5 is Powered, attched device will be reset when set to 1. If Port 5 is Not Powered, nothing will happen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

port6PwrReset 1.3.6.1.4.1.161.19.3.4.3.68
If Port 6 is Powered, attched device will be reset when set to 1. If Port 6 is Not Powered, nothing will happen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

port7PwrReset 1.3.6.1.4.1.161.19.3.4.3.69
If Port 7 is Powered, attched device will be reset when set to 1. If Port 7 is Not Powered, nothing will happen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

port8PwrReset 1.3.6.1.4.1.161.19.3.4.3.70
If Port 8 is Powered, attched device will be reset when set to 1. If Port 8 is Not Powered, nothing will happen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1  

cmmConfigGroup 1.3.6.1.4.1.161.19.3.4.1.2
CMMIII configuration group.
Status: current Access: read-write
OBJECT-GROUP    

cmmPortTable 1.3.6.1.4.1.161.19.3.4.4.1
A list of CMM III port entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmmPortEntry

cmmPortEntry 1.3.6.1.4.1.161.19.3.4.4.1.1
A CMM port entry containing objects with port status.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmmPortEntry  

portIndex 1.3.6.1.4.1.161.19.3.4.4.1.1.1
A unique value for each CMM port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

linkStatus 1.3.6.1.4.1.161.19.3.4.4.1.1.2
The current operational state of the port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(0)  

linkSpeed 1.3.6.1.4.1.161.19.3.4.4.1.1.3
Network connectivity, 100BaseT or 10BaseT.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER hundredBaseT(1), tenBaseT(0)  

duplexStatus 1.3.6.1.4.1.161.19.3.4.4.1.1.4
Half-duplex data transmission or Full-duplex data transmission.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fullDuplex(1), halfDuplex(0)  

powerStatus 1.3.6.1.4.1.161.19.3.4.4.1.1.5
Port power status indicates power on or power off.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(0)  

uplinkStatus 1.3.6.1.4.1.161.19.3.4.4.1.1.6
Port Uplink status indicates whether port is configred as an Uplink Port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(0)  

deviceType 1.3.6.1.4.1.161.19.3.4.4.2
A textual string containing information about device type.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

pldVersion 1.3.6.1.4.1.161.19.3.4.4.3
Version of PLD code.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

softwareVersion 1.3.6.1.4.1.161.19.3.4.4.4
CMM-III software version. It includes the operation system and software build time.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

systemTime 1.3.6.1.4.1.161.19.3.4.4.5
The current time.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

upTime 1.3.6.1.4.1.161.19.3.4.4.6
Time since last system reboot.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

satellitesVisible 1.3.6.1.4.1.161.19.3.4.4.7
Number of satellites the GPS should see.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

satellitesTracked 1.3.6.1.4.1.161.19.3.4.4.8
Current number of satellites that GPS actually tracks.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

latitude 1.3.6.1.4.1.161.19.3.4.4.9
CMM-III latitude.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

longitude 1.3.6.1.4.1.161.19.3.4.4.10
CMM-III longitude.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

height 1.3.6.1.4.1.161.19.3.4.4.11
The height of CMM-III unit.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

trackingMode 1.3.6.1.4.1.161.19.3.4.4.12
CMM-III GPS tracking mode.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

syncStatus 1.3.6.1.4.1.161.19.3.4.4.13
CMM-III GPS sync pulse status.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

macAddress 1.3.6.1.4.1.161.19.3.4.4.14
MAC address of the unit.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cmmStatusGroup 1.3.6.1.4.1.161.19.3.4.1.3
CMMIII configuration group.
Status: current Access: read-only
OBJECT-GROUP    

gpsTrackingMode 1.3.6.1.4.1.161.19.3.4.5.1
CMM-III GPS tracking mode.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsTime 1.3.6.1.4.1.161.19.3.4.5.2
CMM-III GPS time.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsDate 1.3.6.1.4.1.161.19.3.4.5.3
CMM-III GPS date.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsSatellitesVisible 1.3.6.1.4.1.161.19.3.4.5.4
Number of satellites the GPS is supposed to see.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsSatellitesTracked 1.3.6.1.4.1.161.19.3.4.5.5
Current number of satellites GPS tracked.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsHeight 1.3.6.1.4.1.161.19.3.4.5.6
CMM height.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsAntennaConnection 1.3.6.1.4.1.161.19.3.4.5.7
Antenna Connection status.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsLatitude 1.3.6.1.4.1.161.19.3.4.5.8
CMM Latitude.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsLongitude 1.3.6.1.4.1.161.19.3.4.5.9
CMM longitude.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsInvalidMsg 1.3.6.1.4.1.161.19.3.4.5.10
Number of invalid messages.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

gpsRestartCount 1.3.6.1.4.1.161.19.3.4.5.11
Number of unit restart.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

gpsReceiverInfo 1.3.6.1.4.1.161.19.3.4.5.12
A textual string contains information on GPS receiver.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cmmGPSGroup 1.3.6.1.4.1.161.19.3.4.1.4
CMMIII GPS status group.
Status: current Access: read-only
OBJECT-GROUP    

eventLog 1.3.6.1.4.1.161.19.3.4.6.1
CMM Event log.
Status: current Access: read-only
OBJECT-TYPE    
  EventString  

reboot 1.3.6.1.4.1.161.19.3.4.7.1
Setting the variable to 1 will reboot the unit. When the unit finishs rebooting, it will be in finishedReboot state.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reboot(1), finishedReboot(0)  

clearEventLog 1.3.6.1.4.1.161.19.3.4.7.2
Setting the variable to 1 will clear the event log.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), notClear(0)