rdnGateStatsState
RDN-PKTCABLE-GROUP-MIB ·
.1.3.6.1.4.1.4981.7.2.1.2
Object
column Enumeration
This attribute describes current state Idle(0), Start(1), Allocated(2), Authorized(3), Reserved(4), RemoteCommitted(5), LocalCommitted(6), Committed(7).
Context
- MIB
- RDN-PKTCABLE-GROUP-MIB
- OID
.1.3.6.1.4.1.4981.7.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rdnGateStatsEntry
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 'RDN-PKTCABLE-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-PKTCABLE-GROUP-MIB::rdnGateStatsState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RDN-PKTCABLE-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-PKTCABLE-GROUP-MIB::rdnGateStatsState.<rdnGateId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RDN-PKTCABLE-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RDN-PKTCABLE-GROUP-MIB::rdnGateStatsState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | start |
2 | allocated |
3 | authorized |
4 | reserved |
7 | committed |
8 | committedRecovery |
9 | numOfStates |