Unisphere-Data-IP-POLICY-MIB

MIB Reference — IPNetwork Monitor

All MIBsUnisphere-Data-IP-POLICY-MIB

Organization: Unisphere Networks, Inc.

Last Updated: 2002-01-03

Category: Juniper Unisphere ERX Routing

Description:

Manages Unisphere ERX IP routing policy rules, prefix lists, and route-map configuration.

Imported Objects

From SNMPv2-CONF

MODULE-COMPLIANCE
OBJECT-GROUP

From SNMPv2-SMI

Counter32
Integer32
IpAddress
MODULE-IDENTITY
OBJECT-TYPE

From SNMPv2-TC

DisplayString
RowStatus
TEXTUAL-CONVENTION
TruthValue

From Unisphere-Data-MIBs

usDataMibsMODULE-IDENTITY

What Is Unisphere-Data-IP-POLICY-MIB?

This is the enterprise IP policy MIB for Unisphere Networks' ERX Edge Router Switch line, covering access-list and route-policy configuration used for traffic filtering and routing decisions. It exposes configuration-oriented data -- access list entries, their match criteria (source/destination address and mask, protocol), and permit/deny actions -- rather than physical hardware metrics. Its monitoring value is chiefly around software/policy status: confirming which access-list rules are provisioned and active (usdIpAccessListRowStatus) and auditing rule ordering and action to catch misconfigurations that could block or permit unintended traffic. It builds on standard IP addressing conventions and complements the Unisphere IP MIB and IP Tunnel MIB, sharing interface and routing context with them. It is used in service-provider and enterprise ERX deployments to audit and troubleshoot ACL/route-map based traffic policies, with Unisphere-Data-IP-POLICY-MIB SNMP monitoring giving operators direct visibility into rule provisioning and ordering.

IPNetwork Monitor allows you to monitor SNMP objects defined in Unisphere-Data-IP-POLICY-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • access-list entry match criteria
  • access-list action (permit/deny)
  • access-list row status
  • named access-list entries
  • protocol filter per rule

Supported Devices

  • Juniper/Unisphere ERX Edge Router

Monitoring Examples

An administrator would walk usdIpAccessListTable/usdIpAccessListEntry to review each rule's usdIpAccessListSrc/usdIpAccessListSrcMask and usdIpAccessListDst/usdIpAccessListDstMask alongside usdIpAccessListAction to verify a suspected traffic-blocking issue is caused by an explicit deny rule. Checking usdIpAccessListRowStatus confirms whether a given rule is active, notInService, or pending deletion. The usdIpNamedAccessListTable would be consulted when access lists are referenced by name rather than numeric ID, common in more complex route-map configurations.

OIDs
OID symbolicOID numericTypeAccessDescription
usdIpPolicyMIB1.3.6.1.4.1.4874.2.2.13The IP Policy MIB for the Unisphere Networks Inc. enterprise.
usdIpPolicyObjects1.3.6.1.4.1.4874.2.2.13.1
usdIpAccessList1.3.6.1.4.1.4874.2.2.13.1.1
usdIpAccessListTable1.3.6.1.4.1.4874.2.2.13.1.1.1not-accessibleThis 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'.
usdIpAccessListEntry1.3.6.1.4.1.4874.2.2.13.1.1.1.1not-accessibleEach entry describes the characteristics of an IP access list element.
I32 usdIpAccessListId1.3.6.1.4.1.4874.2.2.13.1.1.1.1.1Integer32not-accessibleThe number of the access list to which this entry belongs.
I32 usdIpAccessListElemId1.3.6.1.4.1.4874.2.2.13.1.1.1.1.2Integer32not-accessibleThe 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.
ROW usdIpAccessListRowStatus1.3.6.1.4.1.4874.2.2.13.1.1.1.1.3RowStatusread-createControls 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.
USD usdIpAccessListAction1.3.6.1.4.1.4874.2.2.13.1.1.1.1.4UsdIpPolicyPolicyread-createSpecifies the disposition of an item that matches the comparison criteria described by this entry.
IP usdIpAccessListSrc1.3.6.1.4.1.4874.2.2.13.1.1.1.1.5IpAddressread-createA 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.
IP usdIpAccessListSrcMask1.3.6.1.4.1.4874.2.2.13.1.1.1.1.6IpAddressread-createThe 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.
IP usdIpAccessListDst1.3.6.1.4.1.4874.2.2.13.1.1.1.1.7IpAddressread-createA 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.
IP usdIpAccessListDstMask1.3.6.1.4.1.4874.2.2.13.1.1.1.1.8IpAddressread-createThe 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.
I32 usdIpAccessListProtocol1.3.6.1.4.1.4874.2.2.13.1.1.1.1.9Integer32read-createAn 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.
usdIpNamedAccessList1.3.6.1.4.1.4874.2.2.13.1.2
usdIpNamedAccessListTable1.3.6.1.4.1.4874.2.2.13.1.2.1not-accessibleThis 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'.
usdIpNamedAccessListEntry1.3.6.1.4.1.4874.2.2.13.1.2.1.1not-accessibleEach entry describes the characteristics of an IP access list element.
USD usdIpNamedAccessListName1.3.6.1.4.1.4874.2.2.13.1.2.1.1.1UsdIpPolicyNamenot-accessibleThe name of the access list to which this entry belongs.
I32 usdIpNamedAccessListElemId1.3.6.1.4.1.4874.2.2.13.1.2.1.1.2Integer32not-accessibleThe 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.
ROW usdIpNamedAccessListRowStatus1.3.6.1.4.1.4874.2.2.13.1.2.1.1.3RowStatusread-createControls 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.
USD usdIpNamedAccessListAction1.3.6.1.4.1.4874.2.2.13.1.2.1.1.4UsdIpPolicyPolicyread-createSpecifies the disposition of an item that matches the comparison criteria described by this entry.
IP usdIpNamedAccessListSrc1.3.6.1.4.1.4874.2.2.13.1.2.1.1.5IpAddressread-createA 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.
IP usdIpNamedAccessListSrcMask1.3.6.1.4.1.4874.2.2.13.1.2.1.1.6IpAddressread-createThe 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.
IP usdIpNamedAccessListDst1.3.6.1.4.1.4874.2.2.13.1.2.1.1.7IpAddressread-createA 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.
IP usdIpNamedAccessListDstMask1.3.6.1.4.1.4874.2.2.13.1.2.1.1.8IpAddressread-createThe 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.
I32 usdIpNamedAccessListProtocol1.3.6.1.4.1.4874.2.2.13.1.2.1.1.9Integer32read-createAn 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.
usdIpAspAccessList1.3.6.1.4.1.4874.2.2.13.1.3
usdIpAspAccessTable1.3.6.1.4.1.4874.2.2.13.1.3.1not-accessibleThis table contains entries for elements of IP AS-Path access entries.
usdIpAspAccessEntry1.3.6.1.4.1.4874.2.2.13.1.3.1.1not-accessibleEach entry describes the characteristics of an IP AS-Path access element.
USD usdIpAspAccessName1.3.6.1.4.1.4874.2.2.13.1.3.1.1.1UsdIpPolicyNamenot-accessibleThe name of the AS-Path Access List to which this entry belongs.
I32 usdIpAspAccessElemId1.3.6.1.4.1.4874.2.2.13.1.3.1.1.2Integer32not-accessibleThe element ID portion of the IP AS-Path for this entry.
T/F usdIpAspAccessCreatedInternally1.3.6.1.4.1.4874.2.2.13.1.3.1.1.3TruthValueread-onlyIndicated 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.
USD usdIpAspAccessPolicy1.3.6.1.4.1.4874.2.2.13.1.3.1.1.4UsdIpPolicyPolicyread-createIndicates the action to take for this AS-Path access list.
OCT usdIpAspAccessExpression1.3.6.1.4.1.4874.2.2.13.1.3.1.1.5OCTET STRINGread-createThe AS-Path access list expression for this entry.
ROW usdIpAspAccessRowStatus1.3.6.1.4.1.4874.2.2.13.1.3.1.1.6RowStatusread-createControls 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 JCS
usdIpPrefixList1.3.6.1.4.1.4874.2.2.13.1.4
usdIpPrefixListTable1.3.6.1.4.1.4874.2.2.13.1.4.1not-accessibleThis 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'.
usdIpPrefixListEntry1.3.6.1.4.1.4874.2.2.13.1.4.1.1not-accessibleEach entry describes the characteristics of an IP prefix list element.
USD usdIpPrefixListName1.3.6.1.4.1.4874.2.2.13.1.4.1.1.1UsdIpPolicyNamenot-accessibleThe name of the prefix list to which this entry belongs.
I32 usdIpPrefixListElemId1.3.6.1.4.1.4874.2.2.13.1.4.1.1.2Integer32not-accessibleThe 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.
IP usdIpPrefixListIpAddress1.3.6.1.4.1.4874.2.2.13.1.4.1.1.3IpAddressnot-accessibleThe IP Address portion of the IP List value for this entry.
I32 usdIpPrefixListLength1.3.6.1.4.1.4874.2.2.13.1.4.1.1.4Integer32not-accessibleThe length portion of the IP List value for this entry.
USD usdIpPrefixListPolicy1.3.6.1.4.1.4874.2.2.13.1.4.1.1.5UsdIpPolicyPolicyread-createThe IP Prefix list action to perform for this entry.
I32 usdIpPrefixListGeValue1.3.6.1.4.1.4874.2.2.13.1.4.1.1.6Integer32read-createThe minimum prefix length to apply to address.
I32 usdIpPrefixListLeValue1.3.6.1.4.1.4874.2.2.13.1.4.1.1.7Integer32read-createThe maximum prefix length to apply to address.
STR usdIpPrefixListDescription1.3.6.1.4.1.4874.2.2.13.1.4.1.1.8DisplayStringread-createThe administratively assigned description for this entry.
C32 usdIpPrefixListHitCount1.3.6.1.4.1.4874.2.2.13.1.4.1.1.9Counter32read-onlyThe number of hits for this entry.
ROW usdIpPrefixListRowStatus1.3.6.1.4.1.4874.2.2.13.1.4.1.1.10RowStatusread-createControls 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.
usdIpPrefixTree1.3.6.1.4.1.4874.2.2.13.1.5
usdIpPrefixTreeTable1.3.6.1.4.1.4874.2.2.13.1.5.1not-accessibleThis 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'.
usdIpPrefixTreeEntry1.3.6.1.4.1.4874.2.2.13.1.5.1.1not-accessibleEach entry describes the characteristics of an IP prefix tree element.
USD usdIpPrefixTreeName1.3.6.1.4.1.4874.2.2.13.1.5.1.1.1UsdIpPolicyNamenot-accessibleThe name of the prefix tree to which this entry belongs.
IP usdIpPrefixTreeIpAddress1.3.6.1.4.1.4874.2.2.13.1.5.1.1.2IpAddressnot-accessibleThe IP Address portion of the IP Prefix value for this entry.
I32 usdIpPrefixTreeLength1.3.6.1.4.1.4874.2.2.13.1.5.1.1.3Integer32not-accessibleThe length portion of the IP Prefix value for this entry.
USD usdIpPrefixTreePolicy1.3.6.1.4.1.4874.2.2.13.1.5.1.1.4UsdIpPolicyPolicyread-createThe IP Prefix tree policy perform for this entry.
STR usdIpPrefixTreeDescription1.3.6.1.4.1.4874.2.2.13.1.5.1.1.5DisplayStringread-createThe administratively assigned description for this entry.
C32 usdIpPrefixTreeHitCount1.3.6.1.4.1.4874.2.2.13.1.5.1.1.6Counter32read-onlyThe number of hits for this entry.
ROW usdIpPrefixTreeRowStatus1.3.6.1.4.1.4874.2.2.13.1.5.1.1.7RowStatusread-createControls 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.
usdIpCommunityList1.3.6.1.4.1.4874.2.2.13.1.6
usdIpCommunityListTable1.3.6.1.4.1.4874.2.2.13.1.6.1not-accessibleThis 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.
usdIpCommunityListEntry1.3.6.1.4.1.4874.2.2.13.1.6.1.1not-accessibleEach entry describes the characteristics of an IP Community List element.
USD usdIpCommunityListName1.3.6.1.4.1.4874.2.2.13.1.6.1.1.1UsdIpPolicyNamenot-accessibleThe name of the Community List to which this entry belongs.
I32 usdIpCommunityListElemId1.3.6.1.4.1.4874.2.2.13.1.6.1.1.2Integer32not-accessibleThe IP Address portion of the IP Prefix value for this entry.
T/F usdIpCommunityListCreatedInternally1.3.6.1.4.1.4874.2.2.13.1.6.1.1.3TruthValueread-onlyIndicated 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.
T/F usdIpCommunityListExtended1.3.6.1.4.1.4874.2.2.13.1.6.1.1.4TruthValueread-createIndicates whether this entry is a standard or extended Community List. True indicates extended, false indicates standard
USD usdIpCommunityListPolicy1.3.6.1.4.1.4874.2.2.13.1.6.1.1.5UsdIpPolicyPolicyread-createIndicates the policy action to perform for this list.
OCT usdIpCommunityListExpression1.3.6.1.4.1.4874.2.2.13.1.6.1.1.6OCTET STRINGread-createThe community list expression for this entry.
ROW usdIpCommunityListRowStatus1.3.6.1.4.1.4874.2.2.13.1.6.1.1.7RowStatusread-createControls 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 JCS
usdIpExtCommunityListTable1.3.6.1.4.1.4874.2.2.13.1.6.2not-accessibleThis table contains entries for Extended IP Community Lists. Entries belonging to the same Extended Community List are ordered.
usdIpExtCommunityListEntry1.3.6.1.4.1.4874.2.2.13.1.6.2.1not-accessibleEach entry describes the characteristics of an Extended IP Community List element.
USD usdIpExtCommunityListName1.3.6.1.4.1.4874.2.2.13.1.6.2.1.1UsdIpPolicyNamenot-accessibleThe name of the Extended Community List to which this entry belongs.
I32 usdIpExtCommunityListElemId1.3.6.1.4.1.4874.2.2.13.1.6.2.1.2Integer32not-accessibleThe element ID value for this entry.
T/F usdIpExtCommunityListCreatedInternally1.3.6.1.4.1.4874.2.2.13.1.6.2.1.3TruthValueread-onlyIndicated 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.
USD usdIpExtCommunityListPolicy1.3.6.1.4.1.4874.2.2.13.1.6.2.1.4UsdIpPolicyPolicyread-createIndicates
OCT usdIpExtCommunityListExpression1.3.6.1.4.1.4874.2.2.13.1.6.2.1.5OCTET STRINGread-createThe extended community list expression for this entry.
ROW usdIpExtCommunityListRowStatus1.3.6.1.4.1.4874.2.2.13.1.6.2.1.6RowStatusread-createControls 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.
usdIpRedistributeList1.3.6.1.4.1.4874.2.2.13.1.7
usdIpDynRedistributeTable1.3.6.1.4.1.4874.2.2.13.1.7.1not-accessibleThis table contains entries for elements of IP Dynamic Route Redistribution elements.
usdIpDynRedistributeEntry1.3.6.1.4.1.4874.2.2.13.1.7.1.1not-accessibleEach entry describes the characteristics of a dynamic IP Route Redistribute element.
USD usdIpDynRedistributeToProtocol1.3.6.1.4.1.4874.2.2.13.1.7.1.1.1UsdIpRedistributeProtocolnot-accessibleIdentifies the protocol associated with this Dynamic Route Redistribution element that routes are redistributed to.
USD usdIpDynRedistributeState1.3.6.1.4.1.4874.2.2.13.1.7.1.1.2UsdIpPolicyAdminStatusread-createIndicates the enable/disable state of this redistribution element.
ROW usdIpDynRedistributeRowStatus1.3.6.1.4.1.4874.2.2.13.1.7.1.1.3RowStatusread-createControls 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.
usdIpRedistributeTable1.3.6.1.4.1.4874.2.2.13.1.7.2not-accessibleThis table contains entries for elements of IP Route Redistribution elements.
usdIpRedistributeEntry1.3.6.1.4.1.4874.2.2.13.1.7.2.1not-accessibleEach entry describes the characteristics of an IP Route Redistribution element.
USD usdIpRedistributeToProtocol1.3.6.1.4.1.4874.2.2.13.1.7.2.1.1UsdIpRedistributeProtocolnot-accessibleIdentifies the protocol for this element that routes are redistributed to.
USD usdIpRedistributeFromProtocol1.3.6.1.4.1.4874.2.2.13.1.7.2.1.2UsdIpRedistributeProtocolnot-accessibleIdentifies the protocol for this element that routes are redistributed from.
USD usdIpRedistributeState1.3.6.1.4.1.4874.2.2.13.1.7.2.1.3UsdIpPolicyAdminStatusread-createIndicates the enable/disable state of this redistribution element.
USD usdIpRedistributeRouteMapName1.3.6.1.4.1.4874.2.2.13.1.7.2.1.4UsdIpPolicyNameread-createIdentifies the IP route-map associated with this IP Route Redistribution element.
ROW usdIpRedistributeRowStatus1.3.6.1.4.1.4874.2.2.13.1.7.2.1.5RowStatusread-createControls 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.
usdIpRouteMapTree1.3.6.1.4.1.4874.2.2.13.1.8
usdIpRouteMapTable1.3.6.1.4.1.4874.2.2.13.1.8.1not-accessibleThis table contains entries for elements of IP Route Maps.
usdIpRouteMapEntry1.3.6.1.4.1.4874.2.2.13.1.8.1.1not-accessibleEach entry describes the characteristics of an IP Route Map element.
USD usdIpRouteMapName1.3.6.1.4.1.4874.2.2.13.1.8.1.1.1UsdIpPolicyNamenot-accessibleThe name of the route map to which this entry belongs.
I32 usdIpRouteMapSequenceNum1.3.6.1.4.1.4874.2.2.13.1.8.1.1.2Integer32not-accessibleThe element ID value for this entry.
I32 usdIpRouteMapElemId1.3.6.1.4.1.4874.2.2.13.1.8.1.1.3Integer32not-accessibleThe element ID to which this entry belongs.
I32 usdIpRouteMapSubElemId1.3.6.1.4.1.4874.2.2.13.1.8.1.1.4Integer32not-accessibleThe sub-element ID to which this entry belongs.
T/F usdIpRouteMapCreatedInternally1.3.6.1.4.1.4874.2.2.13.1.8.1.1.5TruthValueread-onlyIndicated 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.
USD usdIpRouteMapPolicy1.3.6.1.4.1.4874.2.2.13.1.8.1.1.6UsdIpPolicyPolicyread-onlyIndicates the policy action performed by this element.
OCT usdIpRouteMapDisplay1.3.6.1.4.1.4874.2.2.13.1.8.1.1.7OCTET STRINGread-onlyTextual 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.
usdIpPolicyConformance1.3.6.1.4.1.4874.2.2.13.4
usdIpPolicyCompliances1.3.6.1.4.1.4874.2.2.13.4.1
usdIpPolicyCompliance1.3.6.1.4.1.4874.2.2.13.4.1.1An 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.
usdIpPolicyCompliance21.3.6.1.4.1.4874.2.2.13.4.1.2An 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.
usdIpPolicyCompliance31.3.6.1.4.1.4874.2.2.13.4.1.3The compliance statement for entities that implement the Unisphere IP Policy MIB.
usdIpPolicyGroups1.3.6.1.4.1.4874.2.2.13.4.2
usdIpAccessListGroup1.3.6.1.4.1.4874.2.2.13.4.2.1A collection of objects for managing IP access list capabilities in a Unisphere product.
usdIpNamedAccessListGroup1.3.6.1.4.1.4874.2.2.13.4.2.2A named collection of objects for managing IP access list capabilities in a Unisphere product.
usdIpAspAccessListGroup1.3.6.1.4.1.4874.2.2.13.4.2.3A named collection of objects for managing AS-Path access list capabilities in a Unisphere product.
usdIpPrefixListGroup1.3.6.1.4.1.4874.2.2.13.4.2.4A named collection of objects for managing Prefix list capabilities in a Unisphere product.
usdIpPrefixTreeGroup1.3.6.1.4.1.4874.2.2.13.4.2.5A named collection of objects for managing Prefix Tree capabilities in a Unisphere product.
usdIpCommunityListGroup1.3.6.1.4.1.4874.2.2.13.4.2.6A named collection of objects for managing Community List capabilities in a Unisphere product.
usdIpExtCommunityListGroup1.3.6.1.4.1.4874.2.2.13.4.2.7A named collection of objects for managing Extended Community List capabilities in a Unisphere product.
usdIpRedistributeGroup1.3.6.1.4.1.4874.2.2.13.4.2.8A collection of objects for managing IP route redistribution list capabilities in a Unisphere product.
usdIpRouteMapGroup1.3.6.1.4.1.4874.2.2.13.4.2.9A collection of objects for managing IP route map list capabilities in a Unisphere product.

RFC description

Manages IP policy configurations including access lists, route maps, and community lists for Unisphere routers.

Start monitoring Juniper/Unisphere ERX Edge Router (ACL/route-policy rule config status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download Unisphere-Data-IP-POLICY-MIB