eltexBgpPeerStatusLastEvent
ELTEX-BGP-MIB ·
.1.3.6.1.4.1.35265.45.1.2.1.3.1.35
Object
column EltexBgpPeerEvents
The last input to be made to the BGP peer's FSM.
Context
- MIB
- ELTEX-BGP-MIB
- OID
.1.3.6.1.4.1.35265.45.1.2.1.3.1.35- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eltexBgpPeerStatusEntry
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 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-BGP-MIB::eltexBgpPeerStatusLastEvent'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-BGP-MIB::eltexBgpPeerStatusLastEvent.<eltexBgpProcessId>.<eltexBgpPeerRemoteAddrType>.<eltexBgpPeerRemoteAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-BGP-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-BGP-MIB::eltexBgpPeerStatusLastEvent'
Syntax
- Source
- EltexBgpPeerEvents
- Base type
Enumeration
Values & Constraints
Type Values
0 | noEvent |
1 | start |
2 | stop |
3 | transportOpen |
4 | transportClosed |
5 | transportOpenFailed |
6 | transportFatalError |
7 | connectRetryTimer |
8 | holdTimer |
9 | keepaliverTimer |
10 | recvOpen |
11 | recvKeepAlive |
12 | recvUpdate |
13 | recvNotification |
14 | connParmsUpdate |