Juniper-IP-POLICY-MIB
The IP Policy MIB for the Juniper Networks enterprise.
Main OID:
juniIpPolicyMIB.1.3.6.1.4.1.4874.2.2.13
129
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
129 total| Object Name |
|---|
juniIpPolicyMIBThe IP Policy MIB for the Juniper Networks enterprise. MODULE-IDENTITY .1.3.6.1.4.1.4874.2.2.13 |
juniIpPolicyObjects OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1 |
juniIpAccessList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.1 |
juniIpAccessListTableThis 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 JuniIpAccessListEntry .1.3.6.1.4.1.4874.2.2.13.1.1.1 |
juniIpAccessListEntryEach entry describes the characteristics of an IP access list element. JuniIpAccessListEntry .1.3.6.1.4.1.4874.2.2.13.1.1.1.1 |
juniIpAccessListIdThe 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 |
juniIpAccessListElemIdThe 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 juniIpAccessListRowStatus 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 |
juniIpAccessListRowStatusControls 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 juniIpAccessListElemId 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 juniIpAccessListElemId 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 juniIpAccessListElemId is NONZERO are disallowed. *** FULL ACCESS LIST CONFIGURATION LEVEL *** Permit conventional RowStatus-based management of table entries having a nonzero value for juniIpAccessListElemId, IN ADDITION TO the special RowStatus semantics applied to entries having a zero value for juniIpAccessListElemId. To create an entry in this table, the following entry objects MUST be explicitly configured: juniIpAccessListRowStatus In addition, when creating an entry the following conditions must hold: The value of juniIpAccessListElemId 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 |
juniIpAccessListActionSpecifies the disposition of an item that matches the comparison criteria described by this entry.rw JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.1.1.1.4 |
juniIpAccessListSrcA source IP address. A subject IP address is first masked with the value of juniIpAccessListSrcMask, 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 |
juniIpAccessListSrcMaskThe IP address mask to be applied to a subject source IP address before comparing it to juniIpAccessListSrc. 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 |
juniIpAccessListDstA destination IP address. A subject IP address is first masked with the value of juniIpAccessListDstMask, 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 |
juniIpAccessListDstMaskThe IP address mask to be applied to a subject destination IP address before comparing it to juniIpAccessListDst. 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 |
juniIpAccessListProtocolAn 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 |
juniIpNamedAccessList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.2 |
juniIpNamedAccessListTableThis 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 JuniIpNamedAccessListEntry .1.3.6.1.4.1.4874.2.2.13.1.2.1 |
juniIpNamedAccessListEntryEach entry describes the characteristics of an IP access list element. JuniIpNamedAccessListEntry .1.3.6.1.4.1.4874.2.2.13.1.2.1.1 |
juniIpNamedAccessListNameThe name of the access list to which this entry belongs. JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.1 |
juniIpNamedAccessListElemIdThe 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 juniIpNamedAccessListRowStatus 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 |
juniIpNamedAccessListRowStatusControls 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 juniIpNamedAccessListElemId 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 juniIpNamedAccessListElemId 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 juniIpNamedAccessListElemId is NONZERO are disallowed. *** FULL ACCESS LIST CONFIGURATION LEVEL *** Permit conventional RowStatus-based management of table entries having a nonzero value for juniIpNamedAccessListElemId, IN ADDITION TO the special RowStatus semantics applied to entries having a zero value for juniIpNamedAccessListElemId. To create an entry in this table, the following entry objects MUST be explicitly configured: juniIpNamedAccessListRowStatus In addition, when creating an entry the following conditions must hold: The value of juniIpNamedAccessListElemId 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 |
juniIpNamedAccessListActionSpecifies the disposition of an item that matches the comparison criteria described by this entry.rw JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.2.1.1.4 |
juniIpNamedAccessListSrcA source IP address. A subject IP address is first masked with the value of juniIpNamedAccessListSrcMask, 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 |
juniIpNamedAccessListSrcMaskThe IP address mask to be applied to a subject source IP address before comparing it to juniIpNamedAccessListSrc. 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 |
juniIpNamedAccessListDstA destination IP address. A subject IP address is first masked with the value of juniIpNamedAccessListDstMask, 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 |
juniIpNamedAccessListDstMaskThe IP address mask to be applied to a subject destination IP address before comparing it to juniIpNamedAccessListDst. 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 |
juniIpNamedAccessListProtocolAn 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 |
juniIpAspAccessList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.3 |
juniIpAspAccessTableThis table contains entries for elements of IP AS-Path access entries. SEQUENCE OF JuniIpAspAccessEntry .1.3.6.1.4.1.4874.2.2.13.1.3.1 |
juniIpAspAccessEntryEach entry describes the characteristics of an IP AS-Path access element. JuniIpAspAccessEntry .1.3.6.1.4.1.4874.2.2.13.1.3.1.1 |
juniIpAspAccessNameThe name of the AS-Path Access List to which this entry belongs. JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.1 |
juniIpAspAccessElemIdThe 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 |
juniIpAspAccessCreatedInternallyIndicated 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 |
juniIpAspAccessPolicyIndicates the action to take for this AS-Path access list.rw JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.4 |
juniIpAspAccessExpressionThe 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 |
juniIpAspAccessRowStatusControls 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: juniIpCommunityRowStatus In addition, when creating an entry the following conditions must hold: Once created, only certain attributes can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.3.1.1.6 |
juniIpPrefixList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.4 |
juniIpPrefixListTableThis 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 JuniIpPrefixListEntry .1.3.6.1.4.1.4874.2.2.13.1.4.1 |
juniIpPrefixListEntryEach entry describes the characteristics of an IP prefix list element. JuniIpPrefixListEntry .1.3.6.1.4.1.4874.2.2.13.1.4.1.1 |
juniIpPrefixListNameThe name of the prefix list to which this entry belongs. JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.1 |
juniIpPrefixListElemIdThe 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 |
juniIpPrefixListIpAddressThe 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 |
juniIpPrefixListLengthThe 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 |
juniIpPrefixListPolicyThe IP Prefix list action to perform for this entry.rw JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.5 |
juniIpPrefixListGeValueThe minimum prefix length to apply to address.rw Integer32 .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.6 |
juniIpPrefixListLeValueThe maximum prefix length to apply to address.rw Integer32 .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.7 |
juniIpPrefixListDescriptionThe 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 |
juniIpPrefixListHitCountThe number of hits for this entry.ro Counter32 .1.3.6.1.4.1.4874.2.2.13.1.4.1.1.9 |
juniIpPrefixListRowStatusControls 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: juniIpPrefixListRowStatus In addition, when creating an entry the following conditions must hold: The value of juniIpPrefixListElemId 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 |
juniIpPrefixTree OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.5 |
juniIpPrefixTreeTableThis 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 JuniIpPrefixTreeEntry .1.3.6.1.4.1.4874.2.2.13.1.5.1 |
juniIpPrefixTreeEntryEach entry describes the characteristics of an IP prefix tree element. JuniIpPrefixTreeEntry .1.3.6.1.4.1.4874.2.2.13.1.5.1.1 |
juniIpPrefixTreeNameThe name of the prefix tree to which this entry belongs. JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.1 |
juniIpPrefixTreeIpAddressThe 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 |
juniIpPrefixTreeLengthThe 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 |
juniIpPrefixTreePolicyThe IP Prefix tree policy perform for this entry.rw JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.4 |
juniIpPrefixTreeDescriptionThe 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 |
juniIpPrefixTreeHitCountThe number of hits for this entry.ro Counter32 .1.3.6.1.4.1.4874.2.2.13.1.5.1.1.6 |
juniIpPrefixTreeRowStatusControls 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: juniIpPrefixTreeRowStatus In addition, when creating an entry the following conditions must hold: The value of juniIpPrefixTreeIpAddress and juniIpPrefixTreeLength 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 |
juniIpCommunityList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.6 |
juniIpCommunityListTableThis 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 JuniIpCommunityListEntry .1.3.6.1.4.1.4874.2.2.13.1.6.1 |
juniIpCommunityListEntryEach entry describes the characteristics of an IP Community List element. JuniIpCommunityListEntry .1.3.6.1.4.1.4874.2.2.13.1.6.1.1 |
juniIpCommunityListNameThe name of the Community List to which this entry belongs. JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.1 |
juniIpCommunityListElemIdThe 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 |
juniIpCommunityListCreatedInternallyIndicated 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 |
juniIpCommunityListExtendedIndicates 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 |
juniIpCommunityListPolicyIndicates the policy action to perform for this list.rw JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.5 |
juniIpCommunityListExpressionThe community list expression for this entry.rw OCTET STRING .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.6 |
juniIpCommunityListRowStatusControls 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: juniIpCommunityRowStatus In addition, when creating an entry the following conditions must hold: Once created, only certain attributes can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.6.1.1.7 |
juniIpExtCommunityListTableThis table contains entries for Extended IP Community Lists. Entries belonging to the same Extended Community List are ordered. SEQUENCE OF JuniIpExtCommunityListEntry .1.3.6.1.4.1.4874.2.2.13.1.6.2 |
juniIpExtCommunityListEntryEach entry describes the characteristics of an Extended IP Community List element. JuniIpExtCommunityListEntry .1.3.6.1.4.1.4874.2.2.13.1.6.2.1 |
juniIpExtCommunityListNameThe name of the Extended Community List to which this entry belongs. JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.1 |
juniIpExtCommunityListElemIdThe element ID value for this entry. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.2 |
juniIpExtCommunityListCreatedInternallyIndicated 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 |
juniIpExtCommunityListPolicyIndicates the policy action to perform for this list.rw JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.6.2.1.4 |
juniIpExtCommunityListExpressionThe 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 |
juniIpExtCommunityListRowStatusControls 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: juniIpExtCommunityRowStatus In addition, when creating an entry the following conditions must hold: The value of juniIpExtCommunityListElemId 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 |
juniIpRedistributeList OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.7 |
juniIpDynRedistributeTableThis table contains entries for elements of IP Dynamic Route Redistribution elements. SEQUENCE OF JuniIpDynRedistributeEntry .1.3.6.1.4.1.4874.2.2.13.1.7.1 |
juniIpDynRedistributeEntryEach entry describes the characteristics of a dynamic IP Route Redistribute element. JuniIpDynRedistributeEntry .1.3.6.1.4.1.4874.2.2.13.1.7.1.1 |
juniIpDynRedistributeToProtocolIdentifies the protocol associated with this Dynamic Route Redistribution element that routes are redistributed to. JuniIpDynRedistributeProtocol .1.3.6.1.4.1.4874.2.2.13.1.7.1.1.1 |
juniIpDynRedistributeStateIndicates the enable/disable state of this redistribution element.rw JuniIpPolicyAdminStatus .1.3.6.1.4.1.4874.2.2.13.1.7.1.1.2 |
juniIpDynRedistributeRowStatusControls 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: juniIpDynRedistributeRowStatus Once created, only the juniIpDynRedistributeState object can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.7.1.1.3 |
juniIpRedistributeTableThis table contains entries for elements of IP Route Redistribution elements. SEQUENCE OF JuniIpRedistributeEntry .1.3.6.1.4.1.4874.2.2.13.1.7.2 |
juniIpRedistributeEntryEach entry describes the characteristics of an IP Route Redistribution element. JuniIpRedistributeEntry .1.3.6.1.4.1.4874.2.2.13.1.7.2.1 |
juniIpRedistributeToProtocolIdentifies the protocol for this element that routes are redistributed to. JuniIpRedistributeProtocol .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.1 |
juniIpRedistributeFromProtocolIdentifies the protocol for this element that routes are redistributed from. JuniIpRedistributeProtocol .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.2 |
juniIpRedistributeStateIndicates the enable/disable state of this redistribution element.rw JuniIpPolicyAdminStatus .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.3 |
juniIpRedistributeRouteMapNameIdentifies the IP route-map associated with this IP Route Redistribution element.rw JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.4 |
juniIpRedistributeRowStatusControls 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: juniIpRedistributeRowStatus juniIpRedistributeRouteMapName Once created, only the juniIpRedistributeState object can be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.7.2.1.5 |
juniIpRouteMapTree OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.1.8 |
juniIpRouteMapTableThis table contains entries for elements of IP Route Maps. SEQUENCE OF JuniIpRouteMapEntry .1.3.6.1.4.1.4874.2.2.13.1.8.1 |
juniIpRouteMapEntryEach entry describes the characteristics of an IP Route Map element. JuniIpRouteMapEntry .1.3.6.1.4.1.4874.2.2.13.1.8.1.1 |
juniIpRouteMapNameThe name of the route map to which this entry belongs. JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.1 |
juniIpRouteMapSequenceNumThe element ID value for this entry. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.2 |
juniIpRouteMapElemIdThe element ID to which this entry belongs. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.3 |
juniIpRouteMapSubElemIdThe sub-element ID to which this entry belongs. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.4 |
juniIpRouteMapCreatedInternallyIndicated 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 |
juniIpRouteMapPolicyIndicates the policy action performed by this element.ro JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.8.1.1.6 |
juniIpRouteMapDisplayTextual 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 |
juniIpRouteMapV2TableThis table contains entries for route maps instances. SEQUENCE OF JuniIpRouteMapV2Entry .1.3.6.1.4.1.4874.2.2.13.1.8.2 |
juniIpRouteMapV2EntryEach entry is a specific instance of the Route Map. JuniIpRouteMapV2Entry .1.3.6.1.4.1.4874.2.2.13.1.8.2.1 |
juniIpRouteMapV2NameThe name of the route map to which this instance entry belongs. JuniIpPolicyName .1.3.6.1.4.1.4874.2.2.13.1.8.2.1.1 |
juniIpRouteMapV2SequenceNumMultiple instances of the same route map can be created by assigning a different sequence number to it. Each instance is identified by the route map name and the sequence number. The value of the sequence number associated with the particular route map instance determines the order in which the routing protocol evaluates routes; the instance of having lowest sequence number is evaluated first. If the routes pass all the match conditions specified in the lowest-numbered instance, and if all set clause elements are successfully configured, then no other instance of the route map is considered. However, any routes that do not pass all the match conditions are evaluated against the next instance of the route map. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.8.2.1.2 |
juniIpRouteMapV2PolicyIndicates the policy action performed by this route map instance.rw JuniIpPolicyPolicy .1.3.6.1.4.1.4874.2.2.13.1.8.2.1.3 |
juniIpRouteMapV2RowStatusControls 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: juniIpRouteMapV2RowStatus To delete an entry in this table, the following entry objects MUST be explicitly configured: juniIpRouteMapV2RowStatus Once created, juniIpRouteMapV2Policy attribute can be modified. To modify juniIpRouteMapV2Policy, set juniIpRouteMapV2RowStatus also. Note: Match, match-set and set clause elements can be configured for a specific instance of the route map. First create the route map instance to make use of the same to configure in the clause table. Deletion of the route map instance will also delete all the clause elements confgured for that instance as clause elements are configured for that instance.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.8.2.1.4 |
juniIpRouteMapClauseTableThis table contains entries for instances of the route map clause elements. SEQUENCE OF JuniIpRouteMapClauseEntry .1.3.6.1.4.1.4874.2.2.13.1.8.3 |
juniIpRouteMapClauseEntryEach entry describes the characteristics of one route map clause element instance. JuniIpRouteMapClauseEntry .1.3.6.1.4.1.4874.2.2.13.1.8.3.1 |
juniIpRouteMapClauseElemIdThe clause element selection option. Select the appropriate element option to configure each element instance of match, match-set and set clauses. For the complete configuration map table refer to the juniIpRouteMapClauseRowStatus object's DESCRIPTION. Enumeration .1.3.6.1.4.1.4874.2.2.13.1.8.3.1.1 |
juniIpRouteMapClauseSubElemIdThe clause element sub ID used to distinguish specific instance of the element. This value is determined by choosing the next available by walking the table. Integer32 .1.3.6.1.4.1.4874.2.2.13.1.8.3.1.2 |
juniIpRouteMapClauseElemIdAddonThis represents clause element instance add-on option selected along with the main option (juniIpRouteMapClauseElemId) whenever it applies. For more information on how to map this object value to each value, refer to the mapping table in the juniIpRouteMapClauseRowStatus object's DESCRIPTION.rw Enumeration .1.3.6.1.4.1.4874.2.2.13.1.8.3.1.3 |
juniIpRouteMapClauseElementValueThis represents set, match-set and match clauses' different element instance values in character string form. Whatever may be the data type of the attribute element instance value, it is always interpreted as a set of characters for both configuration and display purposes. It is up to the user to know the element's data type mapping in order to input the correct value while configuring. Refer to the mapping table in the juniIpRouteMapClauseRowStatus object descrption for detailed information.rw DisplayString .1.3.6.1.4.1.4874.2.2.13.1.8.3.1.4 |
juniIpRouteMapClauseRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create/delete an entry in this table, the following entry objects MUST be explicitly configured: juniIpRouteMapClauseElementValue juniIpRouteMapClauseRowStatus Additional object juniIpRouteMapClauseElemIdAddon may become OPTIONAL for some elements creation/deletion along with the above. Refer the mapping table below to determine which elements are required. The table entry elements may not be modified. Only create and delete are allowed. Note#1: Make sure route map(s) are created before configuring their corresponding clause elements. Note#2: The mapping table below is the extensive guide for the options, values and ranges of the table objects juniIpRouteMapClauseElemId, juniIpRouteMapClauseElemIdAddon and juniIpRouteMapClauseElementValue. Clause element configuration selection mapping table ==================================================== ClauseElemId ClauseElemIdAddon ClauseElementValue ============ ================= ================== matchAsPath notApplicable DisplayString (SIZE(1..32)) matchCommunity exact/ DisplayString (SIZE(1..32)) notApplicable matchExtendedCommunity exact/ DisplayString (SIZE(1..32)) notApplicable Note#3: At a given time only one can be configured for access list and prefix-list/trees'. matchAccessList notApplicable DisplayString (SIZE(1..32)) matchPrefixList notApplicable DisplayString (SIZE(1..32)) matchPrefixTree notApplicable DisplayString (SIZE(1..32)) matchNextHop notApplicable DisplayString (SIZE(1..32)) matchNextHopPreList notApplicable DisplayString (SIZE(1..32)) matchNextHopPreTree notApplicable DisplayString (SIZE(1..32)) Note#4: For matchLevel, matchMetricType and matchRouteType element selection choose the exact case-sensitive string to set the option. Example: For matchLevel, option levelOne, levelOneAndTwo, etc. can be set. matchLevel notApplicable { levelOne, levelOneAndTwo, levelTwo, backbone, stubArea } matchMetricType notApplicable { internal or typeOne, external or typeTwo } matchRouteType notApplicable { external, internal, internalInter, internalIntra } matchDistance notApplicable Integer32 (0..255) matchMetric notApplicable Unsigned32 matchTag notApplicable Unsigned32 matchPolicyList notApplicable DisplayString (SIZE(1..32)) setAsPath notApplicable DisplayString (SIZE(1..32)) setCommunityAdd notApplicable DisplayString (SIZE(1..32)) setCommList delete/ DisplayString (SIZE(1..32)) notApplicable setCommunity notApplicable DisplayString (SIZE(1..32)) Note#5: For below elements selection choose the exact case-sensitive string to set the option. Example: For setOrigin, egp or igp or incomplete will be the valid options to select. setAutoTag notApplicable { autoTag } setCommunityNone notApplicable { communityNone } Note#6: setCommunityCreateList and setCommunityCreateListAdd will have only one instance and all will be set in one instance of the element (either setCommunityCreateList or setCommunityCreateListAdd), i.e., all options and values will aggregate in one SubElementId. setCommunityCreateList notApplicable Unsigned32 setCommunityCreateListAdd notApplicable Unsigned32 setCommunityCreateList notApplicable { none, localAs, noAdvertise, noExport } setCommunityCreateListAdd notApplicable { none, localAs, noAdvertise, noExport } setLevel notApplicable { backbone, levelOne, levelOneAndTwo, levelTwo, stubArea } setRouteType notApplicable { external, internal, internalInter, internalIntra } setNextHopPeerAddr notApplicable { peerAddress } setMetricType notApplicable { external, internal } setOrigin notApplicable { egp, igp, incomplete } setAsPathCreateList notApplicable Interger32 (1..65535) setTag notApplicable Unsigned32 setWeight notApplicable Unsigned32 setDistance notApplicable Interger32 (1..255) setLocalPref notApplicable Unsigned32 setMetric relativeNeg/ Unsigned32 relativePos/ notApplicable Note#7: setExtendedCommunityCreate and setExtendedCommunityCreateAdd will have only one instance and all will be set in one instance of the element (either setExtendedCommunityCreate or setExtendedCommunityCreateAdd) i.e. all options and values will aggregate in one SubElementId. setExtendedCommunityCreate extCommRt/ IPADDRESS:Unsigned32 or notApplicable IPADDRESS-in-ASN:Unsigned32 setExtendedCommunityCreate extCommSoo/ IPADDRESS:Unsigned32 or notApplicable IPADDRESS-in-ASN:Unsigned32 setExtendedCommunityCreateAdd extCommRt/ IPADDRESS:Unsigned32 or notApplicable IPADDRESS-in-ASN:Unsigned32 setExtendedCommunityCreateAdd extCommSoo/ IPADDRESS:Unsigned32 notApplicable IPADDRESS-in-ASN:Unsigned32 Note#8: Damping element has only one instance at any given time. It can be deleted by just refering to the instance (elementID and subElementId) without refering the exact value; i.e., while deleting, values doesn't matter. setDampingCreate notApplicable 1. HalfLifeiTime-Interger32 (1..45) 2. RtSuppressTime-Interger32 (1..20000) 3. SuppressedRtReuseTime-Interger32 (1..20000) 4. MaxRtSuppressTime-Interger32 (1..255) 5. UnreachableRtHalfLifeTime-Interger32 (1..45) Note#9: 1, 2, 3 and 4 values are MUST values to be specified (in minutes) for route flap damping and 5th one is optional. Format for specifying the values are very rigid and strict. Always specify four MUST values. The first value shouldn't be preceded with space characters and last the value always should be followed with one space character. From first value to till last value, all the values will be separated from each other by one space character. setNextHop interfaceValue/ Unsigned32 notApplicable setNextHop ipAddress/ IPADDRESS notApplicablerw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4874.2.2.13.1.8.3.1.5 |
juniIpPolicyConformance OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.4 |
juniIpPolicyCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.4.1 |
juniIpPolicyComplianceAn obsolete compliance statement for entities that implement the Juniper 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 |
juniIpPolicyCompliance2An obsolete compliance statement for entities that implement the Juniper 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 |
juniIpPolicyCompliance3An obsolete compliance statement for entities that implement the Juniper IP Policy MIB. This statement became obsolete when support was added for the IP Route Map configurations. Unknown .1.3.6.1.4.1.4874.2.2.13.4.1.3 |
juniIpPolicyCompliance4The compliance statement for entities that implement the Juniper IP Policy MIB. Unknown .1.3.6.1.4.1.4874.2.2.13.4.1.4 |
juniIpPolicyGroups OBJECT IDENTIFIER .1.3.6.1.4.1.4874.2.2.13.4.2 |
juniIpAccessListGroupA collection of objects for managing IP access list capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.1 |
juniIpNamedAccessListGroupA named collection of objects for managing IP access list capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.2 |
juniIpAspAccessListGroupA named collection of objects for managing AS-Path access list capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.3 |
juniIpPrefixListGroupA named collection of objects for managing Prefix list capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.4 |
juniIpPrefixTreeGroupA named collection of objects for managing Prefix Tree capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.5 |
juniIpCommunityListGroupA named collection of objects for managing Community List capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.6 |
juniIpExtCommunityListGroupA named collection of objects for managing Extended Community List capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.7 |
juniIpRedistributeGroupA collection of objects for managing IP route redistribution list capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.8 |
juniIpRouteMapGroupA collection of objects for managing IP route map list capabilities in a Juniper product.obsolete Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.9 |
juniIpRouteMapGroup2A collection of objects for managing IP route map list capabilities in a Juniper product. Unknown .1.3.6.1.4.1.4874.2.2.13.4.2.10 |