All MIBs › Unisphere-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.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock 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.
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.
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.
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
This MIB depends on
Related MIBs
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
| usDataMibs | MODULE-IDENTITY |
How to Use in IPNetwork Monitor
Example using usdIpPrefixListHitCount OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| usdIpAccessList | 1.3.6.1.4.1.4874.2.2.13.1.1 | |||
| USD usdIpAccessListAction | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.4 | UsdIpPolicyPolicy | read-create | Specifies the disposition of an item that matches the comparison criteria described by this entry. |
| IP usdIpAccessListDst | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.7 | IpAddress | read-create | A 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 usdIpAccessListDstMask | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.8 | IpAddress | read-create | The 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 usdIpAccessListElemId | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.2 | Integer32 | not-accessible | The 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. |
| usdIpAccessListEntry | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1 | not-accessible | Each entry describes the characteristics of an IP access list element. | |
| usdIpAccessListGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.1 | A collection of objects for managing IP access list capabilities in a Unisphere product. | ||
| I32 usdIpAccessListId | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.1 | Integer32 | not-accessible | The number of the access list to which this entry belongs. |
| I32 usdIpAccessListProtocol | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.9 | Integer32 | read-create | 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. |
| ROW usdIpAccessListRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.3 | RowStatus | read-create | Controls 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. |
| IP usdIpAccessListSrc | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.5 | IpAddress | read-create | A 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 usdIpAccessListSrcMask | 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.6 | IpAddress | read-create | The 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. |
| usdIpAccessListTable | 1.3.6.1.4.1.4874.2.2.13.1.1.1 | not-accessible | This 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'. | |
| T/F usdIpAspAccessCreatedInternally | 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.3 | TruthValue | read-only | Indicated 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. |
| I32 usdIpAspAccessElemId | 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.2 | Integer32 | not-accessible | The element ID portion of the IP AS-Path for this entry. |
| usdIpAspAccessEntry | 1.3.6.1.4.1.4874.2.2.13.1.3.1.1 | not-accessible | Each entry describes the characteristics of an IP AS-Path access element. | |
| OCT usdIpAspAccessExpression | 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.5 | OCTET STRING | read-create | The AS-Path access list expression for this entry. |
| usdIpAspAccessList | 1.3.6.1.4.1.4874.2.2.13.1.3 | |||
| usdIpAspAccessListGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.3 | A named collection of objects for managing AS-Path access list capabilities in a Unisphere product. | ||
| USD usdIpAspAccessName | 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.1 | UsdIpPolicyName | not-accessible | The name of the AS-Path Access List to which this entry belongs. |
| USD usdIpAspAccessPolicy | 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.4 | UsdIpPolicyPolicy | read-create | Indicates the action to take for this AS-Path access list. |
| ROW usdIpAspAccessRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.6 | RowStatus | read-create | Controls 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 |
| usdIpAspAccessTable | 1.3.6.1.4.1.4874.2.2.13.1.3.1 | not-accessible | This table contains entries for elements of IP AS-Path access entries. | |
| usdIpCommunityList | 1.3.6.1.4.1.4874.2.2.13.1.6 | |||
| T/F usdIpCommunityListCreatedInternally | 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.3 | TruthValue | read-only | Indicated 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. |
| I32 usdIpCommunityListElemId | 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.2 | Integer32 | not-accessible | The IP Address portion of the IP Prefix value for this entry. |
| usdIpCommunityListEntry | 1.3.6.1.4.1.4874.2.2.13.1.6.1.1 | not-accessible | Each entry describes the characteristics of an IP Community List element. | |
| OCT usdIpCommunityListExpression | 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.6 | OCTET STRING | read-create | The community list expression for this entry. |
| T/F usdIpCommunityListExtended | 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.4 | TruthValue | read-create | Indicates whether this entry is a standard or extended Community List. True indicates extended, false indicates standard |
| usdIpCommunityListGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.6 | A named collection of objects for managing Community List capabilities in a Unisphere product. | ||
| USD usdIpCommunityListName | 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.1 | UsdIpPolicyName | not-accessible | The name of the Community List to which this entry belongs. |
| USD usdIpCommunityListPolicy | 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.5 | UsdIpPolicyPolicy | read-create | Indicates the policy action to perform for this list. |
| ROW usdIpCommunityListRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.7 | RowStatus | read-create | Controls 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 |
| usdIpCommunityListTable | 1.3.6.1.4.1.4874.2.2.13.1.6.1 | not-accessible | This 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. | |
| usdIpDynRedistributeEntry | 1.3.6.1.4.1.4874.2.2.13.1.7.1.1 | not-accessible | Each entry describes the characteristics of a dynamic IP Route Redistribute element. | |
| ROW usdIpDynRedistributeRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.7.1.1.3 | RowStatus | read-create | Controls 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. |
| USD usdIpDynRedistributeState | 1.3.6.1.4.1.4874.2.2.13.1.7.1.1.2 | UsdIpPolicyAdminStatus | read-create | Indicates the enable/disable state of this redistribution element. |
| usdIpDynRedistributeTable | 1.3.6.1.4.1.4874.2.2.13.1.7.1 | not-accessible | This table contains entries for elements of IP Dynamic Route Redistribution elements. | |
| USD usdIpDynRedistributeToProtocol | 1.3.6.1.4.1.4874.2.2.13.1.7.1.1.1 | UsdIpRedistributeProtocol | not-accessible | Identifies the protocol associated with this Dynamic Route Redistribution element that routes are redistributed to. |
| T/F usdIpExtCommunityListCreatedInternally | 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.3 | TruthValue | read-only | Indicated 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. |
| I32 usdIpExtCommunityListElemId | 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.2 | Integer32 | not-accessible | The element ID value for this entry. |
| usdIpExtCommunityListEntry | 1.3.6.1.4.1.4874.2.2.13.1.6.2.1 | not-accessible | Each entry describes the characteristics of an Extended IP Community List element. | |
| OCT usdIpExtCommunityListExpression | 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.5 | OCTET STRING | read-create | The extended community list expression for this entry. |
| usdIpExtCommunityListGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.7 | A named collection of objects for managing Extended Community List capabilities in a Unisphere product. | ||
| USD usdIpExtCommunityListName | 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.1 | UsdIpPolicyName | not-accessible | The name of the Extended Community List to which this entry belongs. |
| USD usdIpExtCommunityListPolicy | 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.4 | UsdIpPolicyPolicy | read-create | Indicates |
| ROW usdIpExtCommunityListRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.6 | RowStatus | read-create | Controls 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. |
| usdIpExtCommunityListTable | 1.3.6.1.4.1.4874.2.2.13.1.6.2 | not-accessible | This table contains entries for Extended IP Community Lists. Entries belonging to the same Extended Community List are ordered. | |
| usdIpNamedAccessList | 1.3.6.1.4.1.4874.2.2.13.1.2 | |||
| USD usdIpNamedAccessListAction | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.4 | UsdIpPolicyPolicy | read-create | Specifies the disposition of an item that matches the comparison criteria described by this entry. |
| IP usdIpNamedAccessListDst | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.7 | IpAddress | read-create | A 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 usdIpNamedAccessListDstMask | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.8 | IpAddress | read-create | The 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 usdIpNamedAccessListElemId | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.2 | Integer32 | not-accessible | The 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. |
| usdIpNamedAccessListEntry | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1 | not-accessible | Each entry describes the characteristics of an IP access list element. | |
| usdIpNamedAccessListGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.2 | A named collection of objects for managing IP access list capabilities in a Unisphere product. | ||
| USD usdIpNamedAccessListName | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.1 | UsdIpPolicyName | not-accessible | The name of the access list to which this entry belongs. |
| I32 usdIpNamedAccessListProtocol | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.9 | Integer32 | read-create | 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. |
| ROW usdIpNamedAccessListRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.3 | RowStatus | read-create | Controls 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. |
| IP usdIpNamedAccessListSrc | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.5 | IpAddress | read-create | A 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 usdIpNamedAccessListSrcMask | 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.6 | IpAddress | read-create | The 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. |
| usdIpNamedAccessListTable | 1.3.6.1.4.1.4874.2.2.13.1.2.1 | not-accessible | This 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'. | |
| usdIpPolicyCompliance | 1.3.6.1.4.1.4874.2.2.13.4.1.1 | An 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. | ||
| usdIpPolicyCompliance2 | 1.3.6.1.4.1.4874.2.2.13.4.1.2 | An 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. | ||
| usdIpPolicyCompliance3 | 1.3.6.1.4.1.4874.2.2.13.4.1.3 | The compliance statement for entities that implement the Unisphere IP Policy MIB. | ||
| usdIpPolicyCompliances | 1.3.6.1.4.1.4874.2.2.13.4.1 | |||
| usdIpPolicyConformance | 1.3.6.1.4.1.4874.2.2.13.4 | |||
| usdIpPolicyGroups | 1.3.6.1.4.1.4874.2.2.13.4.2 | |||
| usdIpPolicyMIB | 1.3.6.1.4.1.4874.2.2.13 | The IP Policy MIB for the Unisphere Networks Inc. enterprise. | ||
| usdIpPolicyObjects | 1.3.6.1.4.1.4874.2.2.13.1 | |||
| usdIpPrefixList | 1.3.6.1.4.1.4874.2.2.13.1.4 | |||
| STR usdIpPrefixListDescription | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.8 | DisplayString | read-create | The administratively assigned description for this entry. |
| I32 usdIpPrefixListElemId | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.2 | Integer32 | not-accessible | The 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. |
| usdIpPrefixListEntry | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1 | not-accessible | Each entry describes the characteristics of an IP prefix list element. | |
| I32 usdIpPrefixListGeValue | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.6 | Integer32 | read-create | The minimum prefix length to apply to address. |
| usdIpPrefixListGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.4 | A named collection of objects for managing Prefix list capabilities in a Unisphere product. | ||
| C32 usdIpPrefixListHitCountEx | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.9 | Counter32 | read-only | The number of hits for this entry. |
| IP usdIpPrefixListIpAddress | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.3 | IpAddress | not-accessible | The IP Address portion of the IP List value for this entry. |
| I32 usdIpPrefixListLength | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.4 | Integer32 | not-accessible | The length portion of the IP List value for this entry. |
| I32 usdIpPrefixListLeValue | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.7 | Integer32 | read-create | The maximum prefix length to apply to address. |
| USD usdIpPrefixListName | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.1 | UsdIpPolicyName | not-accessible | The name of the prefix list to which this entry belongs. |
| USD usdIpPrefixListPolicy | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.5 | UsdIpPolicyPolicy | read-create | The IP Prefix list action to perform for this entry. |
| ROW usdIpPrefixListRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.10 | RowStatus | read-create | Controls 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. |
| usdIpPrefixListTable | 1.3.6.1.4.1.4874.2.2.13.1.4.1 | not-accessible | This 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'. | |
| usdIpPrefixTree | 1.3.6.1.4.1.4874.2.2.13.1.5 | |||
| STR usdIpPrefixTreeDescription | 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.5 | DisplayString | read-create | The administratively assigned description for this entry. |
| usdIpPrefixTreeEntry | 1.3.6.1.4.1.4874.2.2.13.1.5.1.1 | not-accessible | Each entry describes the characteristics of an IP prefix tree element. | |
| usdIpPrefixTreeGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.5 | A named collection of objects for managing Prefix Tree capabilities in a Unisphere product. | ||
| C32 usdIpPrefixTreeHitCount | 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.6 | Counter32 | read-only | The number of hits for this entry. |
| IP usdIpPrefixTreeIpAddress | 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.2 | IpAddress | not-accessible | The IP Address portion of the IP Prefix value for this entry. |
| I32 usdIpPrefixTreeLength | 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.3 | Integer32 | not-accessible | The length portion of the IP Prefix value for this entry. |
| USD usdIpPrefixTreeName | 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.1 | UsdIpPolicyName | not-accessible | The name of the prefix tree to which this entry belongs. |
| USD usdIpPrefixTreePolicy | 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.4 | UsdIpPolicyPolicy | read-create | The IP Prefix tree policy perform for this entry. |
| ROW usdIpPrefixTreeRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.7 | RowStatus | read-create | Controls 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. |
| usdIpPrefixTreeTable | 1.3.6.1.4.1.4874.2.2.13.1.5.1 | not-accessible | This 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'. | |
| usdIpRedistributeEntry | 1.3.6.1.4.1.4874.2.2.13.1.7.2.1 | not-accessible | Each entry describes the characteristics of an IP Route Redistribution element. | |
| USD usdIpRedistributeFromProtocol | 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.2 | UsdIpRedistributeProtocol | not-accessible | Identifies the protocol for this element that routes are redistributed from. |
| usdIpRedistributeGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.8 | A collection of objects for managing IP route redistribution list capabilities in a Unisphere product. | ||
| usdIpRedistributeList | 1.3.6.1.4.1.4874.2.2.13.1.7 | |||
| USD usdIpRedistributeRouteMapName | 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.4 | UsdIpPolicyName | read-create | Identifies the IP route-map associated with this IP Route Redistribution element. |
| ROW usdIpRedistributeRowStatus | 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.5 | RowStatus | read-create | Controls 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. |
| USD usdIpRedistributeState | 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.3 | UsdIpPolicyAdminStatus | read-create | Indicates the enable/disable state of this redistribution element. |
| usdIpRedistributeTable | 1.3.6.1.4.1.4874.2.2.13.1.7.2 | not-accessible | This table contains entries for elements of IP Route Redistribution elements. | |
| USD usdIpRedistributeToProtocol | 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.1 | UsdIpRedistributeProtocol | not-accessible | Identifies the protocol for this element that routes are redistributed to. |
| T/F usdIpRouteMapCreatedInternally | 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.5 | TruthValue | read-only | Indicated 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. |
| OCT usdIpRouteMapDisplay | 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.7 | OCTET STRING | read-only | Textual 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. |
| I32 usdIpRouteMapElemId | 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.3 | Integer32 | not-accessible | The element ID to which this entry belongs. |
| usdIpRouteMapEntry | 1.3.6.1.4.1.4874.2.2.13.1.8.1.1 | not-accessible | Each entry describes the characteristics of an IP Route Map element. | |
| usdIpRouteMapGroup | 1.3.6.1.4.1.4874.2.2.13.4.2.9 | A collection of objects for managing IP route map list capabilities in a Unisphere product. | ||
| USD usdIpRouteMapName | 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.1 | UsdIpPolicyName | not-accessible | The name of the route map to which this entry belongs. |
| USD usdIpRouteMapPolicy | 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.6 | UsdIpPolicyPolicy | read-only | Indicates the policy action performed by this element. |
| I32 usdIpRouteMapSequenceNum | 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.2 | Integer32 | not-accessible | The element ID value for this entry. |
| I32 usdIpRouteMapSubElemId | 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.4 | Integer32 | not-accessible | The sub-element ID to which this entry belongs. |
| usdIpRouteMapTable | 1.3.6.1.4.1.4874.2.2.13.1.8.1 | not-accessible | This table contains entries for elements of IP Route Maps. | |
| usdIpRouteMapTree | 1.3.6.1.4.1.4874.2.2.13.1.8 |
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.