bgpPeerStatusConfigState

DC-BGP-MIB · .1.2.826.42.1.1578918.5.65.1.3.1.4.1.74

Object

This field reports the state of the peer configuration.
The peer configuration may be in one of the following
states.
              
-  Up to date.  That is, all configuration set by MIBs for
this peer has been applied to the current peer session
(if it exists).
              
-  Out of date, requiring the peer's admin status to be
set to down before all the current MIB configuration
for this peer can be applied.
              
-  Out of date, requiring the peer's row status to be set
to inactive before all the current MIB configuration
for this peer can be applied.
              
A peer's configuration can become out of date for several
reasons, including the following.
              
-  A field in the bgpPeerTable or bgpPeerAfiSafiTable has
changed in the case where the peer uses the value from
a Peer Table (not a Peer Group Table) but where the new
value cannot be applied while the peer session is
active.
              
-  A field in the bgpPeergrTable or bgpPeergrAfiSafiTable
has changed in the case where the peer uses the value
from a Peer Group Table (not a Peer Table) but where
the new value cannot be applied while the peer session
is active.  connection has been created or activated.
              
-  The peer setting (bgpPeerConfigUsage) which determines
whether the peer uses values from a Peer Table or from
a Peer Group Table has been changed.

Context

MIB
DC-BGP-MIB
OID
.1.2.826.42.1.1578918.5.65.1.3.1.4.1.74
Type
column
Access
readonly
Status
current
Parent
bgpPeerStatusEntry
Groups
1

Walk 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::bgpPeerStatusConfigState'
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::bgpPeerStatusConfigState.<bgpRmEntIndex>.<bgpPeerLocalAddrType>.<bgpPeerLocalAddr>.<bgpPeerLocalPort>.<bgpPeerRemoteAddrType>.<bgpPeerRemoteAddr>.<bgpPeerRemotePort>.<bgpPeerLocalAddrScopeId>'
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::bgpPeerStatusConfigState'

Syntax

Source
BgpPeerConfigStates
Base type
Enumeration

Values & Constraints

Type Values
1stateUpToDate
2stateOutOfDateAdminDown
3stateOutOfDateRowInactive

Conformance