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

Example: Modifying a Custom Policy Application

Applications are types of traffic for which protocol standards exist. When you create a policy, you must specify an 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:

Use the delete applications application_name CLI command to remove the definition of a custom application without removing the application from the application book.

user@host# delete applications application cust-telnet

To modify the custom policy application, use either J-Web or the CLI configuration editor.

This topic covers:

J-Web Configuration

To modify the custom policy application using the J-Web configuration editor:

  1. Select Configure>CLI Tools>Point and Click CLI.
  2. Next to Applications, click Configure or Edit.
  3. To modify the custom policy application, click Edit.
  4. In the Application name box, type cust-telnet and click OK.
  5. From the Application protocol list, select cust-telnet and click OK.
  6. From the Protocol list, select ftp.
  7. From the Source port list, select Enter specific value.
  8. In the Range box, type 1—65535.
  9. From the Destination port list, select Enter specific value.
  10. In the Range box, type 23230—23230 and click OK.
  11. If you are finished modifying the custom policy application, commit the configuration.

CLI Configuration

user@host# set applications application cust-telnet application-protocol ftp source-port 1-65535 destination-port 23230-23230

If you are finished modifying the custom policy application, commit the configuration.

Related Topics


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