rcMRouteExtNextHopPortState
RC-IP-MIB ·
.1.3.6.1.4.1.2272.1.8.115.4.1.7
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
- RC-IP-MIB
- OID
.1.3.6.1.4.1.2272.1.8.115.4.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcMRouteExtNextHopPortEntry
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 'RC-IP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IP-MIB::rcMRouteExtNextHopPortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IP-MIB::rcMRouteExtNextHopPortState.<rcMRouteExtNextHopPortGroup>.<rcMRouteExtNextHopPortSource>.<rcMRouteExtNextHopPortSourceMask>.<rcMRouteExtNextHopPortIfIndex>.<rcMRouteExtNextHopPortReceiverPort>.<rcMRouteExtNextHopPortAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IP-MIB::rcMRouteExtNextHopPortState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pruned |
2 | forwarding |