fbBgpPeerState
OBS ✓
FIREBRICK-BGP-MIB ·
.0.179.1.1.4
Object
column FbBgpPeerState
The current state of the BGP Peer
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Routing
Explore Observium network monitoring
Context
- MIB
- FIREBRICK-BGP-MIB
- OID
.0.179.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fbBgpPeerEntry
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 'FIREBRICK-BGP-MIB' -M '/opt/observium/mibs/firebrick:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREBRICK-BGP-MIB::fbBgpPeerState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FIREBRICK-BGP-MIB' -M '/opt/observium/mibs/firebrick:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FIREBRICK-BGP-MIB::fbBgpPeerState.<fbBgpPeerAddressType>.<fbBgpPeerAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FIREBRICK-BGP-MIB' -M '/opt/observium/mibs/firebrick:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FIREBRICK-BGP-MIB::fbBgpPeerState'
Syntax
- Source
- FbBgpPeerState
- Base type
Enumeration
Values & Constraints
Type Values
0 | idle |
1 | active |
2 | openWait |
3 | openSent |
4 | openConfirm |
5 | established |
6 | closed |
7 | preshutdown |
8 | shutdown |