vRtrStaticRouteDisallowIgp
TIMETRA-VRTR-MIB ·
.1.3.6.1.4.1.6527.3.1.2.3.9.1.16
Object
The value of vRtrStaticRouteDisallowIgp is valid only for indirect
static routes (i.e. vRtrStaticRouteStaticType is 'indirect'). If the
value of vRtrStaticRouteDisallowIgp is set to 'true', and if none of
the defined tunneling mechanisms (RSVP-TE, LDP or IP) qualify as a
next-hop, the normal IGP next-hop to the indirect next-hop address
will not be used. If the value is set to 'false', IGP next-hop to the
indirect next-hop address can be used as the next-hop of the last
resort.
This object was replaced by vRtrInetSRIndirectTunnelDisalIgp object in
13.0.
Context
- MIB
- TIMETRA-VRTR-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.3.9.1.16- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- vRtrStaticRouteEntry
- Groups
- 4
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 'TIMETRA-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-VRTR-MIB::vRtrStaticRouteDisallowIgp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-VRTR-MIB::vRtrStaticRouteDisallowIgp.<vRtrID>.<vRtrStaticRouteDest>.<vRtrStaticRouteMask>.<vRtrStaticRouteIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-VRTR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-VRTR-MIB::vRtrStaticRouteDisallowIgp'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |