STN-BGP-MIB

File: STN-BGP-MIB.mib (11044 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF BGP4-MIB
STN-IPROUTING-MIB SPRING-TIDE-NETWORKS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Counter32 Integer32 MODULE-COMPLIANCE
bgp4PathAttrEntry stnIpRouting stnNotification

Defined Types

StnBgpRouteAttrEntry  
SEQUENCE    
  stnBgpRouteAttrId Integer32
  stnBgpRouteAttrASPathSegment OCTET STRING
  stnBgpRouteAttrRefCount INTEGER
  stnBgpRouteAttrLocPref INTEGER
  stnBgpRouteAttrMultiExitDisc INTEGER
  stnBgpRouteAttrOrigin INTEGER
  stnBgpRouteAttrNextHop IpAddress
  stnBgpRouteAttrAtomicAggregate INTEGER
  stnBgpRouteAttrAggregatorAS INTEGER
  stnBgpRouteAttrAggregatorAddr IpAddress

StnBgp4PathAttrEntry  
SEQUENCE    
  stnBgp4PathAttrCommunities OCTET STRING
  stnBgp4PathAttrWeight Integer32
  stnBgp4PathAttrImported INTEGER

Defined Values

stnBgp 1.3.6.1.4.1.3551.2.12.5
This MIB module describes managed objects of Spring Tide Networks BGP-4.
MODULE-IDENTITY    

stnBgpObjects 1.3.6.1.4.1.3551.2.12.5.1
OBJECT IDENTIFIER    

stnBgpRouteAttrTable 1.3.6.1.4.1.3551.2.12.5.1.1
A table of BGP route attribute sets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnBgpRouteAttrEntry

stnBgpRouteAttrEntry 1.3.6.1.4.1.3551.2.12.5.1.1.1
Information about a particular set of BGP attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnBgpRouteAttrEntry  

stnBgpRouteAttrId 1.3.6.1.4.1.3551.2.12.5.1.1.1.1
A unique integer identifing this row in the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnBgpRouteAttrASPathSegment 1.3.6.1.4.1.3551.2.12.5.1.1.1.2
The sequence of AS path segments. Each AS path segment is represented by a triple . The type is a 1-octet field which has two possible values: 1 AS_SET: unordered set of ASs a route in the UPDATE message has traversed 2 AS_SEQUENCE: ordered set of ASs a route in the UPDATE message has traversed. The length is a 1-octet field containing the number of ASs in the value field. The value field contains one or more AS numbers, each AS is represented in the octet string as a pair of octets according to the following algorithm: first-byte-of-pair = ASNumber / 256; second-byte-of-pair = ASNumber & 255;
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2..255)  

stnBgpRouteAttrRefCount 1.3.6.1.4.1.3551.2.12.5.1.1.1.3
A number of BGP routes using this attibute set.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stnBgpRouteAttrLocPref 1.3.6.1.4.1.3551.2.12.5.1.1.1.4
The originating BGP4 speaker's degree of preference for an advertised route. A value of -1 indicates the absence of this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

stnBgpRouteAttrMultiExitDisc 1.3.6.1.4.1.3551.2.12.5.1.1.1.5
This metric is used to discriminate between multiple exit points to an adjacent autonomous system. A value of -1 indicates the absence of this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

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

stnBgpRouteAttrNextHop 1.3.6.1.4.1.3551.2.12.5.1.1.1.7
The address of the border router that should be used for the destination network.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnBgpRouteAttrAtomicAggregate 1.3.6.1.4.1.3551.2.12.5.1.1.1.8
Whether or not the local system has selected a less specific route without selecting a more specific route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER lessSpecificRouteNotSelected(1), lessSpecificRouteSelected(2)  

stnBgpRouteAttrAggregatorAS 1.3.6.1.4.1.3551.2.12.5.1.1.1.9
The AS number of the last BGP4 speaker that performed route aggregation. A value of zero (0) indicates the absence of this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

stnBgpRouteAttrAggregatorAddr 1.3.6.1.4.1.3551.2.12.5.1.1.1.10
The IP address of the last BGP4 speaker that performed route aggregation. A value of 0.0.0.0 indicates the absence of this attribute.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

stnBgpPrefixCount 1.3.6.1.4.1.3551.2.12.5.1.2
Number of distinct prefixes in the local RIB.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnBgpPathCount 1.3.6.1.4.1.3551.2.12.5.1.3
Number of paths in the local RIB.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnBgpSelectedPathCount 1.3.6.1.4.1.3551.2.12.5.1.4
Number of paths selected for route table installation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnBgpPathAttributeCount 1.3.6.1.4.1.3551.2.12.5.1.5
Number of entries in the path attribute database.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnBgpPathAttributeTlvLength 1.3.6.1.4.1.3551.2.12.5.1.6
Total length of all TLVs in the path attribute database.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

stnBgp4PathAttrTable 1.3.6.1.4.1.3551.2.12.5.1.7
A table of BGP path attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StnBgp4PathAttrEntry

stnBgp4PathAttrEntry 1.3.6.1.4.1.3551.2.12.5.1.7.1
Additional information about a bgp path to a network.
Status: current Access: not-accessible
OBJECT-TYPE    
  StnBgp4PathAttrEntry  

stnBgp4PathAttrCommunities 1.3.6.1.4.1.3551.2.12.5.1.7.1.1
The sequence of community numbers. Each AS community number is a 4-octet long unsigned integer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..256)  

stnBgp4PathAttrWeight 1.3.6.1.4.1.3551.2.12.5.1.7.1.2
The weight of this path.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

stnBgp4PathAttrImported 1.3.6.1.4.1.3551.2.12.5.1.7.1.3
Variable indicates whether this path has been imported from the other portocol on this router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)