vRtrPimNgAFGenRpfLookupSequence
TIMETRA-PIM-NG-MIB ·
.1.3.6.1.4.1.6527.3.1.2.50.1.4.1.27
Object
column r/w
Enumeration
The value of vRtrPimNgAFGenRpfLookupSequence specifies the sequence of
route tables that PIM uses for finding a Reverse Path Forwarding(RPF)
interface for a particular multicast route.
'mucastRouteTable' is the unicast route table to be used only by
multicast protocols(PIM) which will contain routes submitted by
multi-protocol BGP, ISIS and OSPF.
'ucastRouteTable' is the regular unicast route table which will
contain routes submitted by all the unicast routing protocols. By
default, only the 'ucastRouteTable' is looked up by PIM for
calculating RPF interface towards the source or rendezvous point.
However the operator can specify the following: a) Use unicast route
table only b) Use multicast unicast route table only or c) Use both
the route tables.
In case of (c), PIM will always lookup first in the 'mucastRouteTable'
and if there is a route, it will use it. If PIM does not find a route
in the first lookup, it will try to find it in the 'ucastRouteTable'.
Context
- MIB
- TIMETRA-PIM-NG-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.50.1.4.1.27- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- vRtrPimNgAFGenEntry
- Groups
- 3
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-PIM-NG-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-PIM-NG-MIB::vRtrPimNgAFGenRpfLookupSequence'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-PIM-NG-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-PIM-NG-MIB::vRtrPimNgAFGenRpfLookupSequence.<vRtrID>.<vRtrPimNgAFGenAFType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-PIM-NG-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-PIM-NG-MIB::vRtrPimNgAFGenRpfLookupSequence'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | mucastRouteTable |
1 | ucastRouteTable |
2 | both |