MIBs Depot

RFC1269-MIB

Namespace
standard
Source file
RFC1269-MIB
Digest
sha256:e2fc1c03cd55b54f9594e77be9837ec484b2de513dac4a223a6f6ddb7a055e6d

Imports

FromSymbols
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMICounter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TRAP-TYPE, iso, mib-2
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

RFC1269-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
bgp
OBJECT-IDENTITY
1.3.6.1.2.1.15
bgpVersion
OBJECT-TYPE
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.
1.3.6.1.2.1.15.1OCTET STRINGread-onlymandatory
bgpLocalAs
OBJECT-TYPE
The local autonomous system number.
1.3.6.1.2.1.15.2INTEGER (0..65535)read-onlymandatory
bgpPeerTable
OBJECT-TYPE
The bgp peer table.
1.3.6.1.2.1.15.3not-accessiblemandatory
bgpPeerEntry
OBJECT-TYPE
Information about a BGP peer connection.
1.3.6.1.2.1.15.3.1not-accessiblemandatory
bgpPeerIdentifier
OBJECT-TYPE
The BGP Identifier of this entry's BGP peer.
1.3.6.1.2.1.15.3.1.1IpAddressread-onlymandatory
bgpPeerState
OBJECT-TYPE
The bgp peer connection state.
1.3.6.1.2.1.15.3.1.2INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)}read-onlymandatory
bgpPeerAdminStatus
OBJECT-TYPE
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.
1.3.6.1.2.1.15.3.1.3INTEGERread-writemandatory
bgpPeerNegotiatedVersion
OBJECT-TYPE
The negotiated version of BGP running between the two peers.
1.3.6.1.2.1.15.3.1.4INTEGERread-onlymandatory
bgpPeerLocalAddr
OBJECT-TYPE
The local IP address of this entry's BGP connection.
1.3.6.1.2.1.15.3.1.5IpAddressread-onlymandatory
bgpPeerLocalPort
OBJECT-TYPE
The local port for the TCP connection between the BGP peers.
1.3.6.1.2.1.15.3.1.6INTEGER (0..65535)read-onlymandatory
bgpPeerRemoteAddr
OBJECT-TYPE
The remote IP address of this entry's BGP peer.
1.3.6.1.2.1.15.3.1.7IpAddressread-onlymandatory
bgpPeerRemotePort
OBJECT-TYPE
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.
1.3.6.1.2.1.15.3.1.8INTEGER (0..65535)read-onlymandatory
bgpPeerRemoteAs
OBJECT-TYPE
The remote autonomous system number.
1.3.6.1.2.1.15.3.1.9INTEGER (0..65535)read-onlymandatory
bgpPeerInUpdates
OBJECT-TYPE
The number of BGP UPDATE messages received on this connection. This object should be initialized to zero when the connection is established.
1.3.6.1.2.1.15.3.1.10Counterread-onlymandatory
bgpPeerOutUpdates
OBJECT-TYPE
The number of BGP UPDATE messages received on this connection. This object should be initialized to zero when the connection is established.
1.3.6.1.2.1.15.3.1.11Counterread-onlymandatory
bgpPeerInTotalMessages
OBJECT-TYPE
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.
1.3.6.1.2.1.15.3.1.12Counterread-onlymandatory
bgpPeerOutTotalMessages
OBJECT-TYPE
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.
1.3.6.1.2.1.15.3.1.13Counterread-onlymandatory
bgpPeerLastError
OBJECT-TYPE
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.
1.3.6.1.2.1.15.3.1.14OCTET STRING (SIZE(2))read-onlymandatory
bgpIdentifier
OBJECT-TYPE
The BGP Identifier of local system.
1.3.6.1.2.1.15.4IpAddressread-onlymandatory
bgpRcvdPathAttrTable
OBJECT-TYPE
The BGP Received Path Attribute Table contains information about paths to destination networks received by all peers.
1.3.6.1.2.1.15.5not-accessiblemandatory
bgpPathAttrEntry
OBJECT-TYPE
Information about a path to a network.
1.3.6.1.2.1.15.5.1not-accessiblemandatory
bgpPathAttrPeer
OBJECT-TYPE
The IP address of the peer where the path information was learned.
1.3.6.1.2.1.15.5.1.1IpAddressread-onlymandatory
bgpPathAttrDestNetwork
OBJECT-TYPE
The address of the destination network.
1.3.6.1.2.1.15.5.1.2IpAddressread-onlymandatory
bgpPathAttrOrigin
OBJECT-TYPE
The ultimate origin of the path information.
1.3.6.1.2.1.15.5.1.3INTEGER {igp(1), egp(2), incomplete(3)}read-onlymandatory
bgpPathAttrASPath
OBJECT-TYPE
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;
1.3.6.1.2.1.15.5.1.4OCTET STRINGread-onlymandatory
bgpPathAttrNextHop
OBJECT-TYPE
The address of the border router that should be used for the destination network.
1.3.6.1.2.1.15.5.1.5IpAddressread-onlymandatory
bgpPathAttrInterASMetric
OBJECT-TYPE
The optional inter-AS metric. If this attribute has not been provided for this route, the value for this object is 0.
1.3.6.1.2.1.15.5.1.6IpAddressread-onlymandatory

Notifications

NameOIDStatus
bgpEstablished
NOTIFICATION-TYPE
The BGP Established event is generated when the BGP FSM enters the ESTABLISHED state.
1.3.6.1.2.1.15.0.1
bgpBackwardTransition
NOTIFICATION-TYPE
The BGPBackwardTransition Event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state.
1.3.6.1.2.1.15.0.2