vRtrInetStaticRouteDisallowIgp
TIMETRA-VRTR-MIB ·
.1.3.6.1.4.1.6527.3.1.2.3.24.1.17
Object
The value of vRtrInetStaticRouteDisallowIgp specifies if IGP shortcuts
are to be used or not.
The value of vRtrInetStaticRouteDisallowIgp is valid only for indirect
static routes (i.e. vRtrInetStaticRouteStaticType is 'indirect'). If
the value of vRtrInetStaticRouteDisallowIgp 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.24.1.17- Type
- column
- Access
- readwrite
- Status
- obsolete
- Parent
- vRtrInetStaticRouteEntry
- 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::vRtrInetStaticRouteDisallowIgp'
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::vRtrInetStaticRouteDisallowIgp.<vRtrID>.<vRtrInetStaticRouteDestType>.<vRtrInetStaticRouteDest>.<vRtrInetStaticRouteDestPfxLen>.<vRtrInetStaticRouteIndex>'
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::vRtrInetStaticRouteDisallowIgp'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |