tBgpPeerGroupOperStatus
TIMETRA-BGP-MIB ·
.1.3.6.1.4.1.6527.3.1.2.14.3.3.1.40
Object
column BgpOperState
The value of tBgpPeerGroupOperStatus indicates the operational status
of this BGP Group for the virtual router.
A value of 'inService(2)' means the bgp group is fully functional.
A value of 'outOfService(3)' means the bgp group is down.
A value of 'transition(4)' means the bgp group is performing a
transition from state inService(2) to outOfService(3) or vice versa.
A value of 'disabled(5)' means the BGP group needs to be restarted by
the user.
Context
- MIB
- TIMETRA-BGP-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.14.3.3.1.40- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tBgpPeerGroupEntry
- Groups
- 5
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 'TIMETRA-BGP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-BGP-MIB::tBgpPeerGroupOperStatus'
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::tBgpPeerGroupOperStatus.<tBgpInstanceIndex>.<tBgpPeerGroupName>'
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::tBgpPeerGroupOperStatus'
Syntax
- Source
- BgpOperState
- Base type
Enumeration
Values & Constraints
Type Values
1 | unknown |
2 | inService |
3 | outOfService |
4 | transition |
5 | disabled |