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

Displaying a Firewall Filter for Packet Capture Configuration

Purpose

Verify the firewall filter for packet capture configuration.

Action

From the J-Web interface, select Configuration>View and Edit>View Configuration Text. Alternatively, from configuration mode in the CLI, enter the show firewall filter dest-all command.

[edit]
user@host# show firewall filter dest-all
term dest-term {
from {
destination-address 192.168.1.1/32;
}
then {
sample;
accept;
}
}

Meaning

Verify that the output shows the intended configuration of the firewall filter for capturing packets sent to the destination address 192.168.1.1/32.

Related Topics

For more information about the format of a configuration file, see the information about viewing configuration text in the JUNOS CLI User Guide.


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