DLINKSW-QOS-MIB
The Structure of QoS Infomation for the proprietary enterprise.
Main OID:
dlinkSwQosMIB.1.3.6.1.4.1.171.14.61
150
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
150 total| Object Name |
|---|
dlinkSwQosMIBThe Structure of QoS Infomation for the proprietary enterprise. MODULE-IDENTITY .1.3.6.1.4.1.171.14.61 |
dQosMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.0 |
dQosMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1 |
dQosClassMap OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.1 |
dQosClassMapTableThis table consists of a list of QoS type class map. SEQUENCE OF DQosClassMapEntry .1.3.6.1.4.1.171.14.61.1.1.1 |
dQosClassMapEntryAn entry defines a QoS class map. DQosClassMapEntry .1.3.6.1.4.1.171.14.61.1.1.1.1 |
dQosClassMapNameThis object indicates the name of the class map. DisplayString .1.3.6.1.4.1.171.14.61.1.1.1.1.1 |
dQosClassMapTypeThis object indicates how to evaluate multiple match criteria. matchAny - statements in the class map will be evaluated based on the logical OR. matchAll - statements in the class map will be evaluated based on the logical AND.rw Enumeration .1.3.6.1.4.1.171.14.61.1.1.1.1.2 |
dQosClassMapRowStausThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.1.1.1.3 |
dQosClassMapCfgTableThis table consists of a list of criteria for class maps. SEQUENCE OF DQosClassMapCfgEntry .1.3.6.1.4.1.171.14.61.1.1.2 |
dQosClassMapCfgEntryAn entry defines a match criterion for a class map. The first index element identifies the class map to which the criterion belongs. DQosClassMapCfgEntry .1.3.6.1.4.1.171.14.61.1.1.2.1 |
dQosClassMapCfgMatchIdThis index is automatically assigned for the match criterion in a class map. Integer32 .1.3.6.1.4.1.171.14.61.1.1.2.1.1 |
dQosClassMapCfgMatchTypeThis object indicates the matching type of the entry. A QoS class map can contain multiple match statements. The dQosClassMapMatchType determines the valid range and value of dQosClassMapMatchValue. accessList - Uses an access-list as matching criterion. cos - matching IEEE 802.1Q CoS value innerCos - matching innermost CoS value of QinQ packets dscp - matching DSCP value and this criterion is applied for IPv4 and IPv6 packets. ipDscp - matching DSCP of IPv4 packets only. precedence - matching precedence and this criterion is applied for IPv4 and IPv6 packets. ipPrecedence - matching precedence of IPv4 packets only. protocol - matching protocol. vlan - matching VLAN ID. innerVlan - matching innermost VLAN ID.rw Enumeration .1.3.6.1.4.1.171.14.61.1.1.2.1.2 |
dQosClassMapCfgMatchValueA dQosClassMapMatchValue is always interpreted within the context of a dQosClassMapMatchType value. The table below explains how to determine the values and ranges of dQosClassMapMatchValue. QoS class map match configuration table ==================================================== Match Type Element Value dQosClassMapMatchType dQosClassMapMatchValue ======================= ============================ accessList DisplayString (SIZE(1..32)) (Note #1) cos OCTET STRING (SIZE(1)) (Note #2) innerCos OCTET STRING (SIZE(1)) (Note #2) dscp OCTET STRING (SIZE(8)) (Note #3) ipDscp OCTET STRING (SIZE(8)) (Note #3) precedence OCTET STRING (SIZE(1)) (Note #4) ipPrecedence OCTET STRING (SIZE(1)) (Note #4) protocol DisplayString (Note #5) vlan OCTET STRING (SIZE(2)) (Note #6) innerVlan OCTET STRING (SIZE(2)) (Note #6) =================================================================== Note#1: This object indicates the name of the access-list to be matched. Note#2: The one octet specifies eight CoSs. The most significant bit represents CoS 0 and the least significant bit represents CoS 7. If the corresponding bit is '1' indicates that CoS is included in the criterion; '0' means the CoS is not included. Note#3: The eight octets specify 64 DSCPs. Each octet within this value specifies a set of eight DSCPs. The first octet specifies first 8 DSCPs: 0 - 7, the second octet specifies the next 8 DSCPs, etc. Within each octet, the most significant bit represents the lowest numbered DSCP, and the least significant bit represents the highest numbered DSCP. If the corresponding bit is '1' indicates that DSCP is included in the criterion; '0' means the DSCP is not included. Note#4: The one octet specifies eight precedence values. The most significant bit represents precedence 0 and the least significant bit represents precedence 7. If the corresponding bit is '1' indicates that precedence is included in the criterion; '0' means the precedence is not included. Note#5: The element value needs choose the exact case-sensitive string. Supported Protocols that can be matched: arp IP Address Resolution Protocol (ARP) bgp Border Gateway Protocol dhcp Dynamic Host Configuration dns Domain Name Server lookup egp Exterior Gateway Protocol ftp File Transfer Protocol ip (version 4) ipv6 (version 6) netbios NetBIOS nfs Network File System ntp Network Time Protocol ospf Open Shortest Path First pppoe Point-to-Point Protocol over Ethernet rip Routing Information Protocol rtsp Real-Time Streaming Protocol ssh Secured shell telnet Telnet tftp Trivial File Transfer Protocol Note#6: The element value is VLAN ID to be matched. The first octet indicates the high byte of VLAN ID and the second octet indicates the low byte. For example, VLAN ID 1029 is encoded in '0405'H.rw OCTET STRING .1.3.6.1.4.1.171.14.61.1.1.2.1.3 |
dQosClassMapCfgRowStausThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.1.2.1.5 |
dQosPolicyMap OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.2 |
dQosPolicyMapTableThis table consists of a list of QoS policy maps. SEQUENCE OF DQosPolicyMapEntry .1.3.6.1.4.1.171.14.61.1.2.1 |
dQosPolicyMapEntryAn entry defines a QoS policy map. DQosPolicyMapEntry .1.3.6.1.4.1.171.14.61.1.2.1.1 |
dQosPolicyMapNameThis object indicates name of the policy map. DisplayString .1.3.6.1.4.1.171.14.61.1.2.1.1.1 |
dQosPolicyMapRowStatusThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.2.1.1.2 |
dQosPolicyMapCfgTableThis table consists of a list of QoS policies for the class in a policy map. SEQUENCE OF DQosPolicyMapCfgEntry .1.3.6.1.4.1.171.14.61.1.2.2 |
dQosPolicyMapCfgEntryAn entry consists QoS policies regarding setting the new precedence field, DSCP field, and CoS field of the out-going packet. The first two index elements identify the policy map class to which the setting policies belong. Multiple objects in a same row can be set for a class if they are not conflicting. As an example of conflicting setting: precedence and DSCP cannot be set at a same row. DQosPolicyMapCfgEntry .1.3.6.1.4.1.171.14.61.1.2.2.1 |
dQosPolicyMapCfgSetCosQueueIndicates the new CoS queue. The special value of -1 means the setting is un-configured.rw Integer32 (-1 | 0..7) .1.3.6.1.4.1.171.14.61.1.2.2.1.1 |
dQosPolicyMapCfgSetCosIndicates the new Cos. The special value of -1 means the setting is un-configured.rw Integer32 (-1 | 0..7 ) .1.3.6.1.4.1.171.14.61.1.2.2.1.2 |
dQosPolicyMapCfgSetDscpOnlyIpThis object indicates whether only remark IPv4 DSCP. 'true' - Only IPv4 DSCP will be marked. 'false'- Both IPv4 and IPv6 DSCP will be marked. This object is meaningful only when dQosPolicyMapCfgSetDscp is configured.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.2.2.1.3 |
dQosPolicyMapCfgSetDscpIndicates the new DSCP. The special value of -1 means the setting is un-configured.rw Integer32 ( -1 | 0..63 ) .1.3.6.1.4.1.171.14.61.1.2.2.1.4 |
dQosPolicyMapCfgSetPreceOnlyIpThis object indicates whether only remark IPv4 precedence. 'true' - Ipv4 precedence will be marked. 'false' - Both IPv4 and IPv6 precedence will be marked. For IPv6 packets, the precedence is most three significant bits of traffic class of IPv6 header. This object is meaningful only when dQosPolicyMapCfgSetPrecedence is configured.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.2.2.1.5 |
dQosPolicyMapCfgSetPrecedenceIndicates the new ip precedence. The special value of -1 means the setting is un-configured.rw Integer32 (-1 | 0..7 ) .1.3.6.1.4.1.171.14.61.1.2.2.1.6 |
dQosPolicyMapCfgRowStatusThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.2.2.1.7 |
dQosAggPolicerTableThis table consists of a list of aggregate policers. SEQUENCE OF DQosAggPolicerEntry .1.3.6.1.4.1.171.14.61.1.2.3 |
dQosAggPolicerEntryThis entry consists of information and configurations for an aggregate policer. DQosAggPolicerEntry .1.3.6.1.4.1.171.14.61.1.2.3.1 |
dQosAggPolicerNameThis object indicates the name of the aggregate policer. DisplayString .1.3.6.1.4.1.171.14.61.1.2.3.1.1 |
dQosAggPolicerTypeThis object indicates how meters a packet stream and marks its packets. This object determines which other objects in the same row are meaningful. trTcm - two rate three color marker; singleRate - There are two kinds of single rate policers: a. single rate three color (srTcm) - if the violate action is specified b. single rate two color - if the violate action is not specified.rw Enumeration .1.3.6.1.4.1.171.14.61.1.2.3.1.2 |
dQosAggPolicerCirThis object is interpreted within the context of dQosAggPolicerType. The measurement unit is in kilobits per second. dQosAggPolicerType dQosAggPolicerCir ================== =============================================== 'trTcm' The committed information rate for first token bucket. 'singleRate' The rate-limit for two-color policier. Or: The committed information rate for srTcm.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.3 |
dQosAggPolicerCbsThis object is interpreted within the context of dQosAggPolicerType. dQosAggPolicerType dQosAggPolicerCbs ================== =============================================== 'trTcm' The burst size for the first token bucket. 'singleRate' The burst size for two-color policier. Or: The committed burst size for srTcm. The measurement unit is in kilobytes. The special value of 0 is used to indicate this object is not specified and the default value will be used. What's the default value is project-dependent.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.4 |
dQosAggPolicerSrtcmEbsThis object indicates the excess burst size for srTcm and is meaningless when dQosAggPolicerType is 'trTcm'. The measurement unit is in kilobytes. The special value of 0 is used to indicate this object is not specified and the default value will be used. What's the default value is project-dependent.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.5 |
dQosAggPolicerTrtcmPirThis object indicates the peak information rate for the second token bucket for the two-rate metering. This object is only meaningful when dQosAggPolicerType is 'trTcm'. The measurement unit is in kilobits per second. The special value of 0 is used to indicate this object is not specified and the default value will be used. What's the default value is project-dependent.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.6 |
dQosAggPolicerTrtcmPbsThis object indicates the burst size for the second token bucket. This object is meaningful only when dQosAggPolicerType is 'trTcm'. The measurement unit is in kilobytes. The special value of 0 is used to indicate this object is not specified and the default value will be used. What's the default value is project-dependent.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.7 |
dQosAggPolicerConformActionThis object indicates the action when the packet is in 'green color'.rw DlinkQosPoliceActionType .1.3.6.1.4.1.171.14.61.1.2.3.1.8 |
dQosAggPolicerConformReplaceDscpThis object indicates the new DSCP value of the packet when packet is in 'green color'. This object is meaningful only when dQosAggPolicerConformAction is 'replaceDscp' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.9 |
dQosAggPolicerExceedActionThis object is interpreted within the context of dQosAggPolicerType. dQosAggPolicerType dQosAggPolExceedAction ================== =============================================== 'trTcm' The action to take for those packets that conform to PIR but not to CIR. 'singleRate' The action to take on the packets exceed the rate limit (or committed burst size).rw DlinkQosPoliceActionType .1.3.6.1.4.1.171.14.61.1.2.3.1.10 |
dQosAggPolicerExceedReplaceDscpThis object indicates the new DSCP value when dQosAggPolExceedAction is 'replaceDscp'or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.11 |
dQosAggPolicerViolateActionThis object indicates the action state when the packet is in 'red color'.rw DlinkQosPoliceActionType .1.3.6.1.4.1.171.14.61.1.2.3.1.12 |
dQosAggPolicerViolateReplaceDscpThis object indicates the DSCP value of the packet when packet is in 'red color'. This object is meaningful only when dQosAggPolicerViolateAction is 'replaceDscp' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.13 |
dQosAggPolicerColorAwareThis object indicates whether the policer is color aware or not.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.2.3.1.14 |
dQosAggPolicerConformReplaceCosThis object indicates the new COS value of the packet when packet is in 'green color'. This object is meaningful only when dQosAggPolicerConformAction is 'replaceCos' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.15 |
dQosAggPolicerExceedReplaceCosThis object indicates the new COS value when dQosAggPolExceedAction is 'replaceCos'or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.16 |
dQosAggPolicerViolateReplaceCosThis object indicates the COS value of the packet when packet is in 'red color'. This object is meaningful only when dQosAggPolicerViolateAction is 'replaceCos' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.3.1.17 |
dQosAggPolicerRowStatusThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.2.3.1.24 |
dQosPoliceTableThis table is used to configure the metering function. Users may set the preferred bandwidth for this rule; once the bandwidth has been exceeded, overflow packets will be either dropped or set for a drop precedence, depending on user configuration. SEQUENCE OF DQosPoliceEntry .1.3.6.1.4.1.171.14.61.1.2.4 |
dQosPoliceEntryThis entry consists of configurations for the metering policing for a traffic class in a policy map. DQosPoliceEntry .1.3.6.1.4.1.171.14.61.1.2.4.1 |
dQosPoliceTypeThis object indicates the type of policer used for a traffic class in a policy map. This object determines which other objects in the same row are meaningful. trTcm - two rate three color marker; singleRate - There are two kinds of single rate policers: a. single rate three color (srTcm) - if the violate action is specified b. single rate two color - if the violate action is not specified. aggregate - uses a named aggregate policer as the policy. In this case, except index elements, dQosAggPolicer, and dQosPoliceRowStatus, other elements in the same row are not applicable.rw Enumeration .1.3.6.1.4.1.171.14.61.1.2.4.1.1 |
dQosPoliceNamedAggPolicerThis object indicates the name of the aggregate policer to be applied. This object is meaningful only when dQosPoliceType is 'aggregate'.rw DisplayString .1.3.6.1.4.1.171.14.61.1.2.4.1.2 |
dQosPoliceCirThis object is interpreted within the context of dQosPoliceType. The measurement unit is in kilobits per second. dQosPoliceType dQosPoliceCir ================== =============================================== 'trTcm' The committed information rate for first token bucket. 'singleRate' The rate-limit for two-color policier. Or: The committed information rate for srTcm. 'aggregate' Not applicablerw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.3 |
dQosPoliceCbsThis object is interpreted within the context of dQosPoliceType. dQosPoliceType dQosPoliceCbs ================== =============================================== 'trTcm' The burst size for the first token bucket. 'singleRate' The burst size for two-color policier. Or: The committed burst size for srTcm. 'aggregate' Not applicable The measurement unit is in kilobytes. The special value of 0 is used to indicate this object is not specified and the default value will be used. What's the default value is project-dependent.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.4 |
dQosPoliceSrtcmEbsThis object indicates the excess burst size for srTcm and is meaningless when dQosPoliceType is 'trTcm'. The measurement unit is in kilobytes. The special value of 0 is used to indicate this object is not specified and the default value will be used. What's the default value is project-dependent.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.5 |
dQosPoliceTrtcmPirThis object indicates the peak information rate for the second token bucket for the two-rate metering. This object is only meaningful when dQosPoliceType is 'trTcm'. The measurement unit is in kilobits per second. The special value of 0 is used to indicate this object is not specified and the default value will be used. What's the default value is project-dependent.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.6 |
dQosPoliceTrtcmPbsThis object indicates the burst size for the second token bucket. This object is meaningful only when dQosPoliceType is 'trTcm'. The measurement unit is in kilobytes. The special value of 0 is used to indicate this object is not specified and the default value will be used. What's the default value is project-dependent.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.7 |
dQosPoliceConformActionThis object indicates the action when the packet is in 'green color'.rw DlinkQosPoliceActionType .1.3.6.1.4.1.171.14.61.1.2.4.1.8 |
dQosPoliceConformReplaceDscpThis object indicates the new DSCP value for dQosPoliceConformAction is 'replaceDscp' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.9 |
dQosPoliceExceedActionThis object is interpreted within the context of dQosPoliceType. dQosPoliceType dQosPoliceExceedAction ================== =============================================== 'trTcm' The action to take for those packets that conform to PIR but not to CIR. 'singleRate' The action to take on the packets exceed the rate limit (or committed burst size). 'aggregate' Not applicablerw DlinkQosPoliceActionType .1.3.6.1.4.1.171.14.61.1.2.4.1.10 |
dQosPoliceExceedReplaceDscpThis object indicates the new DSCP value when dQosPoliceExceedAction is 'replaceDscp' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.11 |
dQosPoliceViolateActionThis object indicates the action state when the packet is in 'red color'.rw DlinkQosPoliceActionType .1.3.6.1.4.1.171.14.61.1.2.4.1.12 |
dQosPoliceViolateReplaceDscpThis object indicates the new DSCP value when dQosPoliceViolateAction is 'replaceDscp' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.13 |
dQosPoliceColorAwareThis object indicates whether the policer is color aware or not. This object is applied for dQosPoliceType is 'trTcm' or 'singleRate'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.2.4.1.14 |
dQosPoliceRowStatusThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.2.4.1.15 |
dQosPoliceConformReplaceCosThis object indicates the new COS value for dQosPoliceConformAction is 'replaceCos' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.16 |
dQosPoliceExceedReplaceCosThis object indicates the new COS value when dQosPoliceExceedAction is 'replaceCos' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.17 |
dQosPoliceViolateReplaceCosThis object indicates the new COS value when dQosPoliceViolateAction is 'replaceCos' or 'replaceAll'.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.2.4.1.18 |
dQosServicePolicy OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.3 |
dQosServicePolicyTableThis table consists of a list of interface-specific policy-map associations. SEQUENCE OF DQosServicePolicyEntry .1.3.6.1.4.1.171.14.61.1.3.1 |
dQosServicePolicyEntryAn entry defines a policy-map association on an interface. DQosServicePolicyEntry .1.3.6.1.4.1.171.14.61.1.3.1.1 |
dQosServicePolicyDirectionThis object indicates the direction of the policy map is applied: input: for ingress flow outout: for egress flowrw Enumeration .1.3.6.1.4.1.171.14.61.1.3.1.1.1 |
dQosServicePolicyNameIndicates the name of a service policy map to be attached.rw DisplayString .1.3.6.1.4.1.171.14.61.1.3.1.1.2 |
dQosServicePolicyRowStausThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.3.1.1.3 |
dQosScheduling OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.4 |
dQosSchedulingModeTableThis table consists of a list of scheduling mechanism configurations for ports. SEQUENCE OF DQosSchedulingModeEntry .1.3.6.1.4.1.171.14.61.1.4.1 |
dQosSchedulingModeEntryAn entry configures the scheduling mode on an interface. DQosSchedulingModeEntry .1.3.6.1.4.1.171.14.61.1.4.1.1 |
dQosSchedulingModeThis object indicates the mechanism of QoS scheduling on the interface.rw Enumeration .1.3.6.1.4.1.171.14.61.1.4.1.1.2 |
dQosScheduleWrrWeightTableThis table consists of a list of configurations for WRR queue bandwidth of queues. SEQUENCE OF DQosScheduleWrrWeightEntry .1.3.6.1.4.1.171.14.61.1.4.2 |
dQosScheduleWrrWeightEntryAn entry defines WRR weight of a queue on an interface. An entry exists for each queue if the WRR bandwidth is configurable on the queue. DQosScheduleWrrWeightEntry .1.3.6.1.4.1.171.14.61.1.4.2.1 |
dQosScheduleWrrWeightQueueIdThis object indicates the queue ID of the entry. Unsigned32 .1.3.6.1.4.1.171.14.61.1.4.2.1.1 |
dQosScheduleWrrWeightValueSpecifies the weight in terms of frame count for the queue.rw Unsigned32 ( 0 .. 127) .1.3.6.1.4.1.171.14.61.1.4.2.1.2 |
dQosScheduleWdrrWeightTableThis table consists of a list of configurations for WDRR queue bandwidth of queues. SEQUENCE OF DQosScheduleWdrrWeightEntry .1.3.6.1.4.1.171.14.61.1.4.3 |
dQosScheduleWdrrWeightEntryAn entry defines WDRR weight of a queue on an interface. An entry exists for each queue if the WDRR bandwidth is configurable on the queue. DQosScheduleWdrrWeightEntry .1.3.6.1.4.1.171.14.61.1.4.3.1 |
dQosScheduleWdrrWeightQueueIdThis object indicates the queue ID of the entry. Unsigned32 .1.3.6.1.4.1.171.14.61.1.4.3.1.1 |
dQosScheduleWdrrWeightValueSpecifies the weight in terms of frame length count for the queue.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.4.3.1.2 |
dQosBandwidthCtrl OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.5 |
dQosBandwidthCtrlTableA table consists of a list of configurations for bandwidth control on interfaces. SEQUENCE OF DQosBandwidthCtrlEntry .1.3.6.1.4.1.171.14.61.1.5.1 |
dQosBandwidthCtrlEntryAn entry configures the bandwidth on an interface. An entry will exist for every applicable port. DQosBandwidthCtrlEntry .1.3.6.1.4.1.171.14.61.1.5.1.1 |
dQosBandwidthRxRateThis object indicates Rx Rate of the specified port. The special value of -1 indicates there is no bandwidth limit for ingress packets. It is based on the dQosBandwidthRxRateMode field and if the dQosBandwidthRxRateMode selected as: rate: means ingress rate limit(units:kbps) and the effective rangs are 8 ~ 10240000. percent: means the percentage and the effective rangs are 1 ~ 100.rw Integer32 (-1 | 1..10240000) .1.3.6.1.4.1.171.14.61.1.5.1.1.2 |
dQosBandwidthRxBurstThis object indicates the limit for ingress burst traffic in kilobytes. The special value of -1 indicates the limit for ingress burst traffic is unspecified and the limit will follow the setting of dQosBandwidthRxRate.rw Integer32 ( -1 | 0..128000) UNITS "kbyte" .1.3.6.1.4.1.171.14.61.1.5.1.1.3 |
dQosBandwidthTxRateThis object indicates Tx Rate of the specified port. The special value of -1 indicates there is no bandwidth limit for egress packets. It is based on the dQosBandwidthTxRateMode field and if the dQosBandwidthTxRateMode selected as: rate: means egress rate limit(units:kbps) and the effective rangs are 8 ~ 10240000. percent: means the percentage and the effective rangs are 1 ~ 100.rw Integer32 (-1 | 1..10240000) .1.3.6.1.4.1.171.14.61.1.5.1.1.4 |
dQosBandwidthTxBurstThis object indicates the limit for egress burst traffic in kilobytes. The special value of -1 indicates the limit for egress burst traffic is unspecified and the limit will follow the setting of dQosBandwidthTxRate.rw Integer32 (-1 | 0..128000) UNITS "kbyte" .1.3.6.1.4.1.171.14.61.1.5.1.1.5 |
dQosBandwidthRxRateModeThis object indicates Rx Rate Mode. It will indicate the field:dQosBandwidthRxRate attribute. rate: means the rate limit. percent: means the percentage.rw Enumeration .1.3.6.1.4.1.171.14.61.1.5.1.1.6 |
dQosBandwidthTxRateModeIndicates Tx Rate Mode. It will indicate the field:dQosBandwidthTxRate attribute. rate: means the rate limit. percent: means the percentage.rw Enumeration .1.3.6.1.4.1.171.14.61.1.5.1.1.7 |
dQosQueueBandwidthCtrl OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.6 |
dQosQueueBandwidthCtrlTableA table contains information about queue-specific bandwidth control of ports. SEQUENCE OF DQosQueueBandwidthCtrlEntry .1.3.6.1.4.1.171.14.61.1.6.1 |
dQosQueueBandwidthCtrlEntryAn entry contains bandwidth control information of a queue on a port. DQosQueueBandwidthCtrlEntry .1.3.6.1.4.1.171.14.61.1.6.1.1 |
dQosQueueBandwidthQueIdIndicates the queue ID of the entry. Unsigned32 .1.3.6.1.4.1.171.14.61.1.6.1.1.1 |
dQosQueueBandwidthMinRateIndicates the minimum rate of the specified port and queue. A special value of -1 means no limit. It is based on the dQosQueueBandwidthMinRateMode field and if the dQosQueueBandwidthMinRateMode selected as: rate: means egress Minimum Rate (units:kbps),range are 8 ~ 10240000. percent: means the percentage and the effective rangs are 1 ~ 100.rw Integer32 ( -1 | 1..10240000) .1.3.6.1.4.1.171.14.61.1.6.1.1.2 |
dQosQueueBandwidthMaxRateIndicates the maximum rate of the specified port and queue. A special value of -1 means no limit. It is based on the dQosQueueBandwidthMaxRateMode field and if the dQosQueueBandwidthMaxRateMode selected as: rate: means egress Maximum Rate (units:kbps),range are 8 ~ 10240000. percent: means the percentage and the effective rangs are 1 ~ 100.rw Integer32 ( -1 | 1..10240000) .1.3.6.1.4.1.171.14.61.1.6.1.1.3 |
dQosQueueBandwidthMinRateModeIndicates the Minimum Rate Mode. It will indicate the field:dQosQueueBandwidthMinRate attribute. rate: means the Minimum Rate. percent: means the percentage.rw Enumeration .1.3.6.1.4.1.171.14.61.1.6.1.1.4 |
dQosQueueBandwidthMaxRateModeIndicates the Maximum Rate Mode. It will indicate the field:dQosQueueBandwidthMaxRate attribute. rate: means the Maximum Rate. percent: means the percentage.rw Enumeration .1.3.6.1.4.1.171.14.61.1.6.1.1.5 |
dQosQueuingCfg OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.7 |
dQosPortIfQueuingTableThis table provides port-specific configuration for QoS queuing. SEQUENCE OF DQosPortIfQueuingEntry .1.3.6.1.4.1.171.14.61.1.7.1 |
dQosPortIfQueuingEntryAn entry consists of information for QoS queueing on a port. DQosPortIfQueuingEntry .1.3.6.1.4.1.171.14.61.1.7.1.1 |
dQosPortIf8021pOverrideThis object indicates whether override the CoS of the packets with default CoS (dot1dPortDefaultUserPriority). If this object is 'true', the default CoS will be applied to all incoming packets, either tagged or untagged, received by the port.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.7.1.1.1 |
dQosPortIfTrustModeThis object indicates QoS trust mode of the port.rw Enumeration .1.3.6.1.4.1.171.14.61.1.7.1.1.2 |
dQosDscpMap OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.8 |
dQosDscpMutationMapTableThis table provides a mechanism to create/delete a DSCP mutation map. SEQUENCE OF DQosDscpMutationMapEntry .1.3.6.1.4.1.171.14.61.1.8.1 |
dQosDscpMutationMapEntryAn entry (conceptual row) in the dQosDscpMutationMapTable. DQosDscpMutationMapEntry .1.3.6.1.4.1.171.14.61.1.8.1.1 |
dQosDscpMutationMapNameThis object indicates the name of the DSCP mutation map. DisplayString .1.3.6.1.4.1.171.14.61.1.8.1.1.1 |
dQosDscpMutationMapRowStatusThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.171.14.61.1.8.1.1.2 |
dQosDscpMutationMapCfgTableThe table provides a list of the DSCP mapping of mutations maps. SEQUENCE OF DQosDscpMutationMapCfgEntry .1.3.6.1.4.1.171.14.61.1.8.2 |
dQosDscpMutationMapCfgEntryEach row contains the mapping from old DSCP value to new DSCP value per specific mutation table. The first index element identifies the mutation map (dQosDscpMutationMapEntry) that a DSCP mapping (dQosDscpMutationMapCfgEntry) belongs to. When a mutation map is removed, the corresponding DSCP mapping configuration will be deleted. DQosDscpMutationMapCfgEntry .1.3.6.1.4.1.171.14.61.1.8.2.1 |
dQosDscpMutationOldDscpThe old DSCP value. Unsigned32 .1.3.6.1.4.1.171.14.61.1.8.2.1.1 |
dQosDscpMutationNewDscpThis object indicates the new DSCP value which the old DSCP values maps to for a specific mutation map. The default mapping of old DSCP to new DSCP for mutation purpose is the identity function, i.e. dQosDscpMutationNewDscp equals to dQosDscpMutationOldDscprw Unsigned32 .1.3.6.1.4.1.171.14.61.1.8.2.1.2 |
dQosDscpMutationMapAttachTableThis table provides a mechanism to attach a DSCP mutation map to a port. SEQUENCE OF DQosDscpMutationMapAttachEntry .1.3.6.1.4.1.171.14.61.1.8.3 |
dQosDscpMutationMapAttachEntryAn entry contains associating DSCP mutation map information. DQosDscpMutationMapAttachEntry .1.3.6.1.4.1.171.14.61.1.8.3.1 |
dQosDscpMutationMapAttachNameThis object indicates the name of the attached mutation map. A zero length of string indicates no mutation map is attached.rw DisplayString .1.3.6.1.4.1.171.14.61.1.8.3.1.1 |
dQosDscpMapCtrlTableThis table contains information about the mapping of DSCP to priority and DSCP to color for mapping a packet's initial color. SEQUENCE OF DQosDscpMapCtrlEntry .1.3.6.1.4.1.171.14.61.1.8.4 |
dQosDscpMapCtrlEntryAn entry contains DSCP mapping information. DQosDscpMapCtrlEntry .1.3.6.1.4.1.171.14.61.1.8.4.1 |
dQosDscpMapCtrlDscpThis object indicates the DSCP of the entry. Unsigned32 .1.3.6.1.4.1.171.14.61.1.8.4.1.1 |
dQosDscpMapCtrlCosThis object indicates the mapped CoS value. Default mapping is: DSCP CoS 0-7 0 8-15 1 16-23 2 24-31 3 32-39 4 40-47 5 48-55 6 56-63 7rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.8.4.1.2 |
dQosDscpMapCtrlColorThis object indicates the mapped color to determine a packet's initial color.rw Enumeration .1.3.6.1.4.1.171.14.61.1.8.4.1.3 |
dQosCosMap OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.1.9 |
dQosCosToColorMapTableA table contains information about the mapping of CoS to color. SEQUENCE OF DQosCosToColorMapEntry .1.3.6.1.4.1.171.14.61.1.9.1 |
dQosCosToColorMapEntryAn entry contains a mapping between CoS to color. DQosCosToColorMapEntry .1.3.6.1.4.1.171.14.61.1.9.1.1 |
dQosCosMapCosThis object indicates the CoS of the entry. Unsigned32 .1.3.6.1.4.1.171.14.61.1.9.1.1.1 |
dQosCosMapColorThis object indicates the mapped color to determine a packet's initial color.rw Enumeration .1.3.6.1.4.1.171.14.61.1.9.1.1.2 |
dQosCosToQueueMapTableA table contains information about the mapping of CoS to queue. SEQUENCE OF DQosCosToQueueMapEntry .1.3.6.1.4.1.171.14.61.1.9.2 |
dQosCosToQueueMapEntryAn entry contains a mapping between CoS to queue. DQosCosToQueueMapEntry .1.3.6.1.4.1.171.14.61.1.9.2.1 |
dQosCosToQueueCosThis object indicates the CoS of the entry. Unsigned32 .1.3.6.1.4.1.171.14.61.1.9.2.1.1 |
dQosCosToQueueQIDThis object indicates the queue ID that the corresponding CoS will be queued.rw Unsigned32 .1.3.6.1.4.1.171.14.61.1.9.2.1.2 |
dQosMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.2 |
dQosCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.2.1 |
dQosComplianceThe compliance statement for entities which implement the DLINKSW-QOS-MIB. Unknown .1.3.6.1.4.1.171.14.61.2.1.1 |
dQosGroups OBJECT IDENTIFIER .1.3.6.1.4.1.171.14.61.2.2 |
dQosPolicyGroupA collection of objects providing QoS policy configuration. Unknown .1.3.6.1.4.1.171.14.61.2.2.1 |
dQosSchedulingGroupA collection of objects providing QoS scheduling configuration. Unknown .1.3.6.1.4.1.171.14.61.2.2.2 |
dQosWrrGroupA collection of objects providing QoS WRR scheduling configuration. Unknown .1.3.6.1.4.1.171.14.61.2.2.3 |
dQosWdrrGroupA collection of objects providing QoS WDRR scheduling configuration. Unknown .1.3.6.1.4.1.171.14.61.2.2.4 |
dQosPortBandwidthCtrlGroupA collection of objects providing bandwidth configuration for ports. Unknown .1.3.6.1.4.1.171.14.61.2.2.5 |
dQosQueueBandwidthCtrlGroupA collection of objects providing bandwidth configuration for queues. Unknown .1.3.6.1.4.1.171.14.61.2.2.6 |
dQosAggregatePolicingGroupA collection of objects providing QoS named aggregated policing configuration. Unknown .1.3.6.1.4.1.171.14.61.2.2.7 |
dQosPolicingGroupA collection of objects providing QoS policing configuration. Unknown .1.3.6.1.4.1.171.14.61.2.2.8 |
dQosColorAwarePolicingGroupA collection of objects providing QoS color aware configuration. Unknown .1.3.6.1.4.1.171.14.61.2.2.9 |
dQosQueuingGroupA collection of objects providing configuration regarding how to dispatch packets to queues. Unknown .1.3.6.1.4.1.171.14.61.2.2.10 |
dQosDscpMutationGroupA collection of objects providing the configuration for DSCP mutation. Unknown .1.3.6.1.4.1.171.14.61.2.2.11 |