Security Policy Table

Table 116 describes the objects in the Security Policy Table.

Table 116: Security Policy Table

Object

Object ID

Description

jnxJsPolicyNumber

jnxJsPolicyObjects 1

Number of policies (regardless of their current state) present on this system.

jnxJsPolicyTable

jnxJsPolicyObjects 2

Exposes the security policy entries. Security devices and routers provide a network boundary with a single point of entry and exit, 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.

jnxJsPolicyEntry

jnxJsPolicyTable 1

An entry contains a security policy.

Indexes:

  • nxJsPolicyFromZone
  • jnxJsPolicyToZone
  • jnxJsPolicyName

Security policies are configured under FromZone and ToZone directions. Under a specific zone direction, each security policy contains a name, match-criteria, action, and other options.

Sequence of parameters:

  • jnxJsPolicyFromZone
  • jnxJsPolicyToZone
  • jnxJsPolicyName
  • jnxJsPolicySequenceNumber
  • jnxJsPolicyAction
  • jnxJsPolicyScheduler
  • jnxJsPolicyState
  • jnxJsPolicyStatsAvailability
  • jnxJsPolicyPerSecBytesThreshold
  • jnxJsPolicyPerMinKbytesThreshold

jnxJsPolicyFromZone

jnxJsPolicyEntry 1

FromZone name.

jnxJsPolicyToZone

jnxJsPolicyEntry 2

ToZone name.

jnxJsPolicyName

jnxJsPolicyEntry 3

Name of the policy defined. The name consists of up to 256 ASCII characters and uniquely identifies the policy entry.

jnxJsPolicySequenceNumber

jnxJsPolicyEntry 4

Indication of the policy sequence order of the policy within a specific FromZone and ToZone pair. Policies are matched in a sequence in which the ordering is specified by this number.

jnxJsPolicyAction

jnxJsPolicyEntry 5

Indication of the actions performed when the criteria are matched.

The actions permit, reject, and deny are user-configured policies.

jnxJsPolicyScheduler

jnxJsPolicyEntry 6

Name of the schedule attached to this policy. Certain schedules have a specified duration that may affect the status of the policy.

jnxJsPolicyState

jnxJsPolicyEntry 7

State of this policy: active, inactive, or unavailable.

The state can be affected by the scheduler if the scheduler has a specified duration.

jnxJsPolicyStatsAvailability

jnxJsPolicyEntry 8

Indication of whether the statistics counters are available and are actively updated. If available, a matching jnxJsPolicyStatsEntry exists for the policy.

jnxJsPolicyPerSecBytesThreshold

jnxJsPolicyEntry 9

Indication of the threshold value of bytes per second

jnxJsPolicyPerMinKbytesThreshold

jnxJsPolicyEntry 10

Indication of the threshold value of kbyte per minute

Related Topics