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

Dropping Packets Using an Unknown Protocol

Protocol types with ID numbers of 137 or greater are reserved and undefined at this time. Therefore, there is no way to know in advance if a particular unknown protocol is benign or malicious.

Before You Begin

For background information, read Understanding Unknown Protocol Protection.

You can use either J-Web or the CLI configuration editor to drop packets that use an unknown protocol. The specified security zone is the one from which the packets originates.

This topic covers:

J-Web Configuration

To configure zones:

  1. Select Configure>CLI Tools>Point and Click CLI.
  2. Next to Security, click Configure or Edit.
  3. Next to Zones, click Configure.
  4. Next to Security zone, click Add new entry.
  5. In the Name box, type zone.
  6. In the Screen box, type unknown-protocol and click OK.
  7. To save and commit the configuration, click Commit.

To configure screens:

  1. Select Configure>CLI Tools>Point and Click CLI.
  2. Next to Security, click Configure or Edit.
  3. Next to Screen, click Configure.
  4. Next to Ids option, click Add new entry.
  5. In the Name box, type unknown-protocol.
  6. Next to Ip, click Configure.
  7. Next to unknown-protocol, select the check box and click OK.
  8. To save and commit the configuration, click Commit.

CLI Configuration

user@host# set security zones security-zone zone screen unknown-protocol
user@host# set security screen ids-option unknown-protocol ip unknown-protocol

Related Topics


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