XEDIA-BGP-MIB

File: XEDIA-BGP-MIB.mib (10020 bytes)

Imported modules

SNMPv2-TC BGP4-MIB SNMPv2-SMI
SNMPv2-CONF XEDIA-REG

Imported symbols

RowStatus TruthValue bgpPeerEntry
bgp4PathAttrEntry MODULE-IDENTITY OBJECT-TYPE
IpAddress MODULE-COMPLIANCE OBJECT-GROUP
xediaMibs

Defined Types

XBgpPeerEntry  
SEQUENCE    
  xbgpPeerRowStatus RowStatus
  xbgpPeerReflectionClient TruthValue

XBgp4PathAttrEntry  
SEQUENCE    
  xbgp4PathAttrCommunity OCTET STRING
  xbgp4PathAttrOrigId IpAddress
  xbgp4PathAttrClusterList OCTET STRING
  xbgp4PathAttrDistance INTEGER

Defined Values

xediaBgpMIB 1.3.6.1.4.1.838.3.9
This module defines additional objects for management of BGP in Xedia devices, above and beyond what is defined in the standard rfc1657, and proposed drafts.
MODULE-IDENTITY    

xbgpObjects 1.3.6.1.4.1.838.3.9.1
OBJECT IDENTIFIER    

xbgpConformance 1.3.6.1.4.1.838.3.9.2
OBJECT IDENTIFIER    

xbgpAdminStatus 1.3.6.1.4.1.838.3.9.1.1
The administrative status of BGP in the router. It is the desired state of BGP. The value 'enabled(1)' indicates that the BGP process should be active in the router, while 'disabled(2)' indicates that BGP shold not be active in the router.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xbgpOperStatus 1.3.6.1.4.1.838.3.9.1.2
The current operational state of BGP on the router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

xbgpReflection 1.3.6.1.4.1.838.3.9.1.3
The administrative status of BGP route reflection. The value 'full(1)' indicates that BGP will perform full route reflection among client and non-client peers. A value of 'nonClientToClient(2)' indicates that routes will only be reflected between clients and non-clients, not among clients. A value of 'none(3)' indicates that no reflection will occur, regardless of the specific peer configuration.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER full(1), noClientToClient(2), none(3)  

xbgpClusterId 1.3.6.1.4.1.838.3.9.1.4
The route reflector cluster id used when there are multiple route reflectors in a cluster.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..2147483647  

xbgpConfiguredMaxRoutes 1.3.6.1.4.1.838.3.9.1.5
The maximum number of routed Networks in the internal Route Table. It is the maximum total number of Dest/Mask (network) route entries. Depending upon system configuration and the number of route entries in the route table that are destination addresses with multple masks, it may not be possible to have a route table with the maximum number of routed networks. If this variable is changed, it will not take effect until the box is reset.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..500000  

xbgpOperationalMaxRoutes 1.3.6.1.4.1.838.3.9.1.6
The maximum number of routed Networks in the internal Route Table. It is the maximum total number of Dest/Mask (network) route entries. Depending upon system configuration and the number of route entries in the route table that are destination addresses with multple masks, it may not be possible to have a route table with the maximum number of routed networks. If this variable is changed, it will not take effect until the box is reset.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..500000  

xbgpConfiguredMaxPaths 1.3.6.1.4.1.838.3.9.1.7
Tok_String
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100000  

xbgpOperationalMaxPaths 1.3.6.1.4.1.838.3.9.1.8
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100000  

xbgpConfiguredPeers 1.3.6.1.4.1.838.3.9.1.12
The number of peers currently configured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

xbgpEstablishedPeers 1.3.6.1.4.1.838.3.9.1.13
The number of peers currently configured and in the established state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

xBgpPeerTable 1.3.6.1.4.1.838.3.9.1.10
A list of BGP Peer entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XBgpPeerEntry

xBgpPeerEntry 1.3.6.1.4.1.838.3.9.1.10.1
An entry containing additional management information applicable to a particular BGP Peer.
Status: current Access: not-accessible
OBJECT-TYPE    
  XBgpPeerEntry  

xbgpPeerRowStatus 1.3.6.1.4.1.838.3.9.1.10.1.1
This variable displays the status of the entry. Setting it to 'destroy' or 'notInService' removes the entry from the table. Setting it to either 'create', or 'active' will add a row to the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xbgpPeerReflectionClient 1.3.6.1.4.1.838.3.9.1.10.1.2
Enables a peer to receive IBGP routes reflected from this speaker.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

xBgp4PathAttrTable 1.3.6.1.4.1.838.3.9.1.11
A list of BGP Peer entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XBgp4PathAttrEntry

xBgp4PathAttrEntry 1.3.6.1.4.1.838.3.9.1.11.1
An entry containing additional management information applicable to a particular BGP Path.
Status: current Access: not-accessible
OBJECT-TYPE    
  XBgp4PathAttrEntry  

xbgp4PathAttrCommunity 1.3.6.1.4.1.838.3.9.1.11.1.1
The Community attribute specified for a path.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

xbgp4PathAttrOrigId 1.3.6.1.4.1.838.3.9.1.11.1.2
The address of the originator of the route in the AS created by a route reflector.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xbgp4PathAttrClusterList 1.3.6.1.4.1.838.3.9.1.11.1.3
The cluster list for a reflected path.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

xbgp4PathAttrDistance 1.3.6.1.4.1.838.3.9.1.11.1.4
Administrative distance of the path.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

xbgpCompliances 1.3.6.1.4.1.838.3.9.2.1
OBJECT IDENTIFIER    

xbgpGroups 1.3.6.1.4.1.838.3.9.2.2
OBJECT IDENTIFIER    

xbgpCompliance 1.3.6.1.4.1.838.3.9.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

xbgpAllGroup 1.3.6.1.4.1.838.3.9.2.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-only
OBJECT-GROUP