Unisphere-Data-POLICY-MIB: View SNMP OID List / Download MIB

VENDOR: JUNIPER


 Home MIB: Unisphere-Data-POLICY-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
 usdPolicyMIB 1.3.6.1.4.1.4874.2.2.27
The Policy MIB for the Unisphere Networks Inc. enterprise.
       usdPolicyObjects 1.3.6.1.4.1.4874.2.2.27.1
           usdClassifierControlList 1.3.6.1.4.1.4874.2.2.27.1.1
               usdClassifierControlListNextIndex 1.3.6.1.4.1.4874.2.2.27.1.1.1 integer32 read-only
This scalar object returns the index of the next available row in the usdClassifierControlListTable. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.
               usdClassifierControlListTable 1.3.6.1.4.1.4874.2.2.27.1.1.2 no-access
This table contains entries for elements of classifier control lists. The details pertinent to each CLACL are found in the usdClassifierControlDefTable.
                   usdClassifierControlListEntry 1.3.6.1.4.1.4874.2.2.27.1.1.2.1 no-access
Each entry describes the characteristics of an IP access list element.
                       usdClassifierControlListId 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.1 integer32 no-access
The number of the classifier control list to which this entry belongs.
                       usdClassifierControlListRowStatus 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.3 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. To create an entry in this table, the following entry objects MUST be explicitly configured: usdClassifierControlListRowStatus usdClassifierControlListElemId
                       usdClassifierControlListName 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.4 displaystring read-only
The name of the CLACL being defined.
                       usdClassifierControlListReferenceCount 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.5 counter32 read-only
Number of times this CLACL is referenced by policies.
                       usdClassifierControlListNextElementIndex 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.6 integer32 read-only
Each get of this object will return a unique index which may be used to create classifier control list elements. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.
               usdClassifierControlListElementTable 1.3.6.1.4.1.4874.2.2.27.1.1.4 no-access
This table contains entries for elements of classifier control lists. Entries belonging to the same control list are ordered, and comparisons to those entries are performed in that order until a match is detected. If no match is found, the default action is to 'deny'.
                   usdClassifierControlListElementEntry 1.3.6.1.4.1.4874.2.2.27.1.1.4.1 no-access
Each entry describes the characteristics of an IP access list element.
                       usdClassifierControlListElemId 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.1 integer32 no-access
The relative position of this entry within its classifier control list. Classifier control list entries are searched in this sequence (low to high values) until a match is found.
                       usdClassifierControlListElemRowStatus 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.2 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. This table provides a partial implementation for rowStatus. Rows may be created using createAndGo and createAndWait. Once a row has been made active the row status may not be changed.
                       usdClassifierControlListNotSrc 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.3 truthvalue read-only
Invert the meaning of the source IP address and mask objects. For example 'not 10.10.0.90/255.255.255.255 (host address)' would result in all source addresses except for host 10.19.9.90 being matched.
                       usdClassifierControlListSrc 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.4 ipaddress read-only
A source IP address. A subject IP address is first masked with the value of usdClassifierControlListSrcMask, then the result is compared to this value. Setting both this object and its corresponding mask to 0.0.0.0 acts as a wildcard, matching any source IP address.
                       usdClassifierControlListSrcMask 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.5 ipaddress read-only
The IP address mask to be applied to a subject source IP address before comparing it to usdClassifierControlListSrc. Ones in the mask identify which bits in the subject IP address are significant for the comparison. To be considered valid, a nonzero value for this object must contain a single contiguous string of ones, beginning with the most significant bit of the mask.
                       usdClassifierControlListNotDst 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.6 truthvalue read-only
Invert the meaning of the destination IP address and mask objects. For example, 'not 10.10.0.90/255.255.255.255 (host address)' would result in all source addresses except for host 10.19.9.90 being matched.
                       usdClassifierControlListDst 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.7 ipaddress read-only
A destination IP address. A subject IP address is first masked with the value of usdClassifierControlListDstMask, then the result is compared to this value. Setting both this object and its corresponding mask to 0.0.0.0 acts as a wildcard, matching any destination IP address.
                       usdClassifierControlListDstMask 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.8 ipaddress read-only
The IP address mask to be applied to a subject destination IP address before comparing it to usdClassifierControlListDst. Ones in the mask identify which bits in the IP address are significant for the comparison. To be considered valid, a nonzero value for this object must contain a single contiguous string of ones, beginning with the most significant bit of the mask.
                       usdClassifierControlListNotProtocol 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.9 truthvalue read-only
Invert the meaning of the protocol object. For example, 'not TCP' matches any protocol except for TCP.
                       usdClassifierControlListProtocol 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.10 integer32 read-only
An IP Protocol value. Nonzero values match a specific IP Protocol value (e.g. 6 for TCP) carried in an IP packet; a value of zero acts as a wildcard, matching any IP Protocol.
                       usdClassifierControlListTosByte 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.11 integer32 read-only
The IP TOS byte value to match.
                       usdClassifierControlListMask 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.12 integer32 read-only
The mask to use for TOS byte checks. Allowed values are 0, 224, 252, 255.
                       usdClassifierControlListSrcOperator 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.13 usdclaclportoperator read-only
Operator for use in comparing source ports.
                       usdClassifierControlListSrcFromPort 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.14 integer32 read-only
Source UDP or TCP 'from' port number.
                       usdClassifierControlListSrcToPort 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.15 integer32 read-only
Source UDP or TCP 'to' port number.
                       usdClassifierControlListDestOperator 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.16 usdclaclportoperator read-only
Operator for use in comparing Destination ports.
                       usdClassifierControlListDestFromPort 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.17 integer32 read-only
Destination UDP or TCP 'from' port number.
                       usdClassifierControlListDestToPort 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.18 integer32 read-only
Destination UDP or TCP 'to' port number.
                       usdClassifierControlListICMPType 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.19 integer32 read-only
Optional ICMP message type for classification.
                       usdClassifierControlListICMPCode 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.20 integer32 read-only
Optional ICMP message code for classification.
                       usdClassifierControlListIGMPType 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.21 integer32 read-only
Optional IGMP message type for classification.
                       usdClassifierControlListTcpFlagsValue 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.22 integer32 read-only
Optional TCP flags value for classification.
                       usdClassifierControlListTcpFlagsMask 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.23 integer32 read-only
Optional TCP flags mask for classification. TCP flag bits not specified in the mask are don't care bits.
                       usdClassifierControlListIpFlagsValue 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.24 integer32 read-only
Optional IP flags value for classification.
                       usdClassifierControlListIpFlagsMask 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.25 integer32 read-only
Optional IP flags mask for classification. IP flag bits not specified in the mask are don't care bits
                       usdClassifierControlListIpFragValue 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.26 usdpolicyipfragvalue read-only
Optional IP flags mask for classification. IP flag bits not specified in the mask are don't care bits
           usdRateLimitControlList 1.3.6.1.4.1.4874.2.2.27.1.2
               usdRateLimitProfileNextIndex 1.3.6.1.4.1.4874.2.2.27.1.2.1 integer32 read-only
This scalar object returns the index of the next available row in the usdRateLimitProfileTable. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.
               usdRateLimitProfileTable 1.3.6.1.4.1.4874.2.2.27.1.2.2 no-access
This table contains entries for elements of Rate Limit Profile (RLP) definitions.
                   usdRateLimitProfileEntry 1.3.6.1.4.1.4874.2.2.27.1.2.2.1 no-access
Each entry describes the characteristics of a rate limit profile element.
                       usdRateLimitProfileId 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.1 integer32 no-access
The ID number of the rate limit profile (RLP) entry which is defined by this row.
                       usdRateLimitProfileRowStatus 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.2 rowstatus read-write
Controls creation/deletion of conceptual rows within this table. All rowStatus modes are supported. To create an entry in this table, the following entry objects MUST be explicitly configured: usdRateLimitProfileName
                       usdRateLimitProfileName 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.3 displaystring read-write
Specifies the name of the rate limit profile defined by this row.
                       usdRateLimitReferenceCount 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.4 counter32 read-only
This object reflects the number of times a rate limit profile object is referenced by policies.
                       usdRateLimitCommittedBps 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.5 unsigned32 read-write
The committed access rate in bits per second.
                       usdRateLimitCommittedBurst 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.6 unsigned32 read-write
The committed access rate burst value in bytes.
                       usdRateLimitExceedBps 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.7 unsigned32 read-write
The peak access rate in bits per second. To be configured only if rate limit profile type is two-rate.
                       usdRateLimitExceedBurst 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.8 unsigned32 read-write
The peak access rate burst value in bytes. To be configured only if rate limit profile type is two-rate.
                       usdRateLimitCommittedAction 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.9 integer read-write
Action to be taken when the access rate is within the bounds of the committed access rate. Enumeration: 'transmit': 0, 'drop': 1, 'mark': 2.
                       usdRateLimitConformedAction 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.10 integer read-write
Action to be taken when the access rate exceeds the bounds of the committed access rate. Enumeration: 'transmit': 0, 'drop': 1, 'mark': 2.
                       usdRateLimitExceededAction 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.11 integer read-write
Action to be taken when the access rate exceeds the bounds of the peak access rate. Enumeration: 'transmit': 0, 'drop': 1, 'mark': 2.
                       usdRateLimitCommittedMarkVal 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.12 integer32 read-write
New IP precedence to be used when the usdRateLimitCommittedAction mark action is applied.
                       usdRateLimitConformedMarkVal 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.13 integer32 read-write
New IP prececence to be used when the usdRateLimitExceedCommittedAction mark action is applied.
                       usdRateLimitExceededMarkVal 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.14 integer32 read-write
New IP precedence to be used when the usdRateLimitExceedPeakAction mark action is applied.
                       usdRateLimitMask 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.15 unsigned32 read-write
Mask to be applied when executing a mark action.
                       usdRateLimitProfileType 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.16 usdratelimitprofiletype read-write
The rate limit profile type (i.e. one-rate or two-rate). Defaults to two-rate, if not specified.
                       usdRateLimitExcessBurst 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.17 unsigned32 read-write
The excess committed access rate burst value in bytes. To be configured only if rate limit profile type is one-rate.
           usdPolicy 1.3.6.1.4.1.4874.2.2.27.1.3
               usdPolicyNextIndex 1.3.6.1.4.1.4874.2.2.27.1.3.1 integer32 read-only
This scalar object returns the index of the next available row in the usdPolicyTable. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.
               usdPolicyTable 1.3.6.1.4.1.4874.2.2.27.1.3.2 no-access
This table contains entries which represent the non-repetive fields of a policy definition.
                   usdPolicyEntry 1.3.6.1.4.1.4874.2.2.27.1.3.2.1 no-access
Each entry contains the non-repetitive fields of a policy definition.
                       usdPolicyId 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.1 integer32 no-access
The number of the policy table entry which is defined by this row.
                       usdPolicyRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.2 rowstatus read-only
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.
                       usdPolicyAdminState 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.3 integer read-only
This object is used to control the administrative state of a policy. Enabling a policy will result in the rules which make up a policy being applied to interfaces to which the policy is assigned. Disabling a policy results in the the policy being taken out of service. This object may be modified while the row is active. Enumeration: 'enable': 1, 'disable': 0.
                       usdPolicyOperStatus 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.4 integer read-only
This object is used to retrieve the operational state of a policy. If a policy is disabled, it is not applied to any interfaces within the system. If a policy is invalid, there is a problem with the policy preventing it from being applied to an interface. An error code providing diagnostic information about the problem is found in usdPolicyErrorValue. If a policy is enabled, it has been applied to one or more interfaces within the system. Enumeration: 'disabled': 0, 'enabled': 2, 'invalid': 1.
                       usdPolicyErrorValue 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.5 integer32 read-only
An error code providing diagnostic information for invalid policies. The enumeration of this field is TBD. A zero (0) value indicates that there is no error reported.
                       usdPolicyName 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.6 displaystring read-only
Specifies the name of the policy defined by this row.
                       usdPolicyReferenceCount 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.7 counter32 read-only
Reflects the number of times this policy has been applied within the chassis.
                       usdPolicyRuleNextIndex 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.8 integer32 read-only
Read only variable which provides the next available PolicyRuleIndex with respect to the policy defined by this row. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.
               usdPolicyRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.3 no-access
Each entry within this table defines a rule component of a policy. The entries in this table are created automatically when entries are created in specific rule tables. This table is read only
                   usdPolicyRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.3.1 no-access
Each entry defines a single rule component.
                       usdPolicyRulePolicyId 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.1 integer32 no-access
The PolicyTable index of the policy which owns this rule.
                       usdPolicyRulePrec 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.2 integer32 no-access
The precedence of this rule within this group of policy rules.
                       usdPolicyRuleId 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.3 integer32 no-access
The index of this rule within the set of rules owned by the policy defined by usdPolicyRulePolicyId.
                       usdPolicyRuleType 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.4 integer read-only
This field specifies the type of rule being defined. The remaining information which makes up this rule is found in the specific rule table defined by usdPolicyRuleType. The specific rule tables are indexed by usdPolicyRulePolicyId.usdPolicyRuleId. Enumeration: 'rateLimitRule': 4, 'forwardRule': 7, 'filterRule': 2, 'trafficClassRule': 6, 'markingRule': 5, 'nextHopRule': 1, 'nextInterfaceRule': 3, 'colorRule': 10, 'logRule': 8, 'noRule': 0.
                       usdPolicySuspend 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.5 truthvalue read-write
Setting this object to true results in the rule being suspended (taken out of service). Setting this value to false results in the rule being returned to service.
                       usdPolicyEclipsed 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.6 truthvalue read-only
This value is true if the policy rule is eclipsed. A policy rule is eclipsed if a conflicting rule with the same classifier control list precedes the rule, and the preceding rule is not suspended. A false value indicates that the rule is not eclipsed.
               usdNextHopRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.4 no-access
A list of entries which provide next-hop rule data. Rows created in this table result in an entry being created in the policy rule table.
                   usdNextHopRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.4.1 no-access
A next-hop rule entry.
                       usdNextHopRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.4.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. The next-hop IP address is mandatory and must be specified. Modes supported are create-and-go and destroy.
                       usdNextHopIpAddress 1.3.6.1.4.1.4874.2.2.27.1.3.4.1.2 ipaddress read-only
The IP address to forward all packets to.
                       usdNextHopClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.4.1.3 integer32 read-only
The classifier control list ID which completes the NextHop policy rule.
               usdFilterRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.5 no-access
A list of entries which provide filter rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table.
                   usdFilterRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.5.1 no-access
A filter rule entry.
                       usdFilterRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.5.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy.
                       usdFilterClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.5.1.2 integer32 read-only
The classifier control list ID which completes the filter policy rule.
               usdNextInterfaceRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.6 no-access
A list of entries which provide NextInterface rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
                   usdNextInterfaceRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.6.1 no-access
A NextInterface rule entry.
                       usdNextInterfaceRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.6.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. The next-interface parameter is mandatory and must be specified. Modes supported are create-and-go and destroy.
                       usdNextInterfaceId 1.3.6.1.4.1.4874.2.2.27.1.3.6.1.2 interfaceindex read-only
The interface index to which traffic matching the CLACL ID will be routed.
                       usdNextInterfaceClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.6.1.3 integer32 read-only
The classifier control list ID which completes the NextInterface policy rule.
                       usdNextInterfaceNextHop 1.3.6.1.4.1.4874.2.2.27.1.3.6.1.4 ipaddress read-only
The IP address to forward all packets to.
               usdRateLimitRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.7 no-access
A list of entries which provide RateLimit rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
                   usdRateLimitRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.7.1 no-access
A RateLimit rule entry.
                       usdRateLimitRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.7.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. The rate limit profile ID is mandatory and must be specified. Modes supported are create-and-go and destroy.
                       usdRateLimitId 1.3.6.1.4.1.4874.2.2.27.1.3.7.1.2 integer32 read-only
The RLP ID which provides the rate limit data which completes the RateLimit policy rule.
                       usdRateLimitClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.7.1.3 integer32 read-only
The classifier control list ID which fills out the RateLimit policy rule.
               usdMarkingRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.8 no-access
A list of entries which provide Marking rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
                   usdMarkingRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.8.1 no-access
A Marking rule entry.
                       usdMarkingRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.8.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. The IP precedence field is mandatory and must be specified. Modes supported are create-and-go and destroy.
                       usdMarkingTOSByte 1.3.6.1.4.1.4874.2.2.27.1.3.8.1.2 integer32 read-only
The IP precedence value associated with this policy rule.
                       usdMarkingMask 1.3.6.1.4.1.4874.2.2.27.1.3.8.1.3 integer32 read-only
The mask to use for TOS byte checks.
                       usdMarkingClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.8.1.4 integer32 read-only
The classifier control list ID which fills out the Marking policy rule.
               usdForwardRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.9 no-access
A list of entries which provide forward rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table.
                   usdForwardRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.9.1 no-access
A forward rule entry.
                       usdForwardRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy.
                       usdForwardClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.2 integer32 read-only
The classifier control list ID which completes the forward policy rule.
               usdTrafficShapeRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.10 no-access
Obsolete list of entries which provide Traffic Shape rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table. This list became obsolete when the policy shaper capability was moved into the quality of service component.
                     usdTrafficShapeRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.10.1 no-access
A TrafficShape rule entry.
                         usdTrafficShapeRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.10.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. The traffic shape profile ID is mandatory and must be specified. Modes supported are create-and-go and destroy.
                         usdTrafficShapeId 1.3.6.1.4.1.4874.2.2.27.1.3.10.1.2 integer32 read-only
The RLP ID which provides the rate limit data which completes the traffic shape policy rule.
               usdColorRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.11 no-access
A list of entries which provide Color rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
                     usdColorRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.11.1 no-access
A Color rule entry.
                         usdColorRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.11.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. The color field is mandatory and must be specified. Modes supported are create-and-go and destroy.
                         usdColor 1.3.6.1.4.1.4874.2.2.27.1.3.11.1.2 integer read-only
The color with which to explicitly color packets associated with this policy rule. Enumeration: 'green': 3, 'yellow': 2, 'red': 1.
                         usdColorClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.11.1.3 integer32 read-only
The classifier control list ID which fills out the Color policy rule.
               usdLogRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.12 no-access
A list of entries which provide log rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table.
                     usdLogRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.12.1 no-access
A log rule entry.
                         usdLogRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.12.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy.
                         usdLogClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.12.1.2 integer32 read-only
The classifier control list ID which completes the log policy rule.
               usdTrafficClassRuleTable 1.3.6.1.4.1.4874.2.2.27.1.3.13 no-access
A list of entries which provide traffic Class rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
                     usdTrafficClassRuleEntry 1.3.6.1.4.1.4874.2.2.27.1.3.13.1 no-access
A Traffic Class rule entry.
                         usdTrafficClassRowStatus 1.3.6.1.4.1.4874.2.2.27.1.3.13.1.1 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. The usdTrafficClassId field is mandatory and must be specified. Modes supported are create-and-go and destroy.
                         usdTrafficClassId 1.3.6.1.4.1.4874.2.2.27.1.3.13.1.2 integer32 read-only
The traffic class ID.
                         usdTrafficClassClaclId 1.3.6.1.4.1.4874.2.2.27.1.3.13.1.3 integer32 read-only
The classifier control list ID which fills out the traffic class policy rule.
           usdPolicyIf 1.3.6.1.4.1.4874.2.2.27.1.4
               usdPolicyIfTable 1.3.6.1.4.1.4874.2.2.27.1.4.1 no-access
This obsolete table contains entries which represent attachment of policies to interfaces. This table became obsolete when the usdPolicyIfAttTable was added.
                   usdPolicyIfEntry 1.3.6.1.4.1.4874.2.2.27.1.4.1.1 no-access
Each entry contains the attachment of policy(s) to an interface.
                       usdPolicyIfInterfaceId 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.1 unsigned32 no-access
The interface number representing the interface to which policy(s) have been attached.
                       usdPolicyIfRowStatus 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.2 rowstatus read-only
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.
                       usdPolicyIfInputPolicyId 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.3 integer32 read-only
This object is used to control the attachment of input policies to the interface specified by usdPolicyIfInterfaceId, usdPolicyIfForwardingType and usdPolicyIfPolicyType. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. If so, the attachment is immediate.
                       usdPolicyIfOutputPolicyId 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.4 integer32 read-only
This object is used to control the attachment of output policies to the interface specified by usdPolicyIfInterfaceId, usdPolicyIfForwardingType and usdPolicyIfPolicyType. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. If so, the attachment is immediate.
                       usdPolicyIfInputStatsEnable 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.5 truthvalue read-only
This object is used to control the enabling and disabling of statistics for an input policy attachment. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The desired value must be set before the policy is attached or in a multiple object varbind. Failure to do so will result in the policy being attached with the previous value of usdPolicyInputStatsEnable.
                       usdPolicyIfOutputStatsEnable 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.6 truthvalue read-only
This object is used to control the enabling and disabling of statistics for an output policy attachment. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The desired value must be set before the policy is attached or in a multiple object varbind. Failure to do so will result in the policy being attached with the previous value of usdPolicyOutputStatsEnable.
               usdPolicyIfAttachTable 1.3.6.1.4.1.4874.2.2.27.1.4.2 no-access
This table contains entries which represent attachment of policies to interfaces.
                   usdPolicyIfAttachEntry 1.3.6.1.4.1.4874.2.2.27.1.4.2.1 no-access
Each entry contains the attachment of policy(s) to an interface.
                       usdPolicyIfAttachInterfaceId 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.1 interfaceindex no-access
The interface number representing the interface to which policy(s) have been attached.
                       usdPolicyIfAttachForwardingType 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.2 usdpolicyforwardingtype no-access
The interface type (i.e. IP or CBF) which the policy have been attached to.
                       usdPolicyIfAttachPolicyType 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.3 usdpolicyattachmenttype no-access
The policy type (i.e. input, output or local input).
                       usdPolicyIfAttachRowStatus 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.4 rowstatus read-only
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.
                       usdPolicyIfAttachPolicyId 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.5 integer32 read-only
This object is used to control the attachment of policies to the interface specified by usdPolicyIfAttachInterfaceId, usdPolicyIfAttachForwardingType and usdPolicyIfAttachPolicyType. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. If so, the attachment is immediate.
                       usdPolicyIfAttachStatsEnable 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.6 truthvalue read-only
This object is used to control the enabling and disabling of statistics for a policy attachment. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The desired value must be set before the policy is attached or in a multiple object varbind. Failure to do so will result in the policy being attached with the previous value of usdPolicyStatsEnable.
           usdPolicyProfile 1.3.6.1.4.1.4874.2.2.27.1.5
               usdPolicyProfileTable 1.3.6.1.4.1.4874.2.2.27.1.5.1 no-access
This obsolete table contains entries which represent attachment of policies to dynamic interfaces through profiles. This table became obsolete when the usdPolicyAttachProfileTable was added.
                   usdPolicyProfileEntry 1.3.6.1.4.1.4874.2.2.27.1.5.1.1 no-access
Each entry contains the profile for attachment of policy(s) to a dynamic interface.
                       usdPolicyProfileId 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.1 unsigned32 no-access
The profile to which the policy attachment profile data belongs. When this profile is applied to a dynamic interface the associated policies will be applied to that interface.
                       usdPolicyProfileRowStatus 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.2 rowstatus read-only
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.
                       usdPolicyProfileInputPolicyId 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.3 integer32 read-only
This object is used to control the attachment of input policies to dynamic interfaces configured by the profile identified by usdPolicyProfileId. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. Changes made to a row in this table do not take effect until the profile is applied.
                       usdPolicyProfileOutputPolicyId 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.4 integer32 read-only
This object is used to control the attachment of output policies to dynamic interfaces configured by the profile identified by usdPolicyProfileId. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. Changes made to a row in this table do not take effect until the profile is applied to an interface.
                       usdPolicyProfileInputStatsEnable 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.5 truthvalue read-only
This object is used to control the enabling and disabling of statistics for an input policy attachment performed by a profile. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The changes will not take effect until the profile is applied to an interface.
                       usdPolicyProfileOutputStatsEnable 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.6 truthvalue read-only
This object is used to control the enabling and disabling of statistics for an output policy attachment performed by a profile. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The changes will not take effect until the profile is applied to an interface.
                       usdPolicyProfileLocalInputPolicyId 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.7 integer32 read-only
This object is used to control the attachment of local input policies to dynamic interfaces configured by the profile identified by usdPolicyProfileId. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. Changes made to a row in this table do not take effect until the profile is applied.
                       usdPolicyProfileLocalInputStatsEnable 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.8 truthvalue read-only
This object is used to control the enabling and disabling of statistics for a local input policy attachment performed by a profile. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The changes will not take effect until the profile is applied to an interface.
               usdPolicyAttachProfileTable 1.3.6.1.4.1.4874.2.2.27.1.5.2 no-access
This table contains entries which represent attachment of policies to dynamic interfaces through profiles.
                   usdPolicyAttachProfileEntry 1.3.6.1.4.1.4874.2.2.27.1.5.2.1 no-access
Each entry contains the profile for attachment of policy(s) to a dynamic interface.
                       usdPolicyAttachProfileId 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.1 unsigned32 no-access
The profile to which the policy attachment profile data belongs. When this profile is applied to a dynamic interface the associated policies will be applied to that interface.
                       usdPolicyAttachProfileForwardingType 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.2 usdpolicyforwardingtype no-access
The interface type (i.e. IP or CBF) which the policy would be attached to.
                       usdPolicyAttachProfilePolicyType 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.3 usdpolicyattachmenttype no-access
The policy type (i.e. input, output or local input).
                       usdPolicyAttachProfileRowStatus 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.4 rowstatus read-only
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.
                       usdPolicyAttachProfilePolicyId 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.5 integer32 read-only
This object is used to control the attachment of policies to dynamic interfaces configured by the profile identified by usdPolicyAttachProfileId, usdPolicyAttachProfileForwardingType and usdPolicyAttachProfilePolicyType. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. Changes made to a row in this table do not take effect until the profile is applied.
                       usdPolicyAttachProfileStatsEnable 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.6 truthvalue read-only
This object is used to control the enabling and disabling of statistics for an policy attachment performed by a profile. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The changes will not take effect until the profile is applied to an interface.
           usdPolicyStatistics 1.3.6.1.4.1.4874.2.2.27.1.6
               usdPolicyIfStatsTable 1.3.6.1.4.1.4874.2.2.27.1.6.1 no-access
Each entry within this obsolete table contains statistics data for an interface/policy rule combination. Interfaces with policies attached and statistics disabled are not represented in this table.
                   usdPolicyIfStatsEntry 1.3.6.1.4.1.4874.2.2.27.1.6.1.1 no-access
Each entry defines a single statistics entry.
                       usdPolicyIfStatsIfId 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.1 interfaceindex no-access
The interface ID corresponding to the stats block represented by this row.
                       usdPolicyIfStatsPolicyType 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.2 usdpolicyattachmenttype no-access
The attachment point for the policy.
                       usdPolicyIfStatsPolicyId 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.3 integer32 no-access
The PolicyTable index of the policy corresponding to the stats block represented by this row.
                       usdPolicyIfStatsRulePrec 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.4 integer32 no-access
The precedence of the policy rule corresponding to the stats block represented by this row.
                       usdPolicyIfStatsRuleId 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.5 integer32 no-access
The index of the policy rule corresponding to the stats block represented by this row.
                       usdPolicyIfStatsClaclEntryNumber 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.6 integer32 no-access
The index of the clacl entry number corresponding to the stats block represented by this row.
                       usdPolicyIfStatsGreenPackets 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.7 counter64 read-only
The number of green packets policed by the policy rule.
                       usdPolicyIfStatsYellowPackets 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.8 counter64 read-only
The number of yellow packets policed by the policy rule.
                       usdPolicyIfStatsRedPackets 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.9 counter64 read-only
The number of red packets policed by the policy rule.
                       usdPolicyIfStatsGreenBytes 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.10 counter64 read-only
The number of green bytes policed by the policy rule.
                       usdPolicyIfStatsYellowBytes 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.11 counter64 read-only
The number of yellow bytes policed by the policy rule.
                       usdPolicyIfStatsRedBytes 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.12 counter64 read-only
The number of red bytes policed by the policy rule.
               usdPolicyIfAttachStatsTable 1.3.6.1.4.1.4874.2.2.27.1.6.2 no-access
Each entry within this table contains statistics data for an interface/policy rule combination. Interfaces with policies attached and statistics disabled are not represented in this table.
                   usdPolicyIfAttachStatsEntry 1.3.6.1.4.1.4874.2.2.27.1.6.2.1 no-access
Each entry defines a single statistics entry.
                       usdPolicyIfAttachStatsIfId 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.1 interfaceindex no-access
The interface ID corresponding to the stats block represented by this row.
                       usdPolicyIfAttachStatsForwardingType 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.2 usdpolicyforwardingtype no-access
The forwarding type for the policy attachment.
                       usdPolicyIfAttachStatsPolicyType 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.3 usdpolicyattachmenttype no-access
The attachment point for the policy.
                       usdPolicyIfAttachStatsPolicyId 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.4 integer32 no-access
The PolicyTable index of the policy corresponding to the stats block represented by this row.
                       usdPolicyIfAttachStatsRulePrec 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.5 integer32 no-access
The precedence of the policy rule corresponding to the stats block represented by this row.
                       usdPolicyIfAttachStatsRuleId 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.6 integer32 no-access
The index of the policy rule corresponding to the stats block represented by this row.
                       usdPolicyIfAttachStatsClaclEntryNumber 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.7 integer32 no-access
The index of the clacl entry number corresponding to the stats block represented by this row.
                       usdPolicyIfAttachStatsGreenPackets 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.8 counter64 read-only
The number of green packets policed by the policy rule.
                       usdPolicyIfAttachStatsYellowPackets 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.9 counter64 read-only
The number of yellow packets policed by the policy rule.
                       usdPolicyIfAttachStatsRedPackets 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.10 counter64 read-only
The number of red packets policed by the policy rule.
                       usdPolicyIfAttachStatsGreenBytes 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.11 counter64 read-only
The number of green bytes policed by the policy rule.
                       usdPolicyIfAttachStatsYellowBytes 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.12 counter64 read-only
The number of yellow bytes policed by the policy rule.
                       usdPolicyIfAttachStatsRedBytes 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.13 counter64 read-only
The number of red bytes policed by the policy rule.
           usdTrafficShapeControlList 1.3.6.1.4.1.4874.2.2.27.1.7
               usdTrafficShapeProfileNextIndex 1.3.6.1.4.1.4874.2.2.27.1.7.1 integer32 read-only
Obsolete scalar object returns the index of the next available row in the usdTrafficShapeProfileTable. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended. This object became obsolete when the policy shaper capability was moved into the quality of service component.
               usdTrafficShapeProfileTable 1.3.6.1.4.1.4874.2.2.27.1.7.2 no-access
This table contains entries for elements of Traffic Shape Profile definitions. This table became obsolete when the policy shaper capability was moved into the quality of service component.
                   usdTrafficShapeProfileEntry 1.3.6.1.4.1.4874.2.2.27.1.7.2.1 no-access
Each entry describes the characteristics of a traffic shape profile element.
                       usdTrafficShapeProfileId 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.1 integer32 no-access
The number of the traffic shape profile entry which is defined by this row.
                       usdTrafficShapeProfileRowStatus 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.2 rowstatus read-only
Controls creation/deletion of conceptual rows within this table. All rowStatus modes are supported. To create an entry in this table, the following entry objects MUST be explicitly configured: usdTrafficShapeProfileRowStatus
                       usdTrafficShapeProfileName 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.3 displaystring read-only
Specifies the name of the traffic shape profile defined by this row.
                       usdTrafficShapeReferenceCount 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.4 counter32 read-only
This object reflects the number of times a traffic shape profile object is referenced by policies.
                       usdTrafficShapeRate 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.5 integer32 read-only
The traffic shape rate in bits per second.
                       usdTrafficShapeBurst 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.6 integer32 read-only
The traffic shape burst in bytes.
       usdPolicyConformance 1.3.6.1.4.1.4874.2.2.27.2
           usdPolicyCompliances 1.3.6.1.4.1.4874.2.2.27.2.1
               usdPolicyCompliance 1.3.6.1.4.1.4874.2.2.27.2.1.1
Obsolete compliance statement for entities which implement the Unisphere policy management MIB. This statement became obsolete when policy traffic shape and color objects were added to the MIB.
               usdPolicyCompliance2 1.3.6.1.4.1.4874.2.2.27.2.1.2
Obsolete compliance statement for entities which implement the Unisphere policy management MIB. This statement was obsolete when policy log rule objects were added to the MIB.
               usdPolicyCompliance3 1.3.6.1.4.1.4874.2.2.27.2.1.3
Obsolete compliance statement for entities which implement the Unisphere policy management MIB. This statement became obsolete when policy color rule objects were added, the policy profile table was extended and the policy interface attachement tables were replaced by new versions.
               usdPolicyCompliance4 1.3.6.1.4.1.4874.2.2.27.2.1.4
Obsolete compliance statement for entities which implement the Unisphere policy management MIB. This statement became obsolete when TCP flag and IP flag classifier control list objects were added and the usdPolicyProfileTable was repalced by the usdPolicyAttachProfileTable.
               usdPolicyCompliance5 1.3.6.1.4.1.4874.2.2.27.2.1.5
Obsolete compliance statement for entities which implement the Unisphere policy management MIB. This statement became obsolete when traffic class rule objects and new rate limit objects were added and when the policy shaper capability was moved into the quality of service component.
               usdPolicyCompliance6 1.3.6.1.4.1.4874.2.2.27.2.1.6
The compliance statement for entities which implement the Unisphere policy management MIB.
           usdPolicyGroups 1.3.6.1.4.1.4874.2.2.27.2.2
               usdPolicyGroup 1.3.6.1.4.1.4874.2.2.27.2.2.1
Obsolete collection of objects for managing policies in a Unisphere product. This group became obsolete when policy traffic shape and color objects were added.
               usdRateLimitControlListGroup 1.3.6.1.4.1.4874.2.2.27.2.2.2
Obsolete collection of objects for managing rate limit control lists in a Unisphere product. This group became obsolete when it was replaced by the usdRateLimitGroup so that rate limit support could become optional.
               usdClassifierControlListGroup 1.3.6.1.4.1.4874.2.2.27.2.2.3
Obsolete collection of objects for managing elements of classifier control lists in a Unisphere product. This group became obsolete when support was added for TCP flag and IP flag control objects.
               usdPolicyIfGroup 1.3.6.1.4.1.4874.2.2.27.2.2.4
Obsolete collection of objects for managing attachment of policies to interfaces in a Unisphere product. This group became obsolete when the usdPolicyIfTable was replaced by the usdPolicyIfAttachTable.
               usdPolicyProfileGroup 1.3.6.1.4.1.4874.2.2.27.2.2.5
Obsolete collection of objects for managing attachment of policies to dynamic interfaces through profiles in a Unisphere product. This group became obsolete when the usdPolicyProfileLocalInputPolicyId and the usdPolicyProfileLocalInputStatsEnable objects were added.
               usdPolicyStatisticsGroup 1.3.6.1.4.1.4874.2.2.27.2.2.6
Obsolete collection of objects for managing statistics data for an interface/policy rule combination in a Unisphere product. This group became obsolete when the usdPolicyIfStatsTable was replaced by the usdPolicyIfAttachStatsTable.
               usdPolicyGroup2 1.3.6.1.4.1.4874.2.2.27.2.2.7
Obsolete collection of objects for managing policies in a Unisphere product. This group became obsolete when the specific rules objects were broken out into separte groups.
               usdTrafficShapeProfileGroup 1.3.6.1.4.1.4874.2.2.27.2.2.8
Obsolete collection of objects for traffic shaping data for a policy rule in a Unisphere product. This group became obsolete when it was combined with the traffic shape policy rules objects.
               usdLogRuleGroup 1.3.6.1.4.1.4874.2.2.27.2.2.9
A collection of objects for log data for a policy rule in a Unisphere product.
               usdPolicyIfAttachGroup 1.3.6.1.4.1.4874.2.2.27.2.2.10
A collection of objects for managing attachment of policies to interfaces in a Unisphere product.
               usdPolicyProfileGroup2 1.3.6.1.4.1.4874.2.2.27.2.2.11
Obsolete collection of objects for managing attachment of policies to dynamic interfaces through profiles. This group became obsolete when the usdPolicyProfileTable was replaced by the usdPolicyAttachProfileTable.
               usdPolicyAttachStatisticsGroup 1.3.6.1.4.1.4874.2.2.27.2.2.12
A collection of objects for managing statistics data for an interface/policy rule combination in a Unisphere product.
               usdClassifierControlListGroup2 1.3.6.1.4.1.4874.2.2.27.2.2.13
A collection of objects for managing elements of classifier control lists in a Unisphere product.
               usdPolicyAttachProfileGroup 1.3.6.1.4.1.4874.2.2.27.2.2.14
A collection of objects for managing attachment of policies to dynamic interfaces through profiles.
               usdPolicyBaseGroup 1.3.6.1.4.1.4874.2.2.27.2.2.15
A collection of basic objects for managing policies in a Unisphere product.
               usdNextHopRulesGroup 1.3.6.1.4.1.4874.2.2.27.2.2.16
A collection of objects for managing next-hop policy rules in a Unisphere product.
               usdFilterRulesGroup 1.3.6.1.4.1.4874.2.2.27.2.2.17
A collection of objects for managing filter policy rules in a Unisphere product.
               usdNextInterfaceRulesGroup 1.3.6.1.4.1.4874.2.2.27.2.2.18
A collection of objects for managing next-interface policy rules in a Unisphere product.
               usdRateLimitGroup 1.3.6.1.4.1.4874.2.2.27.2.2.19
Obsolete collection of objects for managing rate limit policy rules and profile lists in a Unisphere product. This group became obsolete when new rate limit profile objects were added.
               usdMarkingRulesGroup 1.3.6.1.4.1.4874.2.2.27.2.2.20
A collection of objects for managing policy rules for marking in a Unisphere product.
               usdForwardRulesGroup 1.3.6.1.4.1.4874.2.2.27.2.2.21
A collection of objects for managing forward policy rules in a Unisphere product.
               usdTrafficShapeGroup 1.3.6.1.4.1.4874.2.2.27.2.2.22
Obsolete collection of objects for managing traffic shape policy rules and profile lists in a Unisphere product. This group became obsolete when the policy shaper capability was moved into the quality of service component.
               usdColorRulesGroup 1.3.6.1.4.1.4874.2.2.27.2.2.23
A collection of objects for managing color policy rules in a Unisphere product.
               usdTrafficClassRulesGroup 1.3.6.1.4.1.4874.2.2.27.2.2.24
A collection of objects for managing traffic class policy rules in a Unisphere product.
               usdRateLimitGroup2 1.3.6.1.4.1.4874.2.2.27.2.2.25
A collection of objects for managing rate limit policy rules and profile lists in a Unisphere product.