pimTmEntMultipathMode
DC-PIM-MIB ·
.1.2.826.42.1.1578918.5.71.1.1.1.18.1.59
Object
The method of selecting a next hop when there are multiple
ECMP RPF Next Hops.
The following options are available.
- AMB_PIM_MPATH_HIGHEST_NBR. No load splitting: choose
next hop to be the highest IP address PIM neighbor.
- AMB_PIM_MPATH_NEXT_HOP_G_HASH. Split groups between
next hops using hash based on group and next hop
address.
- AMB_PIM_MPATH_G_MODULO_NUM_HOPS. Split groups between
next hops on a modulo basis.
- AMB_PIM_MPATH_NEXT_HOP_SG_HASH. Split groups between
next hops using hash based on source address, group,
and next hop address.
Note that if pimTmEntBidirDataMonitorEnable is 'false',
PIM might be unable to perform load splitting for some
BIDIR groups.
Context
- MIB
- DC-PIM-MIB
- OID
.1.2.826.42.1.1578918.5.71.1.1.1.18.1.59- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- pimTmEntEntry
- Groups
- 1
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 'DC-PIM-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-PIM-MIB::pimTmEntMultipathMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-PIM-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-PIM-MIB::pimTmEntMultipathMode.<pimTmEntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-PIM-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-PIM-MIB::pimTmEntMultipathMode'
Syntax
- Source
- PimMultipathMode
- Base type
Enumeration
Values & Constraints
Type Values
1 | highestNeighbor |
2 | nextHopGroupHash |
3 | groupModulo |
4 | nextHopSGHash |
Conformance
Member of