PurposeCommand or Action
Enables packet redirection on an inbound interface using WCCP.
ip wccp service-number redirect in
Example:
Router(config-if)# ip wccp 61 redirect
in
Step 5
Exits interface configuration mode and returns to global
configuration mode.
exit
Example:
Router(config-if)# exit
Step 6
Specifies an interface on which to enable NAT and enters interface
configuration mode.
interface type number
Example:
Router(config)# interface ethernet 2
Step 7
•
This is the WAN-facing interface.
Designates that traffic originating from or destined for the interface
is subject to NAT and indicates that the interface is connected to
the outside network.
ip nat outside
Example:
Router(config-if)# ip nat outside
Step 8
Enables packet redirection on an inbound interface using WCCP.
ip wccp service-number redirect in
Example:
Router(config-if)# ip wccp 62 redirect
in
Step 9
Exits interface configuration mode and returns to global
configuration mode.
exit
Example:
Router(config-if)# exit
Step 10
Specifies an interface on which to enable NAT and enters interface
configuration mode.
interface type number
Example:
Router(config)# interface ethernet 3
Step 11
•
This is the WAAS-facing interface.
Designates that traffic originating from or destined for the interface
is subject to NAT and indicates that the interface is connected to
the inside network (the network subject to NAT translation).
ip nat inside
Example:
Router(config-if)# ip nat inside
Step 12
IP Application Services Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 1000)
74
Configuring WCCP
Enabling WCCP Interoperability with NAT