bgpVersion |
.1.3.6.1.2.1.15.1 |
Vector of supported BGP protocol version
numbers. Each peer negotiates the version from
this vector. Versions are identified via the
string of bits contained within this object.
The first octet contains bits 0 to 7, the
second octet contains bits 8 to 15, and so on,
with the most significant bit referring to the
lowest bit number in the octet (e.g., the MSB
of the first octet refers to bit 0). If a bit,
i, is present and set, then the version (i+1)
of the BGP is supported.
|
bgpLocalAs |
.1.3.6.1.2.1.15.2 |
The local autonomous system number.
|
bgpIdentifier |
.1.3.6.1.2.1.15.4 |
The BGP Identifier of local system.
|
bgpPeerEntry |
.1.3.6.1.2.1.15.3.1 |
Information about a BGP peer connection.
|
bgpPathAttrEntry |
.1.3.6.1.2.1.15.5.1 |
Information about a path to a network.
|
bgpPeerRemoteAddr |
.1.3.6.1.2.1.15.3.1.7 |
The remote IP address of this entry's BGP
peer.
|
bgpPeerIdentifier |
.1.3.6.1.2.1.15.3.1.1 |
The BGP Identifier of this entry's BGP peer.
|
bgpPeerState |
.1.3.6.1.2.1.15.3.1.2 |
The bgp peer connection state.
|
bgpPeerAdminStatus |
.1.3.6.1.2.1.15.3.1.3 |
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.
|
bgpPeerNegotiatedVersion |
.1.3.6.1.2.1.15.3.1.4 |
The negotiated version of BGP running between
the two peers.
|
bgpPeerLocalAddr |
.1.3.6.1.2.1.15.3.1.5 |
The local IP address of this entry's BGP
connection.
|
bgpPeerLocalPort |
.1.3.6.1.2.1.15.3.1.6 |
The local port for the TCP connection between
the BGP peers.
|
bgpPeerRemotePort |
.1.3.6.1.2.1.15.3.1.8 |
The remote port for the TCP connection between
the BGP peers. Note that the objects
bgpLocalAddr, bgpLocalPort, bgpRemoteAddr and
bgpRemotePort provide the appropriate reference
to the standard MIB TCP connection table.
|
bgpPeerRemoteAs |
.1.3.6.1.2.1.15.3.1.9 |
The remote autonomous system number.
|
bgpPeerInUpdates |
.1.3.6.1.2.1.15.3.1.10 |
The number of BGP UPDATE messages received on
this connection. This object should be
initialized to zero when the connection is
established.
|
bgpPeerOutUpdates |
.1.3.6.1.2.1.15.3.1.11 |
The number of BGP UPDATE messages received on
this connection. This object should be
initialized to zero when the connection is
established.
|
bgpPeerInTotalMessages |
.1.3.6.1.2.1.15.3.1.12 |
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.
|
bgpPeerOutTotalMessages |
.1.3.6.1.2.1.15.3.1.13 |
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.
|
bgpPeerLastError |
.1.3.6.1.2.1.15.3.1.14 |
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; the second contains
the subcode.
|
bgpPathAttrDestNetwork |
.1.3.6.1.2.1.15.5.1.2 |
The address of the destination network.
|
bgpPathAttrPeer |
.1.3.6.1.2.1.15.5.1.1 |
The IP address of the peer where the path
information
was learned.
|
bgpPathAttrOrigin |
.1.3.6.1.2.1.15.5.1.3 |
The ultimate origin of the path information.
|
bgpPathAttrASPath |
.1.3.6.1.2.1.15.5.1.4 |
The set of ASs that must be traversed to reach
the network. ( This object is probably best
represented as SEQUENCE OF INTEGER. For SMI
compatibility, though, it is represented as
OCTET STRING. Each AS is represented as a pair
of octets according to the following algorithm:
first-byte-of-pair = ASNumber / 256;
second-byte-of-pair = ASNumber & 255;
|
bgpPathAttrNextHop |
.1.3.6.1.2.1.15.5.1.5 |
The address of the border router that should
be used for the destination network.
|
bgpPathAttrInterASMetric |
.1.3.6.1.2.1.15.5.1.6 |
The optional inter-AS metric. If this
attribute has not been provided for this route,
the value for this object is 0.
|