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

Configuring the Dialer Filter

To configure the dialer filter:

  1. Navigate to the top of the interfaces configuration hierarchy in either the J-Web or CLI configuration editor.
  2. Perform the configuration tasks described in Table 62.
  3. Go on to Applying the Dial-on-Demand Dialer Filter to the Dialer Interface.

Table 62: Configuring a Dialer Filter for Interesting Packets

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Firewall level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Firewall, click Edit.

From the [edit] hierarchy level, enter

edit firewall

Configure the dialer filter name—for example, int-packet.

  1. Next to Inet, click Configure or Edit.
  2. Next to Dialer filter, click Add new entry.
  3. In the Filter name box, type int-packet.
  1. Enter

    edit family inet

  2. Then enter

    edit dialer-filter int-packet

Configure the dialer filter rule name—for example, term1.

Configure term behavior. For example, you might want to configure your interesting packet as an ICMP packet.

To configure the term completely, include both from and then statements.

  1. Next to Term, click Add new entry.
  2. In the Rule name box, type term1.
  3. Next to From, click Configure.
  4. From the Protocol choice list, select Protocol.
  5. Next to Protocol, click Add new entry.
  6. From the Value keyword list, select icmp.
  7. Click OK twice to return to the Term page.

Enter

set term term1 from protocol icmp

Configure the then part of the dialer filter.

  1. Next to Then, click Configure.
  2. From the Designation list, select Note.
  3. Click OK.

Enter

set term1 then note


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