| configure |
| rename |
| renames the action set. |
| |
| blocks web requests from quarantined hosts. |
| |
| creates an internal web page to display web requests from a quarantined host. |
| |
| redirects web requests from a quarantined host to the URL that you specify. |
| whitelist [add remove] |
| adds or removes a CIDR from a quarantine whitelist. Whitelisted CIDRs are always permitted. |
|
|
| conf t |
| The configure terminal |
| |
| adds an IP subnet, IP host, or IP range to an IP address group. |
| remove name |
| deletes an IP address group. |
| |
| removes an IP subnet, IP host, or IP range from an IP address group. |
| update name < host ip subnet ip netmask mask range ip1 ip2 > |
| updates the settings of an existing IP |
|
|
| Using the conf t |
update an IP | Use configure terminal |
address group | group “test” is set as the single host 1.2.3.4” |
| hostname# conf t |
add an IP | Use configure terminal |
subnet to an | example, the 192.168.1.0/24 subnet is added to the “test” group: |
IP address |
|
group | hostname# conf t |
| netmask 255.255.255.0 |
delete an IP | Use configure terminal |
subnet from | In this example, the 192.168.1.0/24 subnet is deleted from the “test” group: |
an IP address |
|
group | hostname# conf t |
| netmask 255.255.255.0 |
X Family CLI Reference V 2.5.1 | 35 |
|
|