MIBs Depot

CMM3-MIB

Registered at
1.3.6.1.4.1.161.19.3.4.1
1.3.6.1.4.1.161.19.3.4.2
1.3.6.1.4.1.161.19.3.4.3
1.3.6.1.4.1.161.19.3.4.4
1.3.6.1.4.1.161.19.3.4.5
1.3.6.1.4.1.161.19.3.4.6
1.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

FromSymbols
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION
WHISP-GLOBAL-REG-MIBwhispBox, whispCMM, whispModules
WHISP-TCV2-MIBEventString, 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

NameOIDSyntaxAccessStatus
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.1not-accessiblecurrent
cmmSwitchEntry
OBJECT-TYPE
CMM MIB counters
1.3.6.1.4.1.161.19.3.4.2.1.1not-accessiblecurrent
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.1INTEGER (1..9)read-onlycurrent
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.2Counter32read-onlycurrent
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.3Counter64read-onlycurrent
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.4Counter32read-onlycurrent
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.5Counter32read-onlycurrent
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.6Counter32read-onlycurrent
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.7Counter32read-onlycurrent
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.8Counter32read-onlycurrent
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.9Counter32read-onlycurrent
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.10Counter32read-onlycurrent
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.11Counter32read-onlycurrent
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.12Counter32read-onlycurrent
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.13Counter32read-onlycurrent
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.14Counter64read-onlycurrent
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.15Counter32read-onlycurrent
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.16Counter32read-onlycurrent
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.17Counter32read-onlycurrent
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.18Counter32read-onlycurrent
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.19Counter64read-onlycurrent
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.20Counter32read-onlycurrent
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.21Counter32read-onlycurrent
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.22Counter32read-onlycurrent
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.23Counter32read-onlycurrent
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.24Counter32read-onlycurrent
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.25Counter32read-onlycurrent
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.26Counter32read-onlycurrent
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.27Counter32read-onlycurrent
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.28Counter32read-onlycurrent
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.29Counter32read-onlycurrent
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.30Counter32read-onlycurrent
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.31Counter32read-onlycurrent
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.32Counter32read-onlycurrent
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.33Counter32read-onlycurrent
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.34Counter32read-onlycurrent
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.35Counter32read-onlycurrent
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.36Counter32read-onlycurrent
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.2INTEGER {disable(0), enable(1)}read-writecurrent
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.3INTEGER {port1(1), port2(2), port3(3), port4(4), port5(5), port6(6), port7(7), port8(8)}read-writecurrent
cmmSwitchMirrorSrcPortsTable
OBJECT-TYPE
Table of CMM Switch Mirror Source Ports.
1.3.6.1.4.1.161.19.3.4.2.4not-accessiblecurrent
cmmSwitchMirrorSrcPortsEntry
OBJECT-TYPE
CMM Switch Mirror Source Ports
1.3.6.1.4.1.161.19.3.4.2.4.1not-accessiblecurrent
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.1INTEGER (1..9)read-onlycurrent
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.2INTEGER (0..1)read-writecurrent
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.3INTEGER (0..1)read-writecurrent
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.1INTEGER {slave(0), master(1)}read-writecurrent
lan1Ip
OBJECT-TYPE
LAN 1 IP.
1.3.6.1.4.1.161.19.3.4.3.2IpAddressread-writecurrent
lan1SubnetMask
OBJECT-TYPE
LAN 1 subnet mask.
1.3.6.1.4.1.161.19.3.4.3.3IpAddressread-writecurrent
defaultGateway
OBJECT-TYPE
Default gateway
1.3.6.1.4.1.161.19.3.4.3.4IpAddressread-writecurrent
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.5INTEGER {off(0), on(1)}read-writecurrent
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.6INTEGER {off(0), on(1)}read-writecurrent
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.7INTEGER {off(0), on(1)}read-writecurrent
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.8INTEGER {off(0), on(1)}read-writecurrent
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.9INTEGER {off(0), on(1)}read-writecurrent
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.10INTEGER {off(0), on(1)}read-writecurrent
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.11INTEGER {off(0), on(1)}read-writecurrent
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.12INTEGER {off(0), on(1)}read-writecurrent
displayOnlyAccess
OBJECT-TYPE
Display only access to web interface and telnet.
1.3.6.1.4.1.161.19.3.4.3.13DisplayStringread-writeobsolete
fullAccess
OBJECT-TYPE
Full access password to web interface and telnet.
1.3.6.1.4.1.161.19.3.4.3.14DisplayStringread-writeobsolete
displayOnlyStatus
OBJECT-TYPE
Display only password status.
1.3.6.1.4.1.161.19.3.4.3.15DisplayStringread-onlyobsolete
fullAccessStatus
OBJECT-TYPE
Full access password status.
1.3.6.1.4.1.161.19.3.4.3.16DisplayStringread-onlyobsolete
webAutoUpdate
OBJECT-TYPE
Web page auto update in seconds. 0 means disabled.
1.3.6.1.4.1.161.19.3.4.3.17INTEGERread-writecurrent
port1Config
OBJECT-TYPE
Link speed configuration on port 1.
1.3.6.1.4.1.161.19.3.4.3.18INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)}read-writecurrent
port2Config
OBJECT-TYPE
Link speed configuration on port 2.
1.3.6.1.4.1.161.19.3.4.3.19INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)}read-writecurrent
port3Config
OBJECT-TYPE
Link speed configuration on port 3.
1.3.6.1.4.1.161.19.3.4.3.20INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)}read-writecurrent
port4Config
OBJECT-TYPE
Link speed configuration on port 4.
1.3.6.1.4.1.161.19.3.4.3.21INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)}read-writecurrent
port5Config
OBJECT-TYPE
Link speed configuration on port 5.
1.3.6.1.4.1.161.19.3.4.3.22INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)}read-writecurrent
port6Config
OBJECT-TYPE
Link speed configuration on port 6.
1.3.6.1.4.1.161.19.3.4.3.23INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)}read-writecurrent
port7Config
OBJECT-TYPE
Link speed configuration on port 7.
1.3.6.1.4.1.161.19.3.4.3.24INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)}read-writecurrent
port8Config
OBJECT-TYPE
Link speed configuration on port 8.
1.3.6.1.4.1.161.19.3.4.3.25INTEGER {auto(1), hundredFDX(2), hundredHDX(3), tenFDX(4), tenHDX(5)}read-writecurrent
port1Description
OBJECT-TYPE
Port 1 text description.
1.3.6.1.4.1.161.19.3.4.3.26DisplayStringread-writecurrent
port2Description
OBJECT-TYPE
Port 2 text description.
1.3.6.1.4.1.161.19.3.4.3.27DisplayStringread-writecurrent
port3Description
OBJECT-TYPE
Port 3 text description.
1.3.6.1.4.1.161.19.3.4.3.28DisplayStringread-writecurrent
port4Description
OBJECT-TYPE
Port 4 text description.
1.3.6.1.4.1.161.19.3.4.3.29DisplayStringread-writecurrent
port5Description
OBJECT-TYPE
Port 5 text description.
1.3.6.1.4.1.161.19.3.4.3.30DisplayStringread-writecurrent
port6Description
OBJECT-TYPE
Port 6 text description.
1.3.6.1.4.1.161.19.3.4.3.31DisplayStringread-writecurrent
port7Description
OBJECT-TYPE
Port 7 text description.
1.3.6.1.4.1.161.19.3.4.3.32DisplayStringread-writecurrent
port8Description
OBJECT-TYPE
Port 8 text description.
1.3.6.1.4.1.161.19.3.4.3.33DisplayStringread-writecurrent
snmpTrap1
OBJECT-TYPE
SNMP Trap Address 1.
1.3.6.1.4.1.161.19.3.4.3.34IpAddressread-writecurrent
snmpTrap2
OBJECT-TYPE
SNMP Trap Address 2.
1.3.6.1.4.1.161.19.3.4.3.35IpAddressread-writecurrent
snmpTrap3
OBJECT-TYPE
SNMP Trap Address 3.
1.3.6.1.4.1.161.19.3.4.3.36IpAddressread-writecurrent
snmpTrap4
OBJECT-TYPE
SNMP Trap Address 4.
1.3.6.1.4.1.161.19.3.4.3.37IpAddressread-writecurrent
snmpTrap5
OBJECT-TYPE
SNMP Trap Address 5.
1.3.6.1.4.1.161.19.3.4.3.38IpAddressread-writecurrent
snmpTrap6
OBJECT-TYPE
SNMP Trap Address 6.
1.3.6.1.4.1.161.19.3.4.3.39IpAddressread-writecurrent
snmpTrap7
OBJECT-TYPE
SNMP Trap Address 7.
1.3.6.1.4.1.161.19.3.4.3.40IpAddressread-writecurrent
snmpTrap8
OBJECT-TYPE
SNMP Trap Address 8.
1.3.6.1.4.1.161.19.3.4.3.41IpAddressread-writecurrent
snmpTrap9
OBJECT-TYPE
SNMP Trap Address 9.
1.3.6.1.4.1.161.19.3.4.3.42IpAddressread-writecurrent
snmpTrap10
OBJECT-TYPE
SNMP Trap Address 10.
1.3.6.1.4.1.161.19.3.4.3.43IpAddressread-writecurrent
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.44INTEGER {off(0), on(1)}read-writecurrent
vlanTagId
OBJECT-TYPE
802.1q VLAN Tag ID, 1-4094.
1.3.6.1.4.1.161.19.3.4.3.45INTEGER (1..4094)read-writecurrent
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.54INTEGER {off(0), on(1)}read-writecurrent
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.55INTEGER (0..255)read-writecurrent
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.56INTEGER (0..255)read-writecurrent
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.57INTEGER (0..255)read-writecurrent
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.58INTEGER (0..255)read-writecurrent
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.59INTEGER (0..255)read-writecurrent
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.60INTEGER (0..255)read-writecurrent
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.61INTEGER (0..255)read-writecurrent
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.62INTEGER (0..255)read-writecurrent
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.63INTEGER (0..1)read-writecurrent
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.64INTEGER (0..1)read-writecurrent
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.65INTEGER (0..1)read-writecurrent
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.66INTEGER (0..1)read-writecurrent
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.67INTEGER (0..1)read-writecurrent
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.68INTEGER (0..1)read-writecurrent
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.69INTEGER (0..1)read-writecurrent
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.70INTEGER (0..1)read-writecurrent
snmpReadOnly
OBJECT-TYPE
SNMP Permissions 1 - Read Only 0 - Read/Write.
1.3.6.1.4.1.161.19.3.4.3.71INTEGER {readWritePermissions(0), readOnlyPermissions(1)}read-writecurrent
snmpCommunityString
OBJECT-TYPE
SNMP Community String
1.3.6.1.4.1.161.19.3.4.3.72DisplayStringread-writecurrent
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.73DisplayStringread-writecurrent
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.74DisplayStringread-writecurrent
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.75DisplayStringread-writecurrent
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.76DisplayStringread-writecurrent
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.77DisplayStringread-writecurrent
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.78DisplayStringread-writecurrent
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.79DisplayStringread-writecurrent
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.80DisplayStringread-writecurrent
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.81DisplayStringread-writecurrent
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.82DisplayStringread-writecurrent
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.83INTEGER {off(0), on(1)}read-writecurrent
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.84INTEGER {off(0), on(1)}read-writecurrent
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.85INTEGER {off(0), on(1)}read-writecurrent
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.86INTEGER {off(0), on(1)}read-writecurrent
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.87INTEGER {off(0), on(1)}read-writecurrent
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.88INTEGER {off(0), on(1)}read-writecurrent
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.89INTEGER {off(0), on(1)}read-writecurrent
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.90INTEGER {off(0), on(1)}read-writecurrent
sessionTimeout
OBJECT-TYPE
Timer for Telnet, Web and FTP sessions.
1.3.6.1.4.1.161.19.3.4.3.91INTEGERread-writecurrent
siteInfoViewable
OBJECT-TYPE
Enable non login users the ability to view Site Information
1.3.6.1.4.1.161.19.3.4.3.92INTEGER {disable(0), enable(1)}read-writecurrent
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.93INTEGER {disable(0), enable(1)}read-writecurrent
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.94IpAddressread-writecurrent
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.95IpAddressread-writecurrent
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.96IpAddressread-writecurrent
verifyGPSChecksum
OBJECT-TYPE
Enable/Disable verification of GPS message checksums.
1.3.6.1.4.1.161.19.3.4.3.97INTEGER {doNotVerifyGPSMessageChecksum(0), verifyGPSMessageChecksum(1)}read-writecurrent
cmm3SnmpGPSSyncTrapEnable
OBJECT-TYPE
Variable to enable/disable GPS sync/out-sync traps.
1.3.6.1.4.1.161.19.3.4.3.98INTEGER {disable(0), enable(1)}read-writecurrent
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.1not-accessiblecurrent
cmmPortEntry
OBJECT-TYPE
A CMM port entry containing objects with port status.
1.3.6.1.4.1.161.19.3.4.4.1.1not-accessiblecurrent
portIndex
OBJECT-TYPE
A unique value for each CMM port.
1.3.6.1.4.1.161.19.3.4.4.1.1.1INTEGER (1..8)read-onlycurrent
linkStatus
OBJECT-TYPE
The current operational state of the port.
1.3.6.1.4.1.161.19.3.4.4.1.1.2INTEGER {off(0), on(1)}read-onlycurrent
linkSpeed
OBJECT-TYPE
Network connectivity, 100BaseT or 10BaseT.
1.3.6.1.4.1.161.19.3.4.4.1.1.3INTEGER {tenBaseT(0), hundredBaseT(1)}read-onlycurrent
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.4INTEGER {halfDuplex(0), fullDuplex(1)}read-onlycurrent
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.5INTEGER {off(0), on(1)}read-onlycurrent
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.6INTEGER {off(0), on(1)}read-onlycurrent
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.7INTEGER {off(0), on(1)}read-onlycurrent
deviceType
OBJECT-TYPE
A textual string containing information about device type.
1.3.6.1.4.1.161.19.3.4.4.2DisplayStringread-onlycurrent
pldVersion
OBJECT-TYPE
Version of PLD code.
1.3.6.1.4.1.161.19.3.4.4.3DisplayStringread-onlycurrent
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.4DisplayStringread-onlycurrent
systemTime
OBJECT-TYPE
The current time.
1.3.6.1.4.1.161.19.3.4.4.5DisplayStringread-onlycurrent
upTime
OBJECT-TYPE
Time since last system reboot.
1.3.6.1.4.1.161.19.3.4.4.6DisplayStringread-onlycurrent
satellitesVisible
OBJECT-TYPE
Number of satellites the GPS should see.
1.3.6.1.4.1.161.19.3.4.4.7DisplayStringread-onlycurrent
satellitesTracked
OBJECT-TYPE
Current number of satellites that GPS actually tracks.
1.3.6.1.4.1.161.19.3.4.4.8DisplayStringread-onlycurrent
latitude
OBJECT-TYPE
CMM-III latitude.
1.3.6.1.4.1.161.19.3.4.4.9DisplayStringread-onlycurrent
longitude
OBJECT-TYPE
CMM-III longitude.
1.3.6.1.4.1.161.19.3.4.4.10DisplayStringread-onlycurrent
height
OBJECT-TYPE
The height of CMM-III unit.
1.3.6.1.4.1.161.19.3.4.4.11DisplayStringread-onlycurrent
trackingMode
OBJECT-TYPE
CMM-III GPS tracking mode.
1.3.6.1.4.1.161.19.3.4.4.12DisplayStringread-onlycurrent
syncStatus
OBJECT-TYPE
CMM-III GPS sync pulse status.
1.3.6.1.4.1.161.19.3.4.4.13DisplayStringread-onlycurrent
macAddress
OBJECT-TYPE
MAC address of the unit.
1.3.6.1.4.1.161.19.3.4.4.14DisplayStringread-onlycurrent
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.1DisplayStringread-onlycurrent
gpsTime
OBJECT-TYPE
CMM-III GPS time.
1.3.6.1.4.1.161.19.3.4.5.2DisplayStringread-onlycurrent
gpsDate
OBJECT-TYPE
CMM-III GPS date.
1.3.6.1.4.1.161.19.3.4.5.3DisplayStringread-onlycurrent
gpsSatellitesVisible
OBJECT-TYPE
Number of satellites the GPS is supposed to see.
1.3.6.1.4.1.161.19.3.4.5.4DisplayStringread-onlycurrent
gpsSatellitesTracked
OBJECT-TYPE
Current number of satellites GPS tracked.
1.3.6.1.4.1.161.19.3.4.5.5DisplayStringread-onlycurrent
gpsHeight
OBJECT-TYPE
CMM height.
1.3.6.1.4.1.161.19.3.4.5.6DisplayStringread-onlycurrent
gpsAntennaConnection
OBJECT-TYPE
Antenna Connection status.
1.3.6.1.4.1.161.19.3.4.5.7DisplayStringread-onlycurrent
gpsLatitude
OBJECT-TYPE
CMM Latitude.
1.3.6.1.4.1.161.19.3.4.5.8DisplayStringread-onlycurrent
gpsLongitude
OBJECT-TYPE
CMM longitude.
1.3.6.1.4.1.161.19.3.4.5.9DisplayStringread-onlycurrent
gpsInvalidMsg
OBJECT-TYPE
Number of invalid messages.
1.3.6.1.4.1.161.19.3.4.5.10DisplayStringread-onlycurrent
gpsRestartCount
OBJECT-TYPE
Number of unit restart.
1.3.6.1.4.1.161.19.3.4.5.11INTEGERread-onlycurrent
gpsReceiverInfo
OBJECT-TYPE
A textual string contains information on GPS receiver.
1.3.6.1.4.1.161.19.3.4.5.12DisplayStringread-onlycurrent
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.13DisplayStringread-onlycurrent
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.1EventStringread-onlycurrent
ntpLog
OBJECT-TYPE
CMM3 NTP Log
1.3.6.1.4.1.161.19.3.4.6.2EventStringread-onlycurrent
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.1INTEGER {finishedReboot(0), reboot(1)}read-writecurrent
clearEventLog
OBJECT-TYPE
Setting the variable to 1 will clear the event log.
1.3.6.1.4.1.161.19.3.4.7.2INTEGER {notClear(0), clear(1)}read-writecurrent
cmmUserTable
OBJECT-TYPE
User information table.
1.3.6.1.4.1.161.19.3.4.8not-accessiblecurrent
cmmUserEntry
OBJECT-TYPE
User entry.
1.3.6.1.4.1.161.19.3.4.8.1not-accessiblecurrent
entryIndex
OBJECT-TYPE
User information table index.
1.3.6.1.4.1.161.19.3.4.8.1.1INTEGER (1..5)read-onlycurrent
userLoginName
OBJECT-TYPE
User name.
1.3.6.1.4.1.161.19.3.4.8.1.2DisplayStringread-onlycurrent
userPswd
OBJECT-TYPE
User password.
1.3.6.1.4.1.161.19.3.4.8.1.3DisplayStringread-onlycurrent
accessLevel
OBJECT-TYPE
User access level.
1.3.6.1.4.1.161.19.3.4.8.1.4INTEGER {noAdmin(0), guest(1), installer(2), administrator(3), technician(4), engineering(5)}read-onlycurrent

Conformance

NameOIDStatus
cmmSwitchGroup
OBJECT-GROUP
CMMIII switch group.
1.3.6.1.4.1.161.19.3.4.1.1current
cmmConfigGroup
OBJECT-GROUP
CMMIII configuration group.
1.3.6.1.4.1.161.19.3.4.1.2current
cmmStatusGroup
OBJECT-GROUP
CMMIII configuration group.
1.3.6.1.4.1.161.19.3.4.1.3current
cmmGPSGroup
OBJECT-GROUP
CMMIII GPS status group.
1.3.6.1.4.1.161.19.3.4.1.4current
cmmUserTableGroup
OBJECT-GROUP
CMMIII User Information Table group.
1.3.6.1.4.1.161.19.3.4.1.5current