CMM3-MIB
- Registered at
- 1.3.6.1.4.1.161.19.3.4.11.3.6.1.4.1.161.19.3.4.21.3.6.1.4.1.161.19.3.4.31.3.6.1.4.1.161.19.3.4.41.3.6.1.4.1.161.19.3.4.51.3.6.1.4.1.161.19.3.4.61.3.6.1.4.1.161.19.3.4.7
- Last updated
- 2003-05-15 00:00
- Organization
- Cambium Networks
- Namespace
- cambium
- Source file
CMM3-MIB- Digest
sha256:bbf3a7c4e757146e3ce2873e489f6092bc7faf0bacfb84487da3f7df82c08d88
Description
This module contains CMM3 MIB definitions.
Contact
Canopy Technical Support email: technical-support@canopywireless.com
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Gauge32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
| WHISP-GLOBAL-REG-MIB | whispBox, whispCMM, whispModules |
| WHISP-TCV2-MIB | EventString, WhispLUID, WhispMACAddress |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CMM3-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC WHISP-GLOBAL-REG-MIB WHISP-TCV2-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cmmGroups OBJECT-IDENTITY | 1.3.6.1.4.1.161.19.3.4.1 | |||
| cmmSwitch OBJECT-IDENTITY | 1.3.6.1.4.1.161.19.3.4.2 | |||
| cmmSwitchTable OBJECT-TYPE Table of CMM MIB counters. | 1.3.6.1.4.1.161.19.3.4.2.1 | not-accessible | current | |
| cmmSwitchEntry OBJECT-TYPE CMM MIB counters | 1.3.6.1.4.1.161.19.3.4.2.1.1 | not-accessible | current | |
| portNumber OBJECT-TYPE A unique value for each CMM port. Its value starts from 1 | 1.3.6.1.4.1.161.19.3.4.2.1.1.1 | INTEGER (1..9) | read-only | current |
| rxDropPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.2 | Counter32 | read-only | current |
| rxOctets OBJECT-TYPE The number of bytes of data received by a port (excluding preamble but including FCS), including bad packets. | 1.3.6.1.4.1.161.19.3.4.2.1.1.3 | Counter64 | read-only | current |
| rxBroadcastPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.4 | Counter32 | read-only | current |
| rxMulticastPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.5 | Counter32 | read-only | current |
| rxSAChanges OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.6 | Counter32 | read-only | current |
| rxUndersizePkts OBJECT-TYPE The number of good packets received by a port that are less than 64 bytes long (excluding framing bits but including the FCS). | 1.3.6.1.4.1.161.19.3.4.2.1.1.7 | Counter32 | read-only | current |
| rxOversizePkts OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.8 | Counter32 | read-only | current |
| rxFragments OBJECT-TYPE 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 | 1.3.6.1.4.1.161.19.3.4.2.1.1.9 | Counter32 | read-only | current |
| rxJabbers OBJECT-TYPE The number of packets received by a port that are longer than 1522 bytes and have either an FCS error or an alignment error. | 1.3.6.1.4.1.161.19.3.4.2.1.1.10 | Counter32 | read-only | current |
| rxUnicastPkts OBJECT-TYPE The number of good packets received by a port that are addressed to a unicast address. | 1.3.6.1.4.1.161.19.3.4.2.1.1.11 | Counter32 | read-only | current |
| rxAlignmentErrors OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.12 | Counter32 | read-only | current |
| rxFCSErrors OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.13 | Counter32 | read-only | current |
| rxGoodOctets OBJECT-TYPE The total number of bytes in all good packets received by a port (excluding framing bits but including FCS). | 1.3.6.1.4.1.161.19.3.4.2.1.1.14 | Counter64 | read-only | current |
| rxExcessSizeDisc OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.15 | Counter32 | read-only | current |
| rxPausePkts OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.16 | Counter32 | read-only | current |
| rxSymbolErrors OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.17 | Counter32 | read-only | current |
| txDropPkts OBJECT-TYPE The total number of good bytes of data transmitted by a port (excluding preamble but including FCS). | 1.3.6.1.4.1.161.19.3.4.2.1.1.18 | Counter32 | read-only | current |
| txOctets OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.19 | Counter64 | read-only | current |
| txBroadcastPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.20 | Counter32 | read-only | current |
| txMulticastPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.21 | Counter32 | read-only | current |
| txCollisions OBJECT-TYPE The number of collision experienced by a port during packet transmissions. | 1.3.6.1.4.1.161.19.3.4.2.1.1.22 | Counter32 | read-only | current |
| txUnicastPkts OBJECT-TYPE The number of good packets transmitted by a port that are addressed to a unicast address. | 1.3.6.1.4.1.161.19.3.4.2.1.1.23 | Counter32 | read-only | current |
| txSingleCollision OBJECT-TYPE The number packets successfully transmitted by a port that experienced exactly one collision. | 1.3.6.1.4.1.161.19.3.4.2.1.1.24 | Counter32 | read-only | current |
| txMultipleCollision OBJECT-TYPE The number packets successfully transmitted by a port that experienced more than one collision | 1.3.6.1.4.1.161.19.3.4.2.1.1.25 | Counter32 | read-only | current |
| txDeferredTransmit OBJECT-TYPE The number packets successfully transmitted by a port for which the first transmission attempt is delayed because medium is busy. | 1.3.6.1.4.1.161.19.3.4.2.1.1.26 | Counter32 | read-only | current |
| txLateCollision OBJECT-TYPE The number of times that a collision is detected later than 512 bit-times into the transmission of a packet. | 1.3.6.1.4.1.161.19.3.4.2.1.1.27 | Counter32 | read-only | current |
| txExcessiveCollision OBJECT-TYPE The number of packets that are not transmitted from a port because the packet experienced 16 transmission attempts. | 1.3.6.1.4.1.161.19.3.4.2.1.1.28 | Counter32 | read-only | current |
| txPausePkts OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.29 | Counter32 | read-only | current |
| txFrameInDisc OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.2.1.1.30 | Counter32 | read-only | current |
| pkts64Octets OBJECT-TYPE The number of packets (including error packets) that are 64 bytes long. | 1.3.6.1.4.1.161.19.3.4.2.1.1.31 | Counter32 | read-only | current |
| pkts65to127Octets OBJECT-TYPE The number of packets (including error packets) that are between 65 and 127 bytes long. | 1.3.6.1.4.1.161.19.3.4.2.1.1.32 | Counter32 | read-only | current |
| pkts128to255Octets OBJECT-TYPE The number of packets (including error packets) that are between 128 and 255 bytes long. | 1.3.6.1.4.1.161.19.3.4.2.1.1.33 | Counter32 | read-only | current |
| pkts256to511Octets OBJECT-TYPE The number of packets (including error packets) that are between 256 and 511 bytes long. | 1.3.6.1.4.1.161.19.3.4.2.1.1.34 | Counter32 | read-only | current |
| pkts512to1023Octets OBJECT-TYPE The number of packets (including error packets) that are between 512 and 1023 bytes long. | 1.3.6.1.4.1.161.19.3.4.2.1.1.35 | Counter32 | read-only | current |
| pkts1024to1522Octets OBJECT-TYPE The number of packets (including error packets) that are between 1024 and 1522 bytes long. | 1.3.6.1.4.1.161.19.3.4.2.1.1.36 | Counter32 | read-only | current |
| portMirrorEnable OBJECT-TYPE A unique value for each CMM port. Its value starts from 1 | 1.3.6.1.4.1.161.19.3.4.2.2 | INTEGER {disable(0), enable(1)} | read-write | current |
| mirrorCapturePort OBJECT-TYPE A unique value for each CMM port. Its value starts from 1 | 1.3.6.1.4.1.161.19.3.4.2.3 | INTEGER {port1(1), port2(2), port3(3), port4(4), port5(5), port6(6), port7(7), port8(8)} | read-write | current |
| cmmSwitchMirrorSrcPortsTable OBJECT-TYPE Table of CMM Switch Mirror Source Ports. | 1.3.6.1.4.1.161.19.3.4.2.4 | not-accessible | current | |
| cmmSwitchMirrorSrcPortsEntry OBJECT-TYPE CMM Switch Mirror Source Ports | 1.3.6.1.4.1.161.19.3.4.2.4.1 | not-accessible | current | |
| mirSrcPortNumber OBJECT-TYPE A unique value for each CMM port. Its value starts from 1 | 1.3.6.1.4.1.161.19.3.4.2.4.1.1 | INTEGER (1..9) | read-only | current |
| mirSrcRxEnable OBJECT-TYPE A unique value for each CMM port. Its value starts from 1 | 1.3.6.1.4.1.161.19.3.4.2.4.1.2 | INTEGER (0..1) | read-write | current |
| mirSrcTxEnable OBJECT-TYPE A unique value for each CMM port. Its value starts from 1 | 1.3.6.1.4.1.161.19.3.4.2.4.1.3 | INTEGER (0..1) | read-write | current |
| cmmConfig OBJECT-IDENTITY | 1.3.6.1.4.1.161.19.3.4.3 | |||
| gpsTimingPulse OBJECT-TYPE (1) -- Master. (0) -- Slave. | 1.3.6.1.4.1.161.19.3.4.3.1 | INTEGER {slave(0), master(1)} | read-write | current |
| lan1Ip OBJECT-TYPE LAN 1 IP. | 1.3.6.1.4.1.161.19.3.4.3.2 | IpAddress | read-write | current |
| lan1SubnetMask OBJECT-TYPE LAN 1 subnet mask. | 1.3.6.1.4.1.161.19.3.4.3.3 | IpAddress | read-write | current |
| defaultGateway OBJECT-TYPE Default gateway | 1.3.6.1.4.1.161.19.3.4.3.4 | IpAddress | read-write | current |
| port1PowerCtr OBJECT-TYPE Power control for port 1. (1) -- Power on. (0) -- Power off | 1.3.6.1.4.1.161.19.3.4.3.5 | INTEGER {off(0), on(1)} | read-write | current |
| port2PowerCtr OBJECT-TYPE Power control for port 2. (1) -- Power on. (0) -- Power off. | 1.3.6.1.4.1.161.19.3.4.3.6 | INTEGER {off(0), on(1)} | read-write | current |
| port3PowerCtr OBJECT-TYPE Power control for port 3. (1) -- Power on. (0) -- Power off | 1.3.6.1.4.1.161.19.3.4.3.7 | INTEGER {off(0), on(1)} | read-write | current |
| port4PowerCtr OBJECT-TYPE Power control for port 4. (1) -- Power on. (0) -- Power off | 1.3.6.1.4.1.161.19.3.4.3.8 | INTEGER {off(0), on(1)} | read-write | current |
| port5PowerCtr OBJECT-TYPE Power control for port 5. (1) -- Power on. (0) -- Power off | 1.3.6.1.4.1.161.19.3.4.3.9 | INTEGER {off(0), on(1)} | read-write | current |
| port6PowerCtr OBJECT-TYPE Power control for port 6. (1) -- Power on. (0) -- Power off | 1.3.6.1.4.1.161.19.3.4.3.10 | INTEGER {off(0), on(1)} | read-write | current |
| port7PowerCtr OBJECT-TYPE Power control for port 7. (1) -- Power on. (0) -- Power off | 1.3.6.1.4.1.161.19.3.4.3.11 | INTEGER {off(0), on(1)} | read-write | current |
| port8PowerCtr OBJECT-TYPE Power control for port 8. (1) -- Power on. (0) -- Power off | 1.3.6.1.4.1.161.19.3.4.3.12 | INTEGER {off(0), on(1)} | read-write | current |
| displayOnlyAccess OBJECT-TYPE Display only access to web interface and telnet. | 1.3.6.1.4.1.161.19.3.4.3.13 | DisplayString | read-write | obsolete |
| fullAccess OBJECT-TYPE Full access password to web interface and telnet. | 1.3.6.1.4.1.161.19.3.4.3.14 | DisplayString | read-write | obsolete |
| displayOnlyStatus OBJECT-TYPE Display only password status. | 1.3.6.1.4.1.161.19.3.4.3.15 | DisplayString | read-only | obsolete |
| fullAccessStatus OBJECT-TYPE Full access password status. | 1.3.6.1.4.1.161.19.3.4.3.16 | DisplayString | read-only | obsolete |
| webAutoUpdate OBJECT-TYPE Web page auto update in seconds. 0 means disabled. | 1.3.6.1.4.1.161.19.3.4.3.17 | INTEGER | read-write | current |
| port1Config OBJECT-TYPE Link speed configuration on port 1. | 1.3.6.1.4.1.161.19.3.4.3.18 | INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)} | read-write | current |
| port2Config OBJECT-TYPE Link speed configuration on port 2. | 1.3.6.1.4.1.161.19.3.4.3.19 | INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)} | read-write | current |
| port3Config OBJECT-TYPE Link speed configuration on port 3. | 1.3.6.1.4.1.161.19.3.4.3.20 | INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)} | read-write | current |
| port4Config OBJECT-TYPE Link speed configuration on port 4. | 1.3.6.1.4.1.161.19.3.4.3.21 | INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)} | read-write | current |
| port5Config OBJECT-TYPE Link speed configuration on port 5. | 1.3.6.1.4.1.161.19.3.4.3.22 | INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)} | read-write | current |
| port6Config OBJECT-TYPE Link speed configuration on port 6. | 1.3.6.1.4.1.161.19.3.4.3.23 | INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)} | read-write | current |
| port7Config OBJECT-TYPE Link speed configuration on port 7. | 1.3.6.1.4.1.161.19.3.4.3.24 | INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)} | read-write | current |
| port8Config OBJECT-TYPE Link speed configuration on port 8. | 1.3.6.1.4.1.161.19.3.4.3.25 | INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)} | read-write | current |
| port1Description OBJECT-TYPE Port 1 text description. | 1.3.6.1.4.1.161.19.3.4.3.26 | DisplayString | read-write | current |
| port2Description OBJECT-TYPE Port 2 text description. | 1.3.6.1.4.1.161.19.3.4.3.27 | DisplayString | read-write | current |
| port3Description OBJECT-TYPE Port 3 text description. | 1.3.6.1.4.1.161.19.3.4.3.28 | DisplayString | read-write | current |
| port4Description OBJECT-TYPE Port 4 text description. | 1.3.6.1.4.1.161.19.3.4.3.29 | DisplayString | read-write | current |
| port5Description OBJECT-TYPE Port 5 text description. | 1.3.6.1.4.1.161.19.3.4.3.30 | DisplayString | read-write | current |
| port6Description OBJECT-TYPE Port 6 text description. | 1.3.6.1.4.1.161.19.3.4.3.31 | DisplayString | read-write | current |
| port7Description OBJECT-TYPE Port 7 text description. | 1.3.6.1.4.1.161.19.3.4.3.32 | DisplayString | read-write | current |
| port8Description OBJECT-TYPE Port 8 text description. | 1.3.6.1.4.1.161.19.3.4.3.33 | DisplayString | read-write | current |
| snmpTrap1 OBJECT-TYPE SNMP Trap Address 1. | 1.3.6.1.4.1.161.19.3.4.3.34 | IpAddress | read-write | current |
| snmpTrap2 OBJECT-TYPE SNMP Trap Address 2. | 1.3.6.1.4.1.161.19.3.4.3.35 | IpAddress | read-write | current |
| snmpTrap3 OBJECT-TYPE SNMP Trap Address 3. | 1.3.6.1.4.1.161.19.3.4.3.36 | IpAddress | read-write | current |
| snmpTrap4 OBJECT-TYPE SNMP Trap Address 4. | 1.3.6.1.4.1.161.19.3.4.3.37 | IpAddress | read-write | current |
| snmpTrap5 OBJECT-TYPE SNMP Trap Address 5. | 1.3.6.1.4.1.161.19.3.4.3.38 | IpAddress | read-write | current |
| snmpTrap6 OBJECT-TYPE SNMP Trap Address 6. | 1.3.6.1.4.1.161.19.3.4.3.39 | IpAddress | read-write | current |
| snmpTrap7 OBJECT-TYPE SNMP Trap Address 7. | 1.3.6.1.4.1.161.19.3.4.3.40 | IpAddress | read-write | current |
| snmpTrap8 OBJECT-TYPE SNMP Trap Address 8. | 1.3.6.1.4.1.161.19.3.4.3.41 | IpAddress | read-write | current |
| snmpTrap9 OBJECT-TYPE SNMP Trap Address 9. | 1.3.6.1.4.1.161.19.3.4.3.42 | IpAddress | read-write | current |
| snmpTrap10 OBJECT-TYPE SNMP Trap Address 10. | 1.3.6.1.4.1.161.19.3.4.3.43 | IpAddress | read-write | current |
| vlanTagEnable OBJECT-TYPE Enable/Disable 802.1Q VLAN tagging.P (1) -- Enable Tagging. (0) -- Disable Tagging. | 1.3.6.1.4.1.161.19.3.4.3.44 | INTEGER {off(0), on(1)} | read-write | current |
| vlanTagId OBJECT-TYPE 802.1q VLAN Tag ID, 1-4094. | 1.3.6.1.4.1.161.19.3.4.3.45 | INTEGER (1..4094) | read-write | current |
| port1Uplink OBJECT-TYPE Configure Port 1 as Uplink Port. (1) -- Port 1 is an uplink port. (0) -- Port 1 is not an uplink port. | 1.3.6.1.4.1.161.19.3.4.3.46 | INTEGER {off(0), on(1)} | read-write | current |
| port2Uplink OBJECT-TYPE Configure Port 2 as Uplink Port. (1) -- Port 2 is an uplink port. (0) -- Port 2 is not an uplink port. | 1.3.6.1.4.1.161.19.3.4.3.47 | INTEGER {off(0), on(1)} | read-write | current |
| port3Uplink OBJECT-TYPE Configure Port 3 as Uplink Port. (1) -- Port 3 is an uplink port. (0) -- Port 3 is not an uplink port. | 1.3.6.1.4.1.161.19.3.4.3.48 | INTEGER {off(0), on(1)} | read-write | current |
| port4Uplink OBJECT-TYPE Configure Port 4 as Uplink Port. (1) -- Port 4 is an uplink port. (0) -- Port 4 is not an uplink port. | 1.3.6.1.4.1.161.19.3.4.3.49 | INTEGER {off(0), on(1)} | read-write | current |
| port5Uplink OBJECT-TYPE Configure Port 5 as Uplink Port. (1) -- Port 5 is an uplink port. (0) -- Port 5 is not an uplink port. | 1.3.6.1.4.1.161.19.3.4.3.50 | INTEGER {off(0), on(1)} | read-write | current |
| port6Uplink OBJECT-TYPE Configure Port 6 as Uplink Port. (1) -- Port 6 is an uplink port. (0) -- Port 6 is not an uplink port. | 1.3.6.1.4.1.161.19.3.4.3.51 | INTEGER {off(0), on(1)} | read-write | current |
| port7Uplink OBJECT-TYPE Configure Port 7 as Uplink Port. (1) -- Port 7 is an uplink port. (0) -- Port 7 is not an uplink port. | 1.3.6.1.4.1.161.19.3.4.3.52 | INTEGER {off(0), on(1)} | read-write | current |
| port8Uplink OBJECT-TYPE Configure Port 8 as Uplink Port. (1) -- Port 8 is an uplink port. (0) -- Port 8 is not an uplink port. | 1.3.6.1.4.1.161.19.3.4.3.53 | INTEGER {off(0), on(1)} | read-write | current |
| rebootIfRequired OBJECT-TYPE Reboot CMM if required. (1) -- Check if CMM reboot is required and do so. (0) -- Do not check for reboot. | 1.3.6.1.4.1.161.19.3.4.3.54 | INTEGER {off(0), on(1)} | read-write | current |
| port1VlanConf OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.3.55 | INTEGER (0..255) | read-write | current |
| port2VlanConf OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.3.56 | INTEGER (0..255) | read-write | current |
| port3VlanConf OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.3.57 | INTEGER (0..255) | read-write | current |
| port4VlanConf OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.3.58 | INTEGER (0..255) | read-write | current |
| port5VlanConf OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.3.59 | INTEGER (0..255) | read-write | current |
| port6VlanConf OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.3.60 | INTEGER (0..255) | read-write | current |
| port7VlanConf OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.3.61 | INTEGER (0..255) | read-write | current |
| port8VlanConf OBJECT-TYPE 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. | 1.3.6.1.4.1.161.19.3.4.3.62 | INTEGER (0..255) | read-write | current |
| port1PwrReset OBJECT-TYPE If Port 1 is Powered, attched device will be reset when set to 1. If Port 1 is Not Powered, nothing will happen. | 1.3.6.1.4.1.161.19.3.4.3.63 | INTEGER (0..1) | read-write | current |
| port2PwrReset OBJECT-TYPE If Port 2 is Powered, attched device will be reset when set to 1. If Port 2 is Not Powered, nothing will happen. | 1.3.6.1.4.1.161.19.3.4.3.64 | INTEGER (0..1) | read-write | current |
| port3PwrReset OBJECT-TYPE If Port 3 is Powered, attched device will be reset when set to 1. If Port 3 is Not Powered, nothing will happen. | 1.3.6.1.4.1.161.19.3.4.3.65 | INTEGER (0..1) | read-write | current |
| port4PwrReset OBJECT-TYPE If Port 4 is Powered, attched device will be reset when set to 1. If Port 4 is Not Powered, nothing will happen. | 1.3.6.1.4.1.161.19.3.4.3.66 | INTEGER (0..1) | read-write | current |
| port5PwrReset OBJECT-TYPE If Port 5 is Powered, attched device will be reset when set to 1. If Port 5 is Not Powered, nothing will happen. | 1.3.6.1.4.1.161.19.3.4.3.67 | INTEGER (0..1) | read-write | current |
| port6PwrReset OBJECT-TYPE If Port 6 is Powered, attched device will be reset when set to 1. If Port 6 is Not Powered, nothing will happen. | 1.3.6.1.4.1.161.19.3.4.3.68 | INTEGER (0..1) | read-write | current |
| port7PwrReset OBJECT-TYPE If Port 7 is Powered, attched device will be reset when set to 1. If Port 7 is Not Powered, nothing will happen. | 1.3.6.1.4.1.161.19.3.4.3.69 | INTEGER (0..1) | read-write | current |
| port8PwrReset OBJECT-TYPE If Port 8 is Powered, attched device will be reset when set to 1. If Port 8 is Not Powered, nothing will happen. | 1.3.6.1.4.1.161.19.3.4.3.70 | INTEGER (0..1) | read-write | current |
| snmpReadOnly OBJECT-TYPE SNMP Permissions 1 - Read Only 0 - Read/Write. | 1.3.6.1.4.1.161.19.3.4.3.71 | INTEGER {readWritePermissions(0), readOnlyPermissions(1)} | read-write | current |
| snmpCommunityString OBJECT-TYPE SNMP Community String | 1.3.6.1.4.1.161.19.3.4.3.72 | DisplayString | read-write | current |
| snmpAccessSubnet OBJECT-TYPE SNMP Accessing Subnet 1. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.73 | DisplayString | read-write | current |
| snmpAccessSubnet2 OBJECT-TYPE SNMP Accessing Subnet 2. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.74 | DisplayString | read-write | current |
| snmpAccessSubnet3 OBJECT-TYPE SNMP Accessing Subnet 3. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.75 | DisplayString | read-write | current |
| snmpAccessSubnet4 OBJECT-TYPE SNMP Accessing Subnet 4. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.76 | DisplayString | read-write | current |
| snmpAccessSubnet5 OBJECT-TYPE SNMP Accessing Subnet 5. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.77 | DisplayString | read-write | current |
| snmpAccessSubnet6 OBJECT-TYPE SNMP Accessing Subnet 6. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.78 | DisplayString | read-write | current |
| snmpAccessSubnet7 OBJECT-TYPE SNMP Accessing Subnet 7. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.79 | DisplayString | read-write | current |
| snmpAccessSubnet8 OBJECT-TYPE SNMP Accessing Subnet 8. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.80 | DisplayString | read-write | current |
| snmpAccessSubnet9 OBJECT-TYPE SNMP Accessing Subnet 9. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.81 | DisplayString | read-write | current |
| snmpAccessSubnet10 OBJECT-TYPE SNMP Accessing Subnet 10. In x.x.x.x/y form where x.x.x.x is network and y is mask length. | 1.3.6.1.4.1.161.19.3.4.3.82 | DisplayString | read-write | current |
| port1Management OBJECT-TYPE Configure Port 1 as a Management Port. (1) -- Port 1 is a Management port. (0) -- Port 1 is not a Management port. | 1.3.6.1.4.1.161.19.3.4.3.83 | INTEGER {off(0), on(1)} | read-write | current |
| port2Management OBJECT-TYPE Configure Port 2 as a Management Port. (1) -- Port 2 is a Managementport. (0) -- Port 2 is not a Management port. | 1.3.6.1.4.1.161.19.3.4.3.84 | INTEGER {off(0), on(1)} | read-write | current |
| port3Management OBJECT-TYPE Configure Port 3 as a Management Port. (1) -- Port 3 is a Management port. (0) -- Port 3 is not a Management port. | 1.3.6.1.4.1.161.19.3.4.3.85 | INTEGER {off(0), on(1)} | read-write | current |
| port4Management OBJECT-TYPE Configure Port 4 as a Management Port. (1) -- Port 4 is a Management port. (0) -- Port 4 is not a Management port. | 1.3.6.1.4.1.161.19.3.4.3.86 | INTEGER {off(0), on(1)} | read-write | current |
| port5Management OBJECT-TYPE Configure Port 5 as a Management Port. (1) -- Port 5 is a Management port. (0) -- Port 5 is not a Management port. | 1.3.6.1.4.1.161.19.3.4.3.87 | INTEGER {off(0), on(1)} | read-write | current |
| port6Management OBJECT-TYPE Configure Port 6 as a Management Port. (1) -- Port 6 is a Management port. (0) -- Port 6 is not a Management port. | 1.3.6.1.4.1.161.19.3.4.3.88 | INTEGER {off(0), on(1)} | read-write | current |
| port7Management OBJECT-TYPE Configure Port 7 as a Management Port. (1) -- Port 7 is a Management port. (0) -- Port 7 is not a Management port. | 1.3.6.1.4.1.161.19.3.4.3.89 | INTEGER {off(0), on(1)} | read-write | current |
| port8Management OBJECT-TYPE Configure Port 8 as a Management Port. (1) -- Port 8 is a Management port. (0) -- Port 8 is not a Management port. | 1.3.6.1.4.1.161.19.3.4.3.90 | INTEGER {off(0), on(1)} | read-write | current |
| sessionTimeout OBJECT-TYPE Timer for Telnet, Web and FTP sessions. | 1.3.6.1.4.1.161.19.3.4.3.91 | INTEGER | read-write | current |
| siteInfoViewable OBJECT-TYPE Enable non login users the ability to view Site Information | 1.3.6.1.4.1.161.19.3.4.3.92 | INTEGER {disable(0), enable(1)} | read-write | current |
| ipAccessFilterEnable OBJECT-TYPE To enable or disable IP access filtering to Management functions. (0) - IP access will be allowed from all addresses. (1) - IP access will be controlled using allowedIPAccess1-3 entries. | 1.3.6.1.4.1.161.19.3.4.3.93 | INTEGER {disable(0), enable(1)} | read-write | current |
| allowedIPAccess1 OBJECT-TYPE Allow access to CMM Management from this IP. 0 is default setting to allow from all IPs. | 1.3.6.1.4.1.161.19.3.4.3.94 | IpAddress | read-write | current |
| allowedIPAccess2 OBJECT-TYPE Allow access to CMM Management from this IP. 0 is default setting to allow from all IPs. | 1.3.6.1.4.1.161.19.3.4.3.95 | IpAddress | read-write | current |
| allowedIPAccess3 OBJECT-TYPE Allow access to CMM Management from this IP. 0 is default setting to allow from all IPs. | 1.3.6.1.4.1.161.19.3.4.3.96 | IpAddress | read-write | current |
| verifyGPSChecksum OBJECT-TYPE Enable/Disable verification of GPS message checksums. | 1.3.6.1.4.1.161.19.3.4.3.97 | INTEGER {doNotVerifyGPSMessageChecksum(0), verifyGPSMessageChecksum(1)} | read-write | current |
| cmm3SnmpGPSSyncTrapEnable OBJECT-TYPE Variable to enable/disable GPS sync/out-sync traps. | 1.3.6.1.4.1.161.19.3.4.3.98 | INTEGER {disable(0), enable(1)} | read-write | current |
| cmmStatus OBJECT-IDENTITY | 1.3.6.1.4.1.161.19.3.4.4 | |||
| cmmPortTable OBJECT-TYPE A list of CMM III port entries. | 1.3.6.1.4.1.161.19.3.4.4.1 | not-accessible | current | |
| cmmPortEntry OBJECT-TYPE A CMM port entry containing objects with port status. | 1.3.6.1.4.1.161.19.3.4.4.1.1 | not-accessible | current | |
| portIndex OBJECT-TYPE A unique value for each CMM port. | 1.3.6.1.4.1.161.19.3.4.4.1.1.1 | INTEGER (1..8) | read-only | current |
| linkStatus OBJECT-TYPE The current operational state of the port. | 1.3.6.1.4.1.161.19.3.4.4.1.1.2 | INTEGER {off(0), on(1)} | read-only | current |
| linkSpeed OBJECT-TYPE Network connectivity, 100BaseT or 10BaseT. | 1.3.6.1.4.1.161.19.3.4.4.1.1.3 | INTEGER {tenBaseT(0), hundredBaseT(1)} | read-only | current |
| duplexStatus OBJECT-TYPE Half-duplex data transmission or Full-duplex data transmission. | 1.3.6.1.4.1.161.19.3.4.4.1.1.4 | INTEGER {halfDuplex(0), fullDuplex(1)} | read-only | current |
| powerStatus OBJECT-TYPE Port power status indicates power on or power off. | 1.3.6.1.4.1.161.19.3.4.4.1.1.5 | INTEGER {off(0), on(1)} | read-only | current |
| uplinkStatus OBJECT-TYPE Port Uplink status indicates whether port is configred as an Uplink Port. | 1.3.6.1.4.1.161.19.3.4.4.1.1.6 | INTEGER {off(0), on(1)} | read-only | current |
| managementStatus OBJECT-TYPE Management Port status indicates whether port is configred as a CMM3 Management Port. | 1.3.6.1.4.1.161.19.3.4.4.1.1.7 | INTEGER {off(0), on(1)} | read-only | current |
| deviceType OBJECT-TYPE A textual string containing information about device type. | 1.3.6.1.4.1.161.19.3.4.4.2 | DisplayString | read-only | current |
| pldVersion OBJECT-TYPE Version of PLD code. | 1.3.6.1.4.1.161.19.3.4.4.3 | DisplayString | read-only | current |
| softwareVersion OBJECT-TYPE CMM-III software version. It includes the operation system and software build time. | 1.3.6.1.4.1.161.19.3.4.4.4 | DisplayString | read-only | current |
| systemTime OBJECT-TYPE The current time. | 1.3.6.1.4.1.161.19.3.4.4.5 | DisplayString | read-only | current |
| upTime OBJECT-TYPE Time since last system reboot. | 1.3.6.1.4.1.161.19.3.4.4.6 | DisplayString | read-only | current |
| satellitesVisible OBJECT-TYPE Number of satellites the GPS should see. | 1.3.6.1.4.1.161.19.3.4.4.7 | DisplayString | read-only | current |
| satellitesTracked OBJECT-TYPE Current number of satellites that GPS actually tracks. | 1.3.6.1.4.1.161.19.3.4.4.8 | DisplayString | read-only | current |
| latitude OBJECT-TYPE CMM-III latitude. | 1.3.6.1.4.1.161.19.3.4.4.9 | DisplayString | read-only | current |
| longitude OBJECT-TYPE CMM-III longitude. | 1.3.6.1.4.1.161.19.3.4.4.10 | DisplayString | read-only | current |
| height OBJECT-TYPE The height of CMM-III unit. | 1.3.6.1.4.1.161.19.3.4.4.11 | DisplayString | read-only | current |
| trackingMode OBJECT-TYPE CMM-III GPS tracking mode. | 1.3.6.1.4.1.161.19.3.4.4.12 | DisplayString | read-only | current |
| syncStatus OBJECT-TYPE CMM-III GPS sync pulse status. | 1.3.6.1.4.1.161.19.3.4.4.13 | DisplayString | read-only | current |
| macAddress OBJECT-TYPE MAC address of the unit. | 1.3.6.1.4.1.161.19.3.4.4.14 | DisplayString | read-only | current |
| cmmGps OBJECT-IDENTITY | 1.3.6.1.4.1.161.19.3.4.5 | |||
| gpsTrackingMode OBJECT-TYPE CMM-III GPS tracking mode. | 1.3.6.1.4.1.161.19.3.4.5.1 | DisplayString | read-only | current |
| gpsTime OBJECT-TYPE CMM-III GPS time. | 1.3.6.1.4.1.161.19.3.4.5.2 | DisplayString | read-only | current |
| gpsDate OBJECT-TYPE CMM-III GPS date. | 1.3.6.1.4.1.161.19.3.4.5.3 | DisplayString | read-only | current |
| gpsSatellitesVisible OBJECT-TYPE Number of satellites the GPS is supposed to see. | 1.3.6.1.4.1.161.19.3.4.5.4 | DisplayString | read-only | current |
| gpsSatellitesTracked OBJECT-TYPE Current number of satellites GPS tracked. | 1.3.6.1.4.1.161.19.3.4.5.5 | DisplayString | read-only | current |
| gpsHeight OBJECT-TYPE CMM height. | 1.3.6.1.4.1.161.19.3.4.5.6 | DisplayString | read-only | current |
| gpsAntennaConnection OBJECT-TYPE Antenna Connection status. | 1.3.6.1.4.1.161.19.3.4.5.7 | DisplayString | read-only | current |
| gpsLatitude OBJECT-TYPE CMM Latitude. | 1.3.6.1.4.1.161.19.3.4.5.8 | DisplayString | read-only | current |
| gpsLongitude OBJECT-TYPE CMM longitude. | 1.3.6.1.4.1.161.19.3.4.5.9 | DisplayString | read-only | current |
| gpsInvalidMsg OBJECT-TYPE Number of invalid messages. | 1.3.6.1.4.1.161.19.3.4.5.10 | DisplayString | read-only | current |
| gpsRestartCount OBJECT-TYPE Number of unit restart. | 1.3.6.1.4.1.161.19.3.4.5.11 | INTEGER | read-only | current |
| gpsReceiverInfo OBJECT-TYPE A textual string contains information on GPS receiver. | 1.3.6.1.4.1.161.19.3.4.5.12 | DisplayString | read-only | current |
| gpsReInitCount OBJECT-TYPE Number of times the GPS device has been completely re-initialized. | 1.3.6.1.4.1.161.19.3.4.5.13 | DisplayString | read-only | current |
| cmmEventLog OBJECT-IDENTITY | 1.3.6.1.4.1.161.19.3.4.6 | |||
| eventLog OBJECT-TYPE CMM Event log. | 1.3.6.1.4.1.161.19.3.4.6.1 | EventString | read-only | current |
| ntpLog OBJECT-TYPE CMM3 NTP Log | 1.3.6.1.4.1.161.19.3.4.6.2 | EventString | read-only | current |
| cmmControls OBJECT-IDENTITY | 1.3.6.1.4.1.161.19.3.4.7 | |||
| reboot OBJECT-TYPE Setting the variable to 1 will reboot the unit. When the unit finishs rebooting, it will be in finishedReboot state. | 1.3.6.1.4.1.161.19.3.4.7.1 | INTEGER {finishedReboot(0), reboot(1)} | read-write | current |
| clearEventLog OBJECT-TYPE Setting the variable to 1 will clear the event log. | 1.3.6.1.4.1.161.19.3.4.7.2 | INTEGER {notClear(0), clear(1)} | read-write | current |
| cmmUserTable OBJECT-TYPE User information table. | 1.3.6.1.4.1.161.19.3.4.8 | not-accessible | current | |
| cmmUserEntry OBJECT-TYPE User entry. | 1.3.6.1.4.1.161.19.3.4.8.1 | not-accessible | current | |
| entryIndex OBJECT-TYPE User information table index. | 1.3.6.1.4.1.161.19.3.4.8.1.1 | INTEGER (1..5) | read-only | current |
| userLoginName OBJECT-TYPE User name. | 1.3.6.1.4.1.161.19.3.4.8.1.2 | DisplayString | read-only | current |
| userPswd OBJECT-TYPE User password. | 1.3.6.1.4.1.161.19.3.4.8.1.3 | DisplayString | read-only | current |
| accessLevel OBJECT-TYPE User access level. | 1.3.6.1.4.1.161.19.3.4.8.1.4 | INTEGER {noAdmin(0), guest(1), installer(2), administrator(3), technician(4), engineering(5)} | read-only | current |
Conformance
| Name | OID | Status |
|---|---|---|
| cmmSwitchGroup OBJECT-GROUP CMMIII switch group. | 1.3.6.1.4.1.161.19.3.4.1.1 | current |
| cmmConfigGroup OBJECT-GROUP CMMIII configuration group. | 1.3.6.1.4.1.161.19.3.4.1.2 | current |
| cmmStatusGroup OBJECT-GROUP CMMIII configuration group. | 1.3.6.1.4.1.161.19.3.4.1.3 | current |
| cmmGPSGroup OBJECT-GROUP CMMIII GPS status group. | 1.3.6.1.4.1.161.19.3.4.1.4 | current |
| cmmUserTableGroup OBJECT-GROUP CMMIII User Information Table group. | 1.3.6.1.4.1.161.19.3.4.1.5 | current |