HM2-PLATFORM-QOS-DIFFSERV-PRIVATE-MIB: View SNMP OID List / Download MIB
VENDOR: RICHARD HIRSCHMANN
Home | MIB: HM2-PLATFORM-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).
|
|||
Object Name | OID | Type | Access | Info |
hm2PlatformQOSDiffServPrivate | 1.3.6.1.4.1.248.12.7 |
The Hirschmann Private Platform2 MIB for QoS DiffServ. Copyright (C) 2011. All Rights Reserved. |
||
hm2AgentDiffServGenStatusGroup | 1.3.6.1.4.1.248.12.7.1 | |||
hm2AgentDiffServGenStatusAdminMode | 1.3.6.1.4.1.248.12.7.1.1 | hmenabledstatus | read-write |
DiffServ Admin Mode |
hm2AgentDiffServGenStatusClassTableSize | 1.3.6.1.4.1.248.12.7.1.2 | unsigned32 | read-only |
Current size of the Class Table |
hm2AgentDiffServGenStatusClassTableMax | 1.3.6.1.4.1.248.12.7.1.3 | unsigned32 | read-only |
Max size of the Class Table |
hm2AgentDiffServGenStatusClassRuleTableSize | 1.3.6.1.4.1.248.12.7.1.4 | unsigned32 | read-only |
Current size of Class Rule Table |
hm2AgentDiffServGenStatusClassRuleTableMax | 1.3.6.1.4.1.248.12.7.1.5 | unsigned32 | read-only |
Max size of the Class Rule Table. |
hm2AgentDiffServGenStatusPolicyTableSize | 1.3.6.1.4.1.248.12.7.1.6 | unsigned32 | read-only |
Current Size of the Policy Table. |
hm2AgentDiffServGenStatusPolicyTableMax | 1.3.6.1.4.1.248.12.7.1.7 | unsigned32 | read-only |
Max size of the Policy Table |
hm2AgentDiffServGenStatusPolicyInstTableSize | 1.3.6.1.4.1.248.12.7.1.8 | unsigned32 | read-only |
Current size of the Policy-Class Instance Table |
hm2AgentDiffServGenStatusPolicyInstTableMax | 1.3.6.1.4.1.248.12.7.1.9 | unsigned32 | read-only |
Max size of the Policy-Class Instance Table |
hm2AgentDiffServGenStatusPolicyAttrTableSize | 1.3.6.1.4.1.248.12.7.1.10 | unsigned32 | read-only |
Current size of the Policy Attribute Table |
hm2AgentDiffServGenStatusPolicyAttrTableMax | 1.3.6.1.4.1.248.12.7.1.11 | unsigned32 | read-only |
Max size of the Policy Attribute Table |
hm2AgentDiffServGenStatusServiceTableSize | 1.3.6.1.4.1.248.12.7.1.12 | unsigned32 | read-only |
Current size of the Service Table |
hm2AgentDiffServGenStatusServiceTableMax | 1.3.6.1.4.1.248.12.7.1.13 | unsigned32 | read-only |
Max size of the Service Table |
hm2AgentDiffServClassGroup | 1.3.6.1.4.1.248.12.7.2 | |||
hm2AgentDiffServClassIndexNextFree | 1.3.6.1.4.1.248.12.7.2.1 | unsigned32 | read-only |
This object contains an unused value for classIndex, or a zero to indicate that none exists. |
hm2AgentDiffServClassTable | 1.3.6.1.4.1.248.12.7.2.2 | no-access |
A table of the DiffServ class entries |
|
1.3.6.1.4.1.248.12.7.2.2.1 | no-access |
Represents entry for a DiffServ traffic class |
||
hm2AgentDiffServClassIndex | 1.3.6.1.4.1.248.12.7.2.2.1.1 | unsigned32 | no-access |
The identifier for DiffServ Class entry |
hm2AgentDiffServClassName | 1.3.6.1.4.1.248.12.7.2.2.1.2 | displaystring | read-only |
Name of the DiffServ traffic class |
hm2AgentDiffServClassType | 1.3.6.1.4.1.248.12.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. |
hm2AgentDiffServClassRuleIndexNextFree | 1.3.6.1.4.1.248.12.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. |
hm2AgentDiffServClassStorageType | 1.3.6.1.4.1.248.12.7.2.2.1.6 | storagetype | read-only |
Storage-type for this conceptual row |
hm2AgentDiffServClassRowStatus | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServClassRuleTable with corresponding values of hm2AgentDiffServClassIndex have been deleted. |
hm2AgentDiffServClassProtoType | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServClassProtoType is set to all(1) or any(2). Enumeration: 'ipv4': 1, 'ipv6': 2. |
hm2AgentDiffServClassRuleTable | 1.3.6.1.4.1.248.12.7.2.3 | no-access |
A table of the DiffServ Class Rule entries |
|
1.3.6.1.4.1.248.12.7.2.3.1 | no-access |
Represents entry for a set of class-match rules |
||
hm2AgentDiffServClassRuleIndex | 1.3.6.1.4.1.248.12.7.2.3.1.1 | unsigned32 | no-access |
The identifier for DiffServ Class Rule Table entry within a class |
hm2AgentDiffServClassRuleMatchEntryType | 1.3.6.1.4.1.248.12.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. |
hm2AgentDiffServClassRuleMatchCos | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServClassRuleMatchEntryType is set to cos(1). For frames containing a double VLAN tag, this field is located in the first/outer tag. |
hm2AgentDiffServClassRuleMatchDstIpAddr | 1.3.6.1.4.1.248.12.7.2.3.1.4 | ipaddress | read-only |
Destination IP address match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to dstip(2). |
hm2AgentDiffServClassRuleMatchDstIpMask | 1.3.6.1.4.1.248.12.7.2.3.1.5 | ipaddress | read-only |
Destination IP address mask match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to dstip(2). This mask value identifies the portion of hm2AgentDiffServClassRuleMatchDstIpAddr that is compared against a packet. A non-contiguous mask value is permitted. |
hm2AgentDiffServClassRuleMatchDstL4PortStart | 1.3.6.1.4.1.248.12.7.2.3.1.6 | inetportnumber | read-only |
Destination layer 4 port range start match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to dstl4port(3). |
hm2AgentDiffServClassRuleMatchDstL4PortEnd | 1.3.6.1.4.1.248.12.7.2.3.1.7 | inetportnumber | read-only |
Destination layer 4 port range end match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to dstl4port(3). |
hm2AgentDiffServClassRuleMatchDstMacAddr | 1.3.6.1.4.1.248.12.7.2.3.1.8 | macaddress | read-only |
Destination MAC address match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to dstmac(4). |
hm2AgentDiffServClassRuleMatchDstMacMask | 1.3.6.1.4.1.248.12.7.2.3.1.9 | macaddress | read-only |
Destination MAC address mask match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to dstmac(4). This mask value identifies the portion of hm2AgentDiffServClassRuleMatchDstMacAddr that is compared against a packet. A non-contiguous mask value is permitted. |
hm2AgentDiffServClassRuleMatchEvery | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServClassRuleMatchEntryType is set to every(5). |
hm2AgentDiffServClassRuleMatchIpDscp | 1.3.6.1.4.1.248.12.7.2.3.1.11 | unsigned32 | read-only |
IP DiffServ Code Point (DSCP) match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to ipdscp(6). The DSCP is defined as the high-order six bits of the Service Type octet in the IPv4 header. |
hm2AgentDiffServClassRuleMatchIpPrecedence | 1.3.6.1.4.1.248.12.7.2.3.1.12 | unsigned32 | read-only |
IP Precedence match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType 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. |
hm2AgentDiffServClassRuleMatchIpTosBits | 1.3.6.1.4.1.248.12.7.2.3.1.13 | octet string | read-only |
IP TOS bits match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to iptos(8). The TOS bits are defined as all eight bits of the Service Type octet in the IPv4 header. |
hm2AgentDiffServClassRuleMatchIpTosMask | 1.3.6.1.4.1.248.12.7.2.3.1.14 | octet string | read-only |
IP TOS bits mask match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to iptos(8). This mask value identifies the portion of hm2AgentDiffServClassRuleMatchIpTosBits that is compared against a packet. A non-contiguous mask value is permitted. |
hm2AgentDiffServClassRuleMatchProtocolNum | 1.3.6.1.4.1.248.12.7.2.3.1.15 | unsigned32 | read-only |
Protocol number match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to protocol(9). |
hm2AgentDiffServClassRuleMatchRefClassIndex | 1.3.6.1.4.1.248.12.7.2.3.1.16 | unsigned32 | read-only |
Index of the corresponding referenced class - only valid if the hm2AgentDiffServClassRuleMatchEntryType 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. |
hm2AgentDiffServClassRuleMatchSrcIpAddr | 1.3.6.1.4.1.248.12.7.2.3.1.17 | ipaddress | read-only |
Source IP address match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to srcip(11). |
hm2AgentDiffServClassRuleMatchSrcIpMask | 1.3.6.1.4.1.248.12.7.2.3.1.18 | ipaddress | read-only |
Source IP address mask match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to srcip(11). This mask value identifies the portion of hm2AgentDiffServClassRuleMatchSrcIpAddr that is compared against a packet. A non-contiguous mask value is permitted. |
hm2AgentDiffServClassRuleMatchSrcL4PortStart | 1.3.6.1.4.1.248.12.7.2.3.1.19 | inetportnumber | read-only |
Source layer 4 port range start match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to srcl4port(12). |
hm2AgentDiffServClassRuleMatchSrcL4PortEnd | 1.3.6.1.4.1.248.12.7.2.3.1.20 | inetportnumber | read-only |
Source layer 4 port range end match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to srcl4port(12). |
hm2AgentDiffServClassRuleMatchSrcMacAddr | 1.3.6.1.4.1.248.12.7.2.3.1.21 | macaddress | read-only |
Source MAC address match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to srcmac(13). |
hm2AgentDiffServClassRuleMatchSrcMacMask | 1.3.6.1.4.1.248.12.7.2.3.1.22 | macaddress | read-only |
Source MAC address mask match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to srcmac(13). This mask value identifies the portion of hm2AgentDiffServClassRuleMatchSrcMacAddr that is compared against a packet. A non-contiguous mask value is permitted. |
hm2AgentDiffServClassRuleMatchExcludeFlag | 1.3.6.1.4.1.248.12.7.2.3.1.24 | truthvalue | read-only |
Class Rule exclude flag - when set to true(1), the match condition identified by hm2AgentDiffServClassRuleMatchEntryType 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 hm2AgentDiffServClassRuleMatchEntryType object, but before any other match object in this row |
hm2AgentDiffServClassRuleStorageType | 1.3.6.1.4.1.248.12.7.2.3.1.25 | storagetype | read-only |
Storage-type for this conceptual row |
hm2AgentDiffServClassRuleRowStatus | 1.3.6.1.4.1.248.12.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'. |
hm2AgentDiffServClassRuleMatchCos2 | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServClassRuleMatchEntryType is set to cos2(15). |
hm2AgentDiffServClassRuleMatchEtypeKey | 1.3.6.1.4.1.248.12.7.2.3.1.28 | integer | read-only |
Ethertype keyword match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to etype(16). A keyword of custom(1) requires that the hm2AgentDiffServClassRuleMatchEtypeValue 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. |
hm2AgentDiffServClassRuleMatchEtypeValue | 1.3.6.1.4.1.248.12.7.2.3.1.29 | etypevalue | read-only |
Ethertype match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType is set to etype(16) and the hm2AgentDiffServClassRuleMatchEtypeKey is set to custom(1). The allowed value for this object is 0x0600 to 0xFFFF. |
hm2AgentDiffServClassRuleMatchVlanIdStart | 1.3.6.1.4.1.248.12.7.2.3.1.30 | unsigned32 | read-only |
VLAN ID range start match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType 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. |
hm2AgentDiffServClassRuleMatchVlanIdEnd | 1.3.6.1.4.1.248.12.7.2.3.1.31 | unsigned32 | read-only |
VLAN ID range end match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType 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. |
hm2AgentDiffServClassRuleMatchVlanId2Start | 1.3.6.1.4.1.248.12.7.2.3.1.32 | unsigned32 | read-only |
Secondary VLAN ID range start match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType 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. |
hm2AgentDiffServClassRuleMatchVlanId2End | 1.3.6.1.4.1.248.12.7.2.3.1.33 | unsigned32 | read-only |
Secondary VLAN ID range end match value for the class - only valid if the hm2AgentDiffServClassRuleMatchEntryType 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. |
hm2AgentDiffServPolicyGroup | 1.3.6.1.4.1.248.12.7.3 | |||
hm2AgentDiffServPolicyIndexNextFree | 1.3.6.1.4.1.248.12.7.3.1 | unsigned32 | read-only |
This object contains an unused value for hm2AgentDiffServPolicyIndex, or a zero to indicate that none exists. |
hm2AgentDiffServPolicyTable | 1.3.6.1.4.1.248.12.7.3.2 | no-access |
A table of the DiffServ policy entries. |
|
1.3.6.1.4.1.248.12.7.3.2.1 | no-access |
Represents entry for a DiffServ policy. |
||
hm2AgentDiffServPolicyIndex | 1.3.6.1.4.1.248.12.7.3.2.1.1 | unsigned32 | no-access |
The identifier for DiffServ Policy table entry. |
hm2AgentDiffServPolicyName | 1.3.6.1.4.1.248.12.7.3.2.1.2 | displaystring | read-only |
Name of the policy |
hm2AgentDiffServPolicyType | 1.3.6.1.4.1.248.12.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. |
hm2AgentDiffServPolicyInstIndexNextFree | 1.3.6.1.4.1.248.12.7.3.2.1.4 | unsigned32 | read-only |
This object contains an unused value for hm2AgentDiffServPolicyInstIndex, or a zero to indicate that none exists. This index is maintained on a per-policy basis. |
hm2AgentDiffServPolicyStorageType | 1.3.6.1.4.1.248.12.7.3.2.1.5 | storagetype | read-only |
Storage-type for this conceptual row |
hm2AgentDiffServPolicyRowStatus | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyInstTable with corresponding values of hm2AgentDiffServPolicyIndex have been deleted. |
hm2AgentDiffServPolicyInstTable | 1.3.6.1.4.1.248.12.7.3.3 | no-access |
A table of the policy-class instance entries. |
|
1.3.6.1.4.1.248.12.7.3.3.1 | no-access |
Represents entry for a policy-class instance. |
||
hm2AgentDiffServPolicyInstIndex | 1.3.6.1.4.1.248.12.7.3.3.1.1 | unsigned32 | no-access |
The identifier for policy-class Instance table entry within a policy. |
hm2AgentDiffServPolicyInstClassIndex | 1.3.6.1.4.1.248.12.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. |
hm2AgentDiffServPolicyInstAttrIndexNextFree | 1.3.6.1.4.1.248.12.7.3.3.1.3 | unsigned32 | read-only |
This object contains an unused value for hm2AgentDiffServPolicyAttrIndex, or a zero to indicate that none exists. This index is maintained on a per-policy-class-instance basis. |
hm2AgentDiffServPolicyInstStorageType | 1.3.6.1.4.1.248.12.7.3.3.1.4 | storagetype | read-only |
Storage-type for this conceptual row. |
hm2AgentDiffServPolicyInstRowStatus | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrTable with corresponding values of hm2AgentDiffServPolicyIndex and hm2AgentDiffServPolicyInstIndex have been deleted. |
hm2AgentDiffServPolicyAttrTable | 1.3.6.1.4.1.248.12.7.3.4 | no-access |
A table of policy attribute entries |
|
1.3.6.1.4.1.248.12.7.3.4.1 | no-access |
Represents entry for policy attributes |
||
hm2AgentDiffServPolicyAttrIndex | 1.3.6.1.4.1.248.12.7.3.4.1.1 | unsigned32 | no-access |
The identifier for policy-attribute entry |
hm2AgentDiffServPolicyAttrStmtEntryType | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyType of in(1). The remaining values are only allowed for an hm2AgentDiffServPolicyType 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. |
hm2AgentDiffServPolicyAttrStmtMarkCosVal | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to markCosVal(3). |
hm2AgentDiffServPolicyAttrStmtMarkIpDscpVal | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to markIpDscpVal(4). |
hm2AgentDiffServPolicyAttrStmtMarkIpPrecedenceVal | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to markIpPrecedenceVal(5). |
hm2AgentDiffServPolicyAttrStmtPoliceConformAct | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8). Enumeration: 'markcos2': 6, 'markcosAsSecCos': 7, 'drop': 1, 'send': 4, 'markcos': 5, 'markprec': 3, 'markdscp': 2. |
hm2AgentDiffServPolicyAttrStmtPoliceConformVal | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8). |
hm2AgentDiffServPolicyAttrStmtPoliceExceedAct | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is policeSinglerate(7) or policeTworate(8). Enumeration: 'markcos2': 6, 'markcosAsSecCos': 7, 'drop': 1, 'send': 4, 'markcos': 5, 'markprec': 3, 'markdscp': 2. |
hm2AgentDiffServPolicyAttrStmtPoliceExceedVal | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is policeSinglerate(7) or policeTworate(8). |
hm2AgentDiffServPolicyAttrStmtPoliceNonconformAct | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8). Enumeration: 'markcos2': 6, 'markcosAsSecCos': 7, 'drop': 1, 'send': 4, 'markcos': 5, 'markprec': 3, 'markdscp': 2. |
hm2AgentDiffServPolicyAttrStmtPoliceNonconformVal | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is policeSimple(6), policeSinglerate(7), or policeTworate(8). |
hm2AgentDiffServPolicyAttrStmtPoliceSimpleCrate | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeSimple(6). |
hm2AgentDiffServPolicyAttrStmtPoliceSimpleCburst | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeSimple(6). |
hm2AgentDiffServPolicyAttrStmtPoliceSinglerateCrate | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7). |
hm2AgentDiffServPolicyAttrStmtPoliceSinglerateCburst | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7). |
hm2AgentDiffServPolicyAttrStmtPoliceSinglerateEburst | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7). |
hm2AgentDiffServPolicyAttrStmtPoliceTworateCrate | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeTworate(8). |
hm2AgentDiffServPolicyAttrStmtPoliceTworateCburst | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeTworate(8). |
hm2AgentDiffServPolicyAttrStmtPoliceTworatePrate | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeTworate(8). |
hm2AgentDiffServPolicyAttrStmtPoliceTworatePburst | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to policeTworate(8). |
hm2AgentDiffServPolicyAttrStorageType | 1.3.6.1.4.1.248.12.7.3.4.1.34 | storagetype | read-only |
Storage-type for this conceptual row. |
hm2AgentDiffServPolicyAttrRowStatus | 1.3.6.1.4.1.248.12.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'. |
hm2AgentDiffServPolicyAttrStmtAssignQueueId | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to assignQueue(12). |
hm2AgentDiffServPolicyAttrStmtDrop | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to drop(13). |
hm2AgentDiffServPolicyAttrStmtMarkCos2Val | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to markCos2Val(14). |
hm2AgentDiffServPolicyAttrStmtPoliceColorConformIndex | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType 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 hm2AgentDiffServClassRuleMatchEntryType 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 hm2AgentDiffServPolicyInstClassIndex 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 hm2AgentDiffServPolicyAttrStmtPoliceColorExceedIndex 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 hm2AgentDiffServPolicyAttrStmtPoliceColorExceedIndex object to be set to 0 as well. |
hm2AgentDiffServPolicyAttrStmtPoliceColorConformMode | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtPoliceColorConformVal object value. Packets matching this specification are considered to be colored 'green'. This read-only object reflects the DiffServ class definition as indicated by hm2AgentDiffServPolicyAttrStmtPoliceColorConformIndex. This attribute is only valid for hm2AgentDiffServPolicyAttrStmtEntryType values of policeSimple(6), policeSinglerate(7), or policeTworate(8). Enumeration: 'blind': 1, 'cos': 2, 'ipdscp': 4, 'cos2': 3, 'ipprec': 5. |
hm2AgentDiffServPolicyAttrStmtPoliceColorConformVal | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtPoliceColorConformMode, packets containing this value are considered to be colored 'green'. This read-only object reflects the DiffServ class definition as indicated by hm2AgentDiffServPolicyAttrStmtPoliceColorConformIndex. This attribute is only valid for hm2AgentDiffServPolicyAttrStmtEntryType values of policeSimple(6), policeSinglerate(7), or policeTworate(8), and hm2AgentDiffServPolicyAttrStmtPoliceColorConformMode values of cos(2), cos2(3), ipdscp(4), or ipprec(5). |
hm2AgentDiffServPolicyAttrStmtPoliceColorExceedIndex | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType 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 hm2AgentDiffServClassRuleMatchEntryType 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 hm2AgentDiffServPolicyInstClassIndex 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 hm2AgentDiffServPolicyAttrStmtPoliceColorConformIndex object. A class index value of 0 for this object indicates exceed color awareness is not being used. When the hm2AgentDiffServPolicyAttrStmtPoliceColorConformIndex object is 0, indicating color-blind operation, this object must also be 0. When a non-0 value is used for the hm2AgentDiffServPolicyAttrStmtPoliceColorConformIndex 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. |
hm2AgentDiffServPolicyAttrStmtPoliceColorExceedMode | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtPoliceColorExceedVal 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 hm2AgentDiffServPolicyAttrStmtPoliceColorConformMode value is blind(1), this object is blind(1) as well. This read-only object reflects the DiffServ class definition as indicated by hm2AgentDiffServPolicyAttrStmtPoliceColorExceedIndex. This attribute is only valid for hm2AgentDiffServPolicyAttrStmtEntryType values of policeSinglerate(7) or policeTworate(8). Enumeration: 'blind': 1, 'cos': 2, 'unused': 6, 'ipdscp': 4, 'cos2': 3, 'ipprec': 5. |
hm2AgentDiffServPolicyAttrStmtPoliceColorExceedVal | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtPoliceColorExceedMode, packets containing this value are considered to be colored 'yellow'. This read-only object reflects the DiffServ class definition as indicated by hm2AgentDiffServPolicyAttrStmtPoliceColorExceedIndex. This attribute is only valid for hm2AgentDiffServPolicyAttrStmtEntryType values of policeSinglerate(7) or policeTworate(8), and hm2AgentDiffServPolicyAttrStmtPoliceColorExceedMode values of cos(2), cos2(3), ipdscp(4), or ipprec(5). |
hm2AgentDiffServPolicyAttrStmtRedirectIntf | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to redirect(15). |
hm2AgentDiffServPolicyAttrStmtMirrorIntf | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to mirror(16). |
hm2AgentDiffServPolicyAttrStmtMarkCosAsSecCos | 1.3.6.1.4.1.248.12.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 hm2AgentDiffServPolicyAttrStmtEntryType is set to markCosAsSecCos(17). |
hm2AgentDiffServPolicyPerfInTable | 1.3.6.1.4.1.248.12.7.3.5 | no-access |
A table of inbound policy-class performance entries |
|
1.3.6.1.4.1.248.12.7.3.5.1 | no-access |
Represents entry for the performance attributes of the associated inbound policy-class instance |
||
hm2AgentDiffServPolicyPerfInOfferedPackets | 1.3.6.1.4.1.248.12.7.3.5.1.2 | counter32 | read-only |
Offered packets count for the inbound policy-class instance performance entry. |
hm2AgentDiffServPolicyPerfInDiscardedPackets | 1.3.6.1.4.1.248.12.7.3.5.1.4 | counter32 | read-only |
Discarded packets count for the inbound policy-class instance performance entry. |
hm2AgentDiffServPolicyPerfInHCOfferedPackets | 1.3.6.1.4.1.248.12.7.3.5.1.6 | counter64 | read-only |
Offered packets high capacity count for the inbound policy-class instance performance entry. |
hm2AgentDiffServPolicyPerfInHCDiscardedPackets | 1.3.6.1.4.1.248.12.7.3.5.1.8 | counter64 | read-only |
Discarded packets high capacity count for the inbound policy-class instance performance entry. |
hm2AgentDiffServPolicyPerfInStorageType | 1.3.6.1.4.1.248.12.7.3.5.1.9 | storagetype | read-only |
Storage-type for this conceptual row. |
hm2AgentDiffServPolicyPerfInRowStatus | 1.3.6.1.4.1.248.12.7.3.5.1.10 | rowstatus | read-only |
The status of this conceptual row. |
hm2AgentDiffServPolicyPerfOutTable | 1.3.6.1.4.1.248.12.7.3.6 | no-access |
A table of outbound policy-class performance entries |
|
1.3.6.1.4.1.248.12.7.3.6.1 | no-access |
Represents entry for the performance attributes of the associated outbound policy-class instance |
||
hm2AgentDiffServPolicyPerfOutOfferedPackets | 1.3.6.1.4.1.248.12.7.3.6.1.18 | counter32 | read-only |
Offered packets count for the outbound policy-class instance performance entry. |
hm2AgentDiffServPolicyPerfOutDiscardedPackets | 1.3.6.1.4.1.248.12.7.3.6.1.20 | counter32 | read-only |
Discarded packets count for the outbound policy-class instance performance entry. |
hm2AgentDiffServPolicyPerfOutHCOfferedPackets | 1.3.6.1.4.1.248.12.7.3.6.1.22 | counter64 | read-only |
Offered packets high capacity count for the outbound policy-class instance performance entry. |
hm2AgentDiffServPolicyPerfOutHCDiscardedPackets | 1.3.6.1.4.1.248.12.7.3.6.1.24 | counter64 | read-only |
Discarded packets high capacity count for the outbound policy-class instance performance entry. |
hm2AgentDiffServPolicyPerfOutStorageType | 1.3.6.1.4.1.248.12.7.3.6.1.25 | storagetype | read-only |
Storage-type for this conceptual row. |
hm2AgentDiffServPolicyPerfOutRowStatus | 1.3.6.1.4.1.248.12.7.3.6.1.26 | rowstatus | read-only |
The status of this conceptual row. |
hm2AgentDiffServServiceGroup | 1.3.6.1.4.1.248.12.7.4 | |||
hm2AgentDiffServServiceTable | 1.3.6.1.4.1.248.12.7.4.1 | no-access |
A table of the service entries. |
|
1.3.6.1.4.1.248.12.7.4.1.1 | no-access |
Represents entry for policy assigned to an interface in a particular direction. |
||
hm2AgentDiffServServiceIfIndex | 1.3.6.1.4.1.248.12.7.4.1.1.1 | interfaceindex | no-access |
External interface number of the interface to which policy is assigned. |
hm2AgentDiffServServiceIfDirection | 1.3.6.1.4.1.248.12.7.4.1.1.2 | intfdirection | no-access |
Interface direction to which the policy is assigned. |
hm2AgentDiffServServicePolicyIndex | 1.3.6.1.4.1.248.12.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. |
hm2AgentDiffServServiceIfOperStatus | 1.3.6.1.4.1.248.12.7.4.1.1.4 | integer | read-only |
The current operational state of the DiffServ service interface. If hm2AgentDiffServGenStatusAdminMode is disable(2) then hm2AgentDiffServServiceIfOperStatus should be down(2). If hm2AgentDiffServServiceGenStatusAdminMode is changed to enable(1) then hm2AgentDiffServServiceIfOperStatus 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 hm2AgentDiffServServicePolicyIndex 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. |
hm2AgentDiffServServiceStorageType | 1.3.6.1.4.1.248.12.7.4.1.1.5 | storagetype | read-only |
Storage-type for this conceptual row |
hm2AgentDiffServServiceRowStatus | 1.3.6.1.4.1.248.12.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'. |
hm2AgentDiffServSNMPExtensionGroup | 1.3.6.1.4.1.248.12.7.248 | |||
hm2AgentDiffServClassNameInUseErrorReturn | 1.3.6.1.4.1.248.12.7.248.1 |
Indicates that the name is already used by another class |
||
hm2AgentDiffServClassHasRulesErrorReturn | 1.3.6.1.4.1.248.12.7.248.2 |
Indicates that the class has one or more rules and can not be deleted |
||
hm2AgentDiffServClassHasReferencesErrorReturn | 1.3.6.1.4.1.248.12.7.248.3 |
Indicates that the class has one or more references and can not be deleted |
||
hm2AgentDiffServClassTableFullErrorReturn | 1.3.6.1.4.1.248.12.7.248.4 |
Indicates that the class table is full and no other classes can be added or index is out of range |
||
hm2AgentDiffServClassRuleTableFullErrorReturn | 1.3.6.1.4.1.248.12.7.248.5 |
Indicates that the class rule table is full and no other rules can be added |
||
hm2AgentDiffServClassIndexOutOfRangeErrorReturn | 1.3.6.1.4.1.248.12.7.248.6 |
Indicates that the class index is out of range |
||
hm2AgentDiffServClassRuleIndexOutOfRangeErrorReturn | 1.3.6.1.4.1.248.12.7.248.7 |
Indicates that the class rule index is out of range |
||
hm2AgentDiffServClassRuleColorRefErrorReturn | 1.3.6.1.4.1.248.12.7.248.8 |
Indicates that the class is referenced by a policy policing color awareness attribute and new rules can not be added |
||
hm2AgentDiffServClassRuleInUseErrorReturn | 1.3.6.1.4.1.248.12.7.248.9 |
Indicates that the class already has a rule of this type. IP DSCP, IP Precedence and IP TOS rule types are considered of same type |
||
hm2AgentDiffServClassRuleInvalidReferenceErrorReturn | 1.3.6.1.4.1.248.12.7.248.10 |
Indicates that the reference class does not exist or is invalid |
||
hm2AgentDiffServClassRuleReferenceLoopErrorReturn | 1.3.6.1.4.1.248.12.7.248.11 |
Indicates that a loop was detected in the reference chain |
||
hm2AgentDiffServClassRuleMatchSecCosErrorReturn | 1.3.6.1.4.1.248.12.7.248.12 |
Indicates that the class is already associated with an outbound policy and a macht secondary cos rule can not be added, or the class already has a match secondary cos rule and it can not be associated with an outbound policy |
||
hm2AgentDiffServPolicyTableFullErrorReturn | 1.3.6.1.4.1.248.12.7.248.13 |
Indicates that the policy table is full and no other policies can be added or index is out of range |
||
hm2AgentDiffServPolicyNameInUseErrorReturn | 1.3.6.1.4.1.248.12.7.248.14 |
Indicates that the name is already used by another policy |
||
hm2AgentDiffServPolicyHasInstancesErrorReturn | 1.3.6.1.4.1.248.12.7.248.15 |
Indicates that the policy has one or more instances and can not be deleted |
||
hm2AgentDiffServPolicyHasReferencesErrorReturn | 1.3.6.1.4.1.248.12.7.248.16 |
Indicates that the policy is used by one or more service-policies and can not be deleted |
||
hm2AgentDiffServPolicyIndexOutOfRangeErrorReturn | 1.3.6.1.4.1.248.12.7.248.17 |
Indicates that the policy is out of range |
||
hm2AgentDiffServInstanceIndexOutOfRangeErrorReturn | 1.3.6.1.4.1.248.12.7.248.18 |
Indicates that the instance index is out of range |
||
hm2AgentDiffServInstanceTableFullErrorReturn | 1.3.6.1.4.1.248.12.7.248.19 |
Indicates that the instance table is full and no other instances can be added |
||
hm2AgentDiffServInstanceHasAttributesErrorReturn | 1.3.6.1.4.1.248.12.7.248.20 |
Indicates that the instance has one or more attributes and can not be deleted |
||
hm2AgentDiffServAttributeIndexOutOfRangeErrorReturn | 1.3.6.1.4.1.248.12.7.248.21 |
Indicates that the attribute index is out of range |
||
hm2AgentDiffServAttributeTableFullErrorReturn | 1.3.6.1.4.1.248.12.7.248.22 |
Indicates that the attribute table is full |
||
hm2AgentDiffServAttributeIncompatibilityErrorReturn | 1.3.6.1.4.1.248.12.7.248.23 |
Indicates that the attribute type is incompatible with other existing attributes of this instance or with the policy type and can not be added |
||
hm2AgentDiffServAttributeActionSetCosAsSecCosErrorReturn | 1.3.6.1.4.1.248.12.7.248.24 |
Indicates that the set cos as secondary cos action is supported only for inbound policies |
||
hm2AgentDiffServAttributeConformColorClassIndexErrorReturn | 1.3.6.1.4.1.248.12.7.248.25 |
Indicates that the class is not valid for color-aware use |
||
hm2AgentDiffServServiceInvalidInterfaceErrorReturn | 1.3.6.1.4.1.248.12.7.248.26 |
Indicates that the interface number is not valid |
||
hm2AgentDiffServServiceInvalidDirectionErrorReturn | 1.3.6.1.4.1.248.12.7.248.27 |
Indicates that the direction is not valid |
||
hm2AgentDiffServServiceTableFullErrorReturn | 1.3.6.1.4.1.248.12.7.248.28 |
Indicates that the service table is full |
||
hm2AgentDiffServServiceInvalidPolicyTypeErrorReturn | 1.3.6.1.4.1.248.12.7.248.29 |
Indicates that the policy type does not correspond with the service type |
||
hm2AgentDiffServInstanceExistsErrorReturn | 1.3.6.1.4.1.248.12.7.248.30 |
Indicates that the policy already has an instance of the class |
||
hm2AgentDiffServInstanceInvalidClassErrorReturn | 1.3.6.1.4.1.248.12.7.248.31 |
Indicates that the class does not exist or is invalid and the instance can not be created |