nbsCoherentStatsState
NBS-COHERENT-MIB ·
.1.3.6.1.4.1.629.242.90.2.1.8
Object
column r/w
Enumeration
Writing 'stopped' to this object stops (pauses) Coherent statistics
collection. Removing the Coherent optic from this port automatically
sets this object to 'stopped'.
Writing 'counting' to this object starts (resumes) Coherent statistics
collection if a Coherent optic is inserted in this port.
Writing 'clearing' to this object clears all statistical counters.
Context
- MIB
- NBS-COHERENT-MIB
- OID
.1.3.6.1.4.1.629.242.90.2.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- nbsCoherentStatsEntry
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 'NBS-COHERENT-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-COHERENT-MIB::nbsCoherentStatsState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-COHERENT-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-COHERENT-MIB::nbsCoherentStatsState.<nbsCoherentStatsIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-COHERENT-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-COHERENT-MIB::nbsCoherentStatsState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | counting |
3 | clearing |
4 | stopped |
5 | resumed |