http-analyze

bridge

Enables the analysis of URLs and data traffic on this Bridge VLAN. When enabled, URLs and data are forwarded to the controller running the HTTP analytics engine.

Supported in the following platforms:

Syntax

http-analyze {filter [images|post|query-string]}

Parameters

http-analyze {filter [images|post|query-string]}
http-analyze filter [images|post| query-string] Enables URL and HTTP data analysis. Optionally use the filter keyword to filter out specific URLs
  • filter – Optional. Filters out specific URLs
    • images – Filters out URLs referring to images
    • post – Filters out URLs referring to POSTs
    • query-string – Filters out query strings received from URLs

Example

nx9500-6C8809(config-profile default-ap505-bridge-vlan-1)#http-analyze filter images

nx9500-6C8809(config-profile default-ap505-bridge-vlan-1)#show context
 bridge vlan 1
  description "This is a Birdge VLAN Configuration for Local sites."
  http-analyze filter images
  bridging-mode isolated-tunnel
  ip igmp snooping
  ip igmp snooping querier
  ipv6 mld snooping
  ipv6 mld snooping querier
nx9500-6C8809(config-profile default-ap505-bridge-vlan-1)#

Related Commands

no Disables forwarding of URLs and data to the controller running the HTTP analytics engine