
100 Chapter 4: Network Integration and Interception
The IOS WCCPv2 configuration involves two steps. First, the WCCPv2 services are
configured in global configuration mode. The WCCPv2 services in IOS are configured
using the numeric service ID, as opposed to the service name used on the WAAS
configuration. Example 4-15 shows the tcp-promiscuous services configured in IOS.
The second step involves configuring WCCPv2 redirection on each interface through which
client and server data passes. Unless you are using the WCCPv2 negotiated return egress
method discussed later in this chapter, WCCPv2 redirection should never be configured on
the interface connecting to the WAE. Interception is configured in either the inbound or
outbound direction. When using outbound redirection, the ip wccp redirect exclude in
command must be configured in the interface connecting to the WAE. This prevents traffic
coming into the WCCPv2 server (router) from being re-intercepted, which would cause a
redirection loop. Example 4-16 demonstrates a complete IOS WCCPv2 configuration,
including the use of the ip wccp redirect exclude in command.
Example 4-15 Cisco IOS WCCP Global Configuration
!
ip wccp 61
ip wccp 62
!
Example 4-16 Complete Cisco IOS WCCP Configuration
!
ip wccp 61
ip wccp 62
!
ip cef
!
interface Serial0/0
bandwidth 1536
no ip address
encapsulation frame-relay
!
interface Serial0/0.100
ip add 10.88.80.18 255.255.255.252
ip wccp 61 redirect out
ip wccp 62 redirect in
frame-relay interface-dlci 100
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.1
description ** Branch Client VLAN **
encapsulation dot1q 10
Comentarios a estos manuales