MY-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: MY-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
 myQoSMIB 1.3.6.1.4.1.171.10.97.2.18
This module defines my QoS(Policy-Based Quality of Service) mibs.
       myQoSPriorityMIBObjects 1.3.6.1.4.1.171.10.97.2.18.1
           myQoSGlobalStatus 1.3.6.1.4.1.171.10.97.2.18.1.1 enabledstatus read-write
QoS function status
           myPriorityTrafficClassNum 1.3.6.1.4.1.171.10.97.2.18.1.2 integer32 read-only
Number of the traffic class the priority can mapping to. Traffic class is a number in the range (1..myPriorityTrafficClassNum)
           myPriorityClassNum 1.3.6.1.4.1.171.10.97.2.18.1.3 integer32 read-only
Number of the priority class. The range of Priority class is (0..(myPriorityClassNum-1))
           myPriorityDscpMaxValue 1.3.6.1.4.1.171.10.97.2.18.1.4 integer32 read-only
max value of the dscp in system.
           myTrafficClassTable 1.3.6.1.4.1.171.10.97.2.18.1.5 no-access
A table mapping evaluated User Priority to Traffic Class, for forwarding by the bridge. Traffic class is a number in the range (1..myPriorityTrafficClassNum).
               myTrafficClassEntry 1.3.6.1.4.1.171.10.97.2.18.1.5.1 no-access
User Priority to Traffic Class mapping.
                   myTrafficClassPriority 1.3.6.1.4.1.171.10.97.2.18.1.5.1.1 integer read-only
The Priority value determined for the received frame. This value is equivalent to the priority indicated in the tagged frame received, or one of the evaluated priorities, determined according to the media-type. For untagged frames received from Ethernet media, this value is equal to the myPortDefaultUserPriority value for the ingress port. For untagged frames received from non-Ethernet media, this value is equal to the myRegenUserPriority value for the ingress port and media-specific user priority. This value is in the range(0..(myPriorityClassNum-1))
                   myTrafficClass 1.3.6.1.4.1.171.10.97.2.18.1.5.1.2 integer read-write
The Traffic Class the received frame is mapped to, Its value ranges between 0 and the value of the object myPriorityTrafficClass - 1. The priority is higher if this value is bigger.
                   myPriorityToDscp 1.3.6.1.4.1.171.10.97.2.18.1.5.1.3 integer32 read-write
Dscp value of priority mapping to.
           myDscpClassTable 1.3.6.1.4.1.171.10.97.2.18.1.6 no-access
A table mapping evaluated dscp to priority.
               myDscpClassEntry 1.3.6.1.4.1.171.10.97.2.18.1.6.1 no-access
A entry mapping evaluated dscp to priority.
                   myDscpClass 1.3.6.1.4.1.171.10.97.2.18.1.6.1.1 integer read-only
Dscp value.This value is even number in 0 between62
                   myDscpTrafficClassPriority 1.3.6.1.4.1.171.10.97.2.18.1.6.1.2 integer read-write
The priority which dscp value mapped to. This value is in the range(0..(myPriorityClassNum-1))
           myPriorityTrafficClassOperMode 1.3.6.1.4.1.171.10.97.2.18.1.7 integer read-write
The global arithmetic type which the priority traffic class use. Enumeration: 'qos-wrr': 2, 'qos-drr': 3, 'qos-sp': 1.
           myPriorityBandWidth 1.3.6.1.4.1.171.10.97.2.18.1.8 octet string read-write
The global weight setting for every queue Each octet indicate a traffic class queue in the range(1..255) ,first octet indicate first queue. The string length equal to myPriorityTrafficClassNum.
           myIfPriorityTable 1.3.6.1.4.1.171.10.97.2.18.1.9 no-access
A table that contains information about every interface
               myIfPriorityEntry 1.3.6.1.4.1.171.10.97.2.18.1.9.1 no-access
A list of Default User Priorities for each interface.
                   myIfPriorityIfIndex 1.3.6.1.4.1.171.10.97.2.18.1.9.1.1 ifindex read-only
                   myIfPriority 1.3.6.1.4.1.171.10.97.2.18.1.9.1.2 integer32 read-write
The default ingress User Priority for this interface. This value is in the range (0..(myPriorityClassNum-1))
                   myIfPriTrafficClassOperMode 1.3.6.1.4.1.171.10.97.2.18.1.9.1.3 integer read-write
The arithmetic type which the priority traffic class use in this interface. Enumeration: 'qos-wrr': 2, 'qos-drr': 3, 'qos-sp': 1.
                   myIfPriorityBandwidth 1.3.6.1.4.1.171.10.97.2.18.1.9.1.4 octet string read-write
The weight of every queue on a interface. Each octet indicate a traffic class queue in the range(1..255) ,first octet indicate first queue. The string length equal to myPriorityTrafficClassNum.
                   myIfPriorityQosTrustMode 1.3.6.1.4.1.171.10.97.2.18.1.9.1.5 integer read-write
QoS trust mode for this interface. Enumeration: 'trust-ip-precedence': 4, 'not-trust': 1, 'trust-cos': 2, 'trust-dscp': 3.
           myIpPreClassTable 1.3.6.1.4.1.171.10.97.2.18.1.10 no-access
A table mapping ip precedence to dscp value.
                 myIpPreClassEntry 1.3.6.1.4.1.171.10.97.2.18.1.10.1 no-access
Ip precedence to dscp mapping.
                     myIpPreClassPriority 1.3.6.1.4.1.171.10.97.2.18.1.10.1.1 integer read-only
The Ip precedence value determined for the received frame.
                     myIpPreToDscp 1.3.6.1.4.1.171.10.97.2.18.1.10.1.2 integer32 read-write
Dscp value of priority mapping to.
           myIfRateLimitTable 1.3.6.1.4.1.171.10.97.2.18.1.11 no-access
list of rate limit interface objects.
                 myIfRateLimitEntry 1.3.6.1.4.1.171.10.97.2.18.1.11.1 no-access
Entry ACL interface information.
                     myIfRateLimitIndex 1.3.6.1.4.1.171.10.97.2.18.1.11.1.1 ifindex read-only
                     myIfRateLimitInMaxBandWidth 1.3.6.1.4.1.171.10.97.2.18.1.11.1.2 unsigned32 read-write
Input maximum bandwidth of in units of kbps. 0 indicate that bandwidth will be not limitted.
                     myIfRateLimitInBurstFlowLimit 1.3.6.1.4.1.171.10.97.2.18.1.11.1.3 integer32 read-write
Input limit of burst traffic in units of byte. 0 indicate that burst traffic will be not limitted.
                     myIfRateLimitOutMaxBandWidth 1.3.6.1.4.1.171.10.97.2.18.1.11.1.4 unsigned32 read-write
Ouput maximum bandwidth of in units of kbps. 0 indicate that bandwidth will be not limitted.
                     myIfRateLimitOutBurstFlowLimit 1.3.6.1.4.1.171.10.97.2.18.1.11.1.5 integer32 read-write
Ouput limit of burst traffic in units of byte. 0 indicate that burst traffic will be not limitted.
       myQoSTrafficClassMIBObjects 1.3.6.1.4.1.171.10.97.2.18.2
           myQoSTrafficClassTable 1.3.6.1.4.1.171.10.97.2.18.2.1 no-access
A table of Qos traffic classification entries.
               myQoSTrafficClassEntry 1.3.6.1.4.1.171.10.97.2.18.2.1.1 no-access
QoS traffic classification entry.Every valid QoS traffic classification entry need make use of a MyAclEntry which myAclFlowAction is 'permit'.
                   myQosClassMapName 1.3.6.1.4.1.171.10.97.2.18.2.1.1.1 displaystring read-only
Name of this QoS class map.This value is unique for every entry. When this string be used as an index,Value of a sub-identifier equal ASCII value of corresponding character(first sub-identifier corresponds first character of string). The number of sub-identifiers of this string must be 32,If length of string is less than 32 the sub-identifier(0x0) will be filled in tail.
                   myQosClassAclName 1.3.6.1.4.1.171.10.97.2.18.2.1.1.2 displaystring read-write
Access list name of this class map match.Null indicate that this class map doesn't match any acl
                   myQosClassMapEntryStatus 1.3.6.1.4.1.171.10.97.2.18.2.1.1.3 configstatus read-only
Status of this entry, set this object to valid will creat a class map entry, and set its value to invalid will delete this entry.
           myQoSPoliceMapTable 1.3.6.1.4.1.171.10.97.2.18.2.2 no-access
A table of Qos police map entries.
               myQoSPoliceMapEntry 1.3.6.1.4.1.171.10.97.2.18.2.2.1 no-access
QoS police map entry.
                   myQosPoliceMapName 1.3.6.1.4.1.171.10.97.2.18.2.2.1.1 displaystring read-only
Name of this QoS police map. When this string be used as an index,Value of a sub-identifier equal ASCII value of corresponding character(first sub-identifier corresponds first character of string). The number of sub-identifiers of this string must be 32,If length of string is less than 32 the sub-identifier(0x0) will be filled in tail.
                   myQosPoliceMapEntryStatus 1.3.6.1.4.1.171.10.97.2.18.2.2.1.2 configstatus read-only
Status of this entry, set this object to valid will creat a entry, and set its value to invalid will delete this entry.
           myQoSPoliceMapConfTable 1.3.6.1.4.1.171.10.97.2.18.2.3 no-access
A table of Qos police map config entries.
               myQoSPoliceMapConfEntry 1.3.6.1.4.1.171.10.97.2.18.2.3.1 no-access
QoS police map config entry.
                   myQoSPoliceCfgPoliceMapName 1.3.6.1.4.1.171.10.97.2.18.2.3.1.1 displaystring read-only
Name of this QoS police map. When this string be used as an index,Value of a sub-identifier equal ASCII value of corresponding character(first sub-identifier corresponds first character of string). The number of sub-identifiers of this string must be 32,If length of string is less than 32 the sub-identifier(0x0) will be filled in tail.
                   myQoSPoliceCfgClassMapName 1.3.6.1.4.1.171.10.97.2.18.2.3.1.2 displaystring read-write
A QoS class map name of this police map match. When this string be used as an index,Value of a sub-identifier equal ASCII value of corresponding character(first sub-identifier corresponds first character of string). The number of sub-identifiers of this string must be 32,If length of string is less than 32 the sub-identifier(0x0) will be filled in tail.
                   myQoSPoliceMapConfMaxBandWidth 1.3.6.1.4.1.171.10.97.2.18.2.3.1.3 unsigned32 read-write
Maximum bandwidth of this traffic classification in units of bps. If the Maximum bandwidth is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and myQoSPoliceMapConfMaxBandWidth must be used to set or report the Maximum bandwidth. 0 indicate that bandwidth will be not limitted.
                   myQoSPoliceMapConfBurstFlowLimit 1.3.6.1.4.1.171.10.97.2.18.2.3.1.4 integer32 read-write
Limit of burst traffic of this traffic classification in units of byte. 0 indicate that burst traffic will be not limitted.
                   myQoSPoliceMapConfExceedAction 1.3.6.1.4.1.171.10.97.2.18.2.3.1.5 integer read-write
The action deal with the traffic exceeded bandwidth. Enumeration: 'discard': 1, 'modify-dscp': 2.
                   myQoSPoliceMapConfExceedDscp 1.3.6.1.4.1.171.10.97.2.18.2.3.1.6 integer32 read-write
The new dscp value will replaces the old dscp value of packet when traffic of packet has exceeded bandwidth. This value has meaning only when value of myQoSPoliceMapConfExceedAction is 'modify-dscp' .
                   myQoSPoliceMapConfNewDscp 1.3.6.1.4.1.171.10.97.2.18.2.3.1.7 integer32 read-write
The new dscp value will replaces the old dscp value of packet regardless whether the traffic has exceeded bandwidth. Setting this value to -1 indicate that the dscp value of packet will not be modifed
                   myQoSPoliceMapCfgEntryStatus 1.3.6.1.4.1.171.10.97.2.18.2.3.1.8 configstatus read-only
Status of this entry, set this object to valid will creat a entry, and set its value to invalid will delete this entry.
                   myQoSPoliceMapConfMaxHighBandWidth 1.3.6.1.4.1.171.10.97.2.18.2.3.1.9 unsigned32 read-write
Maximum bandwidth of this traffic classification in units of kbps. 0 indicate that bandwidth will be not limitted. when myQoSPoliceMapConfMaxBandWidth is equal to ,this object display the real Maximum bandwidth of this traffic classification
           myQosPoliceIfExtTable 1.3.6.1.4.1.171.10.97.2.18.2.5 no-access
list of QoS Police Map interface objects.
               myQosPoliceIfExtEntry 1.3.6.1.4.1.171.10.97.2.18.2.5.1 no-access
Entry ACL interface information.
                   myQosPoliceIfIndex 1.3.6.1.4.1.171.10.97.2.18.2.5.1.1 ifindex read-only
                   myIfInPoliceMapName 1.3.6.1.4.1.171.10.97.2.18.2.5.1.2 displaystring read-write
Police map name of this interface ingress match. It indicate that this interface doesn't match any ACL which this string is null
                   myIfOutPoliceMapName 1.3.6.1.4.1.171.10.97.2.18.2.5.1.3 displaystring read-write
Police map name of this interface egress match. It indicate that this interface doesn't match any ACL which this string is null
       myQoSMIBConformance 1.3.6.1.4.1.171.10.97.2.18.3
           myQoSMIBCompliances 1.3.6.1.4.1.171.10.97.2.18.3.1
               myQoSMIBCompliance 1.3.6.1.4.1.171.10.97.2.18.3.1.1
The compliance statement for entities which implement the My QoS MIB
           myQoSMIBGroups 1.3.6.1.4.1.171.10.97.2.18.3.2
               myQoSPriorityMIBGroup 1.3.6.1.4.1.171.10.97.2.18.3.2.1
A collection of objects providing qos priority ability to a My agent.
               myQoSTrafficClassMIBGroup 1.3.6.1.4.1.171.10.97.2.18.3.2.2
A collection of objects providing qos traffic classification ability to a My agent.