Specifications
3-424
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config) bypass
(config) bypass
To configure static bypass lists on a WAE, use the bypass global configuration command. To disable the
bypass feature (clear the static bypass lists), use the no form of this command.
bypass static {clientip | any-client} {serverip | any-server}
no bypass static {clientip | any-client} {serverip | any-server}
Syntax Description
Defaults No default behaviors or values.
Command Modes global configuration
Device Modes application-accelerator
Usage Guidelines The bypass static command permits traffic from specified sources to bypass the WAE. Wildcards in
either the client or server IP addresses are not supported.
Note We recommend that you use IP access lists on the WCCP-enabled router, rather than using the static
bypass feature, because access lists are more efficient.
Examples The following example shows how to force traffic from a specified client to a specified server to bypass
the WAE:
WAE(config)# bypass static 10.1.17.1 172.16.7.52
The following example shows how to force all traffic destined to a specified server to bypass the WAE:
WAE(config)# bypass static any-client 172.16.7.52
The following example shows how to force all traffic from a specified client to any file server to bypass
the WAE:
WAE(config)# bypass static 10.1.17.1 any-server
A static list of source and destination addresses helps to isolate instances of problem-causing clients and
servers. To display static configuration list items, use the show bypass list command as follows:
WAE# show bypass list
static Adds a static entry to the bypass list.
clientip Requests from this IP address bypass the WAE.
any-client Bypasses the traffic from any client destined to a particular server.
serverip Requests from this IP address bypass the WAE.
any-server Requests from a specified client to any server bypass the WAE.