eltexBgpAdjRibOutAdvertStatus
ELTEX-BGP-MIB ·
.1.3.6.1.4.1.35265.45.1.3.3.1.8
Object
column Enumeration
This object indicates the current state of
advertisement of the route to the peer.
A value of advertised(1) indicates that the route has
been advertised to the peer.
A value of suppressed(2) indicates that the route is
not currently advertised to the peer, but will be
advertised when a minimum advertisement interval timer
expires.
A value of pendingWithdrawal(3) indicates that the
route is currently advertised to the peer, but will be
withdrawn when the timer expires.
A value of withdrawn(4) indicates that the route has
been withdrawn from the peer, and this entry will be
removed from the Adj-RIB-Out on the expiry of the
timer.
Context
- MIB
- ELTEX-BGP-MIB
- OID
.1.3.6.1.4.1.35265.45.1.3.3.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltexBgpAdjRibOutEntry
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::eltexBgpAdjRibOutAdvertStatus'
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::eltexBgpAdjRibOutAdvertStatus.<eltexBgpProcessId>.<eltexBgpPeerStatusPeerIndex>.<eltexBgpAdjRibOutAfi>.<eltexBgpAdjRibOutSafi>.<eltexBgpAdjRibOutPrfxType>.<eltexBgpAdjRibOutPrfx>.<eltexBgpAdjRibOutPrfxLen>.<eltexBgpAdjRibOutPathId>'
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::eltexBgpAdjRibOutAdvertStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | advertised |
2 | suppressed |
3 | pendingWithdrawal |
4 | withdrawn |