eltexBgpLocRibReasonNotBest
ELTEX-BGP-MIB ·
.1.3.6.1.4.1.35265.45.1.3.1.1.28
Object
column EltexBgpReasonNotBest
If eltexBgpLocRibBest is 'true', then this field is set to
'routeIsBest'. Otherwise, it reports the stage in the
decision process when the route was determined to be
non-best.
This is the reason that the route was discarded from the
decision process. There may be other reasons why this route
is less preferred than the best route.
Context
- MIB
- ELTEX-BGP-MIB
- OID
.1.3.6.1.4.1.35265.45.1.3.1.1.28- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltexBgpLocRibEntry
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 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-BGP-MIB::eltexBgpLocRibReasonNotBest'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-BGP-MIB::eltexBgpLocRibReasonNotBest.<eltexBgpProcessId>.<eltexBgpLocRibAfi>.<eltexBgpLocRibSafi>.<eltexBgpLocRibPrfxType>.<eltexBgpLocRibPrfx>.<eltexBgpLocRibPrfxLen>.<eltexBgpLocRibPeerOrRib>.<eltexBgpLocRibPeerRibIndex>.<eltexBgpLocRibPathId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-BGP-MIB::eltexBgpLocRibReasonNotBest'
Syntax
- Source
- EltexBgpReasonNotBest
- Base type
Enumeration
Values & Constraints
Type Values
0 | notConsidered |
1 | routeIsBest |
2 | weight |
3 | localPref |
4 | localOrigPreferred |
5 | asPathLen |
6 | origin |
7 | med |
8 | localOrigTieBreaker |
9 | ebgpVsibgp |
10 | adminDistance |
11 | pathCostToNextHop |
12 | prefExisting |
13 | identifier |
14 | clusterLen |
15 | peerType |
16 | peerAddress |
17 | peerPort |
18 | pathId |