family (Firewall Filter)
Syntax
family family-name { filter filter-name { interface-specific; term term-name { from { match-conditions; } then { action; action-modifiers; } } } }
Hierarchy Level
[edit firewall]
Description
Configure a firewall filter for IP version 4 or IP version 6.
Options
family-name—Version or type of addressing protocol:
any—Filter packets based on protocol-independent match conditions.
ethernet-switching—Filter Layer 2 (Ethernet) packets and Layer 3 (IP) packets.
inet—Filter IPv4 packets.
inet6—Filter IPv6 packets.
The remaining statements are explained separately. See CLI Explorer.
Required Privilege Level
interface—To view this statement in the configuration.interface-control—To add this statement to the configuration.