JUNIPER-JS-POLICY-MIB
- Registered at
- 1.3.6.1.4.1.2636.3.39.1.4.1
- Last updated
- 2013-07-02 00:00
- Organization
- Juniper Networks, Inc.
- Revisions
- 2006-12-14 00:00, 2013-07-02 00:00
- Namespace
- juniper
- Source file
JUNIPER-JS-POLICY-MIB- Digest
sha256:d520a8ffe5d0d2880d0695a0799c4d759eda40ad7dd63a2916057c0a6114cb84
Description
This module defines the mib for policy monitoring. A security policy, which can be configured from the user interface controls the traffic flow from one zone to another zone by defining the kind(s) of traffic permitted from specified IP sources to specified IP destinations at scheduled times. Juniper security device enforce the security policies rules for the transit traffic in terms of which traffic can pass through the firewall, and the actions taken on the traffic as it passes through the firewall.
Contact
Juniper Technical Assistance Center Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, CA 94089 E-mail: support@juniper.net HTTP://www.juniper.net
Imports
| From | Symbols |
|---|---|
| JUNIPER-JS-SMI | jnxJsPolicies |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TimeStamp |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
JUNIPER-JS-POLICY-MIB JUNIPER-JS-SMI JUNIPER-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| jnxJsPolicyNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.4.1.0 | |||
| jnxJsPolicyObjects OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.4.1.1 | |||
| jnxJsPolicyNumber OBJECT-TYPE The number of policies (regardless of their current state) present on this system. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.1 | Integer32 | read-only | current |
| jnxJsPolicyTable OBJECT-TYPE The table exposes the security policy entries. Security devices/routers provide a network boundary with a single point of entry and exit point, which allows the screening and directing of traffic through the implementation of access policies. The access policies can permit, deny, encrypt, authenticate, prioirtize, schedule and monitor the traffic flow through the firewall. This table lists entries of policy. The number of policies are given by jnxJsPolicyNumber. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2 | not-accessible | current | |
| jnxJsPolicyEntry OBJECT-TYPE An entry contains a security policy. The security policies are configured under from-zone, to-zone direction. Under a specific zone direction, each security policy contains name, match-criteria, action, and other options. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1 | not-accessible | current | |
| jnxJsPolicyFromZone OBJECT-TYPE The attribute displays the from zone name. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.1 | DisplayString (SIZE(0..63)) | not-accessible | current |
| jnxJsPolicyToZone OBJECT-TYPE The attribute exposes the to-zone name. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.2 | DisplayString (SIZE(0..63)) | not-accessible | current |
| jnxJsPolicyName OBJECT-TYPE The name of the policy defined. It consists of up to 256 ascii characters and uniquely identifies the policy entry. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.3 | DisplayString (SIZE(0..63)) | not-accessible | current |
| jnxJsPolicySequenceNumber OBJECT-TYPE The attribute indicates the policy sequence order of the policy within a specific from-zone and to-zone pair. Policies are matched in a sequence where the ordering is specified by this number. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.4 | Integer32 | read-only | current |
| jnxJsPolicyAction OBJECT-TYPE The attribute indicates the actions performed when the criteria is matched. The action permit, deny and reject are used configured policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.5 | INTEGER {permit(1), deny(2), reject(3)} | read-only | current |
| jnxJsPolicyScheduler OBJECT-TYPE The name of the schedule attached to this policy. Certain schedule has a specified duration and this may effect the status of the policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.6 | DisplayString (SIZE(0..63)) | read-only | current |
| jnxJsPolicyState OBJECT-TYPE The state of this policy: active, inactive, or unavailable. The state can be effected by the scheduler if the scheduler has a specified duration. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.7 | INTEGER {active(1), inactive(2), unavailable(3)} | read-only | current |
| jnxJsPolicyStatsAvailability OBJECT-TYPE The statistics availability of this policy. The attribute indicates whether the statistics counters are available and are actively updated. If available, there would exists a matching jnxJsPolicyStatsEntry for the policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.8 | INTEGER {available(1), unavailable(2)} | read-only | current |
| jnxJsPolicyPerSecBytesThreshold OBJECT-TYPE The attribute indicates the threshold value of bytes per second. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.9 | Integer32 | read-only | current |
| jnxJsPolicyPerMinKbytesThreshold OBJECT-TYPE The attribute indicates the threshold value of kbyte per min. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.2.1.10 | Integer32 | read-only | current |
| jnxJsPolicyStatsTable OBJECT-TYPE The table exposes the security policy statistics entries. These statistics can be enabled and disabled by configuration on a per policy basis. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3 | not-accessible | current | |
| jnxJsPolicyStatsEntry OBJECT-TYPE An entry contains a security policy. The security policies are configured under from-zone, to-zone direction. Under a specific zone direction, each security policy contains name, match-criteria, action, and other options. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1 | not-accessible | current | |
| jnxJsPolicyStatsCreationTime OBJECT-TYPE The creation timestamp of the policy statistics entry. The timestamp is modified during the creation and deletion of the policy statistics entry. When the timestamp changes, the policy entry statistics is assumed to be a new statistics entry and not associated with previous statistic entry of the same indices. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.1 | TimeStamp | read-only | current |
| jnxJsPolicyStatsInputBytes OBJECT-TYPE The number of input bytes enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.2 | Counter64 | read-only | current |
| jnxJsPolicyStatsInputByteRate OBJECT-TYPE The number of input bytes per second or the rate that enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.3 | Gauge32 | read-only | current |
| jnxJsPolicyStatsOutputBytes OBJECT-TYPE The number of output bytes associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.4 | Counter64 | read-only | current |
| jnxJsPolicyStatsOutputByteRate OBJECT-TYPE The number of output bytes per second or the rate associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.5 | Gauge32 | read-only | current |
| jnxJsPolicyStatsInputPackets OBJECT-TYPE The number of input packets enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.6 | Counter32 | read-only | current |
| jnxJsPolicyStatsInputPacketRate OBJECT-TYPE The number of input packets per second or the input packet rate of the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.7 | Gauge32 | read-only | current |
| jnxJsPolicyStatsOutputPackets OBJECT-TYPE The number of output packets associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.8 | Counter32 | read-only | current |
| jnxJsPolicyStatsOutputPacketRate OBJECT-TYPE The number of output packets per second or the rate associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.9 | Gauge32 | read-only | current |
| jnxJsPolicyStatsNumSessions OBJECT-TYPE The number of sessions associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.10 | Counter32 | read-only | current |
| jnxJsPolicyStatsSessionRate OBJECT-TYPE The rate of the sessions associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.11 | Gauge32 | read-only | current |
| jnxJsPolicyStatsSessionDeleted OBJECT-TYPE The number of sessions associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.12 | Counter32 | read-only | current |
| jnxJsPolicyStatsLookups OBJECT-TYPE The number of policy lookups performed. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.13 | Counter32 | read-only | current |
| jnxJsPolicyStatsCountAlarm OBJECT-TYPE The number of alarm counted when the traffic exceeds certain threshold configuration. The node is obsoleted. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.14 | Counter32 | read-only | obsolete |
| jnxJsPolicyStatsInBytesInit OBJECT-TYPE The number of input bytes in the session initial direction enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.15 | Counter64 | read-only | current |
| jnxJsPolicyStatsInBytesRep OBJECT-TYPE The number of input bytes in the session reply direction enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.16 | Counter64 | read-only | current |
| jnxJsPolicyStatsInByteRtInit OBJECT-TYPE The number of input bytes in the session initial direction per second or the rate that enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.17 | Gauge32 | read-only | current |
| jnxJsPolicyStatsInByteRtRep OBJECT-TYPE The number of input bytes in the session reply direction per second or the rate that enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.18 | Gauge32 | read-only | current |
| jnxJsPolicyStatsOutBytesInit OBJECT-TYPE The number of output bytes in the session initial direction associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.19 | Counter64 | read-only | current |
| jnxJsPolicyStatsOutBytesRep OBJECT-TYPE The number of output bytes in the session reply direction associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.20 | Counter64 | read-only | current |
| jnxJsPolicyStatsOutByteRtInit OBJECT-TYPE The number of output bytes in the session initial direction per second or the rate associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.21 | Gauge32 | read-only | current |
| jnxJsPolicyStatsOutByteRtRep OBJECT-TYPE The number of output bytes in the session reply direction per second or the rate associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.22 | Gauge32 | read-only | current |
| jnxJsPolicyStatsInPacketsInit OBJECT-TYPE The number of input packets in the session initial direction enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.23 | Counter32 | read-only | current |
| jnxJsPolicyStatsInPacketsRep OBJECT-TYPE The number of input packets in the session reply direction enters the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.24 | Counter32 | read-only | current |
| jnxJsPolicyStatsInPacketRtInit OBJECT-TYPE The number of input packets in the session initial direction per second or the input packet rate of the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.25 | Gauge32 | read-only | current |
| jnxJsPolicyStatsInPacketRtRep OBJECT-TYPE The number of input packets in the session reply direction per second or the input packet rate of the FW through this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.26 | Gauge32 | read-only | current |
| jnxJsPolicyStatsOutPacketsInit OBJECT-TYPE The number of output packets in the session initial direction associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.27 | Counter32 | read-only | current |
| jnxJsPolicyStatsOutPacketsRep OBJECT-TYPE The number of output packets in the session reply direction associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.28 | Counter32 | read-only | current |
| jnxJsPolicyStatsOutPacketRtInit OBJECT-TYPE The number of output packets in the session initial direction per second or the rate associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.29 | Gauge32 | read-only | current |
| jnxJsPolicyStatsOutPacketRtRep OBJECT-TYPE The number of output packets in the session reply direction per second or the rate associated with this policy. | 1.3.6.1.4.1.2636.3.39.1.4.1.1.3.1.30 | Gauge32 | read-only | current |
| jnxJsPolicyTrapVars OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.4.1.2 | |||
| jnxJsPolicySystemStats OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.4.1.3 | |||
| jnxJsPolicySystemStatsIPv4 OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1 | |||
| jnxJsPolicySystemStatsTotalAllowIPv4Packets OBJECT-TYPE The number of IPv4 packets allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.1 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv4Bytes OBJECT-TYPE The number of IPv4 bytes allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.2 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv4PacketsRate OBJECT-TYPE The rate of IPv4 packets allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.3 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv4BytesRate OBJECT-TYPE The rate of IPv4 bytes allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.4 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsTotalDropIPv4Packets OBJECT-TYPE The number of IPv4 packets dropped by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.5 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalDropIPv4Bytes OBJECT-TYPE The number of IPv4 bytes dropped by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.6 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalDropIPv4PacketsRate OBJECT-TYPE The rate of IPv4 packets dropped by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.7 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsTotalDropIPv4BytesRate OBJECT-TYPE The rate of IPv4 bytes dropped by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.8 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv4Flows OBJECT-TYPE The number of IPv4 flows allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.9 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv4FlowsRate OBJECT-TYPE The rate of IPv4 flows allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.1.10 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsIPv6 OBJECT-IDENTITY | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2 | |||
| jnxJsPolicySystemStatsTotalAllowIPv6Packets OBJECT-TYPE The number of IPv6 packets allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.1 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv6Bytes OBJECT-TYPE The number of IPv6 bytes allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.2 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv6PacketsRate OBJECT-TYPE The rate of IPv6 packets allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.3 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv6BytesRate OBJECT-TYPE The rate of IPv6 bytes allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.4 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsTotalDropIPv6Packets OBJECT-TYPE The number of IPv6 packets dropped by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.5 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalDropIPv6Bytes OBJECT-TYPE The number of IPv6 bytes dropped by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.6 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalDropIPv6PacketsRate OBJECT-TYPE The rate of IPv6 packets dropped by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.7 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsTotalDropIPv6BytesRate OBJECT-TYPE The rate of IPv6 bytes dropped by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.8 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv6Flows OBJECT-TYPE The number of IPv6 flows allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.9 | Counter64 | read-only | current |
| jnxJsPolicySystemStatsTotalAllowIPv6FlowsRate OBJECT-TYPE The rate of IPv6 flows allowed by all policies. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.2.10 | Gauge32 | read-only | current |
| jnxJsPolicySystemStatsEnabled OBJECT-TYPE The configured status of Policy System Wide Statistic Collection. | 1.3.6.1.4.1.2636.3.39.1.4.1.3.3 | INTEGER {enabled(1), disabled(2)} | read-only | current |