Specifications
3-503
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) egress-method
(config) egress-method
To configure the egress method for intercepted connections, use the egress-method global configuration
command. To unconfigure the egress method, use the no form of this command.
egress-method {ip-forwarding | negotiated-return | generic-gre} intercept-method wccp
no egress-method {ip-forwarding | negotiated-return | generic-gre} intercept-method wccp
Syntax Description
Defaults The default egress method is IP forwarding.
Command Modes global configuration
Device Modes application-accelerator
Examples The following example shows how to configure the interception and egress method for WCCP GRE
packet return from the CLI:
WAE(config)# egress-method negotiated-return intercept-method wccp
The following example shows how to configure the interception and egress method for IP forwarding
from the CLI:
WAE(config)# egress-method ip-forwarding intercept-method wccp
The following example shows how to configure the interception and egress method for the generic GRE
egress method from the CLI by configuring an intercepting router list, and then configuring the generic
GRE egress method:
WAE(config)# wccp router-list 1 192.168.68.98
WAE(config)# egress-method generic-gre intercept-method wccp
The router list must contain the IP address of each intercepting router. Multicast addresses are not
supported. Additionally, you must configure a GRE tunnel interface on each router.
To view the egress method that is configured and that is being used on a particular WAE, use the show
egress-methods EXEC command or the show statistics connection egress-methods EXEC command.
To view information about the generic GRE egress method, use the show generic-gre EXEC command.
To clear statistics information for the generic GRE egress method, use the clear statistics generic-gre
EXEC command.
ip-forwarding Configures the IP forwarding egress method.
negotiated-return Configures the WCCP negotiated return egress method.
generic-gre Configures the generic GRE egress method.
intercept-method Chooses for which interception method the egress method is being
configured.
wccp Configures the egress method for WCCP interception.