tBgpPeerNgOperGRStatus

TIMETRA-BGP-MIB · .1.3.6.1.4.1.6527.3.1.2.14.4.8.1.24

Object

column Enumeration
The value of tBgpPeerNgOperGRStatus indicates the graceful restart
status of the BGP peer.'
              
The values of tBgpPeerNgOperGRStatus means:
   notHelping (1),         -- Peer is not currently being helped
   restarting (2),         -- Received restart request from the peer
   restart-complete (3),   -- The peer has completed the most recent
                              restart
   helping (4)             -- Peer is helping us in restarting.

Context

MIB
TIMETRA-BGP-MIB
OID
.1.3.6.1.4.1.6527.3.1.2.14.4.8.1.24
Type
column
Access
readonly
Status
current
Parent
tBgpPeerNgOperEntry
Groups
7

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 'TIMETRA-BGP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-BGP-MIB::tBgpPeerNgOperGRStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-BGP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-BGP-MIB::tBgpPeerNgOperGRStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-BGP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-BGP-MIB::tBgpPeerNgOperGRStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1notHelping
2restarting
3restart-complete
4helping