Enabling WCCP Interoperability with NAT
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface type number
4.
ip nat inside
5.
ip wccp service-number redirect in
6.
exit
7.
interface type number
8.
ip nat outside
9.
ip wccp service-number redirect in
10.
exit
11.
interface type number
12.
ip nat inside
13.
ip wccp redirect exclude in
DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode.enable
Step 1
Example:
Router> enable
•
Enter your password if prompted.
Enters global configuration mode.configure terminal
Example:
Router# configure terminal
Step 2
Specifies an interface on which to enable NAT and enters interface
configuration mode.
interface type number
Example:
Router(config)# interface ethernet 1
Step 3
•
This is the LAN-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 4
IP Application Services Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 1000)
73
Configuring WCCP
Enabling WCCP Interoperability with NAT