- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
01-BGP4-MIB | 100.17 KB |
Contents
BGP4-MIB
About this MIB
This document contains MIB and Trap features compliant with RFC 4273.
MIB file name
rfc4273-bgp4.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).bgp(15)
Scalar objects
bgpVersion
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
bgpVersion (1.3.6.1.2.1.15.1) |
read-only |
OCTET STRING |
OCTET STRING (1..255) |
Supported BGP version numbers. |
As per the MIB. |
bgpLocalAs
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
bgpLocalAs (1.3.6.1.2.1.15.2) |
read-only |
Integer32 |
Integer32(-2147483648..2147483647) |
Local AS number. |
The value range for a 4-ocet AS number is 1 to 4294967295. If the AS number is greater than 2147483647, MIB displays a negative value. |
bgpIdentifier
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
bgpIdentifier (1.3.6.1.2.1.15.4) |
read-only |
IpAddress |
OCTET STRING (4) |
BGP identifier of the local device. |
As per the MIB. |
Tabular objects
bgpPeerTable
About this table
This table contains BGP peer configuration and statistics information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Supported |
Not supported |
Supported |
Columns
The table index is bgpPeerRemoteAddr.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
bgpPeerIdentifier (1.3.6.1.2.1.15.3.1.1) |
read-only |
IpAddress |
OCTET STRING (4) |
BGP identifier of the peer. |
As per the MIB. |
bgpPeerState (1.3.6.1.2.1.15.3.1.2) |
read-only |
INTEGER |
idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6) |
Peer connection state. |
As per the MIB. |
bgpPeerAdminStatus (1.3.6.1.2.1.15.3.1.3) |
read-write |
INTEGER |
stop(1), start(2) |
Expected peer connection state. |
As per the MIB. |
bgpPeerNegotiatedVersion (1.3.6.1.2.1.15.3.1.4) |
read-only |
Integer32 |
Integer32(0..255) |
Negotiated BGP version number. |
As per the MIB. |
bgpPeerLocalAddr (1.3.6.1.2.1.15.3.1.5) |
read-only |
IpAddress |
OCTET STRING (4) |
Local IP address of the peer connection. |
As per the MIB. |
bgpPeerLocalPort (1.3.6.1.2.1.15.3.1.6) |
read-only |
Integer32 |
Integer32(0..65535) |
Local port number of the peer connection. |
As per the MIB. |
bgpPeerRemoteAddr (1.3.6.1.2.1.15.3.1.7) |
read-only |
IpAddress |
OCTET STRING (4) |
Remote IP address of the peer connection. |
As per the MIB. |
bgpPeerRemotePort (1.3.6.1.2.1.15.3.1.8) |
read-only |
Integer32 |
Integer32(0..65535) |
Remote port number of the peer connection. |
As per the MIB. |
bgpPeerRemoteAs (1.3.6.1.2.1.15.3.1.9) |
read-only |
Integer32 |
Integer32(-2147483648..2147483647) |
AS number of the peer. |
The value range for a 4-ocet AS number is 1 to 4294967295. If the AS number is greater than 2147483647, MIB displays a negative value. |
bgpPeerInUpdates (1.3.6.1.2.1.15.3.1.10) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of update messages received from the peer. |
As per the MIB. |
bgpPeerOutUpdates (1.3.6.1.2.1.15.3.1.11) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of update messages sent to the peer. |
As per the MIB. |
bgpPeerInTotalMessages (1.3.6.1.2.1.15.3.1.12) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of packets received from the peer. |
As per the MIB. |
bgpPeerOutTotalMessages (1.3.6.1.2.1.15.3.1.13) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of packets sent to the peer. |
As per the MIB. |
bgpPeerLastError (1.3.6.1.2.1.15.3.1.14) |
read-only |
OCTET STRING |
OCTET STRING(2) |
Error code and subcode for the most recent peer connection error. |
As per the MIB. |
bgpPeerFsmEstablishedTransitions (1.3.6.1.2.1.15.3.1.15) |
read-only |
Counter32 |
INTEGER(0..4294967295) |
Number of times that the peer entered established state. |
As per the MIB. |
bgpPeerFsmEstablishedTime (1.3.6.1.2.1.15.3.1.16) |
read-only |
Gauge32 |
INTEGER(0..4294967295) |
Time elapsed since the peer entered established state most recently. |
As per the MIB. |
bgpPeerConnectRetryInterval (1.3.6.1.2.1.15.3.1.17) |
read-write |
Integer32 |
Integer32(1..65535) |
Peer connection retry timer. |
As per the MIB. |
bgpPeerHoldTime (1.3.6.1.2.1.15.3.1.18) |
read-only |
Integer32 |
Integer32 (0 | 3..65535) |
Hold timer negotiated with the peer. |
As per the MIB. |
bgpPeerKeepAlive (1.3.6.1.2.1.15.3.1.19) |
read-only |
Integer32 |
Integer32 (0 | 1..21845) |
Keepalive timer negotiated with the peer. |
As per the MIB. |
bgpPeerHoldTimeConfigured (1.3.6.1.2.1.15.3.1.20) |
read-write |
Integer32 |
Integer32 (0 | 3..65535) |
Hold timer configured for the peer. |
The value of this object cannot be 0. |
bgpPeerKeepAliveConfigured (1.3.6.1.2.1.15.3.1.21) |
read-write |
Integer32 |
Integer32 (0 | 1..21845) |
Keepalive timer configured for the peer. |
The value of this object cannot be 0. |
bgpPeerMinASOriginationInterval (1.3.6.1.2.1.15.3.1.22) |
read-write |
Integer32 |
Integer32(1..65535) |
Interval for sending the same route to the peer. |
Value range: 0 to 600. This object displays 0 if the value is set to 0. |
bgpPeerMinRouteAdvertisementInterval (1.3.6.1.2.1.15.3.1.23) |
read-write |
Integer32 |
Integer32(1..65535) |
Interval for sending the same route to the peer. |
Value range: 0 to 600. This object displays 0 if the value is set to 0. |
bgpPeerInUpdateElapsedTime (1.3.6.1.2.1.15.3.1.24) |
read-only |
Gauge32 |
INTEGER(0..4294967295) |
Time elapsed since the most recent update message was received from the peer. |
As per the MIB. |
bgpPathAttrTable
About this table
This table is obsolete. It contains BGP route path information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are bgpPathAttrDestNetwork and bgpPathAttrPeer.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
bgpPathAttrPeer (1.3.6.1.2.1.15.5.1.1) |
read-only |
IpAddress |
OCTET STRING (4) |
IP address of the peer from which the route was learned. |
As per the MIB. |
bgpPathAttrDestNetwork (1.3.6.1.2.1.15.5.1.2) |
read-only |
IpAddress |
OCTET STRING (4) |
Destination network address. |
As per the MIB. |
bgpPathAttrOrigin (1.3.6.1.2.1.15.5.1.3) |
read-only |
INTEGER |
igp(1), egp(2), incomplete(3) |
Ultimate origin of the path information. |
As per the MIB. |
bgpPathAttrASPath (1.3.6.1.2.1.15.5.1.4) |
read-only |
OCTET STRING |
OCTET STRING (2..255) |
The set of ASs that must be traversed to reach the network. |
As per the MIB. |
bgpPathAttrNextHop (1.3.6.1.2.1.15.5.1.5) |
read-only |
IpAddress |
OCTET STRING (4) |
Address of the border router for the destination network. |
As per the MIB. |
bgpPathAttrInterASMetric (1.3.6.1.2.1.15.5.1.6) |
read-only |
Integer32 |
Standard MIB values. |
Optional inter-AS metric. |
As per the MIB. |
bgp4PathAttrTable
About this table
This table contains BGP route attribute information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are bgp4PathAttrIpAddrPrefix, bgp4PathAttrIpAddrPrefixLen, and bgp4PathAttrPeer.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
bgp4PathAttrPeer (1.3.6.1.2.1.15.6.1.1) |
read-only |
IpAddress |
OCTET STRING (4) |
IP address of the peer from which the route was learned. |
As per the MIB. |
bgp4PathAttrIpAddrPrefixLen (1.3.6.1.2.1.15.6.1.2) |
read-only |
Integer32 |
Integer32 (0..32) |
Route prefix mask. |
As per the MIB. |
bgp4PathAttrIpAddrPrefix (1.3.6.1.2.1.15.6.1.3) |
read-only |
IpAddress |
OCTET STRING (4) |
Route prefix. |
As per the MIB. |
bgp4PathAttrOrigin (1.3.6.1.2.1.15.6.1.4) |
read-only |
INTEGER |
igp(1), egp(2), incomplete(3) |
Ultimate origin of the path information. |
As per the MIB. |
bgp4PathAttrASPathSegment (1.3.6.1.2.1.15.6.1.5) |
read-only |
OCTET STRING |
OCTET STRING (2..255) |
Sequence of AS path segments. |
As per the MIB. |
bgp4PathAttrNextHop (1.3.6.1.2.1.15.6.1.6) |
read-only |
IpAddress |
OCTET STRING (4) |
Next hop of the route. |
As per the MIB. |
bgp4PathAttrMultiExitDisc (1.3.6.1.2.1.15.6.1.7) |
read-only |
Integer32 |
Integer32(-1..2147483647) |
MED value. |
The object returns 2147483647 when the actual value is in the range of 2147483647 to 4294967295. |
bgp4PathAttrLocalPref (1.3.6.1.2.1.15.6.1.8) |
read-only |
Integer32 |
Integer32(-1..2147483647) |
Local preference. |
The object returns 2147483647 when the actual value is in the range of 2147483647 to 4294967295. |
bgp4PathAttrAtomicAggregate (1.3.6.1.2.1.15.6.1.9) |
read-only |
INTEGER |
lessSpecificRouteNotSelected(1), lessSpecificRouteSelected(2) |
Atomic aggregate attribute. |
As per the MIB. |
bgp4PathAttrAggregatorAS (1.3.6.1.2.1.15.6.1.10) |
read-only |
Integer32 |
Integer32(-2147483648..2147483647) |
AS number of the last device that performed route aggregation. |
The value range for a 4-ocet AS number is 1 to 4294967295. If the AS number is greater than 2147483647, MIB displays a negative value. |
bgp4PathAttrAggregatorAddr (1.3.6.1.2.1.15.6.1.11) |
read-only |
IpAddress |
OCTET STRING (4) |
IP address of the last device that performed route aggregation. |
As per the MIB. |
bgp4PathAttrCalcLocalPref (1.3.6.1.2.1.15.6.1.12) |
read-only |
Integer32 |
Integer32(-1..2147483647) |
Local preference calculated by the receiving device for an advertised route. |
The object returns 2147483647 when the actual value is in the range of 2147483647 to 4294967295. |
bgp4PathAttrBest (1.3.6.1.2.1.15.6.1.13) |
read-only |
INTEGER |
false(1), true(2) |
Whether the route is the optimal route. |
As per the MIB. |
bgp4PathAttrUnknown (1.3.6.1.2.1.15.6.1.14) |
read-only |
OCTET STRING |
OCTET STRING (0..255) |
Route attributes that cannot be identified. |
As per the MIB. |
Notifications
bgpEstablishedNotification
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.2.1.15.0.1 |
A peer enters established state. |
Recovery |
- |
- |
ON |
Description
A notification sent when BGP FSM enters established state.
Status control
ON
CLI: Use the snmp-agent trap enable bgp command or the snmp-agent trap enable bgp peer-established command.
OFF
CLI: Use the undo snmp-agent trap enable bgp command or the undo snmp-agent trap enable bgp peer-established command.
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.2.1.15.3.1.7 (bgpPeerRemoteAddr) |
Remote IP address of the peer connection. |
No |
IpAddress |
Standard MIB values. |
1.3.6.1.2.1.15.3.1.14 (bgpPeerLastError) |
Error code and subcode for the most recent peer connection error. |
No |
DisplayString |
OCTET STRING (2) |
1.3.6.1.2.1.15.3.1.2 (bgpPeerState) |
Peer connection state. |
No |
INTEGER |
idle(1) connect(2) active(3) opensent(4) openconfirm(5) established(6) |
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
No action is required.
bgpBackwardTransNotification
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.2.1.15.0.2 |
A peer enters a lower numbered state. |
Recovery |
Warning |
- |
ON |
Description
A notification sent when BGP FSM enters a lower numbered state.
Status control
ON
CLI: Use the snmp-agent trap enable bgp command or the snmp-agent trap enable bgp peer-backward-transition command.
OFF
CLI: Use the undo snmp-agent trap enable bgp command or the undo snmp-agent trap enable bgp peer-backward-transition command.
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.2.1.15.3.1.7 (bgpPeerRemoteAddr) |
Remote IP address of the peer connection. |
No |
IpAddress |
OCTET STRING (4) |
1.3.6.1.2.1.15.3.1.14 (bgpPeerLastError) |
Error code and subcode for the most recent peer connection error. |
No |
DisplayString |
OCTET STRING (2) |
1.3.6.1.2.1.15.3.1.2 (bgpPeerState) |
Peer connection state. |
No |
INTEGER |
idle(1) connect(2) active(3) opensent(4) openconfirm(5) established(6) |
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
To resolve the issue:
1. Verify that the notification is triggered by link state changes.
2. If the issue persists, contact H3C Support.
bgpEstablished
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.2.1.15.7.1 |
A peer enters established state. |
Recovery |
- |
- |
ON |
Description
A notification sent when BGP FSM enters established state.
Status control
ON
CLI: Use the snmp-agent trap enable bgp command or the snmp-agent trap enable bgp peer-established command.
OFF
CLI: Use the undo snmp-agent trap enable bgp command or the undo snmp-agent trap enable bgp peer-established command.
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.2.1.15.3.1.14 (bgpPeerLastError) |
Error code and subcode for the most recent peer connection error. |
No |
DisplayString |
OCTET STRING (2) |
1.3.6.1.2.1.15.3.1.2 (bgpPeerState) |
Peer connection state. |
No |
INTEGER |
idle(1) connect(2) active(3) opensent(4) openconfirm(5) established(6) |
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
No action is required.
bgpBackwardTransition
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.2.1.15.7.2 |
A peer enters a lower numbered state. |
Error |
Warning |
- |
ON |
Description
A notification sent when BGP FSM enters a lower numbered state.
Status control
ON
CLI: Use the snmp-agent trap enable bgp command or the snmp-agent trap enable bgp peer-backward-transition command.
OFF
CLI: Use the undo snmp-agent trap enable bgp command or the undo snmp-agent trap enable bgp peer-backward-transition command.
Objects
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.2.1.15.3.1.14 (bgpPeerLastError) |
Error code and subcode for the most recent peer connection error. |
No |
DisplayString |
OCTET STRING (2) |
1.3.6.1.2.1.15.3.1.2 (bgpPeerState) |
Peer connection state. |
No |
INTEGER |
idle(1) connect(2) active(3) opensent(4) openconfirm(5) established(6) |
This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.
Recommended action
To resolve this issue:
1. Verify that the notification is triggered by link state changes.
2. If the issue persists, contact H3C Support.