RFC1269-MIB
- Namespace
- standard
- Source file
RFC1269-MIB- Digest
sha256:e2fc1c03cd55b54f9594e77be9837ec484b2de513dac4a223a6f6ddb7a055e6d
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TRAP-TYPE, iso, mib-2 |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | OCTET STRING | read-only | mandatory |
| bgpLocalAs OBJECT-TYPE The local autonomous system number. | 1.3.6.1.2.1.15.2 | INTEGER (0..65535) | read-only | mandatory |
| bgpPeerTable OBJECT-TYPE The bgp peer table. | 1.3.6.1.2.1.15.3 | not-accessible | mandatory | |
| bgpPeerEntry OBJECT-TYPE Information about a BGP peer connection. | 1.3.6.1.2.1.15.3.1 | not-accessible | mandatory | |
| bgpPeerIdentifier OBJECT-TYPE The BGP Identifier of this entry's BGP peer. | 1.3.6.1.2.1.15.3.1.1 | IpAddress | read-only | mandatory |
| bgpPeerState OBJECT-TYPE The bgp peer connection state. | 1.3.6.1.2.1.15.3.1.2 | INTEGER {idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)} | read-only | mandatory |
| 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.3 | INTEGER | read-write | mandatory |
| bgpPeerNegotiatedVersion OBJECT-TYPE The negotiated version of BGP running between the two peers. | 1.3.6.1.2.1.15.3.1.4 | INTEGER | read-only | mandatory |
| bgpPeerLocalAddr OBJECT-TYPE The local IP address of this entry's BGP connection. | 1.3.6.1.2.1.15.3.1.5 | IpAddress | read-only | mandatory |
| bgpPeerLocalPort OBJECT-TYPE The local port for the TCP connection between the BGP peers. | 1.3.6.1.2.1.15.3.1.6 | INTEGER (0..65535) | read-only | mandatory |
| bgpPeerRemoteAddr OBJECT-TYPE The remote IP address of this entry's BGP peer. | 1.3.6.1.2.1.15.3.1.7 | IpAddress | read-only | mandatory |
| 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.8 | INTEGER (0..65535) | read-only | mandatory |
| bgpPeerRemoteAs OBJECT-TYPE The remote autonomous system number. | 1.3.6.1.2.1.15.3.1.9 | INTEGER (0..65535) | read-only | mandatory |
| 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.10 | Counter | read-only | mandatory |
| 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.11 | Counter | read-only | mandatory |
| 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.12 | Counter | read-only | mandatory |
| 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.13 | Counter | read-only | mandatory |
| 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.14 | OCTET STRING (SIZE(2)) | read-only | mandatory |
| bgpIdentifier OBJECT-TYPE The BGP Identifier of local system. | 1.3.6.1.2.1.15.4 | IpAddress | read-only | mandatory |
| 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.5 | not-accessible | mandatory | |
| bgpPathAttrEntry OBJECT-TYPE Information about a path to a network. | 1.3.6.1.2.1.15.5.1 | not-accessible | mandatory | |
| bgpPathAttrPeer OBJECT-TYPE The IP address of the peer where the path information was learned. | 1.3.6.1.2.1.15.5.1.1 | IpAddress | read-only | mandatory |
| bgpPathAttrDestNetwork OBJECT-TYPE The address of the destination network. | 1.3.6.1.2.1.15.5.1.2 | IpAddress | read-only | mandatory |
| bgpPathAttrOrigin OBJECT-TYPE The ultimate origin of the path information. | 1.3.6.1.2.1.15.5.1.3 | INTEGER {igp(1), egp(2), incomplete(3)} | read-only | mandatory |
| 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.4 | OCTET STRING | read-only | mandatory |
| 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.5 | IpAddress | read-only | mandatory |
| 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.6 | IpAddress | read-only | mandatory |
Notifications
| Name | OID | Status |
|---|---|---|
| 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 |