RFC1269-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
29
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
29 total| Object Name |
|---|
bgp OBJECT IDENTIFIER .1.3.6.1.4.1.727.7.2.1.15 |
RFC1213-MIB Unknown .1.3.6.1.4.1.727.7.2.1.15 |
bgpVersionVector 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.ro OCTET STRING .1.3.6.1.4.1.727.7.2.1.15.1 |
bgpLocalAsThe local autonomous system number.ro INTEGER .1.3.6.1.4.1.727.7.2.1.15.2 |
bgpPeerTableThe bgp peer table. SEQUENCE OF BgpPeerEntry .1.3.6.1.4.1.727.7.2.1.15.3 |
bgpPeerEntryInformation about a BGP peer connection. BgpPeerEntry .1.3.6.1.4.1.727.7.2.1.15.3.1 |
bgpPeerIdentifierThe BGP Identifier of this entry's BGP peer.ro IpAddress .1.3.6.1.4.1.727.7.2.1.15.3.1.1 |
bgpPeerStateThe bgp peer connection state.ro Enumeration .1.3.6.1.4.1.727.7.2.1.15.3.1.2 |
bgpPeerAdminStatusThe 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.rw INTEGER .1.3.6.1.4.1.727.7.2.1.15.3.1.3 |
bgpPeerNegotiatedVersionThe negotiated version of BGP running between
the two peers.ro INTEGER .1.3.6.1.4.1.727.7.2.1.15.3.1.4 |
bgpPeerLocalAddrThe local IP address of this entry's BGP
connection.ro IpAddress .1.3.6.1.4.1.727.7.2.1.15.3.1.5 |
bgpPeerLocalPortThe local port for the TCP connection between
the BGP peers.ro INTEGER .1.3.6.1.4.1.727.7.2.1.15.3.1.6 |
bgpPeerRemoteAddrThe remote IP address of this entry's BGP
peer.ro IpAddress .1.3.6.1.4.1.727.7.2.1.15.3.1.7 |
bgpPeerRemotePortThe 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.ro INTEGER .1.3.6.1.4.1.727.7.2.1.15.3.1.8 |
bgpPeerRemoteAsThe remote autonomous system number.ro INTEGER .1.3.6.1.4.1.727.7.2.1.15.3.1.9 |
bgpPeerInUpdatesThe number of BGP UPDATE messages received on
this connection. This object should be
initialized to zero when the connection is
established.ro Counter .1.3.6.1.4.1.727.7.2.1.15.3.1.10 |
bgpPeerOutUpdatesThe number of BGP UPDATE messages received on
this connection. This object should be
initialized to zero when the connection is
established.ro Counter .1.3.6.1.4.1.727.7.2.1.15.3.1.11 |
bgpPeerInTotalMessagesThe total number of messages received from the
remote peer on this connection. This object
should be initialized to zero when the
connection is established.ro Counter .1.3.6.1.4.1.727.7.2.1.15.3.1.12 |
bgpPeerOutTotalMessagesThe total number of messages transmitted to
the remote peer on this connection. This object
should be initialized to zero when the
connection is established.ro Counter .1.3.6.1.4.1.727.7.2.1.15.3.1.13 |
bgpPeerLastErrorThe 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.ro OCTET STRING .1.3.6.1.4.1.727.7.2.1.15.3.1.14 |
bgpIdentifierThe BGP Identifier of local system.ro IpAddress .1.3.6.1.4.1.727.7.2.1.15.4 |
bgpRcvdPathAttrTableThe BGP Received Path Attribute Table contains
information about paths to destination networks
received by all peers. SEQUENCE OF BgpPathAttrEntry .1.3.6.1.4.1.727.7.2.1.15.5 |
bgpPathAttrEntryInformation about a path to a network. BgpPathAttrEntry .1.3.6.1.4.1.727.7.2.1.15.5.1 |
bgpPathAttrPeerThe IP address of the peer where the path
information
was learned.ro IpAddress .1.3.6.1.4.1.727.7.2.1.15.5.1.1 |
bgpPathAttrDestNetworkThe address of the destination network.ro IpAddress .1.3.6.1.4.1.727.7.2.1.15.5.1.2 |
bgpPathAttrOriginThe ultimate origin of the path information.ro Enumeration .1.3.6.1.4.1.727.7.2.1.15.5.1.3 |
bgpPathAttrASPathThe 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;ro OCTET STRING .1.3.6.1.4.1.727.7.2.1.15.5.1.4 |
bgpPathAttrNextHopThe address of the border router that should
be used for the destination network.ro IpAddress .1.3.6.1.4.1.727.7.2.1.15.5.1.5 |
bgpPathAttrInterASMetricThe optional inter-AS metric. If this
attribute has not been provided for this route,
the value for this object is 0.ro IpAddress .1.3.6.1.4.1.727.7.2.1.15.5.1.6 |