no (web-filter-policy-config-mode-commands)

Reverts the selected Web Filter policy settings to default, based on the parameters passed

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [cache-max-recs|cache-save-interval|server-host|server-unreachable|uncategorized-url]

Parameters

no <PARAMETERS>
no <PARAMETERS> Reverts the selected Web Filter policy settings to default, based on the parameters passed. Specify the parameters to revert back to default value.

Examples

The following example shows the Web Filter policy ‘test‘ settings before the ‘no‘ command is executed:

nx9500-6C8809(config-web-filter-policy-test)#show context
web-filter-policy test
 cache-max-recs 9000
 cache-save-interval 1000
 uncategorized-url block
 server-unreachable block
 server-host ip-address 192.168.13.13
nx9500-6C8809(config-web-filter-policy-test)#
nx9500-6C8809(config-web-filter-policy-test)#no cache-max-recs
nx9500-6C8809(config-web-filter-policy-test)#no server-unreachable
nx9500-6C8809(config-web-filter-policy-test)#no uncategorized-url

The following example shows the Web Filter policy ‘test‘ settings after the ‘no‘ command has been executed:

nx9500-6C8809(config-web-filter-policy-test)#show context
web-filter-policy test
 cache-save-interval 1000
 server-host ip-address 192.168.13.13
nx9500-6C8809(config-web-filter-policy-test)#