cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
624
Views
0
Helpful
1
Replies

WAAS VLAN - not all traffic is being forwarded to WAE

bradley.ford
Level 1
Level 1

Hi, I've configured a WAAS topology based on this Cisco document

(http://www.cisco.com/application/pdf/en/us/guest/netsol/ns377/c649/ccmigration_09186a008081c7da.pdf)

where the WAE's are in their own VLAN and there is a trunk between the 2 edge routers and 2 6509 switches (the WAE's connect to this switch). Both the "data" vlan and the WAAS vlan is participating in EIGRP which means that traffic is being routed over both sub-interfaces. The problems is that one of the sub-interfaces has the "ip wccp redirect exclude in" command configured so only half the traffic will be passed to the WAE's. Has anyone come across this before? Should I be removing the WAAS vlan from EIGRP and using the second interface on the WAE for management in a seperate subnet?

interface GigabitEthernet0/0

description Trunk link to 6500

no ip address

!

interface GigabitEthernet0/0.901

description WAN Edge VLAN

encapsulation dot1Q 901 native

ip address 10.7.7.2 255.255.255.224

ip wccp 61 redirect in

ip wccp 62 redirect out

!

interface GigabitEthernet0/0.902

description WAAS VLAN

encapsulation dot1Q 902

ip address 10.7.9.1 255.255.255.240

ip wccp redirect exclude in

standby 1 ip 10.7.9.3

standby 1 timers 1 3

standby 1 priority 110

standby 1 preempt delay minimum 1

standby 2 ip 10.7.9.4

standby 2 timers 1 3

standby 2 priority 120

standby 2 preempt delay minimum 1

!

Edge_Router#sh ip ro 10.6.1.181

Routing entry for 10.6.1.0/21

Known via "eigrp 1", distance 90, metric 28928, type internal

Redistributing via eigrp 9

Last update from 10.7.7.1 on GigabitEthernet0/0.901, 08:18:01 ago

Routing Descriptor Blocks:

10.7.7.1, from 10.7.7.1, 08:18:01 ago, via GigabitEthernet0/0.902

Route metric is 28928, traffic share count is 1

Total delay is 130 microseconds, minimum bandwidth is 100000 Kbit

Reliability 245/255, minimum MTU 1500 bytes

Loading 12/255, Hops 3

* 10.7.9.1.2, from 10.7.9.1.2, 08:18:01 ago, via GigabitEthernet0/0.901

Route metric is 28928, traffic share count is 1

Total delay is 130 microseconds, minimum bandwidth is 100000 Kbit

Reliability 245/255, minimum MTU 1500 bytes

Loading 12/255, Hops 3

1 Reply 1

Zach Seils
Level 7
Level 7

BRADLEY,

In this case you should make the data VLAN passive (from an EIGRP perspective) and use the WAE VLAN as a transit between the two routers. You don't want traffic coming in from the WAE VLAN to get re-intercepted.

Zach