no [cache-max-recs|cache-save-interval|server-host|server-unreachable|uncategorized-url]
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. |
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)#