Example: Configuring Firewall Policies

To configure firewall policies, configure the trusted source addresses with which each protocol or service wants to communicate. Once you define the prefix list, you apply it in the filter definition at the [edit firewall] hierarchy level.

The following example shows how to configure firewall policies:

[edit]policy-options {prefix-list ssh-addresses {1.1.9.0/24;}prefix-list bgp-addresses {10.2.1.0/24;}prefix-list ntp-addresses {10.1.4.0/24;}prefix-list snmp-addresses {10.1.6.0/24;}prefix-list dns-address {10.1.1.0/24;}prefix-list radius-address {10.1.2.0/24;}}

Related Topics