rcIpv6StaticRouteStatus
RC-IPV6-MIB ·
.1.3.6.1.4.1.2272.1.62.1.1.6.1.6
Object
column Enumeration
Used to indicate the current status of entry in routing table.
1. notReachable means the route is unreachable via
the specified next hop.
2. tryToResolve means the route's nexthop address
requires resolution by sending neighbour solicit message.
3. reachableNotInRtm means the route is reachable via the
specified next hop. It's the alternative route.
4. reachableInRtm means the route is reachable via the specified
next hop and best route.
Context
- MIB
- RC-IPV6-MIB
- OID
.1.3.6.1.4.1.2272.1.62.1.1.6.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcIpv6StaticRouteEntry
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-IPV6-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IPV6-MIB::rcIpv6StaticRouteStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IPV6-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IPV6-MIB::rcIpv6StaticRouteStatus.<rcIpv6StaticRouteDest>.<rcIpv6StaticRoutePrefixLength>.<rcIpv6StaticRouteNextHop>.<rcIpv6StaticRouteIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IPV6-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IPV6-MIB::rcIpv6StaticRouteStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notReachable |
2 | tryToResolve |
3 | reachableNotInRtm |
4 | reachableInRtm |