cmmResetModemStats
CT-CMMPHYS-MIB ·
.1.3.6.1.4.1.52.4.1.1.18.1.3.1.43
Object
column mandatory
r/w
Enumeration
This object is used to reset the statistics pertaining to the selected modem. If written with the value 'true', the statistics will be reset. If written with the value 'false', no action will be taken. Its value will always be read as 'false'.
Context
- MIB
- CT-CMMPHYS-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.18.1.3.1.43- 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::cmmResetModemStats'
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::cmmResetModemStats.<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::cmmResetModemStats'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |