Unisphere-Data-IP-POLICY-MIB
AI MIB Summary
The Unisphere-Data-IP-POLICY-MIB enables monitoring and management of IP policy configurations, including access control lists and routing policies, on Unisphere Networks Inc. hardware appliances via SNMP. This module provides specific OID access to policy rule states, match counters, and action statistics for troubleshooting traffic filtering and QoS enforcement.
The IP Policy MIB for the Unisphere Networks Inc. enterprise.
Main OID:
usdIpPolicyMIB.1.3.6.1.4.1.4874.2.2.13
114
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
114 total| Object Name |
|---|
usdIpPolicyMIBThe IP Policy MIB for the Unisphere Networks Inc. enterprise. MODULE-IDENTITY .1.3.6.1.4.1.4874.2.2.13 |
usdIpPolicyObjects OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1 |
usdIpAccessList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.1 |
usdIpAccessListTableThis table contains entries for elements of IP access lists. Entries belonging to the same access 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'. SEQUENCE OF UsdIpAccessListEntry .1.3.6.1.4.1.4874.2.2.13.1.1.1 |
usdIpAccessListEntryEach entry describes the characteristics of an IP access list element. UsdIpAccessListEntry .1.3.6.1.4.1.4874.2.2.13.1.1.1.1 |
usdIpAccessListIdThe number of the access list to which this entry belongs. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.1 |
usdIpAccessListElemIdThe relative position of this entry within its access list. Access list entries are searched in this sequence (low to high values) until a match is found. NOTE: The value zero is reserved for use with SET operations to perform special-purpose table entry creations/deletions; see the DESCRIPTION of usdIpAccessListRowStatus for details. Get/GetNext/GetBulk retrievals never return an entry for which this object is zero-valued. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.2 |
usdIpAccessListRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy Two configuration levels are defined, limited and full. EARLY IMPLEMENTATIONS MIGHT PROVIDE ONLY THE LIMITED LEVEL OF CONFIGURATION CAPABILITY. *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** 1) RowStatus createAndGo/destroy operations directed to a target table entry for which usdIpAccessListElemId is ZERO, have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. assign it a value of usdIpAccessListElemId that is one greater than the current last element in the list. destroy Destroy the specified list and all of its constituent elements. 2) RowStatus createAndGo/destroy operations directed to a target table entry for which usdIpAccessListElemId is NONZERO are disallowed. *** FULL ACCESS LIST CONFIGURATION LEVEL *** Permit conventional RowStatus-based management of table entries having a nonzero value for usdIpAccessListElemId, IN ADDITION TO the special RowStatus semantics applied to entries having a zero value for usdIpAccessListElemId. To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpAccessListRowStatus In addition, when creating an entry the following conditions must hold: The value of usdIpAccessListElemId is nonzero. Once created, element attributes cannot be modified except by a RowStatus destroy operation to delete the list element.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.3 |
usdIpAccessListActionSpecifies the disposition of an item that matches the comparison criteria described by this entry.rw UsdIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.4 |
usdIpAccessListSrcA source IP address. A subject IP address is first masked with the value of usdIpAccessListSrcMask, 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.rw IpAddress .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.5 |
usdIpAccessListSrcMaskThe IP address mask to be applied to a subject source IP address before comparing it to usdIpAccessListSrc. 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.rw IpAddress .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.6 |
usdIpAccessListDstA destination IP address. A subject IP address is first masked with the value of usdIpAccessListDstMask, 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.rw IpAddress .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.7 |
usdIpAccessListDstMaskThe IP address mask to be applied to a subject destination IP address before comparing it to usdIpAccessListDst. 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.rw IpAddress .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.8 |
usdIpAccessListProtocolAn 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.rw Integer32 .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.9 |
usdIpNamedAccessList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.2 |
usdIpNamedAccessListTableThis table contains entries for elements of IP access lists. Entries belonging to the same access 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'. SEQUENCE OF UsdIpNamedAccessListEntry .1.3.6.1.4.1.4874.2.2.13.1.2.1 |
usdIpNamedAccessListEntryEach entry describes the characteristics of an IP access list element. UsdIpNamedAccessListEntry .1.3.6.1.4.1.4874.2.2.13.1.2.1.1 |
usdIpNamedAccessListNameThe name of the access list to which this entry belongs. UsdIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.1 |
usdIpNamedAccessListElemIdThe relative position of this entry within its access list. Access list entries are searched in this sequence (low to high values) until a match is found. NOTE: The value zero is reserved for use with SET operations to perform special-purpose table entry creations/deletions; see the DESCRIPTION of usdIpNamedAccessListRowStatus for details. Get/GetNext/GetBulk retrievals never return an entry for which this object is zero-valued. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.2 |
usdIpNamedAccessListRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy Two configuration levels are defined, limited and full. EARLY IMPLEMENTATIONS MIGHT PROVIDE ONLY THE LIMITED LEVEL OF CONFIGURATION CAPABILITY. *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** 1) RowStatus createAndGo/destroy operations directed to a target table entry for which usdIpNamedAccessListElemId is ZERO, have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. assign it a value of usdIpNamedAccessListElemId that is one greater than the current last element in the list. destroy Destroy the specified list and all of its constituent elements. 2) RowStatus createAndGo/destroy operations directed to a target table entry for which usdIpNamedAccessListElemId is NONZERO are disallowed. *** FULL ACCESS LIST CONFIGURATION LEVEL *** Permit conventional RowStatus-based management of table entries having a nonzero value for usdIpNamedAccessListElemId, IN ADDITION TO the special RowStatus semantics applied to entries having a zero value for usdIpNamedAccessListElemId. To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpNamedAccessListRowStatus In addition, when creating an entry the following conditions must hold: The value of usdIpNamedAccessListElemId is nonzero. Once created, element attributes cannot be modified except by a RowStatus destroy operation to delete the list element.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.3 |
usdIpNamedAccessListActionSpecifies the disposition of an item that matches the comparison criteria described by this entry.rw UsdIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.4 |
usdIpNamedAccessListSrcA source IP address. A subject IP address is first masked with the value of usdIpNamedAccessListSrcMask, 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.rw IpAddress .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.5 |
usdIpNamedAccessListSrcMaskThe IP address mask to be applied to a subject source IP address before comparing it to usdIpNamedAccessListSrc. 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.rw IpAddress .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.6 |
usdIpNamedAccessListDstA destination IP address. A subject IP address is first masked with the value of usdIpNamedAccessListDstMask, 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.rw IpAddress .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.7 |
usdIpNamedAccessListDstMaskThe IP address mask to be applied to a subject destination IP address before comparing it to usdIpNamedAccessListDst. 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.rw IpAddress .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.8 |
usdIpNamedAccessListProtocolAn 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.rw Integer32 .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.9 |
usdIpAspAccessList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.3 |
usdIpAspAccessTableThis table contains entries for elements of IP AS-Path access entries. SEQUENCE OF UsdIpAspAccessEntry .1.3.6.1.4.1.4874.2.2.13.1.3.1 |
usdIpAspAccessEntryEach entry describes the characteristics of an IP AS-Path access element. UsdIpAspAccessEntry .1.3.6.1.4.1.4874.2.2.13.1.3.1.1 |
usdIpAspAccessNameThe name of the AS-Path Access List to which this entry belongs. UsdIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.1 |
usdIpAspAccessElemIdThe element ID portion of the IP AS-Path for this entry. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.2 |
usdIpAspAccessCreatedInternallyIndicated whether this entry was created internally by the system, or dynamically via a management interface. A true value for this object indicates that this entry was created internally; false indicates externally.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.3 |
usdIpAspAccessPolicyIndicates the action to take for this AS-Path access list.rw UsdIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.4 |
usdIpAspAccessExpressionThe AS-Path access list expression for this entry.rw OCTET STRING .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.5 |
usdIpAspAccessRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpCommunityRowStatus In addition, when creating an entry the following conditions must hold: Once created, only certain attributes can be modified. What are they? FIXME JCSrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.6 |
usdIpPrefixList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.4 |
usdIpPrefixListTableThis table contains entries for elements of IP prefix lists. Entries belonging to the same prefix 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'. SEQUENCE OF UsdIpPrefixListEntry .1.3.6.1.4.1.4874.2.2.13.1.4.1 |
usdIpPrefixListEntryEach entry describes the characteristics of an IP prefix list element. UsdIpPrefixListEntry .1.3.6.1.4.1.4874.2.2.13.1.4.1.1 |
usdIpPrefixListNameThe name of the prefix list to which this entry belongs. UsdIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.1 |
usdIpPrefixListElemIdThe relative position of this entry within its prefix list. Access list entries are searched in this sequence (low to high values) until a match is found. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.2 |
usdIpPrefixListIpAddressThe IP Address portion of the IP List value for this entry. IpAddress .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.3 |
usdIpPrefixListLengthThe length portion of the IP List value for this entry. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.4 |
usdIpPrefixListPolicyThe IP Prefix list action to perform for this entry.rw UsdIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.5 |
usdIpPrefixListGeValueThe minimum prefix length to apply to address.rw Integer32 .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.6 |
usdIpPrefixListLeValueThe maximum prefix length to apply to address.rw Integer32 .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.7 |
usdIpPrefixListDescriptionThe administratively assigned description for this entry.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.8 |
usdIpPrefixListHitCountThe number of hits for this entry.ro Counter32 .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.9 |
usdIpPrefixListRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpPrefixListRowStatus In addition, when creating an entry the following conditions must hold: The value of usdIpPrefixListElemId is nonzero. Once created, only certain attributes can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.10 |
usdIpPrefixTree OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.5 |
usdIpPrefixTreeTableThis table contains entries for elements of IP prefix trees. Entries belonging to the same prefix tree 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'. SEQUENCE OF UsdIpPrefixTreeEntry .1.3.6.1.4.1.4874.2.2.13.1.5.1 |
usdIpPrefixTreeEntryEach entry describes the characteristics of an IP prefix tree element. UsdIpPrefixTreeEntry .1.3.6.1.4.1.4874.2.2.13.1.5.1.1 |
usdIpPrefixTreeNameThe name of the prefix tree to which this entry belongs. UsdIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.1 |
usdIpPrefixTreeIpAddressThe IP Address portion of the IP Prefix value for this entry. IpAddress .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.2 |
usdIpPrefixTreeLengthThe length portion of the IP Prefix value for this entry. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.3 |
usdIpPrefixTreePolicyThe IP Prefix tree policy perform for this entry.rw UsdIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.4 |
usdIpPrefixTreeDescriptionThe administratively assigned description for this entry.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.5 |
usdIpPrefixTreeHitCountThe number of hits for this entry.ro Counter32 .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.6 |
usdIpPrefixTreeRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpPrefixTreeRowStatus In addition, when creating an entry the following conditions must hold: The value of usdIpPrefixTreeIpAddress and usdIpPrefixTreeLength are nonzero. Once created, only certain attributes can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.7 |
usdIpCommunityList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.6 |
usdIpCommunityListTableThis table contains entries for elements of IP Community Lists. Entries belonging to the same Community List are ordered. The table supports standard and extended community lists. SEQUENCE OF UsdIpCommunityListEntry .1.3.6.1.4.1.4874.2.2.13.1.6.1 |
usdIpCommunityListEntryEach entry describes the characteristics of an IP Community List element. UsdIpCommunityListEntry .1.3.6.1.4.1.4874.2.2.13.1.6.1.1 |
usdIpCommunityListNameThe name of the Community List to which this entry belongs. UsdIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.1 |
usdIpCommunityListElemIdThe IP Address portion of the IP Prefix value for this entry. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.2 |
usdIpCommunityListCreatedInternallyIndicated whether this entry was created internally by the system, or dynamically via a management interface. A true value for this object indicates that this entry was created internally; false indicates externally.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.3 |
usdIpCommunityListExtendedIndicates whether this entry is a standard or extended Community List. True indicates extended, false indicates standardrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.4 |
usdIpCommunityListPolicyIndicates the policy action to perform for this list.rw UsdIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.5 |
usdIpCommunityListExpressionThe community list expression for this entry.rw OCTET STRING .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.6 |
usdIpCommunityListRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpCommunityRowStatus In addition, when creating an entry the following conditions must hold: Once created, only certain attributes can be modified. What are they? FIXME JCSrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.7 |
usdIpExtCommunityListTableThis table contains entries for Extended IP Community Lists. Entries belonging to the same Extended Community List are ordered. SEQUENCE OF UsdIpExtCommunityListEntry .1.3.6.1.4.1.4874.2.2.13.1.6.2 |
usdIpExtCommunityListEntryEach entry describes the characteristics of an Extended IP Community List element. UsdIpExtCommunityListEntry .1.3.6.1.4.1.4874.2.2.13.1.6.2.1 |
usdIpExtCommunityListNameThe name of the Extended Community List to which this entry belongs. UsdIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.1 |
usdIpExtCommunityListElemIdThe element ID value for this entry. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.2 |
usdIpExtCommunityListCreatedInternallyIndicated whether this entry was created internally by the system, or dynamically via a management interface. A true value for this object indicates that this entry was created internally; false indicates externally.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.3 |
usdIpExtCommunityListPolicyIndicatesrw UsdIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.4 |
usdIpExtCommunityListExpressionThe extended community list expression for this entry.rw OCTET STRING .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.5 |
usdIpExtCommunityListRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpExtCommunityRowStatus In addition, when creating an entry the following conditions must hold: The value of usdIpExtCommunityListElemId is included in this table as a key for future use. It must be the value zero. Once created, only certain attributes can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.6 |
usdIpRedistributeList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.7 |
usdIpDynRedistributeTableThis table contains entries for elements of IP Dynamic Route Redistribution elements. SEQUENCE OF UsdIpDynRedistributeEntry .1.3.6.1.4.1.4874.2.2.13.1.7.1 |
usdIpDynRedistributeEntryEach entry describes the characteristics of a dynamic IP Route Redistribute element. UsdIpDynRedistributeEntry .1.3.6.1.4.1.4874.2.2.13.1.7.1.1 |
usdIpDynRedistributeToProtocolIdentifies the protocol associated with this Dynamic Route Redistribution element that routes are redistributed to. UsdIpRedistributeProtocol .1.3.6.1.4.1.4874.2.2.13.1.7.1.1.1 |
usdIpDynRedistributeStateIndicates the enable/disable state of this redistribution element.rw UsdIpPolicyAdminStatus .1.3.6.1.4.1.4874.2.2.13.1.7.1.1.2 |
usdIpDynRedistributeRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpDynRedistributeRowStatus Once created, only the usdIpDynRedistributeState object can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.7.1.1.3 |
usdIpRedistributeTableThis table contains entries for elements of IP Route Redistribution elements. SEQUENCE OF UsdIpRedistributeEntry .1.3.6.1.4.1.4874.2.2.13.1.7.2 |
usdIpRedistributeEntryEach entry describes the characteristics of an IP Route Redistribution element. UsdIpRedistributeEntry .1.3.6.1.4.1.4874.2.2.13.1.7.2.1 |
usdIpRedistributeToProtocolIdentifies the protocol for this element that routes are redistributed to. UsdIpRedistributeProtocol .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.1 |
usdIpRedistributeFromProtocolIdentifies the protocol for this element that routes are redistributed from. UsdIpRedistributeProtocol .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.2 |
usdIpRedistributeStateIndicates the enable/disable state of this redistribution element.rw UsdIpPolicyAdminStatus .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.3 |
usdIpRedistributeRouteMapNameIdentifies the IP route-map associated with this IP Route Redistribution element.rw UsdIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.4 |
usdIpRedistributeRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdIpRedistributeRowStatus usdIpRedistributeRouteMapName Once created, only the usdIpRedistributeState object can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.5 |
usdIpRouteMapTree OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.8 |
usdIpRouteMapTableThis table contains entries for elements of IP Route Maps. SEQUENCE OF UsdIpRouteMapEntry .1.3.6.1.4.1.4874.2.2.13.1.8.1 |
usdIpRouteMapEntryEach entry describes the characteristics of an IP Route Map element. UsdIpRouteMapEntry .1.3.6.1.4.1.4874.2.2.13.1.8.1.1 |
usdIpRouteMapNameThe name of the route map to which this entry belongs. UsdIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.1 |
usdIpRouteMapSequenceNumThe element ID value for this entry. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.2 |
usdIpRouteMapElemIdThe element ID to which this entry belongs. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.3 |
usdIpRouteMapSubElemIdThe sub-element ID to which this entry belongs. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.4 |
usdIpRouteMapCreatedInternallyIndicated whether this entry was created internally by the system, or dynamically via a management interface. A true value for this object indicates that this entry was created internally; false indicates externally.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.5 |
usdIpRouteMapPolicyIndicates the policy action performed by this element.ro UsdIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.6 |
usdIpRouteMapDisplayTextual information taken from the NVT ASCII character set (i.e. RFC1903 DisplayString), but with increased length. The information in this object is the series of set, match, and/or match & set clauses for this route map. It is assumed that the information conveyed in this object is used for display purposes and in general, is not parsed. The information in this string is a concatentation of routemap clauses configured via the systems non SNMP interface.ro OCTET STRING .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.7 |
usdIpPolicyConformance OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.4 |
usdIpPolicyCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.4.1 |
usdIpPolicyComplianceAn obsolete compliance statement for entities that implement the Unisphere IP Policy MIB. This statement became obsolete when support was added for the IP Named Access List.obsolete Unknown .1.3.6.1.4.1.4874.2.2.13.4.1.1 |
usdIpPolicyCompliance2An obsolete compliance statement for entities that implement the Unisphere IP Policy MIB. This statement became obsolete when support was added for the IP ASP Access List, the IP Prefix List, the IP Prefix Tree, the IP Community List, the IP Extended Community List, IP Dynamic Route Redistribution, and the IP Route Map.obsolete Unknown .1.3.6.1.4.1.4874.2.2.13.4.1.2 |
usdIpPolicyCompliance3The compliance statement for entities that implement the Unisphere IP Policy MIB. Unknown .1.3.6.1.4.1.4874.2.2.13.4.1.3 |
usdIpPolicyGroups OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.4.2 |
usdIpAccessListGroupA collection of objects for managing IP access list capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.1 |
usdIpNamedAccessListGroupA named collection of objects for managing IP access list capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.2 |
usdIpAspAccessListGroupA named collection of objects for managing AS-Path access list capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.3 |
usdIpPrefixListGroupA named collection of objects for managing Prefix list capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.4 |
usdIpPrefixTreeGroupA named collection of objects for managing Prefix Tree capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.5 |
usdIpCommunityListGroupA named collection of objects for managing Community List capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.6 |
usdIpExtCommunityListGroupA named collection of objects for managing Extended Community List capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.7 |
usdIpRedistributeGroupA collection of objects for managing IP route redistribution list capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.8 |
usdIpRouteMapGroupA collection of objects for managing IP route map list capabilities in a Unisphere product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.9 |