Example: Setting a Policy Application Timeout

This example shows how to set a policy application timeout value.

Requirements

Before you begin, understand policy application timeouts. See Understanding Policy Application Timeout Configuration and Lookup.

Overview

Application timeout values are stored in the application entry database and in the corresponding vsys TCP and UDP port-based timeout tables. In this example, you set the device for a policy application timeout to 75 minutes for the FTP predefined application.

When you set an application timeout value, Junos OS updates these tables with the new value.

Configuration

Step-by-Step Procedure

To set a policy application timeout:

  1. Set the inactivity timeout value.

    [edit applications application ftp]user@host# set inactivity-timeout 75
  2. Commit the configuration if you are done configuring the device.
    [edit]user@host# commit

Verification

To verify the configuration is working properly, enter the show applications command.

Related Topics