ARISTA-HARDWARE-UTILIZATION-MIB: View SNMP OID List / Download MIB

VENDOR: ARISTA NETWORKS


 Home MIB: ARISTA-HARDWARE-UTILIZATION-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
 aristaHardwareUtilizationMIB 1.3.6.1.4.1.30065.3.22
This MIB contains information about the capacity and utilization of hardware resources on Arista devices. Arista ships and supports devices which perform packet forwarding decisions in hardware. To make these forwarding decisions (L2 bridging, input and output access list, L3 forwarding based on IP destination etc.), the devices use information programmed in various hardware resources. Examples of such hardware resources are the hash table used for MAC address lookup, TCAM for destination IP lookup etc. Each of Arista's devices have different hardware resource capacity or size limits. It is extremely useful for a Network Management system to be able to query and monitor the utilization of these hardware resources. Due to unxpected network event or configuration change, it is possible that a specific hardware resource is over utilized and there is no room to program additional entries. For example, a routing mis-configuration can result in overflowing the L3 forwarding TCAM. This may be detrimental to the network operation. So it's extremely useful to monitor the utilization of the various hardware resources of a specific device. On some devices, due to hardware design considerations, several features may have to share a single hardware resource. If one feature ends up using more of the same resource, it can affect the functionality of another feature. This is another reason to have visibility into the hardware resource usage. The hardware element that makes the forwarding decision is frequently referred to as the 'Forwarding ASIC' or 'Forwarding Chip'. In this MIB document we refer to this hardware element as 'Forwarding Element'. Even though a device can have multiple forwarding elements, the information programmed in each of the forwarding element is typically the same. But there are some cases, where this is not the case. In such instances, the utilization of relevant hardware resource(s) may not be the same across all the forwarding elements. This MIB module provides the hardware capacity and utilization information for various resources in a generic manner, that's applicable to all Arista devices.
       aristaHardwareUtilizationMibNotifications 1.3.6.1.4.1.30065.3.22.0
           aristaHardwareUtilizationAlert 1.3.6.1.4.1.30065.3.22.0.1
This notification is generated when the hardware utilization crosses the specified threshold.
       aristaHardwareUtilizationMibObjects 1.3.6.1.4.1.30065.3.22.1
           aristaHardwareUtilizationTable 1.3.6.1.4.1.30065.3.22.1.1 no-access
This table contains information about various hardware resources and their utilization.
               aristaHardwareUtilizationEntry 1.3.6.1.4.1.30065.3.22.1.1.1 no-access
A single conceptual row containing utilization information for a specific hardware resource. There are many hardware resources on Arista devices. Each resource is identified by a name. Several 'features' can be using the same hardware resource. Every feature is identified by a name. On several platforms, we have more than one forwarding elements which is identified by a name. A single conceptual row in the hardware utilization table represents utilization of a specific hardware resource by a specific feature on the specified forwarding element. Note that it is possible to have an entry where feature and forwarding element are both empty strings. In these cases, the conceptual row describes the overall utilization for the particular hardware resource.
                   aristaHardwareUtilizationResource 1.3.6.1.4.1.30065.3.22.1.1.1.1 displaystring no-access
The name that identifies the specific hardware resource.
                   aristaHardwareUtilizationFeature 1.3.6.1.4.1.30065.3.22.1.1.1.2 displaystring no-access
The name that identifies the specific feature which is using the hardware resource in question. As noted in the description of this MIB module, multiple features can share a specific hardware resource.
                   aristaHardwareUtilizationForwardingElement 1.3.6.1.4.1.30065.3.22.1.1.1.3 displaystring no-access
The name that identifies the specific forwarding element on the device that this hardware resource belongs to. As noted in the description of this MIB module, for some features information is programmed differently across various forwarding elements. In such cases, this MIB object represents the forwarding element that corresponds to this entry's hardware resource utilization. Otherwise this MIB object will just be an empty string.
                   aristaHardwareUtilizationInUseEntries 1.3.6.1.4.1.30065.3.22.1.1.1.4 counter32 read-only
This MIB object represents the number of entries in the specific hardware resource that is currently consumed by a feature.
                   aristaHardwareUtilizationFreeEntries 1.3.6.1.4.1.30065.3.22.1.1.1.5 counter32 read-only
This MIB object represents the number of free entries in the specific hardware resource.
                   aristaHardwareUtilizationCommittedEntries 1.3.6.1.4.1.30065.3.22.1.1.1.6 counter32 read-only
This MIB object represents the number of entries of a hardware resource that have been dedicated ('reserved') for a particular feature. When features 'request' for a specific hardware resource, entries are 'reserved' for the feature. It is possible that the actual number of entries used is less than what has been reserved for the feature.
                   aristaHardwareUtilizationMaxEntries 1.3.6.1.4.1.30065.3.22.1.1.1.7 counter32 read-only
This MIB object represents the maximum number of 'logical' entries that can be allocated for the given hardware resource by the specific feature (assuming it is not being shared with any other feature). Even though the raw number of maximum entries is fixed for a given hardware resource, the logical entries available to a specific feature may vary. An example: Consider a device where the width ('number of bits') of a single TCAM entry is 128. It is possible to store an IPv4 access control list (matching both source and destination addresses) using a single entry of this TCAM. But given that IPv6 addresses are 128 bits long, 2 TCAM entries will be required to store an equivalent IPv6 access control list. In this example above, the 'maximum number of entries' available for the IPv4 feature is twice the number for the IPv6 feature.
                   aristaHardwareUtilizationHighWatermark 1.3.6.1.4.1.30065.3.22.1.1.1.8 counter32 read-only
This MIB object represents the maximum number of entries that the specific feature has used up at any point in time. This allows the Network Management system to monitor the hardware resource utilization pattern for a given feature allowing the operator to potentially take some action.
                   aristaHardwareUtilizationHighWatermarkTime 1.3.6.1.4.1.30065.3.22.1.1.1.9 timestamp read-only
This MIB object represents the last time when a specific feature hit the high watermark (number of entries of the given hardware resource).
       aristaHardwareUtilizationMibConformance 1.3.6.1.4.1.30065.3.22.2
           aristaHardwareUtilizationMibCompliances 1.3.6.1.4.1.30065.3.22.2.1
               aristaHardwareUtilizationMibCompliance 1.3.6.1.4.1.30065.3.22.2.1.1
The compliance statement for Arista switches that implement the ARISTA-HARDWARE-CAPACITY-MIB.
           aristaHardwareUtilizationMibGroups 1.3.6.1.4.1.30065.3.22.2.2
               aristaHardwareUtilizationTableGroup 1.3.6.1.4.1.30065.3.22.2.2.1
The collection of objects that provide counter information for hardware resource utilization.
               aristaHardwareUtilizationNotificationsGroup 1.3.6.1.4.1.30065.3.22.2.2.2
The notification(s) generated by the system if the hardware utilization of a specific resource exceeds configured threshold.