dcxCMMResetCm
ARRIS-C3-CMM-MIB ·
.1.3.6.1.4.1.4115.1.4.3.5.1.1.1.3
Object
column r/w
Enumeration
Use to implement the 'clear cable modem xxx reset|delete' command; setting to 'reset' sends a RNG-RSP(abort) the CM and removes it from the station maintenance list causing it to reboot, setting to 'delete' causes the cable modem to reboot and be removed from the CMTS database. Reading this entry always returns 'none'.
Context
- MIB
- ARRIS-C3-CMM-MIB
- OID
.1.3.6.1.4.1.4115.1.4.3.5.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dcxCMMCmtsCmStatusEntry
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 'ARRIS-C3-CMM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-C3-CMM-MIB::dcxCMMResetCm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-C3-CMM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-C3-CMM-MIB::dcxCMMResetCm.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-C3-CMM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-C3-CMM-MIB::dcxCMMResetCm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | reset |
2 | delete |
3 | none |