server-unreachable

Configures the action taken in case the classification server is unreachable. Based on the value configured the an end user‘s request for a URL/Website is either blocked or passed.

Supported in the following platforms:

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

Syntax

server-unreachable [block|pass]

Parameters

server-unreachable [block|pass]
server-unreachable [block|pass] Configures the action taken in case the classification server is unreachable. The options are:
  • block – Denies access to the requested URL/Website
  • pass – Allows access to the requested URL/Website. This is the default value.

Examples

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

Related Commands

no (web-filter-policy-config-mode-commands) Reverts the action taken, in case the classification server is unreachable, to default (pass),