INTEL-ES480-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: INTEL CORPORATION


 Home MIB: INTEL-ES480-QOS-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
 es480tQos 1.3.6.1.4.1.343.6.60.3
Intel ES480T Quality-of-Service objects
     es480tQosCommon 1.3.6.1.4.1.343.6.60.3.1
         es480tQosMode 1.3.6.1.4.1.343.6.60.3.1.4 integer read-write
Indicates which QoS mode the device should use. ingress(1) applies priority-based QoS based on the incoming packet's destination IP or MAC address, 802.1p priority, PACE(tm), Source Port or VLAN. egress(2) applies priority- and bandwidth-based QoS based on destination IP or MAC address or VLAN. Enumeration: 'ingress': 1, 'egress': 2.
         es480tQosUnconfigure 1.3.6.1.4.1.343.6.60.3.1.5 truthvalue read-write
Setting this to true will reset all QoS settings in the device to factory defaults. Reads from this value return an undefined value.
         es480tQosProfileTable 1.3.6.1.4.1.343.6.60.3.1.6 no-access
This table lists QoS profiles.
             es480tQosProfileEntry 1.3.6.1.4.1.343.6.60.3.1.6.1 no-access
An individual QoS profile Entry.
                 es480tQosProfileIndex 1.3.6.1.4.1.343.6.60.3.1.6.1.1 integer read-write
An index that uniquely identifies an entry in the qos table.
                 es480tQosProfileName 1.3.6.1.4.1.343.6.60.3.1.6.1.2 displaystring read-write
A unique qos profile name.
                 es480tQosProfileMinBw 1.3.6.1.4.1.343.6.60.3.1.6.1.3 integer read-write
The minumum percentage of bandwidth that this queue requires. The Switch is required to provide the minumum amount of bandwidth to the queue. The lowest possible value is 0%.
                 es480tQosProfileMaxBw 1.3.6.1.4.1.343.6.60.3.1.6.1.4 integer read-write
The maximum percentage of bandwidth that this queue is permitted to use
                 es480tQosProfilePriority 1.3.6.1.4.1.343.6.60.3.1.6.1.5 integer read-write
The level of priority in which this queue will be serviced by the Switch. Enumeration: 'medium': 5, 'normal': 3, 'normalMedium': 4, 'high': 7, 'lowNormal': 2, 'highHi': 8, 'mediumHi': 6, 'low': 1.
                 es480tQosProfileRowStatus 1.3.6.1.4.1.343.6.60.3.1.6.1.6 rowstatus read-write
The status of the es480tQosProfile entry. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notInService(2) notReady(3). Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptible to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the creation request. Setting this object to createAndWait(5) causes a row in this table to be created. The agent sets the status to notInService(2) if all of the information is present in the row and the values are acceptable to the agent; otherwise, the agent sets the status to notReady(3). Setting this object to active(1) is only valid when the current status is active(1) or notInService(2). When the state of the row transitions is set to active(1), the agent creates the corresponding row in the ifTable.. Setting this object to destroy(6) will remove the corresponding QoS Profile Entry. In order for a set of this object to destroy(6) to succeed, all dependencies on this row must have been removed. These will include any stacking dependencies in the ifStackTable and any protocol specific tables dependencies.
         es480tQosByVlanMappingTable 1.3.6.1.4.1.343.6.60.3.1.7 no-access
Table to associate a Vlan with the QoS profile that the Vlan is using. Every Vlan is assigned a Qos Profile and hence there is an entry in this table corresponding to every entry in the es480tVlanIfTable.
             es480tQosByVlanMappingEntry 1.3.6.1.4.1.343.6.60.3.1.7.1 no-access
The QoS associated with a particular Vlan.
                 es480tQosByVlanMappingQosProfileIndex 1.3.6.1.4.1.343.6.60.3.1.7.1.1 integer read-write
Value of es480tQosProfileIndex that uniquely identifies a QoS Profile entry in es480tQosProfileTable. This indicates the QoS to be given to traffic for this Vlan in the absence of any other more specific configuration information for this traffic.