Enabling UAC in a Junos OS Environment (CLI Procedure)

Junos OS security policies enforce rules for transit traffic, defining what traffic can pass through the Juniper Networks device. The policies control traffic that enters from one zone (from-zone) and exits another (to-zone). To enable an SRX Series or J Series device as a Junos OS Enforcer in a UAC deployment, you must:

Before you begin:

  1. Set up the interfaces through which UAC traffic should enter the SRX Series or J Series device. See Junos OS Interfaces Configuration Guide for Security Devices.
  2. Group interfaces with identical security requirements into zones. See Example: Creating Security Zones.
  3. Create security policies to control the traffic that passes through the security zones. See Example: Configuring a Security Policy to Permit or Deny All Traffic.

To configure UAC through a Junos OS security policy, enter the following configuration statement:

user@host# set security policies from-zone zone-name to-zone zone-name policy match then permit application-services uac-policy

Related Topics