cmmBoardAdminStatus
CT-CMMPHYS-MIB ·
.1.3.6.1.4.1.52.4.1.1.18.1.1.1.24
Object
column mandatory
r/w
Enumeration
The value of this object is the administrative status
of the CMM board.
down(1) -- all modems that belong to this board are to be
removed from service immediately
leave-service(2) -- each modem that belongs to this board is
to be removed from service at the completion
of its current call, if any
up(3) -- each modem that belongs to this module is to become
available for accepting calls
upgrade(4) -- all modules that belong to this board are to be
reloaded with new software and restarted
Context
- MIB
- CT-CMMPHYS-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.18.1.1.1.24- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cmmBoardEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CT-CMMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-CMMPHYS-MIB::cmmBoardAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-CMMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-CMMPHYS-MIB::cmmBoardAdminStatus.<mBusBoardID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-CMMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-CMMPHYS-MIB::cmmBoardAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | down |
2 | leave-service |
3 | up |
4 | upgrade |