FASTPATH-QOS-DIFFSERV-PRIVATE-MIB: View SNMP OID List / Download MIB

VENDOR: DELL INC.


 Home MIB: FASTPATH-QOS-DIFFSERV-PRIVATE-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
 fastPathQOSDiffServPrivate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7
The Netgear Private MIB for FASTPATH DiffServ
     agentDiffServGenStatusGroup 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1
         agentDiffServGenStatusAdminMode 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.1 integer read-write
DiffServ Admin Mode Enumeration: 'enable': 1, 'disable': 2.
         agentDiffServGenStatusClassTableSize 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.2 unsigned32 read-only
Current size of the Class Table
         agentDiffServGenStatusClassTableMax 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.3 unsigned32 read-only
Max size of the Class Table
         agentDiffServGenStatusClassRuleTableSize 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.4 unsigned32 read-only
Current size of Class Rule Table
         agentDiffServGenStatusClassRuleTableMax 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.5 unsigned32 read-only
Max size of the Class Rule Table.
         agentDiffServGenStatusPolicyTableSize 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.6 unsigned32 read-only
Current Size of the Policy Table.
         agentDiffServGenStatusPolicyTableMax 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.7 unsigned32 read-only
Max size of the Policy Table
         agentDiffServGenStatusPolicyInstTableSize 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.8 unsigned32 read-only
Current size of the Policy-Class Instance Table
         agentDiffServGenStatusPolicyInstTableMax 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.9 unsigned32 read-only
Max size of the Policy-Class Instance Table
         agentDiffServGenStatusPolicyAttrTableSize 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.10 unsigned32 read-only
Current size of the Policy Attribute Table
         agentDiffServGenStatusPolicyAttrTableMax 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.11 unsigned32 read-only
Max size of the Policy Attribute Table
         agentDiffServGenStatusServiceTableSize 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.12 unsigned32 read-only
Current size of the Service Table
         agentDiffServGenStatusServiceTableMax 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.1.13 unsigned32 read-only
Max size of the Service Table
     agentDiffServClassGroup 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2
         agentDiffServClassIndexNextFree 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.1 unsigned32 read-only
This object contains an unused value for classIndex, or a zero to indicate that none exists.
         agentDiffServClassTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2 no-access
A table of the DiffServ class entries
             agentDiffServClassEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1 no-access
Represents entry for a DiffServ traffic class
                 agentDiffServClassIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.1 unsigned32 no-access
The identifier for DiffServ Class entry
                 agentDiffServClassName 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.2 displaystring read-only
Name of the DiffServ traffic class
                 agentDiffServClassType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.3 integer read-only
The class type indicates how the individual class match criteria are evaluated. For type all, all of the individual match conditions must be true for a packet to be considered a member of the class. For types any and acl, only one of the match criteria must be true for a packet to belong to the class; multiple matching criteria are evaluated in a sequential order, with the highest precedence awarded to the first criterion defined for the class. An acl class type copies its set of match criteria from the current rule definition of the specified ACL number. Enumeration: 'all': 1, 'any': 2, 'acl': 3.
                 agentDiffServClassAclNum 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.4 unsigned32 read-only
The access list number used to define the match conditions for the DiffServ class. This attribute is only valid if the value of agentDiffServClassType is set to acl(3). Match conditions are copied from the ACL definition at the time the class is created and do not reflect subsequent changes to the ACL definition. This attribute requires that the agentDiffServClassAclType object also be set so that the ACL number can be interpreted relative to ip(1) or mac(2) ACLs. The objects may be set in either order. The FASTPATH-QOS-ACL-MIB defines an aclIndex for IP ACLs and an aclMacIndex for MAC ACLs. Setting this object to one of these values per the agentDiffServClassAclType causes the corresponding ACL rules to be used for creating the DiffServ class.
                 agentDiffServClassRuleIndexNextFree 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.5 unsigned32 read-only
This object contains an unused value for classRuleIndex, or a zero to indicate that none exists. This index is maintained on a per-class basis.
                 agentDiffServClassStorageType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.6 storagetype read-only
Storage-type for this conceptual row
                 agentDiffServClassRowStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.7 rowstatus read-only
The status of this conceptual row. All RowStatus operations are permitted. Other columns in this row may be modified when the status is 'active'. Entries can not be deleted until all rows in agentDiffServClassRuleTable with corresponding values of agentDiffServClassIndex have been deleted.
                 agentDiffServClassAclType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.8 integer read-only
The access list type used to define the match conditions for the DiffServ class. This attribute is only valid if the value of agentDiffServClassType is set to acl(3). When this attribute is set to ip(1), the agentDiffServClassAclNum object is interpreted as an IP ACL number per the aclIndex definition from the FASTPATH-QOS-ACL-MIB. When set to mac(2), the agentDiffServClassAclNum object is interpreted as a MAC ACL index per the aclMacIndex definition in the FASTPATH-QOS-ACL-MIB. When set to ipv6(3), the agentDiffServClassAclNum object is interpreted as a IPv6 ACL index per the aclIpv6Index definition in the FASTPATH-QOS-ACL-MIB. All these objects and agentDiffServClassAclNum must be set (in either order) for an agentDiffServClassType of acl(3). Enumeration: 'ip': 1, 'mac': 2, 'ipv6': 3.
                 agentDiffServClassProtoType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.2.1.9 integer read-only
The diffserv class protocol type used to indicate how to interpret any layer 3. This attribute is only valid if the value of agentDiffServClassProtoType is set to all(1) or any(2). Enumeration: 'ipv4': 1, 'ipv6': 2.
         agentDiffServClassRuleTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3 no-access
A table of the DiffServ Class Rule entries
             agentDiffServClassRuleEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1 no-access
Represents entry for a set of class-match rules
                 agentDiffServClassRuleIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.1 unsigned32 no-access
The identifier for DiffServ Class Rule Table entry within a class
                 agentDiffServClassRuleMatchEntryType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.2 integer read-only
Class Rule match entry type, it determines which one of the individual match conditions is defined for the present class rule. This object must be created before any other match object in this row. Enumeration: 'cos': 1, 'dstip': 2, 'protocol': 9, 'srcmac': 13, 'iptos': 8, 'dstPrefix': 21, 'srcl4port': 12, 'vlan': 14, 'dstmac': 4, 'vlanid2': 18, 'vlanid': 17, 'ipprecedence': 7, 'etype': 16, 'ipdscp': 6, 'every': 5, 'refclass': 10, 'srcPrefix': 20, 'srcip': 11, 'flowLabel': 19, 'dstl4port': 3, 'cos2': 15.
                 agentDiffServClassRuleMatchCos 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.3 unsigned32 read-only
Three-bit user priority field in the 802.1Q tag header of a tagged Ethernet frame used as a class-match parameter - only valid if the agentDiffServClassRuleMatchEntryType is set to cos(1). For frames containing a double VLAN tag, this field is located in the first/outer tag.
                 agentDiffServClassRuleMatchDstIpAddr 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.4 ipaddress read-only
Destination IP address match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstip(2).
                 agentDiffServClassRuleMatchDstIpMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.5 ipaddress read-only
Destination IP address mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstip(2). This mask value identifies the portion of agentDiffServClassRuleMatchDstIpAddr that is compared against a packet. A non-contiguous mask value is permitted.
                 agentDiffServClassRuleMatchDstL4PortStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.6 inetportnumber read-only
Destination layer 4 port range start match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstl4port(3).
                 agentDiffServClassRuleMatchDstL4PortEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.7 inetportnumber read-only
Destination layer 4 port range end match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstl4port(3).
                 agentDiffServClassRuleMatchDstMacAddr 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.8 macaddress read-only
Destination MAC address match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstmac(4).
                 agentDiffServClassRuleMatchDstMacMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.9 macaddress read-only
Destination MAC address mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstmac(4). This mask value identifies the portion of agentDiffServClassRuleMatchDstMacAddr that is compared against a packet. A non-contiguous mask value is permitted.
                 agentDiffServClassRuleMatchEvery 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.10 truthvalue read-only
Flag to indicate that the class rule is defined to match on every packet, regardless of content. - only valid if the agentDiffServClassRuleMatchEntryType is set to every(5).
                 agentDiffServClassRuleMatchIpDscp 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.11 unsigned32 read-only
IP DiffServ Code Point (DSCP) match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to ipdscp(6). The DSCP is defined as the high-order six bits of the Service Type octet in the IPv4 header.
                 agentDiffServClassRuleMatchIpPrecedence 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.12 unsigned32 read-only
IP Precedence match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to ipprecedence(7). The Precedence bits are defined as the high-order three bits of the Service Type octed in the IPv4 header.
                 agentDiffServClassRuleMatchIpTosBits 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.13 octet string read-only
IP TOS bits match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to iptos(8). The TOS bits are defined as all eight bits of the Service Type octet in the IPv4 header.
                 agentDiffServClassRuleMatchIpTosMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.14 octet string read-only
IP TOS bits mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to iptos(8). This mask value identifies the portion of agentDiffServClassRuleMatchIpTosBits that is compared against a packet. A non-contiguous mask value is permitted.
                 agentDiffServClassRuleMatchProtocolNum 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.15 unsigned32 read-only
Protocol number match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to protocol(9).
                 agentDiffServClassRuleMatchRefClassIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.16 unsigned32 read-only
Index of the corresponding referenced class - only valid if the agentDiffServClassRuleMatchEntryType is set to refclass(10). The set of match conditions defined for the reference class are directly inherited by the current class. Restrictions: 1) The class types of both, current class and the reference class must be identical (i.e., any vs. any, or all vs. all). 2) Self-referencing of class-name is not allowed. 3) Any attempt to delete the reference class while still referenced by any class shall fail. 4) The combined match criteria of classname and reference class name must be an allowed combination based on the class type. Any subsequent changes to the reference class name match criteria must maintain this validity, or the change attempt shall fail.
                 agentDiffServClassRuleMatchSrcIpAddr 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.17 ipaddress read-only
Source IP address match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcip(11).
                 agentDiffServClassRuleMatchSrcIpMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.18 ipaddress read-only
Source IP address mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcip(11). This mask value identifies the portion of agentDiffServClassRuleMatchSrcIpAddr that is compared against a packet. A non-contiguous mask value is permitted.
                 agentDiffServClassRuleMatchSrcL4PortStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.19 inetportnumber read-only
Source layer 4 port range start match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcl4port(12).
                 agentDiffServClassRuleMatchSrcL4PortEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.20 inetportnumber read-only
Source layer 4 port range end match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcl4port(12).
                 agentDiffServClassRuleMatchSrcMacAddr 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.21 macaddress read-only
Source MAC address match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcmac(13).
                 agentDiffServClassRuleMatchSrcMacMask 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.22 macaddress read-only
Source MAC address mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcmac(13). This mask value identifies the portion of agentDiffServClassRuleMatchSrcMacAddr that is compared against a packet. A non-contiguous mask value is permitted.
                 agentDiffServClassRuleMatchVlanId 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.23 unsigned32 read-only
VLAN ID match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlan(14). This object is obsoleted by agentDiffServClassRuleMatchVlanIdStart and agentDiffServClassRuleMatchVlanIdEnd.
                 agentDiffServClassRuleMatchExcludeFlag 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.24 truthvalue read-only
Class Rule exclude flag - when set to true(1), the match condition identified by agentDiffServClassRuleMatchEntryType is negated. This means that for a given field, every value is considered to be a match EXCEPT for the value specified in the class rule. This flag must be false(2) for an agendDiffServClassRuleMatchEntryType of refClass(10). This object must be set after the agentDiffServClassRuleMatchEntryType object, but before any other match object in this row
                 agentDiffServClassRuleStorageType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.25 storagetype read-only
Storage-type for this conceptual row
                 agentDiffServClassRuleRowStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.26 rowstatus read-only
The status of this conceptual row. All RowStatus operations are permitted. Other columns in this row may be modified when the status is 'active'.
                 agentDiffServClassRuleMatchCos2 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.27 unsigned32 read-only
Three-bit user priority field in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame used as a class-match parameter - only valid if the agentDiffServClassRuleMatchEntryType is set to cos2(15).
                 agentDiffServClassRuleMatchEtypeKey 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.28 integer read-only
Ethertype keyword match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to etype(16). A keyword of custom(1) requires that the agentDiffServClassRuleMatchEtypeValue object also be set. Enumeration: 'arp': 3, 'ibmsna': 4, 'mplsucast': 9, 'custom': 1, 'rarp': 13, 'appletalk': 2, 'ipv4': 5, 'ipv6': 6, 'novell': 11, 'mplsmcast': 8, 'ipx': 7, 'pppoe': 12, 'netbios': 10.
                 agentDiffServClassRuleMatchEtypeValue 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.29 etypevalue read-only
Ethertype match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to etype(16) and the agentDiffServClassRuleMatchEtypeKey is set to custom(1). The allowed value for this object is 0x0600 to 0xFFFF.
                 agentDiffServClassRuleMatchVlanIdStart 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.30 unsigned32 read-only
VLAN ID range start match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlanid(17). The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained in the first/outer tag of a double VLAN tagged frame.
                 agentDiffServClassRuleMatchVlanIdEnd 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.31 unsigned32 read-only
VLAN ID range end match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlanid(17). The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained in the first/outer tag of a double VLAN tagged frame.
                 agentDiffServClassRuleMatchVlanId2Start 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.32 unsigned32 read-only
Secondary VLAN ID range start match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlanid2(18). The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
                 agentDiffServClassRuleMatchVlanId2End 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.33 unsigned32 read-only
Secondary VLAN ID range end match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlanid2(18). The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame.
                 agentDiffServClassRuleMatchFlowLabel 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.34 unsigned32 read-only
Flow label is 20-bit number that is unique to an IPv6 packet, used by end stations to signify quality-of-service handling in routers.
                 agentDiffServClassRuleMatchDstIpv6Prefix 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.35 ipv6addressprefix read-write
The Ipv6 Prefix Address configured on the Service Port.
                 agentDiffServClassRuleMatchSrcIpv6Prefix 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.36 ipv6addressprefix read-write
The Ipv6 Prefix Address configured on the Service Port.
                 agentDiffServClassRuleMatchDstIpv6PrefixLength 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.37 integer32 read-only
The Prefix Length.
                 agentDiffServClassRuleMatchSrcIpv6PrefixLength 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.2.3.1.38 integer32 read-only
The Prefix Length.
     agentDiffServPolicyGroup 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3
         agentDiffServPolicyIndexNextFree 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.1 unsigned32 read-only
This object contains an unused value for agentDiffServPolicyIndex, or a zero to indicate that none exists.
         agentDiffServPolicyTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.2 no-access
A table of the DiffServ policy entries.
             agentDiffServPolicyEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.2.1 no-access
Represents entry for a DiffServ policy.
                 agentDiffServPolicyIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.2.1.1 unsigned32 no-access
The identifier for DiffServ Policy table entry.
                 agentDiffServPolicyName 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.2.1.2 displaystring read-only
Name of the policy
                 agentDiffServPolicyType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.2.1.3 intfdirection read-only
The policy type dictates whether inbound or outbound policy attribute statements are used in the policy definition.
                 agentDiffServPolicyInstIndexNextFree 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.2.1.4 unsigned32 read-only
This object contains an unused value for agentDiffServPolicyInstIndex, or a zero to indicate that none exists. This index is maintained on a per-policy basis.
                 agentDiffServPolicyStorageType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.2.1.5 storagetype read-only
Storage-type for this conceptual row
                 agentDiffServPolicyRowStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.2.1.6 rowstatus read-only
The status of this conceptual row. active(1) - this Diffserv Policy is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance All RowStatus operations are permitted. Other columns in this row may be modified when the status is 'active'. Entries can not be deleted until all rows in agentDiffServPolicyInstTable with corresponding values of agentDiffServPolicyIndex have been deleted.
         agentDiffServPolicyInstTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.3 no-access
A table of the policy-class instance entries.
             agentDiffServPolicyInstEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.3.1 no-access
Represents entry for a policy-class instance.
                 agentDiffServPolicyInstIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.3.1.1 unsigned32 no-access
The identifier for policy-class Instance table entry within a policy.
                 agentDiffServPolicyInstClassIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.3.1.2 unsigned32 read-only
Index of the DiffServ Class Table row, whose class definition is used as the policy class instance. The class index identifies the classifier definition used by the policy to establish an instance of that class (to which policy attributes can be attached). This is what connects a class (instance) to a policy.
                 agentDiffServPolicyInstAttrIndexNextFree 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.3.1.3 unsigned32 read-only
This object contains an unused value for agentDiffServPolicyAttrIndex, or a zero to indicate that none exists. This index is maintained on a per-policy-class-instance basis.
                 agentDiffServPolicyInstStorageType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.3.1.4 storagetype read-only
Storage-type for this conceptual row.
                 agentDiffServPolicyInstRowStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.3.1.5 rowstatus read-only
The status of this conceptual row. active(1) - this Diffserv Policy Instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance All RowStatus operations are permitted. Other columns in this row may be modified when the status is 'active'. Entries can not be deleted until all rows in agentDiffServPolicyAttrTable with corresponding values of agentDiffServPolicyIndex and agentDiffServPolicyInstIndex have been deleted.
         agentDiffServPolicyAttrTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4 no-access
A table of policy attribute entries
             agentDiffServPolicyAttrEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1 no-access
Represents entry for policy attributes
                 agentDiffServPolicyAttrIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.1 unsigned32 no-access
The identifier for policy-attribute entry
                 agentDiffServPolicyAttrStmtEntryType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.2 integer read-only
Policy attribute statement entry type -- this entry type is essential to determine which of the individual object(s) is defined for this policy attribute statement. This object must be created before any other policy attribute statement object in the row. The markIpDscpVal(4), markIpPrecedenceVal(5), policeSimple(6), policeSinglerate(7) and policeTworate(8) values are only allowed for an agentDiffServPolicyType of in(1). The remaining values are only allowed for an agentDiffServPolicyType of out(2). Enumeration: 'randomdrop': 9, 'redirect': 15, 'markIpDscpVal': 4, 'markCosAsSecCos': 17, 'policeSinglerate': 7, 'markCosVal': 3, 'drop': 13, 'markCos2Val': 14, 'bandwidth': 1, 'shapePeak': 11, 'markIpPrecedenceVal': 5, 'mirror': 16, 'policeSimple': 6, 'shapeAverage': 10, 'assignQueue': 12, 'expedite': 2, 'policeTworate': 8.
                 agentDiffServPolicyAttrStmtBandwidthCrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.3 unsigned32 read-only
Bandwidth committed rate attribute statement value -- identifies the minimum amount of bandwidth to be reserved for the specified class instance within the policy. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to bandwidth(1).
                 agentDiffServPolicyAttrStmtBandwidthCrateUnits 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.4 integer read-only
Bandwidth committed rate units attribute statement value -- this value determines the interpretation of the agentDiffServPolicyAttrStmtBandwidthCrate object as either kilobits-per-second or as a percentage of interface link speed. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to bandwidth(1). Enumeration: 'percentage': 2, 'kbps': 1.
                 agentDiffServPolicyAttrStmtExpediteCrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.5 unsigned32 read-only
Expedited (bandwidth) committed rate attribute statement value -- it identifies the maximum guaranteed amount of bandwidth to be reserved for the specified class instance within the policy. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to expedite(2).
                 agentDiffServPolicyAttrStmtExpediteCrateUnits 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.6 integer read-only
Expedited (bandwidth) committed rate units attribute statement value -- determines the interpretation of the agentDiffServPolicyAttrStmtExpediteCrate object as either kilobits-per-second or as a percentage of interface link speed. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to expedite(2). Enumeration: 'percentage': 2, 'kbps': 1.
                 agentDiffServPolicyAttrStmtExpediteCburst 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.7 qosburstsize read-only
Expedited (bandwidth) committed burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to expedite(2).
                 agentDiffServPolicyAttrStmtMarkCosVal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.8 unsigned32 read-only
Three-bit user priority field value in the 802.1Q tag header of a tagged Ethernet frame, marked as part of the inbound policy for a class instance. For frames containing a double VLAN tag, this field is located in the first/outer tag. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to markCosVal(3).
                 agentDiffServPolicyAttrStmtMarkIpDscpVal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.9 unsigned32 read-only
Specified IP DSCP value to mark in all inbound packets belonging to the class-instance. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to markIpDscpVal(4).
                 agentDiffServPolicyAttrStmtMarkIpPrecedenceVal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.10 unsigned32 read-only
Specified IP Precedence value to mark in all inbound packets belonging to the class-instance. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to markIpPrecedenceVal(5).
                 agentDiffServPolicyAttrStmtPoliceConformAct 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.11 integer read-only
Policing conform action attribute statement value -- determines the action taken on conforming traffic for the policing style (simple,singlerate,tworate) currently configured for the specified class instance within the policy. The default conform action is send(3). This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8). Enumeration: 'markcos2': 6, 'markcosAsSecCos': 7, 'drop': 1, 'send': 4, 'markcos': 5, 'markprec': 3, 'markdscp': 2.
                 agentDiffServPolicyAttrStmtPoliceConformVal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.12 unsigned32 read-only
Policing conform value attribute statement -- used to mark conforming packets when the conform action is one of the following: markdscp(2) - mark IP DSCP field markprec(3) - mark IP Precedence field markcos(5) - mark 802.1p CoS field (first/only tag) markcos2(6) - mark secondary 802.1p CoS field (inner tag) markcosAsSecCos(7) - mark CoS as Secondary CoS value This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8).
                 agentDiffServPolicyAttrStmtPoliceExceedAct 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.13 integer read-only
Policing exceed action attribute statement value -- determines the action taken on excess traffic for the policing style (singlerate, tworate) currently configured for the specified class instance within the policy. The default exceed action is drop(1). This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is policeSinglerate(7) or policeTworate(8). Enumeration: 'markcos2': 6, 'markcosAsSecCos': 7, 'drop': 1, 'send': 4, 'markcos': 5, 'markprec': 3, 'markdscp': 2.
                 agentDiffServPolicyAttrStmtPoliceExceedVal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.14 unsigned32 read-only
Policing exceed value attribute statement -- used to mark excess packets when the exceed action is one of the following: markdscp(2) - mark IP DSCP field markprec(3) - mark IP Precedence field markcos(5) - mark 802.1p CoS field (first/only tag) markcos2(6) - mark secondary 802.1p CoS field (inner tag) markcosAsSecCos(7) - mark CoS as Secondary CoS value This is only valid if the value of agentDiffServPolicyAttrStmtEntryType is policeSinglerate(7) or policeTworate(8).
                 agentDiffServPolicyAttrStmtPoliceNonconformAct 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.15 integer read-only
Policing non-conform action attribute statement value -- determines the action taken on nonconforming traffic for the policing style (simple, singlerate,tworate) currently configured for the specified class instance within the policy. The default non-conform action is drop(1). This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8). Enumeration: 'markcos2': 6, 'markcosAsSecCos': 7, 'drop': 1, 'send': 4, 'markcos': 5, 'markprec': 3, 'markdscp': 2.
                 agentDiffServPolicyAttrStmtPoliceNonconformVal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.16 unsigned32 read-only
Policing non-conform value attribute statement -- used to mark nonconforming packets when the nonconform action is one of the following: markdscp(2) - mark IP DSCP field markprec(3) - mark IP Precedence field markcos(5) - mark 802.1p CoS field (first/only tag) markcos2(6) - mark secondary 802.1p CoS field (inner tag) markcosAsSecCos(7) - mark CoS as Secondary CoS value This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8).
                 agentDiffServPolicyAttrStmtPoliceSimpleCrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.17 unsigned32 read-only
Simple policing committed rate attribute statement value, specified in kbps. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSimple(6).
                 agentDiffServPolicyAttrStmtPoliceSimpleCburst 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.18 qosburstsize read-only
Simple policing committed burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSimple(6).
                 agentDiffServPolicyAttrStmtPoliceSinglerateCrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.19 unsigned32 read-only
Single-rate policing committed rate attribute statement value, specified in kbps. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7).
                 agentDiffServPolicyAttrStmtPoliceSinglerateCburst 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.20 qosburstsize read-only
Single-rate policing committed burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7).
                 agentDiffServPolicyAttrStmtPoliceSinglerateEburst 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.21 qosburstsize read-only
Single-rate policing excess burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7).
                 agentDiffServPolicyAttrStmtPoliceTworateCrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.22 unsigned32 read-only
Two-rate policing committed rate attribute statement value, specified in kbps. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeTworate(8).
                 agentDiffServPolicyAttrStmtPoliceTworateCburst 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.23 qosburstsize read-only
Two-rate policing committed burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeTworate(8).
                 agentDiffServPolicyAttrStmtPoliceTworatePrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.24 unsigned32 read-only
Two-rate policing peak rate attribute statement value, specified in kbps. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeTworate(8).
                 agentDiffServPolicyAttrStmtPoliceTworatePburst 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.25 qosburstsize read-only
Two-rate policing peak burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeTworate(8).
                 agentDiffServPolicyAttrStmtRandomdropMinThresh 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.26 unsigned32 read-only
Random drop minimum threshold attribute statement value -- the average queue depth minimum threshold in bytes used by the WRED algorithm. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to randomdrop(9).
                 agentDiffServPolicyAttrStmtRandomdropMaxThresh 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.27 unsigned32 read-only
Random drop maximum threshold attribute statement value -- the average queue depth maximum threshold in bytes used by the WRED algorithm. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to randomdrop(9).
                 agentDiffServPolicyAttrStmtRandomdropMaxDropProb 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.28 unsigned32 read-only
Random drop maximum drop probability attribute statement value -- the packet drop probability when the queue depth average reaches its maximum threshold. It is expressed as a percentage, and is an integer from 0 to 100. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to randomdrop(9).
                 agentDiffServPolicyAttrStmtRandomdropSamplingRate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.29 unsigned32 read-only
Random drop sampling rate attribute statement value -- the period at which the queue depth is sampled for computing an average, expressed in microseconds. This value is an integer from 0 to 1000000, with a default value of 0 (meaning per packet sampling). This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to randomdrop(9).
                 agentDiffServPolicyAttrStmtRandomdropDecayExponent 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.30 unsigned32 read-only
Random drop decay exponent attribute statement value -- determines how quickly the average queue length calculation decays over time, with a higher number causing a slower decay. This value is an integer from 0 to 16, with a default of 9. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to randomdrop(9).
                 agentDiffServPolicyAttrStmtShapeAverageCrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.31 unsigned32 read-only
Average-rate shaping committed rate attribute statement value, specified in kbps -- used to establish average rate traffic shaping for the specified class , which limits transmissions for the class to the committed information rate, with any excess traffic delayed via queueing. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to shapeAverage(10).
                 agentDiffServPolicyAttrStmtShapePeakCrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.32 unsigned32 read-only
Peak-rate shaping committed rate attribute statement value, specified in kbps -- used to establish peak rate traffic shaping for the specified class , which allows transmissions for the class to exceed the committed information rate by sending excess traffic with the understanding that it could be dropped by a downstream network element. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to shapePeak(11).
                 agentDiffServPolicyAttrStmtShapePeakPrate 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.33 unsigned32 read-only
Peak-rate shaping peak rate attribute statement value, specified in kbps -- used to establish peak rate traffic shaping for the specified class, which allows transmissions for the class to exceed the committed information rate by sending excess traffic with the understanding that it could be dropped by a downstream network element. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to shapePeak(11).
                 agentDiffServPolicyAttrStorageType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.34 storagetype read-only
Storage-type for this conceptual row.
                 agentDiffServPolicyAttrRowStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.35 rowstatus read-only
The status of this conceptual row. active(1) - this Diffserv Policy Attribute is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance All RowStatus operations are permitted. Other columns in this row may be modified when the status is 'active'.
                 agentDiffServPolicyAttrStmtAssignQueueId 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.36 unsigned32 read-only
Queue identifier to which all inbound packets belonging to this class-instance are directed. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to assignQueue(12).
                 agentDiffServPolicyAttrStmtDrop 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.37 truthvalue read-only
Flag to indicate that all inbound packets belonging to this class-instance are dropped at ingress. This attribute is only valid if the agentDiffServPolicyAttrStmtEntryType is set to drop(13).
                 agentDiffServPolicyAttrStmtMarkCos2Val 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.38 unsigned32 read-only
Three-bit user priority field value in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame, marked as part of the inbound policy for a class instance. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to markCos2Val(14).
                 agentDiffServPolicyAttrStmtPoliceColorConformIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.39 unsigned32 read-only
Index of the DiffServ Class Table row whose class definition is used to specify the policing color conform mode and value. This identifies incoming traffic categorized as 'green' packets in the network. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8). The DiffServ class referred to by this object must comply with the following restrictions: 1) Contains only a single, non-excluded match condition identifying one of the following fields: COS, IP DSCP, IP Precedence, or Secondary COS, in accordance with platform support capabilities. This is represented by an agentDiffServClassRuleMatchEntryType value of cos(1), ipdscp(6), ipprecedence(7), or cos2(15), respectively. 2) Must not conflict with any (non-excluded) match conditions in the classifier used for this policy-class instance, as indicated by the agentDiffServPolicyInstClassIndex object. 3) The color conform mode and value identified by this class index must not be the same as an existing color-aware exceed mode and value defined by the agentDiffServPolicyAttrStmtPoliceColorExceedIndex object. A class index value of 0 for this object indicates conform color awareness is not being used (e.g. color-blind mode). Setting this object to 0 causes the agentDiffServPolicyAttrStmtPoliceColorExceedIndex object to be set to 0 as well.
                 agentDiffServPolicyAttrStmtPoliceColorConformMode 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.40 integer read-only
Policing color conform mode -- indicates the color awareness mode of conforming traffic for the policing style (simple, singlerate, or tworate) currently configured for the specified class instance within the policy. The default value is blind(1). Any value other than blind(1) denotes the packet field to check for the existing conform color marking, which is compared to the agentDiffServPolicyAttrStmtPoliceColorConformVal object value. Packets matching this specification are considered to be colored 'green'. This read-only object reflects the DiffServ class definition as indicated by agentDiffServPolicyAttrStmtPoliceColorConformIndex. This attribute is only valid for agentDiffServPolicyAttrStmtEntryType values of policeSimple(6), policeSinglerate(7), or policeTworate(8). Enumeration: 'blind': 1, 'cos': 2, 'ipdscp': 4, 'cos2': 3, 'ipprec': 5.
                 agentDiffServPolicyAttrStmtPoliceColorConformVal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.41 unsigned32 read-only
Policing color conform value -- indicates the color awareness packet mark value of conforming traffic for the policing style (simple, singlerate, or tworate) currently configured for the specified class instance within the policy. For the color conform field indicated by agentDiffServPolicyAttrStmtPoliceColorConformMode, packets containing this value are considered to be colored 'green'. This read-only object reflects the DiffServ class definition as indicated by agentDiffServPolicyAttrStmtPoliceColorConformIndex. This attribute is only valid for agentDiffServPolicyAttrStmtEntryType values of policeSimple(6), policeSinglerate(7), or policeTworate(8), and agentDiffServPolicyAttrStmtPoliceColorConformMode values of cos(2), cos2(3), ipdscp(4), or ipprec(5).
                 agentDiffServPolicyAttrStmtPoliceColorExceedIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.42 unsigned32 read-only
Index of the DiffServ Class Table row whose class definition is used to specify the policing color exceed mode and value. This identifies incoming traffic categorized as 'yellow' packets in the network. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is policeSinglerate(7) or policeTworate(8). The DiffServ class referred to by this object must comply with the following restrictions: 1) Contains only a single, non-excluded match condition identifying one of the following fields: COS, IP DSCP, IP Precedence, or Secondary COS, in accordance with platform support capabilities. This is represented by an agentDiffServClassRuleMatchEntryType value of cos(1), ipdscp(6), ipprecedence(7), or cos2(15), respectively. 2) Must not conflict with any (non-excluded) match conditions in the classifier used for this policy-class instance, as indicated by the agentDiffServPolicyInstClassIndex object. 3) The color exceed mode and value identified by this class index must not be the same as an existing color-aware exceed mode and value defined by the agentDiffServPolicyAttrStmtPoliceColorConformIndex object. A class index value of 0 for this object indicates exceed color awareness is not being used. When the agentDiffServPolicyAttrStmtPoliceColorConformIndex object is 0, indicating color-blind operation, this object must also be 0. When a non-0 value is used for the agentDiffServPolicyAttrStmtPoliceColorConformIndex object, this object may remain set to 0 if exceed color awareness is not desired, or may be set to an appropriate class index value to activate exceed color aware mode.
                 agentDiffServPolicyAttrStmtPoliceColorExceedMode 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.43 integer read-only
Policing color exceed mode -- indicates the color awareness mode of exceeding traffic for the policing style (singlerate or tworate) currently configured for the specified class instance within the policy. The default value is blind(1). Any value other than blind(1) or unused(6) denotes the packet field to check for the existing exceed color marking, which is compared to the agentDiffServPolicyAttrStmtPoliceColorExceedVal object value. Packets matching this specification are considered to be colored 'yellow'. Use of exceed color awareness is optional, and this field is set to unused(6) when color conform aware policing is used but the color exceed value is not used. When agentDiffServPolicyAttrStmtPoliceColorConformMode value is blind(1), this object is blind(1) as well. This read-only object reflects the DiffServ class definition as indicated by agentDiffServPolicyAttrStmtPoliceColorExceedIndex. This attribute is only valid for agentDiffServPolicyAttrStmtEntryType values of policeSinglerate(7) or policeTworate(8). Enumeration: 'blind': 1, 'cos': 2, 'unused': 6, 'ipdscp': 4, 'cos2': 3, 'ipprec': 5.
                 agentDiffServPolicyAttrStmtPoliceColorExceedVal 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.44 unsigned32 read-only
Policing color exceed value -- indicates the color awareness packet mark value of exceeding traffic for the policing style (singlerate or tworate) currently configured for the specified class instance within the policy. For the color exceed field indicated by agentDiffServPolicyAttrStmtPoliceColorExceedMode, packets containing this value are considered to be colored 'yellow'. This read-only object reflects the DiffServ class definition as indicated by agentDiffServPolicyAttrStmtPoliceColorExceedIndex. This attribute is only valid for agentDiffServPolicyAttrStmtEntryType values of policeSinglerate(7) or policeTworate(8), and agentDiffServPolicyAttrStmtPoliceColorExceedMode values of cos(2), cos2(3), ipdscp(4), or ipprec(5).
                 agentDiffServPolicyAttrStmtRedirectIntf 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.45 interfaceindex read-only
External interface number to which all inbound packets belonging to this class-instance are redirected. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to redirect(15).
                 agentDiffServPolicyAttrStmtMirrorIntf 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.46 interfaceindex read-only
External interface number to which all inbound packets belonging to this class-instance are mirrored. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to mirror(16).
                 agentDiffServPolicyAttrStmtMarkCosAsSecCos 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.4.1.47 truthvalue read-only
Flag to indicate that all inbound packets belonging to this class-instance are marked with secondary cos at ingress. This attribute is only valid if the agentDiffServPolicyAttrStmtEntryType is set to markCosAsSecCos(17).
         agentDiffServPolicyPerfInTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5 no-access
A table of inbound policy-class performance entries
             agentDiffServPolicyPerfInEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1 no-access
Represents entry for the performance attributes of the associated inbound policy-class instance
                 agentDiffServPolicyPerfInOfferedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.1 counter32 read-only
Offered octets count for the inbound policy-class instance performance entry.
                 agentDiffServPolicyPerfInOfferedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.2 counter32 read-only
Offered packets count for the inbound policy-class instance performance entry.
                 agentDiffServPolicyPerfInDiscardedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.3 counter32 read-only
Discarded octets count for the inbound policy-class instance performance entry.
                 agentDiffServPolicyPerfInDiscardedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.4 counter32 read-only
Discarded packets count for the inbound policy-class instance performance entry.
                 agentDiffServPolicyPerfInHCOfferedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.5 counter64 read-only
Offered octets high capacity count for the inbound policy-class instance performance entry.
                 agentDiffServPolicyPerfInHCOfferedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.6 counter64 read-only
Offered packets high capacity count for the inbound policy-class instance performance entry.
                 agentDiffServPolicyPerfInHCDiscardedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.7 counter64 read-only
Discarded octets high capacity count for the inbound policy-class instance performance entry.
                 agentDiffServPolicyPerfInHCDiscardedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.8 counter64 read-only
Discarded packets high capacity count for the inbound policy-class instance performance entry.
                 agentDiffServPolicyPerfInStorageType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.9 storagetype read-only
Storage-type for this conceptual row.
                 agentDiffServPolicyPerfInRowStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.5.1.10 rowstatus read-only
The status of this conceptual row.
         agentDiffServPolicyPerfOutTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6 no-access
A table of outbound policy-class performance entries
             agentDiffServPolicyPerfOutEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1 no-access
Represents entry for the performance attributes of the associated outbound policy-class instance
                 agentDiffServPolicyPerfOutTailDroppedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.1 counter32 read-only
Tail-dropped octets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutTailDroppedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.2 counter32 read-only
Tail-dropped packets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutRandomDroppedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.3 counter32 read-only
Random-dropped octets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutRandomDroppedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.4 counter32 read-only
Random-dropped packets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutShapeDelayedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.5 counter32 read-only
Shape-delayed octets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutShapeDelayedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.6 counter32 read-only
Shape-delayed packets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutSentOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.7 counter32 read-only
Sent octets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutSentPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.8 counter32 read-only
Sent packets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCTailDroppedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.9 counter64 read-only
Tail-dropped octets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCTailDroppedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.10 counter64 read-only
Tail-dropped packets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCRandomDroppedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.11 counter64 read-only
Random-dropped octets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCRandomDroppedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.12 counter64 read-only
Random-dropped packets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCShapeDelayedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.13 counter64 read-only
Shape-delayed octets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCShapeDelayedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.14 counter64 read-only
Shape-delayed packets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCSentOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.15 counter64 read-only
Sent octets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCSentPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.16 counter64 read-only
Sent packets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutStorageType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.17 storagetype read-only
Storage-type for this conceptual row.
                 agentDiffServPolicyPerfOutRowStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.18 rowstatus read-only
The status of this conceptual row.
                 agentDiffServPolicyPerfOutOfferedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.19 counter32 read-only
Offered octets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutOfferedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.20 counter32 read-only
Offered packets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutDiscardedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.21 counter32 read-only
Discarded octets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutDiscardedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.22 counter32 read-only
Discarded packets count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCOfferedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.23 counter64 read-only
Offered octets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCOfferedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.24 counter64 read-only
Offered packets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCDiscardedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.25 counter64 read-only
Discarded octets high capacity count for the outbound policy-class instance performance entry.
                 agentDiffServPolicyPerfOutHCDiscardedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.3.6.1.26 counter64 read-only
Discarded packets high capacity count for the outbound policy-class instance performance entry.
     agentDiffServServiceGroup 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4
         agentDiffServServiceTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.1 no-access
A table of the service entries.
             agentDiffServServiceEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.1.1 no-access
Represents entry for policy assigned to an interface in a particular direction.
                 agentDiffServServiceIfIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.1.1.1 interfaceindex no-access
External interface number of the interface to which policy is assigned.
                 agentDiffServServiceIfDirection 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.1.1.2 intfdirection no-access
Interface direction to which the policy is assigned.
                 agentDiffServServicePolicyIndex 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.1.1.3 unsigned32 read-only
Index of the Policy Table row whose policy definition is attached to the interface in the specified direction.
                 agentDiffServServiceIfOperStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.1.1.4 integer read-only
The current operational state of the DiffServ service interface. If agentDiffServGenStatusAdminMode is disable(2) then agentDiffServServiceIfOperStatus should be down(2). If agentDiffServServiceGenStatusAdminMode is changed to enable(1) then agentDiffServServiceIfOperStatus should change to up(1) if the service interface is ready to send and receive DiffServ traffic; it should remain in the down(2) state if the underlying interface hardware is not in a link up condition, if the policy definition represented by agentDiffServServicePolicyIndex is incompatible with the interface (e.g., requires more bandwidth than the current capacity of the interface), or if the policy definition is considered to be incomplete (e.g., one or more composite rows is not in the active(1) state). Enumeration: 'down': 2, 'up': 1.
                 agentDiffServServiceStorageType 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.1.1.5 storagetype read-only
Storage-type for this conceptual row
                 agentDiffServServiceRowStatus 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.1.1.6 rowstatus read-only
The status of this conceptual row. active(1) - Diffserv is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance All RowStatus operations are permitted. Other columns in this row may be modified when the status is 'active'.
         agentDiffServServicePerfTable 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2 no-access
A table of service performance entries.
             agentDiffServServicePerfEntry 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1 no-access
Represents a service performance entry.
                 agentDiffServServicePerfOfferedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.1 counter32 read-only
Offered octets count for the specified service interface and direction
                 agentDiffServServicePerfOfferedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.2 counter32 read-only
Offered packets count for specified service interface and direction
                 agentDiffServServicePerfDiscardedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.3 counter32 read-only
Discarded octets count for the specified service interface and direction
                 agentDiffServServicePerfDiscardedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.4 counter32 read-only
Discarded packets count for the specified service interface and direction
                 agentDiffServServicePerfSentOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.5 counter32 read-only
Sent octets count for the specified service interface and direction
                 agentDiffServServicePerfSentPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.6 counter32 read-only
Sent packets count for the specified service interface and direction
                 agentDiffServServicePerfHCOfferedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.7 counter64 read-only
Offered octets high capacity count for the specified service interface and direction
                 agentDiffServServicePerfHCOfferedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.8 counter64 read-only
Offered packets high capacity count for the specified service interface and direction
                 agentDiffServServicePerfHCDiscardedOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.9 counter64 read-only
Discarded octets high capacity count for the specified service interface and direction
                 agentDiffServServicePerfHCDiscardedPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.10 counter64 read-only
Discarded packets high capacity count for the specified service interface and direction
                 agentDiffServServicePerfHCSentOctets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.11 counter64 read-only
Sent octets high capacity count for the specified service interface and direction
                 agentDiffServServicePerfHCSentPackets 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.3.7.4.2.1.12 counter64 read-only
Sent packets high capacity count for the specified service interface and direction