BGP4-REFLECT-MIB

File: BGP4-REFLECT-MIB.mib (7041 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
BGP4-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress mib-2 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TruthValue
bgp

Defined Types

BgpPeerReflectEntry  
SEQUENCE    
  bgpPeerIsReflectorClient TruthValue

Bgp4ReflectEntry  
SEQUENCE    
  bgp4PathAttrOriginatorId IpAddress
  bgp4PathAttrClusterList OCTET STRING

Defined Values

bgpReflect 1.3.6.1.2.1.15.11
Extension of the MIB module for BGP-4 to include information about attributes and characteristics defined in BGP Route Reflection.
MODULE-IDENTITY    

bgpClusterId 1.3.6.1.2.1.15.11.1
The configured Cluster-ID of the local router. A value of 0.0.0.0 indicates the absence of this value.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bgpPeerReflectTable 1.3.6.1.2.1.15.11.2
BGP Peer Reflect Table. This table maintains information about whether each peer is a Route Reflector.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BgpPeerReflectEntry

bgpPeerReflectEntry 1.3.6.1.2.1.15.11.2.1
Peer related information pertaining to Route Reflection.
Status: current Access: not-accessible
OBJECT-TYPE    
  BgpPeerReflectEntry  

bgpPeerIsReflectorClient 1.3.6.1.2.1.15.11.2.1.1
This value indicates whether the given peer is a reflector client of this router, or not. A value of nonClient indicates that this peer is not a reflector client. A value of client indicates that this peer is a reflector client that is not fully meshed with other reflector clients. A value of meshedClient indicates that the peer is a reflector client and is fully meshed with all other reflector clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER nonClient(0), client(1), meshedClient(2)  

bgp4ReflectTable 1.3.6.1.2.1.15.11.3
BGP Reflect Table. This table contains the route reflection specific path attributes received with a given route.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Bgp4ReflectEntry

bgp4ReflectEntry 1.3.6.1.2.1.15.11.3.1
Information about the route reflection specific path attributes received with a given route.
Status: current Access: not-accessible
OBJECT-TYPE    
  Bgp4ReflectEntry  

bgp4PathAttrOriginatorId 1.3.6.1.2.1.15.11.3.1.1
The Originator-ID identifying the router that initially advertised this destination to a Route Reflector. A value of 0.0.0.0 indicates the absence of this attribute. This attribute is defined in [RFC2796].
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bgp4PathAttrClusterList 1.3.6.1.2.1.15.11.3.1.2
A sequence of four octet long values representing the reflection path that the route has passed. Each four octet long value represents the ID of a cluster that the route has traversed. A length of zero (0) indicates the absence of this attribute. This attribute is defined in [RFC2796].
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4096)