dvmrpIpMNextHopState
SUPERMICRO-DVMRP-MIB ·
.1.3.6.1.4.1.10876.101.1.60.2.16.1.6
Object
column Enumeration
An indication of whether the outgoing interface and next- hop represented by this entry is currently being used to forward IP datagrams. The value 'forwarding' indicates it is currently being used; the value 'pruned' indicates it is not.
Context
- MIB
- SUPERMICRO-DVMRP-MIB
- OID
.1.3.6.1.4.1.10876.101.1.60.2.16.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dvmrpIpMNextHopEntry
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 'SUPERMICRO-DVMRP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-DVMRP-MIB::dvmrpIpMNextHopState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-DVMRP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-DVMRP-MIB::dvmrpIpMNextHopState.<dvmrpIpMNextHopGroup>.<dvmrpIpMNextHopSource>.<dvmrpIpMNextHopSourceMask>.<dvmrpIpMNextHopIfIndex>.<dvmrpIpMNextHopAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-DVMRP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-DVMRP-MIB::dvmrpIpMNextHopState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pruned |
2 | forwarding |