bgpBgpNeighborState
OBS ✓
VIPTELA-OPER-BGP ·
.1.3.6.1.4.1.41916.14.9.1.34
Object
column Enumeration
State
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
- VIPTELA-OPER-BGP
- OID
.1.3.6.1.4.1.41916.14.9.1.34- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bgpBgpNeighborEntry
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 'VIPTELA-OPER-BGP' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VIPTELA-OPER-BGP::bgpBgpNeighborState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VIPTELA-OPER-BGP' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VIPTELA-OPER-BGP::bgpBgpNeighborState.<bgpBgpNeighborVpnId>.<bgpBgpNeighborPeerAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VIPTELA-OPER-BGP' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VIPTELA-OPER-BGP::bgpBgpNeighborState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | connect |
2 | active |
3 | opensent |
4 | openconfirm |
5 | established |
6 | clearing |
7 | deleted |