ARISTA-NEXTHOP-GROUP-MIB: View SNMP OID List / Download MIB

VENDOR: ARISTA NETWORKS


 Home MIB: ARISTA-NEXTHOP-GROUP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 aristaNexthopGroupMIB 1.3.6.1.4.1.30065.3.21
This MIB contains information about NextHop Groups (NHG). General L3 routing creates routing table entries, each of which are associated with a nexthop. If multiple paths exist for a specific route, the route points to a set of nexthops (commonly referred as ECMP or Equal Cost MultiPath). Arista devices support a feature which allows customers to manually create a nexthop list, and use this list to route packets to the specified set of nexthop addresses. Customers can associate a tunnel type (GRE, for example) with the nexthop group, allowing relevant packets to be tunneled as well. The packet forwarding or routing decision happens in hardware. Nexthop group feature gives customers full control of how a route should be forwarded (tunneled or otherwise). The number of entries in the nexthop group is also determined by the user, and directly translates to the number of nexthop entries in the hardware for the specified route. Let's provide an example, looking at EOS CLI example. nexthop-group foo type ip-in-ip ttl 64 entry 0 tunnel-destination 10.1.1.1 entry 1 tunnel-destination 20.1.1.1 ! ip route 30.1.1.0/24 Nexthop-Group foo In the above configuration, any packet destined to 30.1.1.0/24 will be forwarded by the nexthop group 'foo'. Each entry inside the nexthop group specifies a particular nexthop ('tunnel destination') chosen by the customer. In this example, packets can be forwarded via either of the nexthop (traffic split equally between the 2 entries). This MIB module provides information relevant to the nexthop group feature, specifically the status of various nexthop groups configured, and traffic statistics.
       aristaNexthopGroupMibObjects 1.3.6.1.4.1.30065.3.21.1
           aristaNexthopGroupTable 1.3.6.1.4.1.30065.3.21.1.1 no-access
This table contains information about the nexthop groups that are present in the device.
               aristaNexthopGroupEntry 1.3.6.1.4.1.30065.3.21.1.1.1 no-access
A conceptual row, containing information for a specific nexthop group.
                   aristaNexthopGroupId 1.3.6.1.4.1.30065.3.21.1.1.1.1 unsigned32 no-access
Unique index identifying a nexthop group.
                   aristaNexthopGroupName 1.3.6.1.4.1.30065.3.21.1.1.1.2 nexthopgroupname read-only
Unique name identifying a nexthop group.
                   aristaNexthopGroupType 1.3.6.1.4.1.30065.3.21.1.1.1.3 nexthopgrouptype read-only
The type of the nexthop group. The encapsulation information provided for each entry in the nexthop group corresponds to the type.
           aristaNexthopGroupCounterTable 1.3.6.1.4.1.30065.3.21.1.2 no-access
Each nexthop group contains several entries - each entry specifies a particular nexthop through which a packet can be forwarded. There is packet and byte counter information associated with each such nexthop. This table represents the per nexthop counter information for every nexthop group.
               aristaNexthopGroupCounterEntry 1.3.6.1.4.1.30065.3.21.1.2.1 no-access
A conceptual row, containing counter information for every nexthop defined inside the nexthop group.
                   aristaNexthopGroupEntryIndex 1.3.6.1.4.1.30065.3.21.1.2.1.1 unsigned32 no-access
As described in the beginning of the MIB module each nexthop group can have multiple entries, one per 'destination' or 'nexthop'. Each entry within a nexthop group has a number or index as configured by the user. This MIB object represents the entry index within the nexthop group.
                   aristaNexthopGroupCounterIndex 1.3.6.1.4.1.30065.3.21.1.2.1.2 unsigned32 read-only
For every nexthop within a nexthop group, packet and byte counters are maintained by the device. Counters can be shared by multiple such nexthops and the counter index will be the same for all of those nexthops.
                   aristaNexthopGroupCounterPacketCount 1.3.6.1.4.1.30065.3.21.1.2.1.3 counter64 read-only
The number of packets forwarded through the specific nexthop. Note that since counters are shared with multiple nexthops, the packet count is an aggregate of packets forwarded through all the relevant nexthops.
                   aristaNexthopGroupCounterByteCount 1.3.6.1.4.1.30065.3.21.1.2.1.4 counter64 read-only
The byte count of packets forwarded through the specific nexthop. Note that since counters are shared with multiple nexthops, the byte count is an aggregate of packets forwarded through all the relevant nexthops.
       aristaNexthopGroupMibConformance 1.3.6.1.4.1.30065.3.21.2
           aristaNexthopGroupMibCompliances 1.3.6.1.4.1.30065.3.21.2.1
               aristaNexthopGroupMibCompliance 1.3.6.1.4.1.30065.3.21.2.1.1
The compliance statement for Arista switches that implement the ARISTA-NEXTHOP-GROUP-MIB.
           aristaNexthopGroupMibGroups 1.3.6.1.4.1.30065.3.21.2.2
               aristaNexthopGroupGroup 1.3.6.1.4.1.30065.3.21.2.2.1
The collection of objects that provide nexthop group information in the system.
               aristaNexthopGroupCounterGroup 1.3.6.1.4.1.30065.3.21.2.2.2
The collection of objects that provide counter information for every nexthop in the nexthop group.