bgpPeerTable

BGP peer table. This table contains, one entry per BGP peer, information about the connections with BGP peers.

The index of the table is bgpPeerRemoteAddr.

OID

Object

Syntax

Max Access

Description

Implemented Specifications

1.3.6.1.2.1.15.3.1.1

bgpPeerIdentifier

IpAddress

read-only

The BGP Identifier of this entry's BGP

peer.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.2

bgpPeerState

INTEGER{idle(1),connect(2),active(3),opensent(4),openconfirm(5),established(6)}

read-only

The BGP peer connection state.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.3

bgpPeerAdminStatus

INTEGER{stop(1),start(2)}

read-write

The desired state of the BGP connection.

A transition from 'stop' to 'start' will

cause the BGP Start Event to be generated.

A transition from 'start' to 'stop' will

cause the BGP Stop Event to be generated.

This parameter can be used to restart BGP

peer connections. Care should be used in

providing write access to this object

without adequate authentication.

The actually supported access is read-only.

1.3.6.1.2.1.15.3.1.4

bgpPeerNegotiatedVersion

Integer32

read-only

The negotiated version of BGP running

between the two peers.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.5

bgpPeerLocalAddr

IpAddress

read-only

The local IP address of this entry's BGP

connection.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.6

bgpPeerLocalPort

Integer32{(0,65535)}

read-only

The local port for the TCP connection

between the BGP peers.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.7

bgpPeerRemoteAddr

IpAddress

read-only

The remote IP address of this entry's BGP

peer.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.8

bgpPeerRemotePort

Integer32{(0,65535)}

read-only

The remote port for the TCP connection

between the BGP peers. Note that the

objects bgpPeerLocalAddr,

bgpPeerLocalPort, bgpPeerRemoteAddr and

bgpPeerRemotePort provide the appropriate

reference to the standard MIB TCP

connection table.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.9

bgpPeerRemoteAs

Gauge32

read-only

The remote autonomous system number.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.10

bgpPeerInUpdates

Counter32

read-only

The number of BGP UPDATE messages

received on this connection. This object

should be initialized to zero (0) when the

connection is established.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.11

bgpPeerOutUpdates

Counter32

read-only

The number of BGP UPDATE messages

transmitted on this connection. This

object should be initialized to zero (0)

when the connection is established.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.12

bgpPeerInTotalMessages

Counter32

read-only

The total number of messages received

from the remote peer on this connection.

This object should be initialized to zero

when the connection is established.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.13

bgpPeerOutTotalMessages

Counter32

read-only

The total number of messages transmitted to

the remote peer on this connection. This

object should be initialized to zero when

the connection is established.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.14

bgpPeerLastError

OCTET STRING{(2,2)}

read-only

The last error code and subcode seen by this

peer on this connection. If no error has

occurred, this field is zero. Otherwise, the

first byte of this two byte OCTET STRING

contains the error code, and the second byte

contains the subcode.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.15

bgpPeerFsmEstablishedTransitions

Counter32

read-only

The total number of times the BGP FSM

transitioned into the established state.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.16

bgpPeerFsmEstablishedTime

Gauge32

read-only

This timer indicates how long (in

seconds) this peer has been in the

Established state or how long

since this peer was last in the

Established state. It is set to zero when

a new peer is configured or the router is

booted.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.17

bgpPeerConnectRetryInterval

Integer32{(1,65535)}

read-write

Time interval in seconds for the

ConnectRetry timer. The suggested value

for this timer is 120 seconds.

The actually supported access is read-only.

1.3.6.1.2.1.15.3.1.18

bgpPeerHoldTime

Integer32{(0,0),(3,65535)}

read-only

Time interval in seconds for the Hold

Timer established with the peer. The

value of this object is calculated by this

BGP speaker by using the smaller of the

value in bgpPeerHoldTimeConfigured and the

Hold Time received in the OPEN message.

This value must be at lease three seconds

if it is not zero (0) in which case the

Hold Timer has not been established with

the peer, or, the value of

bgpPeerHoldTimeConfigured is zero (0).

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.19

bgpPeerKeepAlive

Integer32{(0,0),(1,21845)}

read-only

Time interval in seconds for the KeepAlive

timer established with the peer. The value

of this object is calculated by this BGP

speaker such that, when compared with

bgpPeerHoldTime, it has the same

proportion as what

bgpPeerKeepAliveConfigured has when

compared with bgpPeerHoldTimeConfigured.

If the value of this object is zero (0),

it indicates that the KeepAlive timer has

not been established with the peer, or,

the value of bgpPeerKeepAliveConfigured is

zero (0).

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.2.1.15.3.1.20

bgpPeerHoldTimeConfigured

Integer32{(0,0),(3,65535)}

read-write

Time interval in seconds for the Hold Time

configured for this BGP speaker with this

peer. This value is placed in an OPEN

message sent to this peer by this BGP

speaker, and is compared with the Hold

Time field in an OPEN message received

from the peer when determining the Hold

Time (bgpPeerHoldTime) with the peer.

This value must not be less than three

seconds if it is not zero (0) in which

case the Hold Time is NOT to be

established with the peer. The suggested

value for this timer is 90 seconds.

The actually supported access is read-only.

1.3.6.1.2.1.15.3.1.21

bgpPeerKeepAliveConfigured

Integer32{(0,0),(1,21845)}

read-write

Time interval in seconds for the

KeepAlive timer configured for this BGP

speaker with this peer. The value of this

object will only determine the

KEEPALIVE messages' frequency relative to

the value specified in

bgpPeerHoldTimeConfigured; the actual

time interval for the KEEPALIVE messages

is indicated by bgpPeerKeepAlive. A

reasonable maximum value for this timer

would be configured to be one

third of that of

bgpPeerHoldTimeConfigured.

If the value of this object is zero (0),

no periodical KEEPALIVE messages are sent

to the peer after the BGP connection has

been established. The suggested value for

this timer is 30 seconds.

The actually supported access is read-only.

1.3.6.1.2.1.15.3.1.22

bgpPeerMinASOriginationInterval

Integer32{(1,65535)}

read-write

Time interval in seconds for the MinASOriginationInterval timer. The suggested value for this timer is 15 seconds.

The actually supported access is read-only.

Currently, the maximum access is read-only.

The objects bgpPeerMinASOriginationInterval and bgpPeerMinRouteAdvertisementInterval have the same implemented specifications. The value set or obtained by the MIB depends on the value (ranging from 0 to 600) specified in the command line. If the value specified in the command line is 0, the value is displayed as 1.

1.3.6.1.2.1.15.3.1.23

bgpPeerMinRouteAdvertisementInterval

Integer32{(1,65535)}

read-write

Time interval in seconds for the MinRouteAdvertisementInterval timer. The suggested value for this timer is 30 seconds.

The actually supported access is read-only.

Currently, the maximum access is read-only.

The objects bgpPeerMinASOriginationInterval and bgpPeerMinRouteAdvertisementInterval have the same implemented specifications. The value set or obtained by the MIB depends on the value (ranging from 0 to 600) specified in the command line. If the value specified in the command line is 0, the value is displayed as 1.

1.3.6.1.2.1.15.3.1.24

bgpPeerInUpdateElapsedTime

Gauge32

read-only

Elapsed time in seconds since the last BGP

UPDATE message was received from the peer.

Each time bgpPeerInUpdates is incremented,

the value of this object is set to zero

(0).

This object is implemented as defined in the corresponding MIB files.

Creation Restriction

The table cannot be created.

Modification Restriction

The entries in this table cannot be modified.

Deletion Restriction

The entries in this table cannot be deleted.

Access Restriction

The entries in this table can be read without restriction.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
Next topic >