MIB Viewer

dQosClassMapCfgMatchType

OBJECT-TYPE
1.3.6.1.4.1.171.14.61.1.1.2.1.2
Access
read-create
Status
current
Sub-identifiers
0
This 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.
INTEGER { accessList(1), cos(2), innerCos(3), dscp(4), ipDscp(5), precedence(6), ipPrecedence(7), protocol(8), vlan(9), innerVlan(10) }