bgpBgpSummaryNeighborState
VIPTELA-OPER-BGP ·
.1.3.6.1.4.1.41916.14.3.1.10
Object
column Enumeration
State
Context
- MIB
- VIPTELA-OPER-BGP
- OID
.1.3.6.1.4.1.41916.14.3.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bgpBgpSummaryNeighborEntry
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::bgpBgpSummaryNeighborState'
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::bgpBgpSummaryNeighborState.<bgpBgpSummaryVpnId>.<bgpBgpSummaryNeighborPeerAddr>'
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::bgpBgpSummaryNeighborState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | idle |
1 | connect |
2 | active |
3 | opensent |
4 | openconfirm |
5 | established |
6 | clearing |
7 | deleted |