Home/Catalog/Juniper-POLICY-MIB

Juniper-POLICY-MIB

The Policy MIB for the Juniper Networks enterprise.
Main OID:
juniPolicyMIB.1.3.6.1.4.1.4874.2.2.27
343
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

343 total
Object Name
juniPolicyMIBThe Policy MIB for the Juniper Networks enterprise.
MODULE-IDENTITY
.1.3.6.1.4.1.4874.2.2.27
juniPolicyObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.1
juniClassifierControlList
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.1.1
juniClassifierControlListNextIndexThis scalar object returns the index of the next available row in the juniClassifierControlListTable. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.ro
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.1
juniClassifierControlListTableThis table contains entries for elements of classifier control lists. The details pertinent to each CLACL are found in the juniClassifierControlDefTable.
SEQUENCE OF JuniClassifierControlListEntry
.1.3.6.1.4.1.4874.2.2.27.1.1.2
juniClassifierControlListEntryEach entry describes the characteristics of an IP access list element.
JuniClassifierControlListEntry
.1.3.6.1.4.1.4874.2.2.27.1.1.2.1
juniClassifierControlListIdThe number of the classifier control list to which this entry belongs.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.2.1.1
juniClassifierControlListRowStatusControls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. To create an entry in this table, the following entry objects MUST be explicitly configured: juniClassifierControlListRowStatus juniClassifierControlListElemIdrw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.2.1.3
juniClassifierControlListNameThe name of the CLACL being defined.rw
DisplayString
.1.3.6.1.4.1.4874.2.2.27.1.1.2.1.4
juniClassifierControlListReferenceCountNumber of times this CLACL is referenced by policies.ro
Counter32
.1.3.6.1.4.1.4874.2.2.27.1.1.2.1.5
juniClassifierControlListNextElementIndexEach get of this object will return a unique index which may be used to create classifier control list elements. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.ro
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.2.1.6
juniClassifierControlListElementTableThis table contains entries for elements of classifier control lists. Entries belonging to the same control 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 JuniClassifierControlListElementEntry
.1.3.6.1.4.1.4874.2.2.27.1.1.4
juniClassifierControlListElementEntryEach entry describes the characteristics of an IP access list element.
JuniClassifierControlListElementEntry
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1
juniClassifierControlListElemIdThe relative position of this entry within its classifier control list. Classifier control 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.27.1.1.4.1.1
juniClassifierControlListElemRowStatusControls creation/deletion of conceptual rows within this table. This table provides a partial implementation for rowStatus. Rows may be created using createAndGo and createAndWait. Once a row has been made active the row status may not be changed.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.2
juniClassifierControlListNotSrcInvert the meaning of the source IP address and mask objects. For example 'not 10.10.0.90/255.255.255.255 (host address)' would result in all source addresses except for host 10.19.9.90 being matched.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.3
juniClassifierControlListSrcA source IP address. A subject IP address is first masked with the value of juniClassifierControlListSrcMask, 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.27.1.1.4.1.4
juniClassifierControlListSrcMaskThe IP address mask to be applied to a subject source IP address before comparing it to juniClassifierControlListSrc. 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.27.1.1.4.1.5
juniClassifierControlListNotDstInvert the meaning of the destination IP address and mask objects. For example, 'not 10.10.0.90/255.255.255.255 (host address)' would result in all source addresses except for host 10.19.9.90 being matched.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.6
juniClassifierControlListDstA destination IP address. A subject IP address is first masked with the value of juniClassifierControlListDstMask, 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.27.1.1.4.1.7
juniClassifierControlListDstMaskThe IP address mask to be applied to a subject destination IP address before comparing it to juniClassifierControlListDst. 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.27.1.1.4.1.8
juniClassifierControlListNotProtocolInvert the meaning of the protocol object. For example, 'not TCP' matches any protocol except for TCP.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.9
juniClassifierControlListProtocolAn 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.27.1.1.4.1.10
juniClassifierControlListTosByteThe IP TOS byte value to match.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.11
juniClassifierControlListMaskThe mask to use for TOS byte checks. Allowed values are 0, 224, 252, 255.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.12
juniClassifierControlListSrcOperatorOperator for use in comparing source ports.rw
JuniClaclPortOperator
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.13
juniClassifierControlListSrcFromPortSource UDP or TCP 'from' port number.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.14
juniClassifierControlListSrcToPortSource UDP or TCP 'to' port number.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.15
juniClassifierControlListDestOperatorOperator for use in comparing Destination ports.rw
JuniClaclPortOperator
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.16
juniClassifierControlListDestFromPortDestination UDP or TCP 'from' port number.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.17
juniClassifierControlListDestToPortDestination UDP or TCP 'to' port number.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.18
juniClassifierControlListICMPTypeOptional ICMP message type for classification.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.19
juniClassifierControlListICMPCodeOptional ICMP message code for classification.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.20
juniClassifierControlListIGMPTypeOptional IGMP message type for classification.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.21
juniClassifierControlListTcpFlagsValueOptional TCP flags value for classification.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.22
juniClassifierControlListTcpFlagsMaskOptional TCP flags mask for classification. TCP flag bits not specified in the mask are don't care bits.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.23
juniClassifierControlListIpFlagsValueOptional IP flags value for classification.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.24
juniClassifierControlListIpFlagsMaskOptional IP flags mask for classification. IP flag bits not specified in the mask are don't care bitsrw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.25
juniClassifierControlListIpFragValueOptional IP flags mask for classification. IP flag bits not specified in the mask are don't care bitsrw
JuniPolicyIpFragValue
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.26
juniClassifierControlListLocalMatch IP packets that are locally destined, i.e., destined to any one of router's interfaces.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.27
juniClassifierControlListLocalPresentSet to true if local classification field is configured.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.28
juniClassifierControlListSaRouteClassMatch packets with source address route class matching this route class. The route class value of a packet can be determined in the secondary input policy attachment stage only. The route class value of a packet is assigned the value 0 in the input and output policy attachment stages.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.29
juniClassifierControlListSaRouteClassPresentSet to true if SA route class classification field is configured.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.30
juniClassifierControlListDaRouteClassMatch packets with destination address route class matching this route class. The route class value of a packet can be determined in the secondary input policy attachment stage only. The route class value of a packet is assigned the value 0 in the input and output policy attachment stages.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.31
juniClassifierControlListDaRouteClassPresentSet to true if DA route class classification field is configured.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.1.4.1.32
juniRateLimitControlList
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.1.2
juniRateLimitProfileNextIndexThis scalar object returns the index of the next available row in the juniRateLimitProfileTable. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.ro
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.2.1
juniRateLimitProfileTableThis table contains entries for elements of Rate Limit Profile (RLP) definitions.
SEQUENCE OF JuniRateLimitProfileEntry
.1.3.6.1.4.1.4874.2.2.27.1.2.2
juniRateLimitProfileEntryEach entry describes the characteristics of a rate limit profile element.
JuniRateLimitProfileEntry
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1
juniRateLimitProfileIdThe ID number of the rate limit profile (RLP) entry which is defined by this row.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.1
juniRateLimitProfileRowStatusControls creation/deletion of conceptual rows within this table. All rowStatus modes are supported. To create an entry in this table, the following entry objects MUST be explicitly configured: juniRateLimitProfileName. The rowStatus must be set to notInService in order to modify an entry in this table. After making the desired changes you should set the rowStatus to active to apply the changes.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.2
juniRateLimitProfileNameSpecifies the name of the rate limit profile defined by this row.rw
DisplayString
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.3
juniRateLimitReferenceCountThis object reflects the number of times a rate limit profile object is referenced by policies.ro
Counter32
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.4
juniRateLimitCommittedBpsThe committed access rate in bits per second.rw
Unsigned32 UNITS "bits per second"
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.5
juniRateLimitCommittedBurstThe committed access rate burst value in bytes.rw
Unsigned32 UNITS "bytes"
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.6
juniRateLimitExceedBpsThe peak access rate in bits per second. To be configured only if rate limit profile type is two-rate.rw
Unsigned32 UNITS "bits per second"
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.7
juniRateLimitExceedBurstThe peak access rate burst value in bytes. To be configured only if rate limit profile type is two-rate.rw
Unsigned32 UNITS "bytes"
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.8
juniRateLimitCommittedActionAction to be taken when the access rate is within the bounds of the committed access rate.rw
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.9
juniRateLimitConformedActionAction to be taken when the access rate exceeds the bounds of the committed access rate.rw
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.10
juniRateLimitExceededActionAction to be taken when the access rate exceeds the bounds of the peak access rate.rw
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.11
juniRateLimitCommittedMarkValNew IP precedence to be used when the juniRateLimitCommittedAction mark action is applied.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.12
juniRateLimitConformedMarkValNew IP prececence to be used when the juniRateLimitExceedCommittedAction mark action is applied.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.13
juniRateLimitExceededMarkValNew IP precedence to be used when the juniRateLimitExceedPeakAction mark action is applied.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.14
juniRateLimitMaskMask to be applied when executing a mark action.rw
Unsigned32
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.15
juniRateLimitProfileTypeThe rate limit profile type (i.e. one-rate or two-rate). Defaults to two-rate, if not specified.rw
JuniRateLimitProfileType
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.16
juniRateLimitExcessBurstThe excess committed access rate burst value in bytes. To be configured only if rate limit profile type is one-rate.rw
Unsigned32 UNITS "bytes"
.1.3.6.1.4.1.4874.2.2.27.1.2.2.1.17
juniPolicy
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.1.3
juniPolicyNextIndexThis scalar object returns the index of the next available row in the juniPolicyTable. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.ro
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.1
juniPolicyTableThis table contains entries which represent the non-repetive fields of a policy definition.
SEQUENCE OF JuniPolicyEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.2
juniPolicyEntryEach entry contains the non-repetitive fields of a policy definition.
JuniPolicyEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1
juniPolicyIdThe number of the policy table entry which is defined by this row.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.1
juniPolicyRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.2
juniPolicyAdminStateThis object is used to control the administrative state of a policy. Enabling a policy will result in the rules which make up a policy being applied to interfaces to which the policy is assigned. You should disable the admin state before adding/modifying any rules or classifier groups in this policy and then re-enable to apply the changes. This object may be modified while the row is active.rw
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.3
juniPolicyOperStatusThis obsolete object was used to retrieve the operational state of a policy. If a policy is disabled, it is not applied to any interfaces within the system. If a policy is invalid, there is a problem with the policy preventing it from being applied to an interface. An error code providing diagnostic information about the problem is found in juniPolicyErrorValue. If a policy is enabled, it has been applied to one or more interfaces within the system. This object was made obsolete due to some changes in E-Series which eliminated the possibility of a policy being operationaly disabled.roobsolete
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.4
juniPolicyErrorValueAn error code providing diagnostic information for invalid policies. The enumeration of this field is TBD. A zero (0) value indicates that there is no error reported. This object was made obsolete due to some changes in E-Series which eliminated the possibility of a policy being operationaly disabled.roobsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.5
juniPolicyNameSpecifies the name of the policy defined by this row.rw
DisplayString
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.6
juniPolicyReferenceCountReflects the number of times this policy has been applied within the chassis.ro
Counter32
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.7
juniPolicyRuleNextIndexRead only variable which provides the next available PolicyRuleIndex with respect to the policy defined by this row. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended.ro
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.8
juniPolicyAtmCellModeEnableSpecifies whether the policy is in ATM Cell Mode.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.2.1.9
juniPolicyRuleTableEach entry within this table defines a rule component of a policy. The entries in this table are created automatically when entries are created in specific rule tables. This table is read only. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniPolicyRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.3
juniPolicyRuleEntryEach entry defines a single rule component. This object is deprecated due to new policy rule table key.deprecated
JuniPolicyRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.3.1
juniPolicyRulePolicyIdThe PolicyTable index of the policy which owns this rule. This object is deprecated due to new policy rule table key.deprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.3.1.1
juniPolicyRulePrecThe precedence of this rule within this group of policy rules. This object is deprecated due to new policy rule table key.deprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.3.1.2
juniPolicyRuleIdThe index of this rule within the set of rules owned by the policy defined by juniPolicyRulePolicyId. This object is deprecated due to new policy rule table key.deprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.3.1.3
juniPolicyRuleTypeThis field specifies the type of rule being defined. The remaining information which makes up this rule is found in the specific rule table defined by juniPolicyRuleType. The specific rule tables are indexed by juniPolicyRulePolicyId.juniPolicyRuleId. This object is deprecated due to new policy rule table key.rodeprecated
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.3.3.1.4
juniPolicySuspendSetting this object to true results in the rule being suspended (taken out of service). Setting this value to false results in the rule being returned to service. This object is deprecated due to new policy rule table key.rwdeprecated
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.3.1.5
juniPolicyEclipsedThis value is true if the policy rule is eclipsed. A policy rule is eclipsed if a conflicting rule with the same classifier control list precedes the rule, and the preceding rule is not suspended. A false value indicates that the rule is not eclipsed. This object is deprecated due to new policy rule table key.rodeprecated
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.3.1.6
juniNextHopRuleTableA list of entries which provide next-hop rule data. Rows created in this table result in an entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniNextHopRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.4
juniNextHopRuleEntryA next-hop rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniNextHopRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.4.1
juniNextHopRowStatusControls creation/deletion of conceptual rows within this table. The next-hop IP address is mandatory and must be specified. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.4.1.1
juniNextHopIpAddressThe IP address to forward all packets to. This object is deprecated due to new policy rule table key.rwdeprecated
IpAddress
.1.3.6.1.4.1.4874.2.2.27.1.3.4.1.2
juniNextHopClaclIdThe classifier control list ID which completes the NextHop policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.4.1.3
juniFilterRuleTableA list of entries which provide filter rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniFilterRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.5
juniFilterRuleEntryA filter rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniFilterRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.5.1
juniFilterRowStatusControls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.5.1.1
juniFilterClaclIdThe classifier control list ID which completes the filter policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.5.1.2
juniNextInterfaceRuleTableA list of entries which provide NextInterface rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniNextInterfaceRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.6
juniNextInterfaceRuleEntryA NextInterface rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniNextInterfaceRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.6.1
juniNextInterfaceRowStatusControls creation/deletion of conceptual rows within this table. The next-interface parameter is mandatory and must be specified. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.6.1.1
juniNextInterfaceIdThe interface index to which traffic matching the CLACL ID will be routed. This object is deprecated due to new policy rule table key.rwdeprecated
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.4874.2.2.27.1.3.6.1.2
juniNextInterfaceClaclIdThe classifier control list ID which completes the NextInterface policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.6.1.3
juniNextInterfaceNextHopThe IP address to forward all packets to. This object is deprecated due to new policy rule table key.rwdeprecated
IpAddress
.1.3.6.1.4.1.4874.2.2.27.1.3.6.1.4
juniRateLimitRuleTableA list of entries which provide RateLimit rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniRateLimitRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.7
juniRateLimitRuleEntryA RateLimit rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniRateLimitRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.7.1
juniRateLimitRowStatusControls creation/deletion of conceptual rows within this table. The rate limit profile ID is mandatory and must be specified. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.7.1.1
juniRateLimitIdThe RLP ID which provides the rate limit data which completes the RateLimit policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.7.1.2
juniRateLimitClaclIdThe classifier control list ID which fills out the RateLimit policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.7.1.3
juniMarkingRuleTableA list of entries which provide Marking rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniMarkingRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.8
juniMarkingRuleEntryA Marking rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniMarkingRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.8.1
juniMarkingRowStatusControls creation/deletion of conceptual rows within this table. The IP precedence field is mandatory and must be specified. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.8.1.1
juniMarkingTOSByteThe IP precedence value associated with this policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.8.1.2
juniMarkingMaskThe mask to use for TOS byte checks. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.8.1.3
juniMarkingClaclIdThe classifier control list ID which fills out the Marking policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.8.1.4
juniForwardRuleTableA list of entries which provide forward rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniForwardRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.9
juniForwardRuleEntryA forward rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniForwardRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.9.1
juniForwardRowStatusControls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.9.1.1
juniForwardClaclIdThe classifier control list ID which completes the forward policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.9.1.2
juniForwardNextInterfaceIdThe interface index to which traffic matching the CLACL ID will be routed. This object is deprecated due to new policy rule table key.rwdeprecated
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.4874.2.2.27.1.3.9.1.3
juniForwardNextHopThe IP address to which all packets are forwarded. This object is deprecated due to new policy rule table key.rwdeprecated
IpAddress
.1.3.6.1.4.1.4874.2.2.27.1.3.9.1.4
juniForwardRouterIdThe index or ID of the router. This object is deprecated due to new policy rule table key.rodeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.9.1.5
juniForwardOrderThe order of the forward rules for a given classifier within a policy. The forward rules will be ordered from the lowest order value to the highest. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.9.1.6
juniForwardIgnoreDefaultRouteSetting this object to true results in the default route being ignored when determining if a next hop address is reachable. This object is deprecated due to new policy rule table key.rwdeprecated
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.9.1.7
juniTrafficShapeRuleTableObsolete list of entries which provide Traffic Shape rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table. This list became obsolete when the policy shaper capability was moved into the quality of service component.obsolete
SEQUENCE OF JuniTrafficShapeRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.10
juniTrafficShapeRuleEntryA TrafficShape rule entry.obsolete
JuniTrafficShapeRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.10.1
juniTrafficShapeRowStatusControls creation/deletion of conceptual rows within this table. The traffic shape profile ID is mandatory and must be specified. Modes supported are create-and-go and destroy.rwobsolete
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.10.1.1
juniTrafficShapeIdThe RLP ID which provides the rate limit data which completes the traffic shape policy rule.rwobsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.10.1.2
juniColorRuleTableA list of entries which provide Color rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniColorRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.11
juniColorRuleEntryA Color rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniColorRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.11.1
juniColorRowStatusControls creation/deletion of conceptual rows within this table. The color field is mandatory and must be specified. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.11.1.1
juniColorThe color with which to explicitly color packets associated with this policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.3.11.1.2
juniColorClaclIdThe classifier control list ID which fills out the Color policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.11.1.3
juniLogRuleTableA list of entries which provide log rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniLogRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.12
juniLogRuleEntryA log rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniLogRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.12.1
juniLogRowStatusControls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.12.1.1
juniLogClaclIdThe classifier control list ID which completes the log policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.12.1.2
juniTrafficClassRuleTableA list of entries which provide traffic Class rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table. This object is deprecated due to new policy rule table key.deprecated
SEQUENCE OF JuniTrafficClassRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.13
juniTrafficClassRuleEntryA Traffic Class rule entry. This object is deprecated due to new policy rule table key.deprecated
JuniTrafficClassRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.13.1
juniTrafficClassRowStatusControls creation/deletion of conceptual rows within this table. The juniTrafficClassId field is mandatory and must be specified. Modes supported are create-and-go and destroy. This object is deprecated due to new policy rule table key.rwdeprecated
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.13.1.1
juniTrafficClassIdThe traffic class ID. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.13.1.2
juniTrafficClassClaclIdThe classifier control list ID which fills out the traffic class policy rule. This object is deprecated due to new policy rule table key.rwdeprecated
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.13.1.3
juniPolicyRule2TableEach entry within this table defines a rule component of a policy. The entries in this table are created automatically when entries are created in specific rule tables. This table is read only.
SEQUENCE OF JuniPolicyRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.14
juniPolicyRule2EntryEach entry defines a single rule component.
JuniPolicyRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.14.1
juniPolicyRulePolicyId2The PolicyTable index of the policy which owns this rule.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.14.1.1
juniPolicyRuleClaclIdThe classifier index from the ClassifierControlListTable that this rule references.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.14.1.2
juniPolicyRuleId2The index of this rule within the set of rules owned by the policy defined by juniPolicyRulePolicyId2.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.14.1.3
juniPolicyRuleType2This field specifies the type of rule being defined. The remaining information which makes up this rule is found in the specific rule table defined by juniPolicyRuleType. The specific rule tables are indexed by juniPolicyRulePolicyId2, juniPolicyRuleClaclId, juniPolicyRuleId2.ro
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.3.14.1.4
juniPolicySuspend2Setting this object to true results in the rule being suspended (taken out of service). Setting this value to false results in the rule being returned to service.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.14.1.5
juniNextHopRule2TableA list of entries which provide next-hop rule data. Rows created in this table result in an entry being created in the policy rule table.
SEQUENCE OF JuniNextHopRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.15
juniNextHopRule2EntryA next-hop rule entry.
JuniNextHopRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.15.1
juniNextHopRowStatus2Controls creation/deletion of conceptual rows within this table. The next-hop IP address is mandatory and must be specified. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.15.1.1
juniNextHopIpAddress2The IP address to forward all packets to.rw
IpAddress
.1.3.6.1.4.1.4874.2.2.27.1.3.15.1.2
juniFilterRule2TableA list of entries which provide filter rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniFilterRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.16
juniFilterRule2EntryA filter rule entry.
JuniFilterRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.16.1
juniFilterRowStatus2Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.16.1.1
juniNextInterfaceRule2TableA list of entries which provide NextInterface rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniNextInterfaceRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.17
juniNextInterfaceRule2EntryA NextInterface rule entry.
JuniNextInterfaceRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.17.1
juniNextInterfaceRowStatus2Controls creation/deletion of conceptual rows within this table. The next-interface parameter is mandatory and must be specified. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.17.1.1
juniNextInterfaceId2The interface index to which traffic matching the CLACL ID will be routed.rw
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.4874.2.2.27.1.3.17.1.2
juniNextInterfaceNextHop2The IP address to forward all packets to.rw
IpAddress
.1.3.6.1.4.1.4874.2.2.27.1.3.17.1.3
juniRateLimitRule2TableA list of entries which provide RateLimit rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniRateLimitRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.18
juniRateLimitRule2EntryA RateLimit rule entry.
JuniRateLimitRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.18.1
juniRateLimitRowStatus2Controls creation/deletion of conceptual rows within this table. The rate limit profile ID is mandatory and must be specified. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.18.1.1
juniRateLimitId2The RLP ID which provides the rate limit data which completes the RateLimit policy rule.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.18.1.2
juniMarkingRule2TableA list of entries which provide Marking rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniMarkingRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.19
juniMarkingRule2EntryA Marking rule entry.
JuniMarkingRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.19.1
juniMarkingRowStatus2Controls creation/deletion of conceptual rows within this table. The IP precedence field is mandatory and must be specified. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.19.1.1
juniMarkingTOSByte2The IP precedence value associated with this policy rule.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.19.1.2
juniMarkingMask2The mask to use for TOS byte checks.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.19.1.3
juniForwardRule2TableA list of entries which provide forward rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniForwardRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.20
juniForwardRule2EntryA forward rule entry.
JuniForwardRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.20.1
juniForwardRowStatus2Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.20.1.1
juniForwardNextInterfaceId2The interface index to which traffic matching the CLACL ID will be routed.rw
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.4874.2.2.27.1.3.20.1.2
juniForwardNextHop2The IP address to which all packets are forwarded.rw
IpAddress
.1.3.6.1.4.1.4874.2.2.27.1.3.20.1.3
juniForwardRouterId2The index or ID of the router.ro
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.20.1.4
juniForwardOrder2The order of the forward rules for a given classifier within a policy. The forward rules will be ordered from the lowest order value to the highest.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.20.1.5
juniForwardIgnoreDefaultRoute2Setting this object to true results in the default route being ignored when determining if a next hop address is reachable.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.20.1.6
juniColorRule2TableA list of entries which provide Color rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniColorRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.21
juniColorRule2EntryA Color rule entry.
JuniColorRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.21.1
juniColorRowStatus2Controls creation/deletion of conceptual rows within this table. The color field is mandatory and must be specified. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.21.1.1
juniColor2The color with which to explicitly color packets associated with this policy rule.rw
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.3.21.1.2
juniLogRule2TableA list of entries which provide log rule data. Creation of an entry in this table results in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniLogRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.22
juniLogRule2EntryA log rule entry.
JuniLogRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.22.1
juniLogRowStatus2Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.22.1.1
juniTrafficClassRule2TableA list of entries which provide traffic Class rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniTrafficClassRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.23
juniTrafficClassRule2EntryA Traffic Class rule entry.
JuniTrafficClassRule2Entry
.1.3.6.1.4.1.4874.2.2.27.1.3.23.1
juniTrafficClassRowStatus2Controls creation/deletion of conceptual rows within this table. The juniTrafficClassId2 field is mandatory and must be specified. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.23.1.1
juniTrafficClassId2The traffic class ID.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.23.1.2
juniPolicyClassifierGroupTableA list of entries that provide policy classifier group data. Creation of entries in this table result in a corresponding entry being created in the policy clacl group table.
SEQUENCE OF JuniPolicyClassifierGroupEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.24
juniPolicyClassifierGroupEntryA classifier group entry.
JuniPolicyClassifierGroupEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.24.1
juniPolicyClassifierGroupPolicyIdThe PolicyTable index of the policy which owns this classifier group.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.24.1.1
juniPolicyClassifierGroupClaclIdThe classifier index from the ClassifierControlListTable that this classifier group references.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.24.1.2
juniPolicyClassifierGroupRowStatusControls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. Mode create-and-go will create a classifier group entry for the specified policy if the entry does not exist and will set the precedence value if provided. Mode destroy will delete all policy rules referencing this classifier within this policy and will delete the classifier group entry.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.24.1.3
juniPolicyClassifierGroupPrecedenceThe precedence value for this classifier within this policy.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.3.24.1.4
juniExceptionRuleTableA list of entries which provide Exception rule data. Creation of entries in the table result in a corresponding entry being created in the policy rule table.
SEQUENCE OF JuniExceptionRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.25
juniExceptionRuleEntryAn Exception rule entry.
JuniExceptionRuleEntry
.1.3.6.1.4.1.4874.2.2.27.1.3.25.1
juniExceptionRowStatusControls creation/deletion of conceptual rows within this table. The exception field is mandatory and must be specified. Modes supported are create-and-go and destroy.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.3.25.1.1
juniExceptionApplicationThe application that will receive the packet exceptioned because of this policy action.rw
Enumeration
.1.3.6.1.4.1.4874.2.2.27.1.3.25.1.2
juniPolicyIf
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.1.4
juniPolicyIfTableThis obsolete table contains entries which represent attachment of policies to interfaces. This table became obsolete when the juniPolicyIfAttTable was added.obsolete
SEQUENCE OF JuniPolicyIfEntry
.1.3.6.1.4.1.4874.2.2.27.1.4.1
juniPolicyIfEntryEach entry contains the attachment of policy(s) to an interface.obsolete
JuniPolicyIfEntry
.1.3.6.1.4.1.4874.2.2.27.1.4.1.1
juniPolicyIfInterfaceIdThe interface number representing the interface to which policy(s) have been attached.obsolete
Unsigned32
.1.3.6.1.4.1.4874.2.2.27.1.4.1.1.1
juniPolicyIfRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.rwobsolete
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.4.1.1.2
juniPolicyIfInputPolicyIdThis object is used to control the attachment of input policies to the interface specified by juniPolicyIfInterfaceId, juniPolicyIfForwardingType and juniPolicyIfPolicyType. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. If so, the attachment is immediate.rwobsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.4.1.1.3
juniPolicyIfOutputPolicyIdThis object is used to control the attachment of output policies to the interface specified by juniPolicyIfInterfaceId, juniPolicyIfForwardingType and juniPolicyIfPolicyType. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. If so, the attachment is immediate.rwobsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.4.1.1.4
juniPolicyIfInputStatsEnableThis object is used to control the enabling and disabling of statistics for an input policy attachment. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The desired value must be set before the policy is attached or in a multiple object varbind. Failure to do so will result in the policy being attached with the previous value of juniPolicyInputStatsEnable.rwobsolete
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.4.1.1.5
juniPolicyIfOutputStatsEnableThis object is used to control the enabling and disabling of statistics for an output policy attachment. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The desired value must be set before the policy is attached or in a multiple object varbind. Failure to do so will result in the policy being attached with the previous value of juniPolicyOutputStatsEnable.rwobsolete
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.4.1.1.6
juniPolicyIfAttachTableThis table contains entries which represent attachment of policies to interfaces.
SEQUENCE OF JuniPolicyIfAttachEntry
.1.3.6.1.4.1.4874.2.2.27.1.4.2
juniPolicyIfAttachEntryEach entry contains the attachment of policy(s) to an interface.
JuniPolicyIfAttachEntry
.1.3.6.1.4.1.4874.2.2.27.1.4.2.1
juniPolicyIfAttachInterfaceIdThe interface number representing the interface to which policy(s) have been attached.
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.4874.2.2.27.1.4.2.1.1
juniPolicyIfAttachForwardingTypeThe interface type (i.e. IP or CBF) which the policy have been attached to.
JuniPolicyForwardingType
.1.3.6.1.4.1.4874.2.2.27.1.4.2.1.2
juniPolicyIfAttachPolicyTypeThe policy type (i.e. input, output or secondary input).
JuniPolicyAttachmentType
.1.3.6.1.4.1.4874.2.2.27.1.4.2.1.3
juniPolicyIfAttachRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.4.2.1.4
juniPolicyIfAttachPolicyIdThis object is used to control the attachment of policies to the interface specified by juniPolicyIfAttachInterfaceId, juniPolicyIfAttachForwardingType and juniPolicyIfAttachPolicyType. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. If so, the attachment is immediate.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.4.2.1.5
juniPolicyIfAttachStatsEnableThis object is used to control the enabling and disabling of statistics for a policy attachment. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The desired value must be set before the policy is attached or in a multiple object varbind. Failure to do so will result in the policy being attached with the previous value of juniPolicyIfAttachStatsEnable.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.4.2.1.6
juniPolicyIfAttachStatsPreserveThis object is used to control the preserving of statistics when a policy is attached to an interface that already has a policy attachment. Set this object to true to preserve statistics. Get and GetNext will always return false. This object may be modified while the row is active. The desired value must be set before the policy is attached or in a multiple object varbind. Failure to do so will result in the policy being attached with the previous value of juniPolicyIfAttachStatsPreserve.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.4.2.1.7
juniPolicyProfile
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.1.5
juniPolicyProfileTableThis obsolete table contains entries which represent attachment of policies to dynamic interfaces through profiles. This table became obsolete when the juniPolicyAttachProfileTable was added.obsolete
SEQUENCE OF JuniPolicyProfileEntry
.1.3.6.1.4.1.4874.2.2.27.1.5.1
juniPolicyProfileEntryEach entry contains the profile for attachment of policy(s) to a dynamic interface.obsolete
JuniPolicyProfileEntry
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1
juniPolicyProfileIdThe profile to which the policy attachment profile data belongs. When this profile is applied to a dynamic interface the associated policies will be applied to that interface.obsolete
Unsigned32
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1.1
juniPolicyProfileRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.rwobsolete
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1.2
juniPolicyProfileInputPolicyIdThis object is used to control the attachment of input policies to dynamic interfaces configured by the profile identified by juniPolicyProfileId. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. Changes made to a row in this table do not take effect until the profile is applied.rwobsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1.3
juniPolicyProfileOutputPolicyIdThis object is used to control the attachment of output policies to dynamic interfaces configured by the profile identified by juniPolicyProfileId. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. Changes made to a row in this table do not take effect until the profile is applied to an interface.rwobsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1.4
juniPolicyProfileInputStatsEnableThis object is used to control the enabling and disabling of statistics for an input policy attachment performed by a profile. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The changes will not take effect until the profile is applied to an interface.rwobsolete
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1.5
juniPolicyProfileOutputStatsEnableThis object is used to control the enabling and disabling of statistics for an output policy attachment performed by a profile. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The changes will not take effect until the profile is applied to an interface.rwobsolete
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1.6
juniPolicyProfileLocalInputPolicyIdThis object is used to control the attachment of local input policies to dynamic interfaces configured by the profile identified by juniPolicyProfileId. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. Changes made to a row in this table do not take effect until the profile is applied.rwobsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1.7
juniPolicyProfileLocalInputStatsEnableThis object is used to control the enabling and disabling of statistics for a local input policy attachment performed by a profile. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The changes will not take effect until the profile is applied to an interface.rwobsolete
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.5.1.1.8
juniPolicyAttachProfileTableThis table contains entries which represent attachment of policies to dynamic interfaces through profiles.
SEQUENCE OF JuniPolicyAttachProfileEntry
.1.3.6.1.4.1.4874.2.2.27.1.5.2
juniPolicyAttachProfileEntryEach entry contains the profile for attachment of policy(s) to a dynamic interface.
JuniPolicyAttachProfileEntry
.1.3.6.1.4.1.4874.2.2.27.1.5.2.1
juniPolicyAttachProfileIdThe profile to which the policy attachment profile data belongs. When this profile is applied to a dynamic interface the associated policies will be applied to that interface.
Unsigned32
.1.3.6.1.4.1.4874.2.2.27.1.5.2.1.1
juniPolicyAttachProfileForwardingTypeThe interface type (i.e. IP or CBF) which the policy would be attached to.
JuniPolicyForwardingType
.1.3.6.1.4.1.4874.2.2.27.1.5.2.1.2
juniPolicyAttachProfilePolicyTypeThe policy type (i.e. input, output or secondary input).
JuniPolicyAttachmentType
.1.3.6.1.4.1.4874.2.2.27.1.5.2.1.3
juniPolicyAttachProfileRowStatusControls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED ACCESS LIST CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create a policy table entry with the associated policy name. destroy Destroy the specified list and all of its constituent elements. Policy row members may not be modified once the row has been created.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.5.2.1.4
juniPolicyAttachProfilePolicyIdThis object is used to control the attachment of policies to dynamic interfaces configured by the profile identified by juniPolicyAttachProfileId, juniPolicyAttachProfileForwardingType and juniPolicyAttachProfilePolicyType. Attach a policy by setting this value to the ID of the policy. Remove a policy attachment by setting this value to zero. This object may be modified while the row is active. Changes made to a row in this table do not take effect until the profile is applied.rw
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.5.2.1.5
juniPolicyAttachProfileStatsEnableThis object is used to control the enabling and disabling of statistics for an policy attachment performed by a profile. Set this object to true to enable statistics. Set this object to false to disable statistics. This object may be modified while the row is active. The changes will not take effect until the profile is applied to an interface.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.5.2.1.6
juniPolicyStatistics
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.1.6
juniPolicyIfStatsTableEach entry within this obsolete table contains statistics data for an interface/policy rule combination. Interfaces with policies attached and statistics disabled are not represented in this table.obsolete
SEQUENCE OF JuniPolicyIfStatsEntry
.1.3.6.1.4.1.4874.2.2.27.1.6.1
juniPolicyIfStatsEntryEach entry defines a single statistics entry.obsolete
JuniPolicyIfStatsEntry
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1
juniPolicyIfStatsIfIdThe interface ID corresponding to the stats block represented by this row.obsolete
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.1
juniPolicyIfStatsPolicyTypeThe attachment point for the policy.obsolete
JuniPolicyAttachmentType
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.2
juniPolicyIfStatsPolicyIdThe PolicyTable index of the policy corresponding to the stats block represented by this row.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.3
juniPolicyIfStatsRulePrecThe precedence of the policy rule corresponding to the stats block represented by this row.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.4
juniPolicyIfStatsRuleIdThe index of the policy rule corresponding to the stats block represented by this row.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.5
juniPolicyIfStatsClaclEntryNumberThe index of the clacl entry number corresponding to the stats block represented by this row.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.6
juniPolicyIfStatsGreenPacketsThe number of green packets policed by the policy rule.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.7
juniPolicyIfStatsYellowPacketsThe number of yellow packets policed by the policy rule.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.8
juniPolicyIfStatsRedPacketsThe number of red packets policed by the policy rule.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.9
juniPolicyIfStatsGreenBytesThe number of green bytes policed by the policy rule.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.10
juniPolicyIfStatsYellowBytesThe number of yellow bytes policed by the policy rule.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.11
juniPolicyIfStatsRedBytesThe number of red bytes policed by the policy rule.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.1.1.12
juniPolicyIfAttachStatsTableEach entry within this obsolete table contains statistics data for an interface/policy rule combination. Interfaces with policies attached and statistics disabled are not represented in this table. This table became obsolete when policy precedence enhancements were made.obsolete
SEQUENCE OF JuniPolicyIfAttachStatsEntry
.1.3.6.1.4.1.4874.2.2.27.1.6.2
juniPolicyIfAttachStatsEntryEach entry defines a single statistics entry.obsolete
JuniPolicyIfAttachStatsEntry
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1
juniPolicyIfAttachStatsIfIdThe interface ID corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made.obsolete
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.1
juniPolicyIfAttachStatsForwardingTypeThe forwarding type for the policy attachment. This object became obsolete when policy precedence enhancements were made.obsolete
JuniPolicyForwardingType
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.2
juniPolicyIfAttachStatsPolicyTypeThe attachment point for the policy. This object became obsolete when policy precedence enhancements were made.obsolete
JuniPolicyAttachmentType
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.3
juniPolicyIfAttachStatsPolicyIdThe PolicyTable index of the policy corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.4
juniPolicyIfAttachStatsRulePrecThe precedence of the policy rule corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.5
juniPolicyIfAttachStatsRuleIdThe index of the policy rule corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.6
juniPolicyIfAttachStatsClaclEntryNumberThe index of the clacl entry number corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.7
juniPolicyIfAttachStatsGreenPacketsThe number of green packets policed by the policy rule. This object became obsolete when policy precedence enhancements were made.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.8
juniPolicyIfAttachStatsYellowPacketsThe number of yellow packets policed by the policy rule. This object became obsolete when policy precedence enhancements were made.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.9
juniPolicyIfAttachStatsRedPacketsThe number of red packets policed by the policy rule. This object became obsolete when policy precedence enhancements were made.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.10
juniPolicyIfAttachStatsGreenBytesThe number of green bytes policed by the policy rule. This object became obsolete when policy precedence enhancements were made.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.11
juniPolicyIfAttachStatsYellowBytesThe number of yellow bytes policed by the policy rule. This object became obsolete when policy precedence enhancements were made.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.12
juniPolicyIfAttachStatsRedBytesThe number of red bytes policed by the policy rule. This object became obsolete when policy precedence enhancements were made.roobsolete
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.2.1.13
juniPolicyIfAttachStats2TableEach entry within this table contains statistics data for an interface/clacl rule combination. Interfaces with policies attached and statistics disabled are not represented in this table.
SEQUENCE OF JuniPolicyIfAttachStats2Entry
.1.3.6.1.4.1.4874.2.2.27.1.6.3
juniPolicyIfAttachStats2EntryEach entry defines a single statistics entry.
JuniPolicyIfAttachStats2Entry
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1
juniPolicyIfAttachStatsIfId2The interface ID corresponding to the stats block represented by this row.
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.1
juniPolicyIfAttachStatsForwardingType2The forwarding type for the policy attachment.
JuniPolicyForwardingType
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.2
juniPolicyIfAttachStatsPolicyType2The attachment point for the policy.
JuniPolicyAttachmentType
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.3
juniPolicyIfAttachStatsPolicyId2The PolicyTable index of the policy corresponding to the stats block represented by this row.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.4
juniPolicyIfAttachStatsClaclIdThe ClaclTable index of the clacl corresponding to the stats block represented by this row.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.5
juniPolicyIfAttachStatsClaclEntryNumber2The index of the clacl entry number corresponding to the stats block represented by this row.
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.6
juniPolicyIfAttachStatsGreenPackets2The number of green packets policed by the policy rule.ro
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.7
juniPolicyIfAttachStatsYellowPackets2The number of yellow packets policed by the policy rule.ro
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.8
juniPolicyIfAttachStatsRedPackets2The number of red packets policed by the policy rule.ro
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.9
juniPolicyIfAttachStatsGreenBytes2The number of green bytes policed by the policy rule.ro
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.10
juniPolicyIfAttachStatsYellowBytes2The number of yellow bytes policed by the policy rule.ro
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.11
juniPolicyIfAttachStatsRedBytes2The number of red bytes policed by the policy rule.ro
Counter64
.1.3.6.1.4.1.4874.2.2.27.1.6.3.1.12
juniTrafficShapeControlList
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.1.7
juniTrafficShapeProfileNextIndexObsolete scalar object returns the index of the next available row in the juniTrafficShapeProfileTable. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that index allocation is unintended. This object became obsolete when the policy shaper capability was moved into the quality of service component.roobsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.7.1
juniTrafficShapeProfileTableThis table contains entries for elements of Traffic Shape Profile definitions. This table became obsolete when the policy shaper capability was moved into the quality of service component.obsolete
SEQUENCE OF JuniTrafficShapeProfileEntry
.1.3.6.1.4.1.4874.2.2.27.1.7.2
juniTrafficShapeProfileEntryEach entry describes the characteristics of a traffic shape profile element.obsolete
JuniTrafficShapeProfileEntry
.1.3.6.1.4.1.4874.2.2.27.1.7.2.1
juniTrafficShapeProfileIdThe number of the traffic shape profile entry which is defined by this row.obsolete
Integer32
.1.3.6.1.4.1.4874.2.2.27.1.7.2.1.1
juniTrafficShapeProfileRowStatusControls creation/deletion of conceptual rows within this table. All rowStatus modes are supported. To create an entry in this table, the following entry objects MUST be explicitly configured: juniTrafficShapeProfileRowStatusrwobsolete
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.4874.2.2.27.1.7.2.1.2
juniTrafficShapeProfileNameSpecifies the name of the traffic shape profile defined by this row.rwobsolete
DisplayString
.1.3.6.1.4.1.4874.2.2.27.1.7.2.1.3
juniTrafficShapeReferenceCountThis object reflects the number of times a traffic shape profile object is referenced by policies.roobsolete
Counter32
.1.3.6.1.4.1.4874.2.2.27.1.7.2.1.4
juniTrafficShapeRateThe traffic shape rate in bits per second.rwobsolete
Integer32 UNITS "bits per second"
.1.3.6.1.4.1.4874.2.2.27.1.7.2.1.5
juniTrafficShapeBurstThe traffic shape burst in bytes.rwobsolete
Integer32 UNITS "bytes"
.1.3.6.1.4.1.4874.2.2.27.1.7.2.1.6
juniPolicyConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.2
juniPolicyCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.2.1
juniPolicyComplianceObsolete compliance statement for entities which implement the Juniper policy management MIB. This statement became obsolete when policy traffic shape and color objects were added to the MIB.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.1
juniPolicyCompliance2Obsolete compliance statement for entities which implement the Juniper policy management MIB. This statement was obsolete when policy log rule objects were added to the MIB.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.2
juniPolicyCompliance3Obsolete compliance statement for entities which implement the Juniper policy management MIB. This statement became obsolete when policy color rule objects were added, the policy profile table was extended and the policy interface attachement tables were replaced by new versions.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.3
juniPolicyCompliance4Obsolete compliance statement for entities which implement the Juniper policy management MIB. This statement became obsolete when TCP flag and IP flag classifier control list objects were added and the juniPolicyProfileTable was repalced by the juniPolicyAttachProfileTable.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.4
juniPolicyCompliance5Obsolete compliance statement for entities which implement the Juniper policy management MIB. This statement became obsolete when traffic class rule objects and new rate limit objects were added and when the policy shaper capability was moved into the quality of service component.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.5
juniPolicyCompliance6Obsolete compliance statement for entities which implement the Juniper policy management MIB. This statement became obsolete when new forward rules data objects were added.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.6
juniPolicyCompliance7Obsolete compliance statement for entities which implement the Juniper policy management MIB. This statement became obsolete due to new policy rule table key.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.7
juniPolicyCompliance8The compliance statement for entities which implement the Juniper policy management MIB. This statement was made obsolete when support for policy sharing was added.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.8
juniPolicyCompliance9The compliance statement for entities which implement the Juniper policy management MIB. This statement was made obsolete when ATM-cell-mode support was added to the policy configuration.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.9
juniPolicyCompliance10The compliance statement for entities which implement the Juniper policy management MIB.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.1.10
juniPolicyGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.4874.2.2.27.2.2
juniPolicyGroupObsolete collection of objects for managing policies in a Juniper product. This group became obsolete when policy traffic shape and color objects were added.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.1
juniRateLimitControlListGroupObsolete collection of objects for managing rate limit control lists in a Juniper product. This group became obsolete when it was replaced by the juniRateLimitGroup so that rate limit support could become optional.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.2
juniClassifierControlListGroupObsolete collection of objects for managing elements of classifier control lists in a Juniper product. This group became obsolete when support was added for TCP flag and IP flag control objects.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.3
juniPolicyIfGroupObsolete collection of objects for managing attachment of policies to interfaces in a Juniper product. This group became obsolete when the juniPolicyIfTable was replaced by the juniPolicyIfAttachTable.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.4
juniPolicyProfileGroupObsolete collection of objects for managing attachment of policies to dynamic interfaces through profiles in a Juniper product. This group became obsolete when the juniPolicyProfileLocalInputPolicyId and the juniPolicyProfileLocalInputStatsEnable objects were added.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.5
juniPolicyStatisticsGroupObsolete collection of objects for managing statistics data for an interface/policy rule combination in a Juniper product. This group became obsolete when the juniPolicyIfStatsTable was replaced by the juniPolicyIfAttachStatsTable.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.6
juniPolicyGroup2Obsolete collection of objects for managing policies in a Juniper product. This group became obsolete when the specific rules objects were broken out into separte groups.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.7
juniTrafficShapeProfileGroupObsolete collection of objects for traffic shaping data for a policy rule in a Juniper product. This group became obsolete when it was combined with the traffic shape policy rules objects.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.8
juniLogRuleGroupA deprecated collection of objects for log data for a policy rule in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.9
juniPolicyIfAttachGroupA collection of objects for managing attachment of policies to interfaces in a Juniper product. This group statement was made obsolete when support for policy sharing was added.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.10
juniPolicyProfileGroup2Obsolete collection of objects for managing attachment of policies to dynamic interfaces through profiles. This group became obsolete when the juniPolicyProfileTable was replaced by the juniPolicyAttachProfileTable.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.11
juniPolicyAttachStatisticsGroupObsolete collection of objects for managing statistics data for an interface/policy rule combination in a Juniper product.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.12
juniClassifierControlListGroup2An obsolete collection of objects for managing elements of classifier control lists in a Juniper product.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.13
juniPolicyAttachProfileGroupA collection of objects for managing attachment of policies to dynamic interfaces through profiles.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.14
juniPolicyBaseGroupObsolete collection of basic objects for managing policies in a Juniper product. This group became obsolete when oper status and error value objects were removed.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.15
juniNextHopRulesGroupA deprecated collection of objects for managing next-hop policy rules in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.16
juniFilterRulesGroupA deprecated collection of objects for managing filter policy rules in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.17
juniNextInterfaceRulesGroupA deprecated collection of objects for managing next-interface policy rules in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.18
juniRateLimitGroupObsolete collection of objects for managing rate limit policy rules and profile lists in a Juniper product. This group became obsolete when new rate limit profile objects were added.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.19
juniMarkingRulesGroupA deprecated collection of objects for managing policy rules for marking in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.20
juniForwardRulesGroupObsolete collection of objects for managing forward policy rules in a Juniper product. This group became obsolete when new forward rule data objects were added.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.21
juniTrafficShapeGroupObsolete collection of objects for managing traffic shape policy rules and profile lists in a Juniper product. This group became obsolete when the policy shaper capability was moved into the quality of service component.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.22
juniColorRulesGroupA deprecated collection of objects for managing color policy rules in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.23
juniTrafficClassRulesGroupA deprecated collection of objects for managing traffic class policy rules in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.24
juniRateLimitGroup2A deprecated collection of objects for managing rate limit policy rules and profile lists in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.25
juniForwardRulesGroup2A deprecated collection of objects for managing forward policy rules in a Juniper product. This group is deprecated due to a new policy rule table key.deprecated
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.26
juniNextHopRulesGroup2A collection of objects for managing next-hop policy rules in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.27
juniFilterRulesGroup2A collection of objects for managing filter policy rules in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.28
juniNextInterfaceRulesGroup2A collection of objects for managing next-interface policy rules in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.29
juniMarkingRulesGroup2A collection of objects for managing policy rules for marking in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.30
juniColorRulesGroup2A collection of objects for managing color policy rules in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.31
juniTrafficClassRulesGroup2A collection of objects for managing traffic class policy rules in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.32
juniRateLimitGroup3A collection of objects for managing rate limit policy rules and profile lists in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.33
juniPolicyClaclGrpGroupA collection of objects for managing policy classifier groups in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.34
juniPolicyBaseGroup2A collection of basic objects for managing policies in a Juniper product. This group was made obsolete when ATM-cell-mode support was added to the policy configuration.obsolete
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.35
juniForwardRulesGroup3A collection of objects for managing forward policy rules in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.36
juniLogRuleGroup2A collection of objects for log data for a policy rule in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.37
juniPolicyAttachStatisticsGroup2A collection of objects for managing statistics data for an interface/policy rule combination in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.38
juniClassifierControlListGroup3A collection of objects for managing elements of classifier control lists in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.39
juniPolicyIfAttachGroup2A collection of objects for managing attachment of policies to interfaces in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.40
juniExceptionRulesGroup1A collection of objects for managing exception policy rules in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.41
juniPolicyBaseGroup3A collection of basic objects for managing policies in a Juniper product.
Unknown
.1.3.6.1.4.1.4874.2.2.27.2.2.42
Juniper-POLICY-MIB - SNMP MIB Reference | MIBs Explorer