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

VENDOR: QUANTA COMPUTER INC.


 Home MIB: QOS-COS-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
 cos 1.3.6.1.4.1.7244.2.3.3
The MIB definitions for Quality of Service - CoS Flex package.
     agentCosMapCfgGroup 1.3.6.1.4.1.7244.2.3.3.1
         agentCosMapIpDscpTable 1.3.6.1.4.1.7244.2.3.3.1.2 no-access
A table mapping evaluated IP DSCP to Traffic Class for a specific physical port. Traffic class is a number in the range (0..(dot1dPortNumTrafficClasses-1)).
             agentCosMapIpDscpEntry 1.3.6.1.4.1.7244.2.3.3.1.2.1 no-access
IP DSCP to Traffic Class mapping for a port.
                 agentCosMapIpDscpIntfIndex 1.3.6.1.4.1.7244.2.3.3.1.2.1.1 interfaceindexorzero no-access
This is a unique index for an entry in the agentCosMapIpDscpTable. A non-zero value indicates the ifIndex for the corresponding interface entry in the ifTable. A value of zero represents global configuration, which in turn causes all interface entries to be updated for a set operation, or reflects the most recent global setting for a get operation.
                 agentCosMapIpDscpValue 1.3.6.1.4.1.7244.2.3.3.1.2.1.2 unsigned32 no-access
The IP DSCP value contained in the received frame. This value is only indicated in IP packets, but is independent of both media-type and frame tagging. Non-IP packets are handled in accordance with the dot1dPortDefaultUserPriority value of the ingress port.
                 agentCosMapIpDscpTrafficClass 1.3.6.1.4.1.7244.2.3.3.1.2.1.3 unsigned32 read-write
Traffic class priority queue the received frame is mapped to.
         agentCosMapIntfTrustTable 1.3.6.1.4.1.7244.2.3.3.1.3 no-access
Specifies the interface trust mode of operation for a port. The trust mode setting determines which COS mapping table is used for directing ingress packets to a Traffic Class.
             agentCosMapIntfTrustEntry 1.3.6.1.4.1.7244.2.3.3.1.3.1 no-access
COS interface trust mode.
                 agentCosMapIntfTrustIntfIndex 1.3.6.1.4.1.7244.2.3.3.1.3.1.1 interfaceindexorzero no-access
This is a unique index for an entry in the agentCosMapIntfTrustTable. A non-zero value indicates the ifIndex for the corresponding interface entry in the ifTable. A value of zero represents global configuration, which in turn causes all interface entries to be updated for a set operation, or reflects the most recent global setting for a get operation.
                 agentCosMapIntfTrustMode 1.3.6.1.4.1.7244.2.3.3.1.3.1.2 integer read-write
The class of service trust mode of an interface. When set to a trusted mode, the appropriate COS mapping table is used as follows: trustDot1p(2) : dot1dTrafficClassTable trustIpPrecedence(3): agentCosMapIpPrecTable trustIpDscp(4): agentCosMapIpDscpTable For an untrusted(1) interface, packets are handled in accordance with the dot1dPortDefaultUserPriority value of the ingress port. Enumeration: 'trustIpDscp': 4, 'trustDot1p': 2, 'untrusted': 1.
                 agentCosMapUntrustedTrafficClass 1.3.6.1.4.1.7244.2.3.3.1.3.1.3 unsigned32 read-only
The traffic class (i.e. hardware queue) to which all untrusted traffic is assigned. This includes all traffic when the agentCosMapIntfTrustMode is set to untrusted(1), or just non-IP packets when in trustIpPrecedence(3) or trustIpDscp(4) modes. This is a read-only object that reflects the current setting of the dot1dPortDefaultUserPriority object as mapped to a traffic class through the dot1dTrafficClassEntry.
     agentCosQueueCfgGroup 1.3.6.1.4.1.7244.2.3.3.2
         agentCosQueueNumQueuesPerPort 1.3.6.1.4.1.7244.2.3.3.2.1 unsigned32 read-only
The number of configurable COS queues per port supported by the hardware device.
         agentCosQueueNumDropPrecedenceLevels 1.3.6.1.4.1.7244.2.3.3.2.2 unsigned32 read-only
The number of distinct drop precedence levels per queue supported by the hardware device. These levels are typically used when configuring the queue management tail drop and WRED parameters.
         agentCosQueueControlTable 1.3.6.1.4.1.7244.2.3.3.2.3 no-access
Table of class-of-service queue configuration controls for the specified interface.
             agentCosQueueControlEntry 1.3.6.1.4.1.7244.2.3.3.2.3.1 no-access
Provides a general control mechanism that affects all queues on a given interface.
                 agentCosQueueIntfIndex 1.3.6.1.4.1.7244.2.3.3.2.3.1.1 interfaceindexorzero no-access
This is a unique index for an entry in the agentCosQueueControlTable, agentCosQueueTable, or agentCosQueueMgmtTable. A non-zero value indicates the ifIndex for the corresponding interface entry in the ifTable. A value of zero represents global configuration, which in turn causes all interface entries to be updated for a set operation, or reflects the most recent global setting for a get operation.
                 agentCosQueueIntfShapingRate 1.3.6.1.4.1.7244.2.3.3.2.3.1.2 percent read-write
Maximum bandwidth allowed for this interface as a whole, typically used to shape the outbound transmission rate. The value is specified in terms of percentage of overall link speed for the port in 1% increments. A value of 0 means there is no maximum bandwidth limit in effect and that the interface is allowed to transmit up to its maximum line rate (i.e., work conserving method). The default value is 0. When set to a non-zero value, the interface is restricted to using at most the bandwidth specified in this object for the outbound transmission rate (i.e., non-work-conserving method). This bandwidth value is independent of any per-queue maximum bandwidth value(s) in effect for the interface, as specified in the agentCosQueueMaxBandwidth ohject, and should be considered as a second-level transmission rate control mechanism that regulates the output of the entire interface regardless of which queues originate the outbound traffic. Valid value ranges depend on the value returned by object agentCosQueueIntfShapingRateUnits. If that object returns percent(1), agentCosQueueIntfShapingRate accepts values 0..100. If that object returns kbps(2), agentCosQueueIntfShapingRate accepts values 0,64..4294967295.
                 agentCosQueueMgmtTypeIntf 1.3.6.1.4.1.7244.2.3.3.2.3.1.3 integer read-write
The management technique used for all queues on this interface. If taildrop(1), then all new packets presented to the queues are dropped based on some maximum threshold value(s). If wred(2), then an active queue management scheme is employed whereby packet drop precedence is considered during times of queue congestion using WRED parameters. The necessary queue management parameters are specified in the agentCosQueueMgmtTable for the corresponding agentCosQueueIntfIndex value. The default for this object is taildrop(1). Implementations that support this object but do not support weighted RED must return taildrop(1) for this value and must not allow a value of wred(2) to be set. Enumeration: 'wred': 2, 'taildrop': 1.
                 agentCosQueueWredDecayExponent 1.3.6.1.4.1.7244.2.3.3.2.3.1.4 unsigned32 read-write
The decay exponent value used with the weighted random early discard (WRED) algorithm to determine how quickly the average queue length calculation reacts to the current length of the queue. A higher value produces a slower response, meaning previously sampled queue length values are factored into the calculation for a longer period of time. The default value is 9. Use caution when changing this value from its default. If set too low, short traffic bursts can cause WRED to drop too many packets. If set too high, WRED might not detect queue congestion in a timely manner and becomes ineffective. The default value should be sufficient for most users. This object value is only used when the agentCosQueueMgmtType is set to wred(2) and is otherwise ignored.
                 agentCosQueueDefaultsRestore 1.3.6.1.4.1.7244.2.3.3.2.3.1.5 integer read-write
Causes the default values to be restored for all COS queue objects defined for this interface. This includes objects in the following tables: agentCosQueueTable agentCosQueueMgmtTable This object always reads as disable(2). This object may only be set to enable(1), which immediately causes the default value restoration action as described above. In essence, this models a momentary-style push button switch that triggers a restoration of the original default values for all affected objects. Enumeration: 'enable': 1, 'disable': 2.
                 agentCosQueueIntfShapingRateUnits 1.3.6.1.4.1.7244.2.3.3.2.3.1.6 integer read-only
Gets the units of the threshold value to percentage of port speed or kilobits per second (kbps). Enumeration: 'kbps': 2, 'percent': 1.
         agentCosQueueTable 1.3.6.1.4.1.7244.2.3.3.2.4 no-access
Table of class-of-service queue configuration parameters for the specified interface.
             agentCosQueueEntry 1.3.6.1.4.1.7244.2.3.3.2.4.1 no-access
Each entry describes a single class-of-service (COS) queue for a given Interface Index. The number of configurable COS queues for an interface vary based on device capabilities. All objects defined for this table entry contain a default value corresponding to a typical, non-preferential treatment of packets traversing the interface's COS queues.
                 agentCosQueueIndex 1.3.6.1.4.1.7244.2.3.3.2.4.1.1 unsigned32 no-access
The COS queue index, numbered 0 to (n-1), where n is the total number of configurable interface queues for the device as indicated by agentCosQueueNumQueuesPerPort. In general, a higher numbered queue index is used to support higher priority traffic, although actual operation may be altered via configuration through this table.
                 agentCosQueueSchedulerType 1.3.6.1.4.1.7244.2.3.3.2.4.1.2 integer read-write
The type of scheduling used for this queue. If strict(1), then all traffic placed on this queue is transmitted before any queue with a lower precedence (lower agentCosQueueIndex). A weighted(2) scheme gives this queue service relative to other weighted queues based on their relative agentCosQueueMinBandwidth object values. The default is weighted(2). Enumeration: 'strict': 1, 'weighted': 2.
                 agentCosQueueMinBandwidth 1.3.6.1.4.1.7244.2.3.3.2.4.1.3 percent read-write
Minimum guaranteed bandwidth allotted to this queue. The value is specified in terms of percentage of overall link speed for the port in 1% increments. A value of 0 means there is no guaranteed minimum bandwidth in effect (best-effort service). The default value is 0. The sum of all agentCosQueueMinBandwidth object values for the queues on the same interface must not exceed 100%. If the agentCosQueueMaxBandwidth corresponding to the same agentCosQueueIndex on this interface is currently set to a non-zero value, then setting this object to a value greater than agentCosQueueMaxBandwidth automatically updates agentCosQueueMaxBandwidth to the same value to maintain a proper relationship between the minimum and maximum queue bandwidth specification. The value of this object is ignored when agentCosQueueSchedulerType is set to strict(1).
                 agentCosQueueMaxBandwidth 1.3.6.1.4.1.7244.2.3.3.2.4.1.4 percent read-write
Maximum bandwidth allowed for this queue, typically used to shape the outbound transmission rate. The value is specified in terms of percentage of overall link speed for the port in 1% increments. A value of 0 means there is no maximum bandwidth limit in effect and that the queue is allowed to use any available excess bandwidth (i.e., work conserving method). The default value is 0. When set to a non-zero value, the queue is restricted to using at most the bandwidth specified in this object for the outbound transmission rate (i.e., non-work-conserving method). Any non-zero value set for this object must be equal to or greater than the value of agentCosQueueMinBandwidth for the same agentCosQueueIndex on this interface.
                 agentCosQueueMgmtType 1.3.6.1.4.1.7244.2.3.3.2.4.1.5 integer read-write
The queue depth management technique used when per-queue specification is supported. If taildrop(1), then all new packets presented to the queue are dropped based on some maximum threshold value(s). If wred(2), then an active queue management scheme is employed whereby packet drop precedence is considered during times of queue congestion using WRED parameters. The necessary queue management parameters are specified in the agentCosQueueMgmtEntry for the corresponding agentCosQueueIntfIndex and agentCosQueueIndex values. The default for this object is taildrop(1). Implementations that do not support weighted RED must return taildrop(1) for this value and must not allow a value of wred(2) to be set. Enumeration: 'wred': 2, 'taildrop': 1.
         agentCosQueueMgmtTable 1.3.6.1.4.1.7244.2.3.3.2.5 no-access
Table of class-of-service queue drop precedence configuration parameters. The values in this table are used based on the agentCosQueueMgmtType for the corresponding agentCosQueueIntfIndex and agentCosQueueIndex values. These parameters are specified for each drop precedence level supported within a queue.
             agentCosQueueMgmtEntry 1.3.6.1.4.1.7244.2.3.3.2.5.1 no-access
The individual objects in this table are specified for each drop precedence level supported within a particular queue on a given interface. Each object's usage is based on the current setting of the agentCosQueueMgmtType. See the individual object descriptions for details.
                 agentCosQueueDropPrecIndex 1.3.6.1.4.1.7244.2.3.3.2.5.1.1 unsigned32 no-access
The COS queue drop precedence level, numbered 1 to p, where p is the total number of drop precedences supported per queue, as indicated by agentCosQueueNumDropPrecedenceLevels. This is used as the minor index into the table. Each supported drop precedence level for a queue has its own set of configuration parameters. The actual number of drop precedence levels supported depends on the device characteristics. For example, some implementations may allow for three levels of drop precedence (1/2/3, sometimes referred to as green/yellow/red), some may support two levels (1/2, or high/low), while others only one. Some devices use the lowest (highest-numbered) drop precedence level to represent non-TCP traffic.
                 agentCosQueueMgmtTailDropThreshold 1.3.6.1.4.1.7244.2.3.3.2.5.1.2 sixteenths read-write
Tail drop queue threshold above which all packets are dropped for the current drop precedence level. The value specifies the threshold based on a fraction of the overall device queue size in terms of sixteenths (0/16, 1/16, 2/16, ... 16/16). Since device implementations vary, the actual value deployed may be rounded up or down accordingly. The default value is calculated from the agentCosQueueIndex and agentCosQueueDropPrecIndex as shown in the following table (values listed for drop precedence levels 1, 2, and 3, respectively): Queue Index 0: 16, 14, 12 Queue Index 1: 16, 14, 12 Queue Index 2: 16, 14, 12 Queue Index 3: 16, 14, 12 Queue Index 4: 16, 14, 12 Queue Index 5: 16, 14, 12 Queue Index 6: 16, 14, 12 Queue Index 7: 16, 14, 12 This object is only used when agentCosQueueMgmtType is set to taildrop(1).
                 agentCosQueueMgmtWredMinThreshold 1.3.6.1.4.1.7244.2.3.3.2.5.1.3 sixteenths read-write
Weighted RED minimum queue threshold, below which no packets are dropped for the current drop precedence level. The value specifies the threshold based on a fraction of the overall device queue size in terms of sixteenths (0/16, 1/16, 2/16, ... 16/16). Since device implementations vary, the actual value deployed may be rounded up or down accordingly. The default value is calculated from the agentCosQueueIndex and agentCosQueueDropPrecIndex as shown in the following table (values listed for drop precedence levels 1, 2, and 3, respectively): Queue Index 0: 8, 6, 4 Queue Index 1: 9, 7, 5 Queue Index 2: 10, 8, 6 Queue Index 3: 11, 9, 7 Queue Index 4: 12, 10, 8 Queue Index 5: 13, 11, 9 Queue Index 6: 14, 12, 10 Queue Index 7: 15, 13, 11 This object is only used when agentCosQueueMgmtType is set to wred(2). Any value set for this object must be equal to or less than the value of agentCosQueueMgmtWredMaxThreshold.
                 agentCosQueueMgmtWredMaxThreshold 1.3.6.1.4.1.7244.2.3.3.2.5.1.4 sixteenths read-write
Weighted RED maximum queue threshold, above which all packets are dropped for the current drop precedence level. The value specifies the threshold based on a fraction the overall device queue size in terms of sixteenths (0/16, 1/16, 2/16, ... 16/16). Since device implementations vary, the actual value deployed may be rounded up or down accordingly. The default value is calculated from the agentCosQueueIndex and agentCosQueueDropPrecIndex as shown in the following table (values listed for drop precedence levels 1, 2, and 3, respectively): Queue Index 0: 16, 14, 12 Queue Index 1: 16, 14, 12 Queue Index 2: 16, 14, 12 Queue Index 3: 16, 14, 12 Queue Index 4: 16, 14, 12 Queue Index 5: 16, 14, 12 Queue Index 6: 16, 14, 12 Queue Index 7: 16, 14, 12 This object is only used when agentCosQueueMgmtType is set to wred(2). Any value set for this object must be equal to or greater than the value of agentCosQueueMgmtWredMinThreshold.
                 agentCosQueueMgmtWredDropProbScale 1.3.6.1.4.1.7244.2.3.3.2.5.1.5 unsigned32 read-write
A scaling factor used for the WRED calculation to determine the packet drop probability for the current drop precedence level. The value is specified as a number S from 1-15 and is used in the formula: 1/(2** S), meaning one packet is dropped out of every (2** S). Packet dropping begins when agentCosQueueMgmtWredMinThreshold is reached and proceeds linearly up to the (2**S) value specified by this object until the agentCosQueueMgmtWredMaxThreshold is reached, beyond which all packets are dropped. Smaller values of S produce a steeper slope, hence a higher incidence of randomly dropped packets. The default value is 10, which corresponds to a drop rate of 1 out of every (2**10)=1024 packets. This object is only used when agentCosQueueMgmtType is set to wred(2).
                 agentCosQueueMgmtPercentTailDropThreshold 1.3.6.1.4.1.7244.2.3.3.2.5.1.6 percent read-write
Tail drop queue threshold above which all packets are dropped for the current drop precedence level. The value specifies the threshold based on a percentage of the overall device queue size. Since device implementations vary, the actual value deployed may be rounded up or down accordingly. The default value, for all queues, is 100% for drop precedence 1 and non-TCP traffic, 90% and 80% for drop precedences 2 and 3. This object is only used when agentCosQueueMgmtType is set to taildrop(1).
                 agentCosQueueMgmtPercentWredMinThreshold 1.3.6.1.4.1.7244.2.3.3.2.5.1.7 percent read-write
Weighted RED minimum queue threshold, below which no packets are dropped for the current drop precedence level. The value specifies the threshold based on a percentage of the overall device queue size. Since device implementations vary, the actual value deployed may be rounded up or down accordingly. The default value, for all queues, is 100% for non-TCP traffic, 40%, 30% and 20% for TCP drop precedences 1, 2 and 3. This object is only used when agentCosQueueMgmtType is set to wred(2). Any value set for this object must be equal to or less than the value of agentCosQueueMgmtPercentWredMaxThreshold.
                 agentCosQueueMgmtPercentWredMaxThreshold 1.3.6.1.4.1.7244.2.3.3.2.5.1.8 percent read-write
Weighted RED maximum queue threshold, above which all packets are dropped for the current drop precedence level. The value specifies the threshold based on a percentage of the overall device queue size. Since device implementations vary, the actual value deployed may be rounded up or down accordingly. The default value, for all queues, is 100% for drop precedence 1 and non-TCP traffic, 90% and 80% for drop precedences 2 and 3. This object is only used when agentCosQueueMgmtType is set to wred(2). Any value set for this object must be equal to or greater than the value of agentCosQueueMgmtPercentWredMinThreshold.
                 agentCosQueueMgmtWredDropProbability 1.3.6.1.4.1.7244.2.3.3.2.5.1.9 percent read-write
A scaling factor used for the WRED calculation to determine the packet drop probability for the current drop precedence level. Packet dropping begins when agentCosQueueMgmtWredMinThreshold is reached and proceeds linearly up to the percentage value specified by this object until the agentCosQueueMgmtWredMaxThreshold is reached, beyond which all packets are dropped. The default value is 10. This object is only used when agentCosQueueMgmtType is set to wred(2).
         agentCosQueueETSControlTable 1.3.6.1.4.1.7244.2.3.3.2.6 no-access
Table of class-of-service queue ets configuration controls for the specified interface.
             agentCosQueueETSControlEntry 1.3.6.1.4.1.7244.2.3.3.2.6.1 no-access
Provides a general control mechanism that affects all queues on a given interface.
                 agentCosQueueETSIntfIndex 1.3.6.1.4.1.7244.2.3.3.2.6.1.1 interfaceindexorzero read-only
This is a unique index for an entry in the agentCosQueueControlTable, agentCosQueueTable, or agentCosQueueMgmtTable. A non-zero value indicates the ifIndex for the corresponding interface entry in the ifTable. A value of zero represents global configuration, which in turn causes all interface entries to be updated for a set operation, or reflects the most recent global setting for a get operation.
                 agentCosQueueETSAdminMode 1.3.6.1.4.1.7244.2.3.3.2.6.1.2 integer read-write
Enable/Disable ETS function. Enumeration: 'auto': 3, 'enable': 1, 'disable': 2.
                 agentCosQueueETSSchedulerType 1.3.6.1.4.1.7244.2.3.3.2.6.1.3 integer read-write
Set ETS scheduler type. Default type is WERR. Enumeration: 'werr': 2, 'wrr': 1.
                 agentCosQueueETSLanWeight 1.3.6.1.4.1.7244.2.3.3.2.6.1.4 unsigned32 read-write
Set LAN weight ration in percentage. Default weight ratio is 50 to 50.
                 agentCosQueueETSSanWeight 1.3.6.1.4.1.7244.2.3.3.2.6.1.5 unsigned32 read-write
Set SAN weight ration in percentage. Default weight ratio is 50 to 50.
         agentCosQueueETSTable 1.3.6.1.4.1.7244.2.3.3.2.7 no-access
Table of class-of-service queue configuration parameters for the specified interface.
             agentCosQueueETSEntry 1.3.6.1.4.1.7244.2.3.3.2.7.1 no-access
Each entry describes a single class-of-service (COS) queue for a given Interface Index. The number of configurable COS queues for an interface vary based on device capabilities. All objects defined for this table entry contain a default value corresponding to a typical, non-preferential treatment of packets traversing the interface's COS queues.
                 agentCosQueueETSifIndex 1.3.6.1.4.1.7244.2.3.3.2.7.1.1 interfaceindexorzero read-only
This is a unique index for an entry in the agentCosQueueControlTable, agentCosQueueTable, or agentCosQueueMgmtTable. A non-zero value indicates the ifIndex for the corresponding interface entry in the ifTable. A value of zero represents global configuration, which in turn causes all interface entries to be updated for a set operation, or reflects the most recent global setting for a get operation.
                 agentCosQueueETSIndex 1.3.6.1.4.1.7244.2.3.3.2.7.1.2 unsigned32 read-only
The COS queue index, numbered 0 to (n-1), where n is the total number of configurable interface queues for the device as indicated by agentCosQueueNumQueuesPerPort. In general, a higher numbered queue index is used to support higher priority traffic, although actual operation may be altered via configuration through this table.
                 agentCosQueueETSPgMapping 1.3.6.1.4.1.7244.2.3.3.2.7.1.3 integer read-write
Set priority to priority group mapping. Default mapping list: 0-2(LAN), 3-6(SAN), 7(IPC) Enumeration: 'ipc': 3, 'lan': 1, 'san': 2.
         agentCosQueueCNGroup 1.3.6.1.4.1.7244.2.3.3.2.8
             agentCosQueueCNAdminMode 1.3.6.1.4.1.7244.2.3.3.2.8.1 integer read-write
Enable/Disable Congestion Notify. Enumeration: 'enable': 1, 'disable': 2.
             agentCosQueueCNTagEtherTypeRecognize 1.3.6.1.4.1.7244.2.3.3.2.8.2 integer read-write
Configures the CN-TAG Ether Type is recognized by parsing stages. Enumeration: 'enable': 1, 'disable': 2.
             agentCosQueueCNTagEtherTypeValue 1.3.6.1.4.1.7244.2.3.3.2.8.3 unsigned32 read-write
Get/Set the Ether Type value of CN-TAG.
             agentCosQueueCNMsgEtherTypeValue 1.3.6.1.4.1.7244.2.3.3.2.8.4 unsigned32 read-write
Get/Set the Ether Type value of CNM.
             agentCosQueueCNCPIDDevId 1.3.6.1.4.1.7244.2.3.3.2.8.5 unsigned32 read-write
Get/Set the Device ID of CPID.
             agentCosQueueCNCPIDLSBMode 1.3.6.1.4.1.7244.2.3.3.2.8.6 integer read-write
Configure the LSB field of CPID of CNM payload with CPIndex mode or Q_No mode. Enumeration: 'qNo': 2, 'cpIndex': 1.
             agentCosQueueCNOuterCFIBits 1.3.6.1.4.1.7244.2.3.3.2.8.7 integer read-write
Configures the CNM's outer VLAN tag's CFI bits. -1 means disable.
             agentCosQueueCNOuterDot1pBits 1.3.6.1.4.1.7244.2.3.3.2.8.8 integer read-write
Configures the CNM's outer VLAN tag's 802.1p bits. -1 means disable.
             agentCosQueueCNOuterTPIDValue 1.3.6.1.4.1.7244.2.3.3.2.8.9 integer read-write
Configures the CNM's outer VLAN tag's TPID. -1 means disable.
             agentCosQueueCNOuterVlanId 1.3.6.1.4.1.7244.2.3.3.2.8.10 integer read-write
Configures the CNM's outer VLAN ID. -1 means disable. 0 means no VLAN tag.
             agentCosQueueCNInnerCFIBits 1.3.6.1.4.1.7244.2.3.3.2.8.11 integer read-write
Configures the CNM's inner VLAN tag's CFI bits. -1 means disable.
             agentCosQueueCNInnerDot1pBits 1.3.6.1.4.1.7244.2.3.3.2.8.12 integer read-write
Configures the CNM's inner VLAN tag's 802.1p bits. -1 means disable.
             agentCosQueueCNNoGeneration 1.3.6.1.4.1.7244.2.3.3.2.8.13 integer read-write
Configures the CNM generation behavior. Enumeration: 'enable': 1, 'disable': 2.
         agentCosQueueCNPriorityTable 1.3.6.1.4.1.7244.2.3.3.2.9 no-access
Table of congestion notification configuration parameters for the specified interface.
             agentCosQueueCNPriorityEntry 1.3.6.1.4.1.7244.2.3.3.2.9.1 no-access
The CN function is disabled by default on all priorities for each port. User can use this to enable/disable the priority queue on specific interface.
                 agentCosQueueCNifIndex 1.3.6.1.4.1.7244.2.3.3.2.9.1.1 interfaceindex read-only
This is a unique index for an entry in the agentCosQueueCNPriorityTable. A non-zero value indicates the ifIndex for the corresponding interface entry in the ifTable.
                 agentCosQueueCNPriorityIndex 1.3.6.1.4.1.7244.2.3.3.2.9.1.2 unsigned32 read-only
Show the priority index.
                 agentCosQueueCNQueueIndex 1.3.6.1.4.1.7244.2.3.3.2.9.1.3 unsigned32 read-only
Show the queue index.
                 agentCosQueueCNPriorityAdminMode 1.3.6.1.4.1.7244.2.3.3.2.9.1.4 integer read-write
Enable/Disable Congestion Notify. Enumeration: 'enable': 1, 'disable': 2.
                 agentCosQueueCNPriorityCNMCount 1.3.6.1.4.1.7244.2.3.3.2.9.1.5 counter32 read-only
Show the priority queue CN message count.