[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example: Adding a Custom Policy Application

Applications are types of traffic for which protocol standards exist. When you create a policy, you must specify a application for it.

Before You Begin

  1. Establish basic connectivity. (See the Getting Started Guide for your device.)
  2. Create addresses. See Configuring a Policy to Permit Traffic.
  3. Create zones. See Creating Security Zones.
  4. For background information, read:

To add a custom application to the application book, you need the following information:

To add a custom application to the application book, use either J-Web or the CLI configuration editor. In this example, the protocol is TCP.


This topic covers:

J-Web Configuration

To add a custom application to application book using the J-Web configuration editor:

  1. Select Configure>CLI Tools>Point and Click CLI.
  2. Next to Applications, click Configure or Edit.
  3. Next to Application, click Add new entry.
  4. In the Application name box, type cust-telnet.
  5. From the Protocol list, select tcp.
  6. From the Source port list, select Enter specific value.
  7. In the Range box, type 1—65535.
  8. From the Destination port list, select Enter specific value.
  9. In the Range box, type 23000—23000 and click OK.
  10. In the Inactivity-timeout box, type 30 and click OK.
  11. If you are finished configuring the device, commit the configuration.

CLI Configuration

In this example, the protocol is TCP.

user@host# set applications application cust-telnet protocol tcp source-port 1-65535 destination-port 23000-23000
user@host# set applications application cust-telnet inactivity-timeout 30

If you are finished configuring the device, commit the configuration.

Note: The timeout value is in minutes. If you do not set it, the timeout value of a custom application is 180 minutes. If you do not want an application to time out, type never.

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]