RADLAN-BGP

File: RADLAN-BGP.mib (11925 bytes)

Imported modules

RADLAN-MIB BGP4-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

rnd bgpPeerEntry bgpPeerRemoteAddr
bgp4PathAttrEntry bgp4PathAttrIpAddrPrefix bgp4PathAttrIpAddrPrefixLen
bgp4PathAttrPeer Unsigned32 Integer32
Counter32 IpAddress MODULE-IDENTITY
OBJECT-TYPE DisplayString RowStatus
TruthValue TEXTUAL-CONVENTION

Defined Types

RlBgpPeersExtEntry  
SEQUENCE    
  rlBgpPeersExtRowStatus RowStatus
  rlBgpPeersExtIsReflectorClient INTEGER
  rlBgpPeersExtInConfederation TruthValue
  rlBgpPeersExtRemAS INTEGER

RlBgp4PathAttrExtEntry  
SEQUENCE    
  rlBgp4PathAttrOriginatorId IpAddress
  rlBgp4PathAttrClusterList OCTET STRING
  rlBgp4PathAttrCommunities OCTET STRING

Defined Values

rlBgp 1.3.6.1.4.1.89.71
The private MIB module definition for RND BGP private MIB.
MODULE-IDENTITY    

rlBgpMibVersion 1.3.6.1.4.1.89.71.1
BGP4 Mib version, the current version is 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlBgpPeersExtTable 1.3.6.1.4.1.89.71.2
BGP peer table. Contains one entry per BGP peer, information about the connections with BGP peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlBgpPeersExtEntry

rlBgpPeersExtEntry 1.3.6.1.4.1.89.71.2.1
Entry containing information about the connection with a BGP peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlBgpPeersExtEntry  

rlBgpPeersExtRowStatus 1.3.6.1.4.1.89.71.2.1.1
The row status variable, used according to installation and removal conventions for conceptual rows. Setting this object to active(1) or createAndGo(4) results in the addition of the remote address of the peer. Destroying the entry or setting it to notInService(2) removes the remote address associated with the peer. The use of other values is implementation-dependent.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlBgpPeersExtIsReflectorClient 1.3.6.1.4.1.89.71.2.1.2
This value indicates whether the given peer is a reflector client of this router, or not. 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 clients because there is no route reflection. The default value is meshedClient.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER nonClient(0), client(1), meshedClient(2)  

rlBgpPeersExtInConfederation 1.3.6.1.4.1.89.71.2.1.3
This value indicates whether the given peer is in our confederation or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlBgpPeersExtRemAS 1.3.6.1.4.1.89.71.2.1.4
The remote autonomous system number which is configurable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rlBgpClusterId 1.3.6.1.4.1.89.71.3
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-write
OBJECT-TYPE    
  IpAddress  

rlBgpConfederationId 1.3.6.1.4.1.89.71.4
The local Confederation Identification Number. A value of zero (0) indicates the absence of this value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rlBgpEnable 1.3.6.1.4.1.89.71.5
This value indicates whether BGP is enable on this router or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rlBgpRouteReflectionEnable 1.3.6.1.4.1.89.71.6
This value indicates whether route reflection extension is enable on this router or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rlBgpASConfederationEnable 1.3.6.1.4.1.89.71.7
This value indicates whether AS confederation extension is enable on this router or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rlBgpRouteFlapDampeningEnable 1.3.6.1.4.1.89.71.8
This value indicates whether route flap dampening extension is enable on this router or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rlBgpCommunitiesEnable 1.3.6.1.4.1.89.71.9
This value indicates whether BGP communities extension is enable on this router or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rlBgpCapabilNegotEnable 1.3.6.1.4.1.89.71.10
This value indicates whether BGP capabilities negotiation extension is enable on this router or not.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rlBgpMedConf 1.3.6.1.4.1.89.71.11
The configured Multi-Exit Descriminator of the local router. A value of -1 indicates the absence of this attribute.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -1..2147483647  

rlBgpLocalPrefConf 1.3.6.1.4.1.89.71.12
The configured Local Preference of the local router. A value of -1 indicates the absence of this attribute.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -1..2147483647  

rlBgpLocalAsConf 1.3.6.1.4.1.89.71.13
The local autonomous system number, which is configurable.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rlBgp4PathAttrExtTable 1.3.6.1.4.1.89.71.14
The BGP-4 Received Path Attribute Table contains information about paths to destination networks received from all BGP4 peers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlBgp4PathAttrExtEntry

rlBgp4PathAttrExtEntry 1.3.6.1.4.1.89.71.14.1
Information about a path to a network.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlBgp4PathAttrExtEntry  

rlBgp4PathAttrOriginatorId 1.3.6.1.4.1.89.71.14.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  

rlBgp4PathAttrClusterList 1.3.6.1.4.1.89.71.14.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)  

rlBgp4PathAttrCommunities 1.3.6.1.4.1.89.71.14.1.3
A sequence of four octet long values representing the community that was received with the route. The values of each of the individual octets may have semantic meaning. A length of zero (0) indicates the absence of this attribute. This attribute is defined in [RFC1997].
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..4096)  

rlBgpSuppressLimit 1.3.6.1.4.1.89.71.15
A numeric value that is compared with the penalty. If the penalty is greater than the suppress limit, the route is suppressed. Default value is 2000.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..20000  

rlBgpReuseLimit 1.3.6.1.4.1.89.71.16
A configurable numeric value that is compared with the penalty. If the penalty is less than the reuse limit, a suppressed route that is up will no longer be suppressed. Default value is 750.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..20000  

rlBgpHalfLifeTime 1.3.6.1.4.1.89.71.17
A configurable numeric value that describes the time required to reduce the penalty by one half. Default value is 15.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..45  

rlBgpMaxSuppressTime 1.3.6.1.4.1.89.71.18
A configurable numeric value that describes the maximum time a route can be suppressed no matter how unstable it has been prior to this period ofstability. Default value is 4*rlBgpHalfLifeTime.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255