
Interception Techniques and Protocols 101
Note that the ip wccp redirect exclude in command is configured on the subinterface
connecting to the WAE. This is required because outbound redirection is used on the serial
interface connecting to the WAN. An alternative configuration is shown in Example 4-17.
ip address 10.10.10.1 255.255.255.0
!
interface GigabitEthernet0/0.20
description ** Branch WAE VLAN **
ip address 10.10.20.1 255.255.255.0
ip wccp redirect exclude in
!
end
Example 4-17 Cisco IOS WCCP Configuration Using Inbound Redirection
!
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 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
ip address 10.10.10.1 255.255.255.0
ip wccp 61 redirect in
!
interface GigabitEthernet0/0.20
description ** Branch WAE VLAN **
ip address 10.10.20.1 255.255.255.0
!
end
Example 4-16 Complete Cisco IOS WCCP Configuration (Continued)
Kommentare zu diesen Handbüchern