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

VENDOR: JUNIPER


 Home MIB: Unisphere-Data-IP-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
 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
           usdIpAccessList 1.3.6.1.4.1.4874.2.2.13.1.1
               usdIpAccessListTable 1.3.6.1.4.1.4874.2.2.13.1.1.1 no-access
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'.
                   usdIpAccessListEntry 1.3.6.1.4.1.4874.2.2.13.1.1.1.1 no-access
Each entry describes the characteristics of an IP access list element.
                       usdIpAccessListId 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.1 integer32 no-access
The number of the access list to which this entry belongs.
                       usdIpAccessListElemId 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.2 integer32 no-access
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.
                       usdIpAccessListRowStatus 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.3 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 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.
                       usdIpAccessListAction 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.4 usdippolicypolicy read-only
Specifies the disposition of an item that matches the comparison criteria described by this entry.
                       usdIpAccessListSrc 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.5 ipaddress read-only
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.
                       usdIpAccessListSrcMask 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.6 ipaddress read-only
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.
                       usdIpAccessListDst 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.7 ipaddress read-only
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.
                       usdIpAccessListDstMask 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.8 ipaddress read-only
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.
                       usdIpAccessListProtocol 1.3.6.1.4.1.4874.2.2.13.1.1.1.1.9 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.
           usdIpNamedAccessList 1.3.6.1.4.1.4874.2.2.13.1.2
               usdIpNamedAccessListTable 1.3.6.1.4.1.4874.2.2.13.1.2.1 no-access
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'.
                   usdIpNamedAccessListEntry 1.3.6.1.4.1.4874.2.2.13.1.2.1.1 no-access
Each entry describes the characteristics of an IP access list element.
                       usdIpNamedAccessListName 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.1 usdippolicyname no-access
The name of the access list to which this entry belongs.
                       usdIpNamedAccessListElemId 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.2 integer32 no-access
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.
                       usdIpNamedAccessListRowStatus 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.3 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 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.
                       usdIpNamedAccessListAction 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.4 usdippolicypolicy read-only
Specifies the disposition of an item that matches the comparison criteria described by this entry.
                       usdIpNamedAccessListSrc 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.5 ipaddress read-only
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.
                       usdIpNamedAccessListSrcMask 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.6 ipaddress read-only
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.
                       usdIpNamedAccessListDst 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.7 ipaddress read-only
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.
                       usdIpNamedAccessListDstMask 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.8 ipaddress read-only
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.
                       usdIpNamedAccessListProtocol 1.3.6.1.4.1.4874.2.2.13.1.2.1.1.9 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.
           usdIpAspAccessList 1.3.6.1.4.1.4874.2.2.13.1.3
               usdIpAspAccessTable 1.3.6.1.4.1.4874.2.2.13.1.3.1 no-access
This table contains entries for elements of IP AS-Path access entries.
                   usdIpAspAccessEntry 1.3.6.1.4.1.4874.2.2.13.1.3.1.1 no-access
Each entry describes the characteristics of an IP AS-Path access element.
                       usdIpAspAccessName 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.1 usdippolicyname no-access
The name of the AS-Path Access List to which this entry belongs.
                       usdIpAspAccessElemId 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.2 integer32 no-access
The element ID portion of the IP AS-Path for this entry.
                       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.
                       usdIpAspAccessPolicy 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.4 usdippolicypolicy read-only
Indicates the action to take for this AS-Path access list.
                       usdIpAspAccessExpression 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.5 octet string read-only
The AS-Path access list expression for this entry.
                       usdIpAspAccessRowStatus 1.3.6.1.4.1.4874.2.2.13.1.3.1.1.6 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 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
           usdIpPrefixList 1.3.6.1.4.1.4874.2.2.13.1.4
               usdIpPrefixListTable 1.3.6.1.4.1.4874.2.2.13.1.4.1 no-access
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'.
                   usdIpPrefixListEntry 1.3.6.1.4.1.4874.2.2.13.1.4.1.1 no-access
Each entry describes the characteristics of an IP prefix list element.
                       usdIpPrefixListName 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.1 usdippolicyname no-access
The name of the prefix list to which this entry belongs.
                       usdIpPrefixListElemId 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.2 integer32 no-access
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.
                       usdIpPrefixListIpAddress 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.3 ipaddress no-access
The IP Address portion of the IP List value for this entry.
                       usdIpPrefixListLength 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.4 integer32 no-access
The length portion of the IP List value for this entry.
                       usdIpPrefixListPolicy 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.5 usdippolicypolicy read-only
The IP Prefix list action to perform for this entry.
                       usdIpPrefixListGeValue 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.6 integer32 read-only
The minimum prefix length to apply to address.
                       usdIpPrefixListLeValue 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.7 integer32 read-only
The maximum prefix length to apply to address.
                       usdIpPrefixListDescription 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.8 displaystring read-only
The administratively assigned description for this entry.
                       usdIpPrefixListHitCount 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.
                       usdIpPrefixListRowStatus 1.3.6.1.4.1.4874.2.2.13.1.4.1.1.10 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 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.
           usdIpPrefixTree 1.3.6.1.4.1.4874.2.2.13.1.5
               usdIpPrefixTreeTable 1.3.6.1.4.1.4874.2.2.13.1.5.1 no-access
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'.
                   usdIpPrefixTreeEntry 1.3.6.1.4.1.4874.2.2.13.1.5.1.1 no-access
Each entry describes the characteristics of an IP prefix tree element.
                       usdIpPrefixTreeName 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.1 usdippolicyname no-access
The name of the prefix tree to which this entry belongs.
                       usdIpPrefixTreeIpAddress 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.2 ipaddress no-access
The IP Address portion of the IP Prefix value for this entry.
                       usdIpPrefixTreeLength 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.3 integer32 no-access
The length portion of the IP Prefix value for this entry.
                       usdIpPrefixTreePolicy 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.4 usdippolicypolicy read-only
The IP Prefix tree policy perform for this entry.
                       usdIpPrefixTreeDescription 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.5 displaystring read-only
The administratively assigned description for this entry.
                       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.
                       usdIpPrefixTreeRowStatus 1.3.6.1.4.1.4874.2.2.13.1.5.1.1.7 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 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.
           usdIpCommunityList 1.3.6.1.4.1.4874.2.2.13.1.6
               usdIpCommunityListTable 1.3.6.1.4.1.4874.2.2.13.1.6.1 no-access
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.
                   usdIpCommunityListEntry 1.3.6.1.4.1.4874.2.2.13.1.6.1.1 no-access
Each entry describes the characteristics of an IP Community List element.
                       usdIpCommunityListName 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.1 usdippolicyname no-access
The name of the Community List to which this entry belongs.
                       usdIpCommunityListElemId 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.2 integer32 no-access
The IP Address portion of the IP Prefix value for this entry.
                       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.
                       usdIpCommunityListExtended 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.4 truthvalue read-only
Indicates whether this entry is a standard or extended Community List. True indicates extended, false indicates standard
                       usdIpCommunityListPolicy 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.5 usdippolicypolicy read-only
Indicates the policy action to perform for this list.
                       usdIpCommunityListExpression 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.6 octet string read-only
The community list expression for this entry.
                       usdIpCommunityListRowStatus 1.3.6.1.4.1.4874.2.2.13.1.6.1.1.7 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 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
               usdIpExtCommunityListTable 1.3.6.1.4.1.4874.2.2.13.1.6.2 no-access
This table contains entries for Extended IP Community Lists. Entries belonging to the same Extended Community List are ordered.
                   usdIpExtCommunityListEntry 1.3.6.1.4.1.4874.2.2.13.1.6.2.1 no-access
Each entry describes the characteristics of an Extended IP Community List element.
                       usdIpExtCommunityListName 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.1 usdippolicyname no-access
The name of the Extended Community List to which this entry belongs.
                       usdIpExtCommunityListElemId 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.2 integer32 no-access
The element ID value for this entry.
                       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.
                       usdIpExtCommunityListPolicy 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.4 usdippolicypolicy read-only
Indicates
                       usdIpExtCommunityListExpression 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.5 octet string read-only
The extended community list expression for this entry.
                       usdIpExtCommunityListRowStatus 1.3.6.1.4.1.4874.2.2.13.1.6.2.1.6 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 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.
           usdIpRedistributeList 1.3.6.1.4.1.4874.2.2.13.1.7
               usdIpDynRedistributeTable 1.3.6.1.4.1.4874.2.2.13.1.7.1 no-access
This table contains entries for elements of IP Dynamic Route Redistribution elements.
                   usdIpDynRedistributeEntry 1.3.6.1.4.1.4874.2.2.13.1.7.1.1 no-access
Each entry describes the characteristics of a dynamic IP Route Redistribute element.
                       usdIpDynRedistributeToProtocol 1.3.6.1.4.1.4874.2.2.13.1.7.1.1.1 usdipredistributeprotocol no-access
Identifies the protocol associated with this Dynamic Route Redistribution element that routes are redistributed to.
                       usdIpDynRedistributeState 1.3.6.1.4.1.4874.2.2.13.1.7.1.1.2 usdippolicyadminstatus read-only
Indicates the enable/disable state of this redistribution element.
                       usdIpDynRedistributeRowStatus 1.3.6.1.4.1.4874.2.2.13.1.7.1.1.3 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 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.
               usdIpRedistributeTable 1.3.6.1.4.1.4874.2.2.13.1.7.2 no-access
This table contains entries for elements of IP Route Redistribution elements.
                   usdIpRedistributeEntry 1.3.6.1.4.1.4874.2.2.13.1.7.2.1 no-access
Each entry describes the characteristics of an IP Route Redistribution element.
                       usdIpRedistributeToProtocol 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.1 usdipredistributeprotocol no-access
Identifies the protocol for this element that routes are redistributed to.
                       usdIpRedistributeFromProtocol 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.2 usdipredistributeprotocol no-access
Identifies the protocol for this element that routes are redistributed from.
                       usdIpRedistributeState 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.3 usdippolicyadminstatus read-only
Indicates the enable/disable state of this redistribution element.
                       usdIpRedistributeRouteMapName 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.4 usdippolicyname read-only
Identifies the IP route-map associated with this IP Route Redistribution element.
                       usdIpRedistributeRowStatus 1.3.6.1.4.1.4874.2.2.13.1.7.2.1.5 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 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.
           usdIpRouteMapTree 1.3.6.1.4.1.4874.2.2.13.1.8
               usdIpRouteMapTable 1.3.6.1.4.1.4874.2.2.13.1.8.1 no-access
This table contains entries for elements of IP Route Maps.
                   usdIpRouteMapEntry 1.3.6.1.4.1.4874.2.2.13.1.8.1.1 no-access
Each entry describes the characteristics of an IP Route Map element.
                       usdIpRouteMapName 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.1 usdippolicyname no-access
The name of the route map to which this entry belongs.
                       usdIpRouteMapSequenceNum 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.2 integer32 no-access
The element ID value for this entry.
                       usdIpRouteMapElemId 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.3 integer32 no-access
The element ID to which this entry belongs.
                       usdIpRouteMapSubElemId 1.3.6.1.4.1.4874.2.2.13.1.8.1.1.4 integer32 no-access
The sub-element ID to which this entry belongs.
                       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.
                       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.
                       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.
       usdIpPolicyConformance 1.3.6.1.4.1.4874.2.2.13.4
           usdIpPolicyCompliances 1.3.6.1.4.1.4874.2.2.13.4.1
               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.
           usdIpPolicyGroups 1.3.6.1.4.1.4874.2.2.13.4.2
               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.
               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.
               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.
               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.
               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.
               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.
               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.
               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.
               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.