Dynamically Attaching Statically Created Filters
Before you can attach a statically created filter using a dynamic profile.
- Create the filters you want to attach.
See the JUNOS Policy Framework Configuration Guide for detailed information about firewall filters and how to create them.
- Create a basic dynamic profile.
To dynamically attach statically created input and output filters:
- Specify the input filter in the dynamic profile.
- [edit dynamic-profiles access-profile interfaces ge-1/1/1 unit 1 family inet]
- user@host# set filter input static-input-filter
- Specify the output filter in the dynamic
profile.

Note: The following example specifies an optional precedence value for the output filter.
- [edit dynamic-profiles access-profile interfaces ge-1/1/1 unit 1 family inet]
- user@host# set filter output static-output-filter precedence 50
