http-analyze

Enables HTTP URL analysis on the WLAN

Supported in the following platforms:

  • Access Points — AP7502, AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8432, AP8533
  • Wireless Controller — RFS4010
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

http-analyze [filter|syslog]
http-analyze filter [images|post|query-string]
http-analyze syslog host <IP/HOSTNAME> {port <1-65535>} 
{proxy-mode [none|through-controller|through-rf-domain-manager]}

Parameters

http-analyze filter [images|post|query-string]
filter Filters URLs, based on the parameters set, before forwarding them
images Filters out URLs referring to images (does not forward URL requesting images)
post Filters out URLs requesting POST (does not forward POST requests). This option is disabled by default.
query-string Removes query strings from URLs before forwarding them (forwards requests and no data). This option is disabled by default.
http-analyze syslog host <IP/HOSTNAME> {port <1-65535>} 
{proxy-mode [none|through-controller|through-rf-domain-manager]}
syslog host <IP/HOSTNAME> Forwards client and URL information to a syslog server
  • host <IP/HOSTNAME> – Specify the syslog server's IP address or hostname
port <1-65535> Optional. Specifies the UDP port to connect to the syslog server from 1 - 65535
proxy-mode [none|through-controller| through-rf-domain-manager] Optional. Specifies if the request is to be proxied through another device
  • none – Requests are sent directly to syslog server from device
  • through-controller – Proxies requests through the wireless controller configuring the device
  • through-rf-domain-manager – Proxies the requests through the local RF Domain manager

Examples

rfs4000-229D58(config-wlan-test)#http-analyze syslog host 192.168.13.10 port 21
proxy-mode through-controller
rfs4000-229D58(config-wlan-test)#show context
wlan test
 ssid test
 bridging-mode tunnel
 encryption-type none
 authentication-type none
 http-analyze syslog host 192.168.13.10 port 21 proxy-mode through-controller
rfs4000-229D58(config-wlan-test)#

Related Commands

no (wlan-config-mode) Disables HTTP URL analysis on the WLAN