ARISTA-FIB-STATS-MIB

File: ARISTA-FIB-STATS-MIB.mib (12008 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB ARISTA-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
InetAddressPrefixLength InetVersion aristaMibs

Defined Types

RouteType  
The type of the route present in the FIB. Not all values of the route type may be supported on all Arista devices. A short description of some of the route types is provided below. OSPF[v3], BGP, RIP, IS-IS are dynamic routing protocols as specified by the standards bodies. On Arista devices, customers can run their own application and program routes from the applications using EOS SDK. These routes are not saved - when the device reboots, the routes are not longer present in the system, and have to be reprogrammed. These routes are static but not persistent. On Arista devices, customers can also create a 'nexthop list' and use the list to create routes manually. Packets that match specific routes will be forwarded to one of the nexthops in the list. This route type is referred as a nexthop-group route. All subnets which an Arista device is (configured to be) part of, are referred to as connected routes. Hosts attached to the subnets of which an Arista device is part of, are referred to as attached hosts or routes. On Arista devices, there may be system-configured non-routeable prefixes which are referred to as internal routes. Route types that correspond to 'standard routing protocols' and are defined in IANA-RTPROTO-MIB, take on the same value as IANAipRouteProtocol.
TEXTUAL-CONVENTION    
  INTEGER other(1), connected(2), static(3), rip(8), isIs(9), ospf(13), bgp(14), ospfv3(200), staticNonPersistent(201), staticNexthopGroup(202), attached(203), vcs(204), internal(205)  

AristaFIBStatsSummaryEntry  
SEQUENCE    
  aristaFIBStatsAF InetVersion
  aristaFIBStatsTotalRoutes Gauge32

AristaFIBStatsByRouteTypeEntry  
SEQUENCE    
  aristaFIBStatsRouteType RouteType
  aristaFIBStatsTotalRoutesForRouteType Gauge32

AristaFIBStatsByPrefixLenEntry  
SEQUENCE    
  aristaFIBStatsPrefixLen InetAddressPrefixLength
  aristaFIBStatsTotalRoutesForPrefixLen Gauge32

Defined Values

aristaFIBStatsMIB 1.3.6.1.4.1.30065.3.23
Arista devices that function as a router support various dynamic routing protocols like BGP, OSPF. Customers can configure local or static routes as well. The routing subsystem is responsible for creating the forwarding information base (FIB) from routing information received by customer configuration or dynamic routing protocols. The FIB has the complete details about all the routes that are active in the system and will be used for data forwarding. In the context of this MIB, we specifically refer to the unicast FIB. This MIB provides useful statistics about the FIB. Arista devices support routing function for IPv4 and IPv6 address families. Arista devices also support the concept of virtual routing and forwarding (VRF), with a single device providing multiple routing instances. This allows customers to isolate network traffic and use overlapping addresses. A VRF instance is identified by a customer configured string. Arista devices maintain independent FIB for each address family and VRF instance. This MIB provides access to FIB summary of all address families within a specific VRF instance. Network Management Stations can obtain FIB summary for every VRF instance by specifying the VRF instance as a context, when using SNMPv3; or by including the VRF instance in the community string (format is @) when using SNMPv2.
MODULE-IDENTITY    

aristaFIBStatsMibObjects 1.3.6.1.4.1.30065.3.23.1
OBJECT IDENTIFIER    

aristaFIBStatsMibConformance 1.3.6.1.4.1.30065.3.23.2
OBJECT IDENTIFIER    

aristaFIBStatsSummaryTable 1.3.6.1.4.1.30065.3.23.1.1
This table contains overall FIB statistics for each address family.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaFIBStatsSummaryEntry

aristaFIBStatsSummaryEntry 1.3.6.1.4.1.30065.3.23.1.1.1
A conceptual row that contains overall FIB statistics for a specific address family. A conceptual row is available only for supported address families.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaFIBStatsSummaryEntry  

aristaFIBStatsAF 1.3.6.1.4.1.30065.3.23.1.1.1.1
Indicates the IP version of this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetVersion  

aristaFIBStatsTotalRoutes 1.3.6.1.4.1.30065.3.23.1.1.1.2
Indicates the total number of routes active in the FIB for the specified address family.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

aristaFIBStatsByRouteTypeTable 1.3.6.1.4.1.30065.3.23.1.2
This table contains FIB statistics for each address family and route type. Every entry in the FIB may have been contributed by a specific route type. This table provides statistics for various route types that contribute to the FIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaFIBStatsByRouteTypeEntry

aristaFIBStatsByRouteTypeEntry 1.3.6.1.4.1.30065.3.23.1.2.1
A conceptual row that contains FIB statistics for a specific address family and route type. A conceptual row is available only for supported address families and contributing route type. If no entry exists in the FIB for a specific route type, the corresponding conceptual row may not be available.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaFIBStatsByRouteTypeEntry  

aristaFIBStatsRouteType 1.3.6.1.4.1.30065.3.23.1.2.1.1
The route type that corresponds to this conceptual row.
Status: current Access: not-accessible
OBJECT-TYPE    
  RouteType  

aristaFIBStatsTotalRoutesForRouteType 1.3.6.1.4.1.30065.3.23.1.2.1.2
Indicates the total number of routes active in the FIB for the specified address family and route type.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

aristaFIBStatsByPrefixLenTable 1.3.6.1.4.1.30065.3.23.1.3
Each route entry present in the FIB has an associated prefix length. This table contains FIB statistics for each address family and prefix length.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaFIBStatsByPrefixLenEntry

aristaFIBStatsByPrefixLenEntry 1.3.6.1.4.1.30065.3.23.1.3.1
A conceptual row that contains FIB statistics for a specific address family and prefix length. A conceptual row is available only for supported address families and contributing prefix lengths.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaFIBStatsByPrefixLenEntry  

aristaFIBStatsPrefixLen 1.3.6.1.4.1.30065.3.23.1.3.1.1
The prefix length that corresponds to this conceptual row.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressPrefixLength  

aristaFIBStatsTotalRoutesForPrefixLen 1.3.6.1.4.1.30065.3.23.1.3.1.2
Indicates the total number of routes active in the FIB for the specified address family and specific prefix length.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

aristaFIBStatsMibCompliances 1.3.6.1.4.1.30065.3.23.2.1
OBJECT IDENTIFIER    

aristaFIBStatsMibGroups 1.3.6.1.4.1.30065.3.23.2.2
OBJECT IDENTIFIER    

aristaFIBStatsMibCompliance 1.3.6.1.4.1.30065.3.23.2.1.1
The compliance statement for Arista switches that implement the ARISTA-FIB-STATS-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

aristaFIBStatsGroup 1.3.6.1.4.1.30065.3.23.2.2.1
The collection of objects that provide relevant FIB statistics for specific VRF instance.
Status: current Access: read-only
OBJECT-GROUP