Configuring Fast Update Filters
You configure a fast update filter in a dynamic profile—this enables you to use dynamic variables in the filter configuration. After you configure fast update filters, you then use the dynamic-profiles syntax to associate the filter to the subscriber interface.
To configure a fast update filter for subscriber access:
- Access the dynamic profile you want to use.
- Specify that you want to configure a firewall, and specify the family.
- Specify that you want to configure a fast update filter and assign a name to the filter.
- Specify the interface-specific statement. This statement is mandatory.
- Configure the match order to use for the filter terms.
- Specify that you want to configure a term for the
filter and assign the name to the term. Configure the match conditions
and actions for the term.
- [edit dynamic-profiles myProfile firewall family inet fast-update-filter httpFilter]
- user@host# edit term term1
- [edit dynamic-profiles myProfile firewall family inet fast-update-filter httpFilter term term1]
- user@host# set from protocol tcp
- user@host# set from source-address $junos-subscriber-ip-address
- user@host# set from destination-port http
- user@host# set then count http-cnt

