[Contents] [Prev] [Next] [Index]


Firewall Filter Configuration Guidelines

To configure firewall filters, you include statements at the [edit firewall] hierarchy level of the configuration:

 firewall { 
 	 filter filter-name { 
 	 	 term term-name {
 	 	 	 from {
 	 	 	 	 match-conditions;
 	 	 	 }
 	 	 	 then {
 	 	 	 	 action; 
 	 	 	 	 action-modifiers; 
 	 	 	 }
 	 	 }
 	 }
 }
 

The following RFCs define the standards supported by certain aspects of the filtering software:

This chapter describes the following tasks for configuring firewall filters:



[Contents] [Prev] [Next] [Index]