bgpAdjRibOutAdvertStatus
DC-BGP-MIB ·
.1.2.826.42.1.1578918.5.65.1.4.4.1.7
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 (either the bgpPeerMinASOriginationInterval or
bgpPeerMinRouteAdvertiseInterval).
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
- DC-BGP-MIB
- OID
.1.2.826.42.1.1578918.5.65.1.4.4.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bgpAdjRibOutEntry
- 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-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BGP-MIB::bgpAdjRibOutAdvertStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BGP-MIB::bgpAdjRibOutAdvertStatus.<bgpRmEntIndex>.<bgpPeerIndex>.<bgpAdjRibOutAfi>.<bgpAdjRibOutSafi>.<bgpAdjRibOutPrfx>.<bgpAdjRibOutPrfxLen>.<bgpAdjRibOutPathId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-BGP-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-BGP-MIB::bgpAdjRibOutAdvertStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | advertised |
2 | suppressed |
3 | pendingWithdrawal |
4 | withdrawn |
Conformance
Member of