cmmModemAdminStatus
CT-CMMPHYS-MIB ·
.1.3.6.1.4.1.52.4.1.1.18.1.3.1.44
Object
column mandatory
r/w
Enumeration
This object contains the administrative status of a modem.
down(1) -- the modem is to be removed from service immediately
leave-service(2) -- the modem is to be removed from service at
the completion of its current call, if any
up(3) -- the modem is to become available for accepting calls
run-diagnostics(4) -- the modem is to run a series of
comprehensive on-line diagnostic tests
reset(5) -- the modem is to be physically reset
faulty(6) -- the modem is to be immediately removed from
service and considered unusable
Context
- MIB
- CT-CMMPHYS-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.18.1.3.1.44- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cmmModemEntry
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::cmmModemAdminStatus'
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::cmmModemAdminStatus.<ifIndex>'
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::cmmModemAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | down |
2 | leave-service |
3 | up |
4 | run-diagnostics |
5 | reset |
6 | faulty |