RFC1269-MIB

File: RFC1269-MIB.mib (15979 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212
RFC-1215

Imported symbols

NetworkAddress IpAddress Counter
mib-2 OBJECT-TYPE TRAP-TYPE

Defined Types

BgpPeerEntry  
SEQUENCE    
  bgpPeerIdentifier IpAddress
  bgpPeerState INTEGER
  bgpPeerAdminStatus INTEGER
  bgpPeerNegotiatedVersion INTEGER
  bgpPeerLocalAddr IpAddress
  bgpPeerLocalPort INTEGER
  bgpPeerRemoteAddr IpAddress
  bgpPeerRemotePort INTEGER
  bgpPeerRemoteAs INTEGER
  bgpPeerInUpdates Counter
  bgpPeerOutUpdates Counter
  bgpPeerInTotalMessages Counter
  bgpPeerOutTotalMessages Counter
  bgpPeerLastError OCTET STRING

BgpPathAttrEntry  
SEQUENCE    
  bgpPathAttrPeer IpAddress
  bgpPathAttrDestNetwork IpAddress
  bgpPathAttrOrigin INTEGER
  bgpPathAttrASPath OCTET STRING
  bgpPathAttrNextHop IpAddress
  bgpPathAttrInterASMetric INTEGER

Defined Values

bgp 1.3.6.1.2.1.15
OBJECT IDENTIFIER    

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

bgpLocalAs 1.3.6.1.2.1.15.2
The local autonomous system number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

bgpPeerTable 1.3.6.1.2.1.15.3
The bgp peer table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BgpPeerEntry

bgpIdentifier 1.3.6.1.2.1.15.4
The BGP Identifier of local system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

bgpPeerEntry 1.3.6.1.2.1.15.3.1
Information about a BGP peer connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BgpPeerEntry  

bgpPeerIdentifier 1.3.6.1.2.1.15.3.1.1
The BGP Identifier of this entry's BGP peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

bgpPeerState 1.3.6.1.2.1.15.3.1.2
The bgp peer connection state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6)  

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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

bgpPeerNegotiatedVersion 1.3.6.1.2.1.15.3.1.4
The negotiated version of BGP running between the two peers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

bgpPeerLocalAddr 1.3.6.1.2.1.15.3.1.5
The local IP address of this entry's BGP connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

bgpPeerLocalPort 1.3.6.1.2.1.15.3.1.6
The local port for the TCP connection between the BGP peers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

bgpPeerRemoteAddr 1.3.6.1.2.1.15.3.1.7
The remote IP address of this entry's BGP peer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

bgpPeerRemoteAs 1.3.6.1.2.1.15.3.1.9
The remote autonomous system number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

bgpRcvdPathAttrTable 1.3.6.1.2.1.15.5
The BGP Received Path Attribute Table contains information about paths to destination networks received by all peers.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BgpPathAttrEntry

bgpPathAttrEntry 1.3.6.1.2.1.15.5.1
Information about a path to a network.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BgpPathAttrEntry  

bgpPathAttrPeer 1.3.6.1.2.1.15.5.1.1
The IP address of the peer where the path information was learned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

bgpPathAttrDestNetwork 1.3.6.1.2.1.15.5.1.2
The address of the destination network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

bgpPathAttrOrigin 1.3.6.1.2.1.15.5.1.3
The ultimate origin of the path information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER igp(1), egp(2), incomplete(3)  

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;
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

bgpEstablished 1.3.6.1.2.1.15.1
The BGP Established event is generated when the BGP FSM enters the ESTABLISHED state.
TRAP-TYPE    

bgpBackwardTransition 1.3.6.1.2.1.15.2
The BGPBackwardTransition Event is generated when the BGP FSM moves from a higher numbered state to a lower numbered state.
TRAP-TYPE