The following are examples of policy rules for a default filter:
In | Out | Allow | IP / Port | Description |
---|---|---|---|---|
x | x | 192.168.18.0/24 | Deny all access to an IP range | |
x | x | Port 80 (HTTP) | Deny all access to Web browsing | |
x | x | 192.168.18.10 | Deny all access to a specific IP | |
x | x | x | *.*.*.*. | Default access control action is to allow or contain to VLAN |
x | Port 80 (HTTP) on host IP | Deny all incoming wireless devices access to Web browsing the host | ||
x | 10.3.0.20, ports 10-30 | Deny all traffic from the network to the wireless devices on the port range, such as FTP (port 21) | ||
x | x | 10.3.0.20 | Allow all other traffic from the wireless devices to the Intranet network | |
x | x | 10.3.0.20 | Allow all other traffic from Intranet network to wireless devices | |
x | x | *.*.*.*. | Default action is to deny/drop |