rcIpInterVrfStaticRouteLocalNextHop
RC-IP-ROUTING-MIB ·
.1.3.6.1.4.1.2272.1.8.103.2.1.11
Object
Used to enable/disable this entry. True indicate that the static route becomes active only if switch has a local route to the network. False indicates that the static route becomes active if switch has a local route or dynamic route.
Context
- MIB
- RC-IP-ROUTING-MIB
- OID
.1.3.6.1.4.1.2272.1.8.103.2.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcIpInterVrfStaticRouteEntry
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-ROUTING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IP-ROUTING-MIB::rcIpInterVrfStaticRouteLocalNextHop'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IP-ROUTING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IP-ROUTING-MIB::rcIpInterVrfStaticRouteLocalNextHop.<rcIpInterVrfStaticRouteOwnerVrfId>.<rcIpInterVrfStaticRouteDest>.<rcIpInterVrfStaticRouteMask>.<rcIpInterVrfStaticRouteNextHop>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IP-ROUTING-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IP-ROUTING-MIB::rcIpInterVrfStaticRouteLocalNextHop'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |