bgpAdjRibOutAdvertStatus
RAD-RadBgp-MIB ·
.1.3.6.1.4.1.164.11.4.5.1.5
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
- RAD-RadBgp-MIB
- OID
.1.3.6.1.4.1.164.11.4.5.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bgpAdjRibOutEntry
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 'RAD-RadBgp-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-RadBgp-MIB::bgpAdjRibOutAdvertStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-RadBgp-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-RadBgp-MIB::bgpAdjRibOutAdvertStatus.<bgpPeerRemoteAddrType>.<bgpPeerRemoteAddr>.<bgpAdjRibOutAfiType>.<bgpAdjRibOutSafi>.<bgpAdjRibOutPrefix>.<bgpAdjRibOutPrefixLen>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-RadBgp-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-RadBgp-MIB::bgpAdjRibOutAdvertStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | advertised |
2 | suppressed |
3 | pendingWithdrawal |
4 | withdrawn |