Basic Fast Update Filter Syntax
This section shows the basic fast update filter statement syntax. The first part of this syntax provides the CLI statements to associate an input and output filter with a dynamic profile. The second part of this syntax represents the configured input and output filters associated to the dynamic profile. When a DHCP event occurs, the dynamic profile applies the specified filters to the DHCP client interface on the router.
[edit dynamic-profiles profile-name] interfaces { $junos-interface-ifd-name { unit $junos-underlying-interface-unit { family family { filter { input filter-name; precedence precedence; output filter-name; precedence precedence; } } } } } [edit dynamic-profiles profile-name] firewall { family family { fast-update-filter filter-name { [desired filter configuration] } fast-update-filter filter-name { [desired filter configuration] } } }