Juniper-POLICY-MIB: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: Juniper-POLICY-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
juniPolicyMIB | 1.3.6.1.4.1.4874.2.2.27 |
The Policy MIB for the Juniper Networks enterprise. |
||
juniPolicyObjects | 1.3.6.1.4.1.4874.2.2.27.1 | |||
juniClassifierControlList | 1.3.6.1.4.1.4874.2.2.27.1.1 | |||
juniClassifierControlListNextIndex | 1.3.6.1.4.1.4874.2.2.27.1.1.1 | integer32 | read-only |
This 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. |
juniClassifierControlListTable | 1.3.6.1.4.1.4874.2.2.27.1.1.2 | no-access |
This table contains entries for elements of classifier control lists. The details pertinent to each CLACL are found in the juniClassifierControlDefTable. |
|
1.3.6.1.4.1.4874.2.2.27.1.1.2.1 | no-access |
Each entry describes the characteristics of an IP access list element. |
||
juniClassifierControlListId | 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.1 | integer32 | no-access |
The number of the classifier control list to which this entry belongs. |
juniClassifierControlListRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.3 | rowstatus | read-only |
Controls 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 juniClassifierControlListElemId |
juniClassifierControlListName | 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.4 | displaystring | read-only |
The name of the CLACL being defined. |
juniClassifierControlListReferenceCount | 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.5 | counter32 | read-only |
Number of times this CLACL is referenced by policies. |
juniClassifierControlListNextElementIndex | 1.3.6.1.4.1.4874.2.2.27.1.1.2.1.6 | integer32 | read-only |
Each 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. |
juniClassifierControlListElementTable | 1.3.6.1.4.1.4874.2.2.27.1.1.4 | no-access |
This 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'. |
|
1.3.6.1.4.1.4874.2.2.27.1.1.4.1 | no-access |
Each entry describes the characteristics of an IP access list element. |
||
juniClassifierControlListElemId | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.1 | integer32 | no-access |
The 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. |
juniClassifierControlListElemRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.2 | rowstatus | read-only |
Controls 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. |
juniClassifierControlListNotSrc | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.3 | truthvalue | read-only |
Invert 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. |
juniClassifierControlListSrc | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.4 | ipaddress | read-only |
A 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. |
juniClassifierControlListSrcMask | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.5 | ipaddress | read-only |
The 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. |
juniClassifierControlListNotDst | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.6 | truthvalue | read-only |
Invert 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. |
juniClassifierControlListDst | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.7 | ipaddress | read-only |
A 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. |
juniClassifierControlListDstMask | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.8 | ipaddress | read-only |
The 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. |
juniClassifierControlListNotProtocol | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.9 | truthvalue | read-only |
Invert the meaning of the protocol object. For example, 'not TCP' matches any protocol except for TCP. |
juniClassifierControlListProtocol | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.10 | integer32 | read-only |
An IP Protocol value. Nonzero values match a specific IP Protocol value (e.g. 6 for TCP) carried in an IP packet; a value of zero acts as a wildcard, matching any IP Protocol. |
juniClassifierControlListTosByte | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.11 | integer32 | read-only |
The IP TOS byte value to match. |
juniClassifierControlListMask | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.12 | integer32 | read-only |
The mask to use for TOS byte checks. Allowed values are 0, 224, 252, 255. |
juniClassifierControlListSrcOperator | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.13 | juniclaclportoperator | read-only |
Operator for use in comparing source ports. |
juniClassifierControlListSrcFromPort | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.14 | integer32 | read-only |
Source UDP or TCP 'from' port number. |
juniClassifierControlListSrcToPort | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.15 | integer32 | read-only |
Source UDP or TCP 'to' port number. |
juniClassifierControlListDestOperator | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.16 | juniclaclportoperator | read-only |
Operator for use in comparing Destination ports. |
juniClassifierControlListDestFromPort | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.17 | integer32 | read-only |
Destination UDP or TCP 'from' port number. |
juniClassifierControlListDestToPort | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.18 | integer32 | read-only |
Destination UDP or TCP 'to' port number. |
juniClassifierControlListICMPType | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.19 | integer32 | read-only |
Optional ICMP message type for classification. |
juniClassifierControlListICMPCode | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.20 | integer32 | read-only |
Optional ICMP message code for classification. |
juniClassifierControlListIGMPType | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.21 | integer32 | read-only |
Optional IGMP message type for classification. |
juniClassifierControlListTcpFlagsValue | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.22 | integer32 | read-only |
Optional TCP flags value for classification. |
juniClassifierControlListTcpFlagsMask | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.23 | integer32 | read-only |
Optional TCP flags mask for classification. TCP flag bits not specified in the mask are don't care bits. |
juniClassifierControlListIpFlagsValue | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.24 | integer32 | read-only |
Optional IP flags value for classification. |
juniClassifierControlListIpFlagsMask | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.25 | integer32 | read-only |
Optional IP flags mask for classification. IP flag bits not specified in the mask are don't care bits |
juniClassifierControlListIpFragValue | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.26 | junipolicyipfragvalue | read-only |
Optional IP flags mask for classification. IP flag bits not specified in the mask are don't care bits |
juniClassifierControlListLocal | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.27 | truthvalue | read-only |
Match IP packets that are locally destined, i.e., destined to any one of router's interfaces. |
juniClassifierControlListLocalPresent | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.28 | truthvalue | read-only |
Set to true if local classification field is configured. |
juniClassifierControlListSaRouteClass | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.29 | integer32 | read-only |
Match 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. |
juniClassifierControlListSaRouteClassPresent | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.30 | truthvalue | read-only |
Set to true if SA route class classification field is configured. |
juniClassifierControlListDaRouteClass | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.31 | integer32 | read-only |
Match 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. |
juniClassifierControlListDaRouteClassPresent | 1.3.6.1.4.1.4874.2.2.27.1.1.4.1.32 | truthvalue | read-only |
Set to true if DA route class classification field is configured. |
juniRateLimitControlList | 1.3.6.1.4.1.4874.2.2.27.1.2 | |||
juniRateLimitProfileNextIndex | 1.3.6.1.4.1.4874.2.2.27.1.2.1 | integer32 | read-only |
This 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. |
juniRateLimitProfileTable | 1.3.6.1.4.1.4874.2.2.27.1.2.2 | no-access |
This table contains entries for elements of Rate Limit Profile (RLP) definitions. |
|
1.3.6.1.4.1.4874.2.2.27.1.2.2.1 | no-access |
Each entry describes the characteristics of a rate limit profile element. |
||
juniRateLimitProfileId | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.1 | integer32 | no-access |
The ID number of the rate limit profile (RLP) entry which is defined by this row. |
juniRateLimitProfileRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.2 | rowstatus | read-write |
Controls 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. |
juniRateLimitProfileName | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.3 | displaystring | read-write |
Specifies the name of the rate limit profile defined by this row. |
juniRateLimitReferenceCount | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.4 | counter32 | read-only |
This object reflects the number of times a rate limit profile object is referenced by policies. |
juniRateLimitCommittedBps | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.5 | unsigned32 | read-write |
The committed access rate in bits per second. |
juniRateLimitCommittedBurst | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.6 | unsigned32 | read-write |
The committed access rate burst value in bytes. |
juniRateLimitExceedBps | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.7 | unsigned32 | read-write |
The peak access rate in bits per second. To be configured only if rate limit profile type is two-rate. |
juniRateLimitExceedBurst | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.8 | unsigned32 | read-write |
The peak access rate burst value in bytes. To be configured only if rate limit profile type is two-rate. |
juniRateLimitCommittedAction | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.9 | integer | read-write |
Action to be taken when the access rate is within the bounds of the committed access rate. Enumeration: 'transmit': 0, 'drop': 1, 'mark': 2. |
juniRateLimitConformedAction | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.10 | integer | read-write |
Action to be taken when the access rate exceeds the bounds of the committed access rate. Enumeration: 'transmit': 0, 'drop': 1, 'mark': 2. |
juniRateLimitExceededAction | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.11 | integer | read-write |
Action to be taken when the access rate exceeds the bounds of the peak access rate. Enumeration: 'transmit': 0, 'drop': 1, 'mark': 2. |
juniRateLimitCommittedMarkVal | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.12 | integer32 | read-write |
New IP precedence to be used when the juniRateLimitCommittedAction mark action is applied. |
juniRateLimitConformedMarkVal | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.13 | integer32 | read-write |
New IP prececence to be used when the juniRateLimitExceedCommittedAction mark action is applied. |
juniRateLimitExceededMarkVal | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.14 | integer32 | read-write |
New IP precedence to be used when the juniRateLimitExceedPeakAction mark action is applied. |
juniRateLimitMask | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.15 | unsigned32 | read-write |
Mask to be applied when executing a mark action. |
juniRateLimitProfileType | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.16 | juniratelimitprofiletype | read-write |
The rate limit profile type (i.e. one-rate or two-rate). Defaults to two-rate, if not specified. |
juniRateLimitExcessBurst | 1.3.6.1.4.1.4874.2.2.27.1.2.2.1.17 | unsigned32 | read-write |
The excess committed access rate burst value in bytes. To be configured only if rate limit profile type is one-rate. |
juniPolicy | 1.3.6.1.4.1.4874.2.2.27.1.3 | |||
juniPolicyNextIndex | 1.3.6.1.4.1.4874.2.2.27.1.3.1 | integer32 | read-only |
This 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. |
juniPolicyTable | 1.3.6.1.4.1.4874.2.2.27.1.3.2 | no-access |
This table contains entries which represent the non-repetive fields of a policy definition. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.2.1 | no-access |
Each entry contains the non-repetitive fields of a policy definition. |
||
juniPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.1 | integer32 | no-access |
The number of the policy table entry which is defined by this row. |
juniPolicyRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.2 | rowstatus | read-only |
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** 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. |
juniPolicyAdminState | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.3 | integer | read-only |
This 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. Enumeration: 'enable': 1, 'disable': 0. |
juniPolicyOperStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.4 | integer | read-only |
This 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. Enumeration: 'disabled': 0, 'enabled': 2, 'invalid': 1. |
juniPolicyErrorValue | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.5 | integer32 | read-only |
An 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. |
juniPolicyName | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.6 | displaystring | read-only |
Specifies the name of the policy defined by this row. |
juniPolicyReferenceCount | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.7 | counter32 | read-only |
Reflects the number of times this policy has been applied within the chassis. |
juniPolicyRuleNextIndex | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.8 | integer32 | read-only |
Read 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. |
juniPolicyAtmCellModeEnable | 1.3.6.1.4.1.4874.2.2.27.1.3.2.1.9 | truthvalue | read-only |
Specifies whether the policy is in ATM Cell Mode. |
juniPolicyRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.3 | no-access |
Each 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.3.1 | no-access |
Each entry defines a single rule component. This object is deprecated due to new policy rule table key. |
||
juniPolicyRulePolicyId | 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.1 | integer32 | no-access |
The PolicyTable index of the policy which owns this rule. This object is deprecated due to new policy rule table key. |
juniPolicyRulePrec | 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.2 | integer32 | no-access |
The precedence of this rule within this group of policy rules. This object is deprecated due to new policy rule table key. |
juniPolicyRuleId | 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.3 | integer32 | no-access |
The 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. |
juniPolicyRuleType | 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.4 | integer | read-only |
This 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. Enumeration: 'rateLimitRule': 4, 'exceptionRule': 11, 'forwardRule': 7, 'filterRule': 2, 'trafficClassRule': 6, 'markingRule': 5, 'nextHopRule': 1, 'nextInterfaceRule': 3, 'colorRule': 10, 'logRule': 8, 'noRule': 0. |
juniPolicySuspend | 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.5 | truthvalue | read-write |
Setting 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. |
juniPolicyEclipsed | 1.3.6.1.4.1.4874.2.2.27.1.3.3.1.6 | truthvalue | read-only |
This 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. |
juniNextHopRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.4 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.4.1 | no-access |
A next-hop rule entry. This object is deprecated due to new policy rule table key. |
||
juniNextHopRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.4.1.1 | rowstatus | read-only |
Controls 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. |
juniNextHopIpAddress | 1.3.6.1.4.1.4874.2.2.27.1.3.4.1.2 | ipaddress | read-only |
The IP address to forward all packets to. This object is deprecated due to new policy rule table key. |
juniNextHopClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.4.1.3 | integer32 | read-only |
The classifier control list ID which completes the NextHop policy rule. This object is deprecated due to new policy rule table key. |
juniFilterRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.5 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.5.1 | no-access |
A filter rule entry. This object is deprecated due to new policy rule table key. |
||
juniFilterRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.5.1.1 | rowstatus | read-only |
Controls 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. |
juniFilterClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.5.1.2 | integer32 | read-only |
The classifier control list ID which completes the filter policy rule. This object is deprecated due to new policy rule table key. |
juniNextInterfaceRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.6 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.6.1 | no-access |
A NextInterface rule entry. This object is deprecated due to new policy rule table key. |
||
juniNextInterfaceRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.6.1.1 | rowstatus | read-only |
Controls 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. |
juniNextInterfaceId | 1.3.6.1.4.1.4874.2.2.27.1.3.6.1.2 | interfaceindex | read-only |
The interface index to which traffic matching the CLACL ID will be routed. This object is deprecated due to new policy rule table key. |
juniNextInterfaceClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.6.1.3 | integer32 | read-only |
The classifier control list ID which completes the NextInterface policy rule. This object is deprecated due to new policy rule table key. |
juniNextInterfaceNextHop | 1.3.6.1.4.1.4874.2.2.27.1.3.6.1.4 | ipaddress | read-only |
The IP address to forward all packets to. This object is deprecated due to new policy rule table key. |
juniRateLimitRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.7 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.7.1 | no-access |
A RateLimit rule entry. This object is deprecated due to new policy rule table key. |
||
juniRateLimitRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.7.1.1 | rowstatus | read-only |
Controls 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. |
juniRateLimitId | 1.3.6.1.4.1.4874.2.2.27.1.3.7.1.2 | integer32 | read-only |
The 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. |
juniRateLimitClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.7.1.3 | integer32 | read-only |
The classifier control list ID which fills out the RateLimit policy rule. This object is deprecated due to new policy rule table key. |
juniMarkingRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.8 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.8.1 | no-access |
A Marking rule entry. This object is deprecated due to new policy rule table key. |
||
juniMarkingRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.8.1.1 | rowstatus | read-only |
Controls 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. |
juniMarkingTOSByte | 1.3.6.1.4.1.4874.2.2.27.1.3.8.1.2 | integer32 | read-only |
The IP precedence value associated with this policy rule. This object is deprecated due to new policy rule table key. |
juniMarkingMask | 1.3.6.1.4.1.4874.2.2.27.1.3.8.1.3 | integer32 | read-only |
The mask to use for TOS byte checks. This object is deprecated due to new policy rule table key. |
juniMarkingClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.8.1.4 | integer32 | read-only |
The classifier control list ID which fills out the Marking policy rule. This object is deprecated due to new policy rule table key. |
juniForwardRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.9 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.9.1 | no-access |
A forward rule entry. This object is deprecated due to new policy rule table key. |
||
juniForwardRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.1 | rowstatus | read-only |
Controls 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. |
juniForwardClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.2 | integer32 | read-only |
The classifier control list ID which completes the forward policy rule. This object is deprecated due to new policy rule table key. |
juniForwardNextInterfaceId | 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.3 | interfaceindex | read-only |
The interface index to which traffic matching the CLACL ID will be routed. This object is deprecated due to new policy rule table key. |
juniForwardNextHop | 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.4 | ipaddress | read-only |
The IP address to which all packets are forwarded. This object is deprecated due to new policy rule table key. |
juniForwardRouterId | 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.5 | integer32 | read-only |
The index or ID of the router. This object is deprecated due to new policy rule table key. |
juniForwardOrder | 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.6 | integer32 | read-only |
The 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. |
juniForwardIgnoreDefaultRoute | 1.3.6.1.4.1.4874.2.2.27.1.3.9.1.7 | truthvalue | read-only |
Setting 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. |
juniTrafficShapeRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.10 | no-access |
Obsolete 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.10.1 | no-access |
A TrafficShape rule entry. |
||
juniTrafficShapeRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.10.1.1 | rowstatus | read-only |
Controls 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. |
juniTrafficShapeId | 1.3.6.1.4.1.4874.2.2.27.1.3.10.1.2 | integer32 | read-only |
The RLP ID which provides the rate limit data which completes the traffic shape policy rule. |
juniColorRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.11 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.11.1 | no-access |
A Color rule entry. This object is deprecated due to new policy rule table key. |
||
juniColorRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.11.1.1 | rowstatus | read-only |
Controls 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. |
juniColor | 1.3.6.1.4.1.4874.2.2.27.1.3.11.1.2 | integer | read-only |
The color with which to explicitly color packets associated with this policy rule. This object is deprecated due to new policy rule table key. Enumeration: 'green': 3, 'yellow': 2, 'red': 1. |
juniColorClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.11.1.3 | integer32 | read-only |
The classifier control list ID which fills out the Color policy rule. This object is deprecated due to new policy rule table key. |
juniLogRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.12 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.12.1 | no-access |
A log rule entry. This object is deprecated due to new policy rule table key. |
||
juniLogRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.12.1.1 | rowstatus | read-only |
Controls 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. |
juniLogClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.12.1.2 | integer32 | read-only |
The classifier control list ID which completes the log policy rule. This object is deprecated due to new policy rule table key. |
juniTrafficClassRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.13 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.13.1 | no-access |
A Traffic Class rule entry. This object is deprecated due to new policy rule table key. |
||
juniTrafficClassRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.13.1.1 | rowstatus | read-only |
Controls 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. |
juniTrafficClassId | 1.3.6.1.4.1.4874.2.2.27.1.3.13.1.2 | integer32 | read-only |
The traffic class ID. This object is deprecated due to new policy rule table key. |
juniTrafficClassClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.13.1.3 | integer32 | read-only |
The classifier control list ID which fills out the traffic class policy rule. This object is deprecated due to new policy rule table key. |
juniPolicyRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.14 | no-access |
Each 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.14.1 | no-access |
Each entry defines a single rule component. |
||
juniPolicyRulePolicyId2 | 1.3.6.1.4.1.4874.2.2.27.1.3.14.1.1 | integer32 | no-access |
The PolicyTable index of the policy which owns this rule. |
juniPolicyRuleClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.14.1.2 | integer32 | no-access |
The classifier index from the ClassifierControlListTable that this rule references. |
juniPolicyRuleId2 | 1.3.6.1.4.1.4874.2.2.27.1.3.14.1.3 | integer32 | no-access |
The index of this rule within the set of rules owned by the policy defined by juniPolicyRulePolicyId2. |
juniPolicyRuleType2 | 1.3.6.1.4.1.4874.2.2.27.1.3.14.1.4 | integer | read-only |
This 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. Enumeration: 'rateLimitRule': 4, 'exceptionRule': 11, 'forwardRule': 7, 'filterRule': 2, 'trafficClassRule': 6, 'markingRule': 5, 'nextHopRule': 1, 'nextInterfaceRule': 3, 'colorRule': 10, 'logRule': 8, 'noRule': 0. |
juniPolicySuspend2 | 1.3.6.1.4.1.4874.2.2.27.1.3.14.1.5 | truthvalue | read-write |
Setting 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. |
juniNextHopRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.15 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.15.1 | no-access |
A next-hop rule entry. |
||
juniNextHopRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.15.1.1 | rowstatus | read-only |
Controls 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. |
juniNextHopIpAddress2 | 1.3.6.1.4.1.4874.2.2.27.1.3.15.1.2 | ipaddress | read-only |
The IP address to forward all packets to. |
juniFilterRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.16 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.16.1 | no-access |
A filter rule entry. |
||
juniFilterRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.16.1.1 | rowstatus | read-only |
Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. |
juniNextInterfaceRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.17 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.17.1 | no-access |
A NextInterface rule entry. |
||
juniNextInterfaceRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.17.1.1 | rowstatus | read-only |
Controls 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. |
juniNextInterfaceId2 | 1.3.6.1.4.1.4874.2.2.27.1.3.17.1.2 | interfaceindex | read-only |
The interface index to which traffic matching the CLACL ID will be routed. |
juniNextInterfaceNextHop2 | 1.3.6.1.4.1.4874.2.2.27.1.3.17.1.3 | ipaddress | read-only |
The IP address to forward all packets to. |
juniRateLimitRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.18 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.18.1 | no-access |
A RateLimit rule entry. |
||
juniRateLimitRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.18.1.1 | rowstatus | read-only |
Controls 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. |
juniRateLimitId2 | 1.3.6.1.4.1.4874.2.2.27.1.3.18.1.2 | integer32 | read-only |
The RLP ID which provides the rate limit data which completes the RateLimit policy rule. |
juniMarkingRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.19 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.19.1 | no-access |
A Marking rule entry. |
||
juniMarkingRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.19.1.1 | rowstatus | read-only |
Controls 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. |
juniMarkingTOSByte2 | 1.3.6.1.4.1.4874.2.2.27.1.3.19.1.2 | integer32 | read-only |
The IP precedence value associated with this policy rule. |
juniMarkingMask2 | 1.3.6.1.4.1.4874.2.2.27.1.3.19.1.3 | integer32 | read-only |
The mask to use for TOS byte checks. |
juniForwardRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.20 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.20.1 | no-access |
A forward rule entry. |
||
juniForwardRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.20.1.1 | rowstatus | read-only |
Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. |
juniForwardNextInterfaceId2 | 1.3.6.1.4.1.4874.2.2.27.1.3.20.1.2 | interfaceindex | read-only |
The interface index to which traffic matching the CLACL ID will be routed. |
juniForwardNextHop2 | 1.3.6.1.4.1.4874.2.2.27.1.3.20.1.3 | ipaddress | read-only |
The IP address to which all packets are forwarded. |
juniForwardRouterId2 | 1.3.6.1.4.1.4874.2.2.27.1.3.20.1.4 | integer32 | read-only |
The index or ID of the router. |
juniForwardOrder2 | 1.3.6.1.4.1.4874.2.2.27.1.3.20.1.5 | integer32 | read-only |
The 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. |
juniForwardIgnoreDefaultRoute2 | 1.3.6.1.4.1.4874.2.2.27.1.3.20.1.6 | truthvalue | read-only |
Setting this object to true results in the default route being ignored when determining if a next hop address is reachable. |
juniColorRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.21 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.21.1 | no-access |
A Color rule entry. |
||
juniColorRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.21.1.1 | rowstatus | read-only |
Controls 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. |
juniColor2 | 1.3.6.1.4.1.4874.2.2.27.1.3.21.1.2 | integer | read-only |
The color with which to explicitly color packets associated with this policy rule. Enumeration: 'green': 3, 'yellow': 2, 'red': 1. |
juniLogRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.22 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.22.1 | no-access |
A log rule entry. |
||
juniLogRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.22.1.1 | rowstatus | read-only |
Controls creation/deletion of conceptual rows within this table. Modes supported are create-and-go and destroy. |
juniTrafficClassRule2Table | 1.3.6.1.4.1.4874.2.2.27.1.3.23 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.23.1 | no-access |
A Traffic Class rule entry. |
||
juniTrafficClassRowStatus2 | 1.3.6.1.4.1.4874.2.2.27.1.3.23.1.1 | rowstatus | read-only |
Controls 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. |
juniTrafficClassId2 | 1.3.6.1.4.1.4874.2.2.27.1.3.23.1.2 | integer32 | read-only |
The traffic class ID. |
juniPolicyClassifierGroupTable | 1.3.6.1.4.1.4874.2.2.27.1.3.24 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.24.1 | no-access |
A classifier group entry. |
||
juniPolicyClassifierGroupPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.3.24.1.1 | integer32 | no-access |
The PolicyTable index of the policy which owns this classifier group. |
juniPolicyClassifierGroupClaclId | 1.3.6.1.4.1.4874.2.2.27.1.3.24.1.2 | integer32 | no-access |
The classifier index from the ClassifierControlListTable that this classifier group references. |
juniPolicyClassifierGroupRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.24.1.3 | rowstatus | read-only |
Controls 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. |
juniPolicyClassifierGroupPrecedence | 1.3.6.1.4.1.4874.2.2.27.1.3.24.1.4 | integer32 | read-only |
The precedence value for this classifier within this policy. |
juniExceptionRuleTable | 1.3.6.1.4.1.4874.2.2.27.1.3.25 | no-access |
A 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.3.25.1 | no-access |
An Exception rule entry. |
||
juniExceptionRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.3.25.1.1 | rowstatus | read-only |
Controls 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. |
juniExceptionApplication | 1.3.6.1.4.1.4874.2.2.27.1.3.25.1.2 | integer | read-only |
The application that will receive the packet exceptioned because of this policy action. Enumeration: 'http-redirect': 1. |
juniPolicyIf | 1.3.6.1.4.1.4874.2.2.27.1.4 | |||
juniPolicyIfTable | 1.3.6.1.4.1.4874.2.2.27.1.4.1 | no-access |
This obsolete table contains entries which represent attachment of policies to interfaces. This table became obsolete when the juniPolicyIfAttTable was added. |
|
1.3.6.1.4.1.4874.2.2.27.1.4.1.1 | no-access |
Each entry contains the attachment of policy(s) to an interface. |
||
juniPolicyIfInterfaceId | 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.1 | unsigned32 | no-access |
The interface number representing the interface to which policy(s) have been attached. |
juniPolicyIfRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.2 | rowstatus | read-only |
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** 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. |
juniPolicyIfInputPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.3 | integer32 | read-only |
This 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. |
juniPolicyIfOutputPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.4 | integer32 | read-only |
This 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. |
juniPolicyIfInputStatsEnable | 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.5 | truthvalue | read-only |
This 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. |
juniPolicyIfOutputStatsEnable | 1.3.6.1.4.1.4874.2.2.27.1.4.1.1.6 | truthvalue | read-only |
This 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. |
juniPolicyIfAttachTable | 1.3.6.1.4.1.4874.2.2.27.1.4.2 | no-access |
This table contains entries which represent attachment of policies to interfaces. |
|
1.3.6.1.4.1.4874.2.2.27.1.4.2.1 | no-access |
Each entry contains the attachment of policy(s) to an interface. |
||
juniPolicyIfAttachInterfaceId | 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.1 | interfaceindex | no-access |
The interface number representing the interface to which policy(s) have been attached. |
juniPolicyIfAttachForwardingType | 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.2 | junipolicyforwardingtype | no-access |
The interface type (i.e. IP or CBF) which the policy have been attached to. |
juniPolicyIfAttachPolicyType | 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.3 | junipolicyattachmenttype | no-access |
The policy type (i.e. input, output or secondary input). |
juniPolicyIfAttachRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.4 | rowstatus | read-only |
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** 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. |
juniPolicyIfAttachPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.5 | integer32 | read-only |
This 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. |
juniPolicyIfAttachStatsEnable | 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.6 | truthvalue | read-only |
This 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. |
juniPolicyIfAttachStatsPreserve | 1.3.6.1.4.1.4874.2.2.27.1.4.2.1.7 | truthvalue | read-only |
This 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. |
juniPolicyProfile | 1.3.6.1.4.1.4874.2.2.27.1.5 | |||
juniPolicyProfileTable | 1.3.6.1.4.1.4874.2.2.27.1.5.1 | no-access |
This obsolete table contains entries which represent attachment of policies to dynamic interfaces through profiles. This table became obsolete when the juniPolicyAttachProfileTable was added. |
|
1.3.6.1.4.1.4874.2.2.27.1.5.1.1 | no-access |
Each entry contains the profile for attachment of policy(s) to a dynamic interface. |
||
juniPolicyProfileId | 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.1 | unsigned32 | no-access |
The 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. |
juniPolicyProfileRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.2 | rowstatus | read-only |
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** 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. |
juniPolicyProfileInputPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.3 | integer32 | read-only |
This 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. |
juniPolicyProfileOutputPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.4 | integer32 | read-only |
This 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. |
juniPolicyProfileInputStatsEnable | 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.5 | truthvalue | read-only |
This 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. |
juniPolicyProfileOutputStatsEnable | 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.6 | truthvalue | read-only |
This 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. |
juniPolicyProfileLocalInputPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.7 | integer32 | read-only |
This 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. |
juniPolicyProfileLocalInputStatsEnable | 1.3.6.1.4.1.4874.2.2.27.1.5.1.1.8 | truthvalue | read-only |
This 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. |
juniPolicyAttachProfileTable | 1.3.6.1.4.1.4874.2.2.27.1.5.2 | no-access |
This table contains entries which represent attachment of policies to dynamic interfaces through profiles. |
|
1.3.6.1.4.1.4874.2.2.27.1.5.2.1 | no-access |
Each entry contains the profile for attachment of policy(s) to a dynamic interface. |
||
juniPolicyAttachProfileId | 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.1 | unsigned32 | no-access |
The 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. |
juniPolicyAttachProfileForwardingType | 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.2 | junipolicyforwardingtype | no-access |
The interface type (i.e. IP or CBF) which the policy would be attached to. |
juniPolicyAttachProfilePolicyType | 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.3 | junipolicyattachmenttype | no-access |
The policy type (i.e. input, output or secondary input). |
juniPolicyAttachProfileRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.4 | rowstatus | read-only |
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** 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. |
juniPolicyAttachProfilePolicyId | 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.5 | integer32 | read-only |
This 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. |
juniPolicyAttachProfileStatsEnable | 1.3.6.1.4.1.4874.2.2.27.1.5.2.1.6 | truthvalue | read-only |
This 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. |
juniPolicyStatistics | 1.3.6.1.4.1.4874.2.2.27.1.6 | |||
juniPolicyIfStatsTable | 1.3.6.1.4.1.4874.2.2.27.1.6.1 | no-access |
Each 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.6.1.1 | no-access |
Each entry defines a single statistics entry. |
||
juniPolicyIfStatsIfId | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.1 | interfaceindex | no-access |
The interface ID corresponding to the stats block represented by this row. |
juniPolicyIfStatsPolicyType | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.2 | junipolicyattachmenttype | no-access |
The attachment point for the policy. |
juniPolicyIfStatsPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.3 | integer32 | no-access |
The PolicyTable index of the policy corresponding to the stats block represented by this row. |
juniPolicyIfStatsRulePrec | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.4 | integer32 | no-access |
The precedence of the policy rule corresponding to the stats block represented by this row. |
juniPolicyIfStatsRuleId | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.5 | integer32 | no-access |
The index of the policy rule corresponding to the stats block represented by this row. |
juniPolicyIfStatsClaclEntryNumber | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.6 | integer32 | no-access |
The index of the clacl entry number corresponding to the stats block represented by this row. |
juniPolicyIfStatsGreenPackets | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.7 | counter64 | read-only |
The number of green packets policed by the policy rule. |
juniPolicyIfStatsYellowPackets | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.8 | counter64 | read-only |
The number of yellow packets policed by the policy rule. |
juniPolicyIfStatsRedPackets | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.9 | counter64 | read-only |
The number of red packets policed by the policy rule. |
juniPolicyIfStatsGreenBytes | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.10 | counter64 | read-only |
The number of green bytes policed by the policy rule. |
juniPolicyIfStatsYellowBytes | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.11 | counter64 | read-only |
The number of yellow bytes policed by the policy rule. |
juniPolicyIfStatsRedBytes | 1.3.6.1.4.1.4874.2.2.27.1.6.1.1.12 | counter64 | read-only |
The number of red bytes policed by the policy rule. |
juniPolicyIfAttachStatsTable | 1.3.6.1.4.1.4874.2.2.27.1.6.2 | no-access |
Each 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.6.2.1 | no-access |
Each entry defines a single statistics entry. |
||
juniPolicyIfAttachStatsIfId | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.1 | interfaceindex | no-access |
The interface ID corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsForwardingType | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.2 | junipolicyforwardingtype | no-access |
The forwarding type for the policy attachment. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsPolicyType | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.3 | junipolicyattachmenttype | no-access |
The attachment point for the policy. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsPolicyId | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.4 | integer32 | no-access |
The PolicyTable index of the policy corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsRulePrec | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.5 | integer32 | no-access |
The precedence of the policy rule corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsRuleId | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.6 | integer32 | no-access |
The index of the policy rule corresponding to the stats block represented by this row. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsClaclEntryNumber | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.7 | integer32 | no-access |
The 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. |
juniPolicyIfAttachStatsGreenPackets | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.8 | counter64 | read-only |
The number of green packets policed by the policy rule. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsYellowPackets | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.9 | counter64 | read-only |
The number of yellow packets policed by the policy rule. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsRedPackets | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.10 | counter64 | read-only |
The number of red packets policed by the policy rule. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsGreenBytes | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.11 | counter64 | read-only |
The number of green bytes policed by the policy rule. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsYellowBytes | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.12 | counter64 | read-only |
The number of yellow bytes policed by the policy rule. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStatsRedBytes | 1.3.6.1.4.1.4874.2.2.27.1.6.2.1.13 | counter64 | read-only |
The number of red bytes policed by the policy rule. This object became obsolete when policy precedence enhancements were made. |
juniPolicyIfAttachStats2Table | 1.3.6.1.4.1.4874.2.2.27.1.6.3 | no-access |
Each 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.6.3.1 | no-access |
Each entry defines a single statistics entry. |
||
juniPolicyIfAttachStatsIfId2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.1 | interfaceindex | no-access |
The interface ID corresponding to the stats block represented by this row. |
juniPolicyIfAttachStatsForwardingType2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.2 | junipolicyforwardingtype | no-access |
The forwarding type for the policy attachment. |
juniPolicyIfAttachStatsPolicyType2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.3 | junipolicyattachmenttype | no-access |
The attachment point for the policy. |
juniPolicyIfAttachStatsPolicyId2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.4 | integer32 | no-access |
The PolicyTable index of the policy corresponding to the stats block represented by this row. |
juniPolicyIfAttachStatsClaclId | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.5 | integer32 | no-access |
The ClaclTable index of the clacl corresponding to the stats block represented by this row. |
juniPolicyIfAttachStatsClaclEntryNumber2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.6 | integer32 | no-access |
The index of the clacl entry number corresponding to the stats block represented by this row. |
juniPolicyIfAttachStatsGreenPackets2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.7 | counter64 | read-only |
The number of green packets policed by the policy rule. |
juniPolicyIfAttachStatsYellowPackets2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.8 | counter64 | read-only |
The number of yellow packets policed by the policy rule. |
juniPolicyIfAttachStatsRedPackets2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.9 | counter64 | read-only |
The number of red packets policed by the policy rule. |
juniPolicyIfAttachStatsGreenBytes2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.10 | counter64 | read-only |
The number of green bytes policed by the policy rule. |
juniPolicyIfAttachStatsYellowBytes2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.11 | counter64 | read-only |
The number of yellow bytes policed by the policy rule. |
juniPolicyIfAttachStatsRedBytes2 | 1.3.6.1.4.1.4874.2.2.27.1.6.3.1.12 | counter64 | read-only |
The number of red bytes policed by the policy rule. |
juniTrafficShapeControlList | 1.3.6.1.4.1.4874.2.2.27.1.7 | |||
juniTrafficShapeProfileNextIndex | 1.3.6.1.4.1.4874.2.2.27.1.7.1 | integer32 | read-only |
Obsolete 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. |
juniTrafficShapeProfileTable | 1.3.6.1.4.1.4874.2.2.27.1.7.2 | no-access |
This 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. |
|
1.3.6.1.4.1.4874.2.2.27.1.7.2.1 | no-access |
Each entry describes the characteristics of a traffic shape profile element. |
||
juniTrafficShapeProfileId | 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.1 | integer32 | no-access |
The number of the traffic shape profile entry which is defined by this row. |
juniTrafficShapeProfileRowStatus | 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.2 | rowstatus | read-only |
Controls 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: juniTrafficShapeProfileRowStatus |
juniTrafficShapeProfileName | 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.3 | displaystring | read-only |
Specifies the name of the traffic shape profile defined by this row. |
juniTrafficShapeReferenceCount | 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.4 | counter32 | read-only |
This object reflects the number of times a traffic shape profile object is referenced by policies. |
juniTrafficShapeRate | 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.5 | integer32 | read-only |
The traffic shape rate in bits per second. |
juniTrafficShapeBurst | 1.3.6.1.4.1.4874.2.2.27.1.7.2.1.6 | integer32 | read-only |
The traffic shape burst in bytes. |
juniPolicyConformance | 1.3.6.1.4.1.4874.2.2.27.2 | |||
juniPolicyCompliances | 1.3.6.1.4.1.4874.2.2.27.2.1 | |||
juniPolicyCompliance | 1.3.6.1.4.1.4874.2.2.27.2.1.1 |
Obsolete 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. |
||
juniPolicyCompliance2 | 1.3.6.1.4.1.4874.2.2.27.2.1.2 |
Obsolete 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. |
||
juniPolicyCompliance3 | 1.3.6.1.4.1.4874.2.2.27.2.1.3 |
Obsolete 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. |
||
juniPolicyCompliance4 | 1.3.6.1.4.1.4874.2.2.27.2.1.4 |
Obsolete 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. |
||
juniPolicyCompliance5 | 1.3.6.1.4.1.4874.2.2.27.2.1.5 |
Obsolete 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. |
||
juniPolicyCompliance6 | 1.3.6.1.4.1.4874.2.2.27.2.1.6 |
Obsolete compliance statement for entities which implement the Juniper policy management MIB. This statement became obsolete when new forward rules data objects were added. |
||
juniPolicyCompliance7 | 1.3.6.1.4.1.4874.2.2.27.2.1.7 |
Obsolete compliance statement for entities which implement the Juniper policy management MIB. This statement became obsolete due to new policy rule table key. |
||
juniPolicyCompliance8 | 1.3.6.1.4.1.4874.2.2.27.2.1.8 |
The compliance statement for entities which implement the Juniper policy management MIB. This statement was made obsolete when support for policy sharing was added. |
||
juniPolicyCompliance9 | 1.3.6.1.4.1.4874.2.2.27.2.1.9 |
The 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. |
||
juniPolicyCompliance10 | 1.3.6.1.4.1.4874.2.2.27.2.1.10 |
The compliance statement for entities which implement the Juniper policy management MIB. |
||
juniPolicyGroups | 1.3.6.1.4.1.4874.2.2.27.2.2 | |||
juniPolicyGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.1 |
Obsolete collection of objects for managing policies in a Juniper product. This group became obsolete when policy traffic shape and color objects were added. |
||
juniRateLimitControlListGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.2 |
Obsolete 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. |
||
juniClassifierControlListGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.3 |
Obsolete 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. |
||
juniPolicyIfGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.4 |
Obsolete 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. |
||
juniPolicyProfileGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.5 |
Obsolete 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. |
||
juniPolicyStatisticsGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.6 |
Obsolete 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. |
||
juniPolicyGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.7 |
Obsolete 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. |
||
juniTrafficShapeProfileGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.8 |
Obsolete 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. |
||
juniLogRuleGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.9 |
A 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. |
||
juniPolicyIfAttachGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.10 |
A 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. |
||
juniPolicyProfileGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.11 |
Obsolete 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. |
||
juniPolicyAttachStatisticsGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.12 |
Obsolete collection of objects for managing statistics data for an interface/policy rule combination in a Juniper product. |
||
juniClassifierControlListGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.13 |
An obsolete collection of objects for managing elements of classifier control lists in a Juniper product. |
||
juniPolicyAttachProfileGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.14 |
A collection of objects for managing attachment of policies to dynamic interfaces through profiles. |
||
juniPolicyBaseGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.15 |
Obsolete collection of basic objects for managing policies in a Juniper product. This group became obsolete when oper status and error value objects were removed. |
||
juniNextHopRulesGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.16 |
A 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. |
||
juniFilterRulesGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.17 |
A 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. |
||
juniNextInterfaceRulesGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.18 |
A 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. |
||
juniRateLimitGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.19 |
Obsolete 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. |
||
juniMarkingRulesGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.20 |
A 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. |
||
juniForwardRulesGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.21 |
Obsolete collection of objects for managing forward policy rules in a Juniper product. This group became obsolete when new forward rule data objects were added. |
||
juniTrafficShapeGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.22 |
Obsolete 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. |
||
juniColorRulesGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.23 |
A 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. |
||
juniTrafficClassRulesGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.24 |
A 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. |
||
juniRateLimitGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.25 |
A 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. |
||
juniForwardRulesGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.26 |
A 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. |
||
juniNextHopRulesGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.27 |
A collection of objects for managing next-hop policy rules in a Juniper product. |
||
juniFilterRulesGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.28 |
A collection of objects for managing filter policy rules in a Juniper product. |
||
juniNextInterfaceRulesGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.29 |
A collection of objects for managing next-interface policy rules in a Juniper product. |
||
juniMarkingRulesGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.30 |
A collection of objects for managing policy rules for marking in a Juniper product. |
||
juniColorRulesGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.31 |
A collection of objects for managing color policy rules in a Juniper product. |
||
juniTrafficClassRulesGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.32 |
A collection of objects for managing traffic class policy rules in a Juniper product. |
||
juniRateLimitGroup3 | 1.3.6.1.4.1.4874.2.2.27.2.2.33 |
A collection of objects for managing rate limit policy rules and profile lists in a Juniper product. |
||
juniPolicyClaclGrpGroup | 1.3.6.1.4.1.4874.2.2.27.2.2.34 |
A collection of objects for managing policy classifier groups in a Juniper product. |
||
juniPolicyBaseGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.35 |
A 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. |
||
juniForwardRulesGroup3 | 1.3.6.1.4.1.4874.2.2.27.2.2.36 |
A collection of objects for managing forward policy rules in a Juniper product. |
||
juniLogRuleGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.37 |
A collection of objects for log data for a policy rule in a Juniper product. |
||
juniPolicyAttachStatisticsGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.38 |
A collection of objects for managing statistics data for an interface/policy rule combination in a Juniper product. |
||
juniClassifierControlListGroup3 | 1.3.6.1.4.1.4874.2.2.27.2.2.39 |
A collection of objects for managing elements of classifier control lists in a Juniper product. |
||
juniPolicyIfAttachGroup2 | 1.3.6.1.4.1.4874.2.2.27.2.2.40 |
A collection of objects for managing attachment of policies to interfaces in a Juniper product. |
||
juniExceptionRulesGroup1 | 1.3.6.1.4.1.4874.2.2.27.2.2.41 |
A collection of objects for managing exception policy rules in a Juniper product. |
||
juniPolicyBaseGroup3 | 1.3.6.1.4.1.4874.2.2.27.2.2.42 |
A collection of basic objects for managing policies in a Juniper product. |