cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1959
Views
0
Helpful
24
Replies

WAAS 4.1.1.c problems

elliottreyes
Level 1
Level 1

Does anyone have as many problems as I do with these WAAS appliances. It seems as if I have a problem every week with these things.

24 Replies 24

This sounds to me that the core device is not intercepting the traffic. Are you using inline or WCCP for redirecting the traffic to WAE? If you are using inline card did you ensure that the inline interface is not in shutdown mode or you do not have 'no inline vlan all' command ( 'no inline vlan all' under inline interface means that do not intercept any traffic ).

In essence, the core WAE is not intercepting the traffic for some reason. So, you must ensure that the redirection technique you use properly redirects the traffic to WAE.

If WAE doesn't intercept the traffic then you will not see any 'connections' under WAE->Monitor->Connection Statistics.

Regards

-Nat

Traffic was being redirected as expected before upgrading the code. No changes made except WAE code upgrade. "sh wccp routers" on core WAE does not have an entry for "Router(s) seeing this Wide Area Engine" but does list the IP of the router for "Routers not seeing" this wae. sho ip wccp 61 det and 62 det on the router indicates the "State: NOT useable". Looks like WCCP has stopped working on the router. NO changes were made to the router.

From which version on WAE you upgraded to 4.1.3? I have done several times from 4.0.19 and 4.1.1x to 4.1.3 and I have never faced this problem because of upgrade.

Are you able to ping from WAE to router and vice versa?

Regards

-Nat

ICMP working properly in both directions. router sho ver:

Cisco IOS Software, 3800 Software (C3825-ADVENTERPRISEK9_IVS-M), Version 12.4(15)T7, RELEASE SOFTWARE (fc3)

System image file is "flash:c3825-adventerprisek9_ivs-mz.124-15.T7.bin"

Cisco 3825 (revision 1.2) with 487424K/36864K bytes of memory.

Processor board ID FTX1303A00T

2 Gigabit Ethernet interfaces

27 Serial interfaces

3 Channelized T1/PRI ports

1 Virtual Private Network (VPN) Module

DRAM configuration is 64 bits wide with parity enabled.

479K bytes of NVRAM.

125440K bytes of ATA System CompactFlash (Read/Write)

Now that I know you are using 38xx router as your traffic redirecting router could you tell me what is the redirect, egress & return method configured on the WAE? Perhaps, WCCP specific config from WAE might help to isolate the issue.

Regards

Nat

(IP addys changed to protect the innocent)

WAE:

wccp router-list 8 1.1.9.251

wccp tcp-promiscuous router-list-num 8 l2-redirect assign-method-strict l2-return

wccp version 2

Router:

ip wccp 61

ip wccp 62

!

interface Multilink1

ip address 1.31.1.2 255.255.255.252

ip wccp 62 redirect in

interface GigabitEthernet0/0.101

encapsulation dot1Q 101

ip address 1.1.1.251 255.255.255.0

ip wccp 61 redirect in

ip wccp 62 redirect out

shutdown

!

interface GigabitEthernet0/0.102

encapsulation dot1Q 102

ip address 1.1.2.251 255.255.255.0

ip wccp 61 redirect in

ip pim sparse-dense-mode

!

interface GigabitEthernet0/0.103

encapsulation dot1Q 103

ip address 1.1.3.251 255.255.255.0

ip wccp redirect exclude in

shutdown

!

interface GigabitEthernet0/0.109

encapsulation dot1Q 109

ip address 1.1.9.251 255.255.255.0

ip wccp redirect exclude in

The WAE is configured for 'L2 Return'. I am not sure whether WAE is L2 adjacent to 3825 router. So, can you can change the 'Return method to GRE'?.

Basically, remove the 'l2-return' from ' wccp tcp-promiscuous router-list-num 8 l2-redirect assign-method-strict l2-return ' command on your WAE.

performed as suggested:

sho run

wccp tcp-promiscuous router-list-num 8 l2-redirect assign-method-strict

wccp version 2

!

#sho wccp routers

Router Information for Service: TCP Promiscuous 61

Routers Seeing this Wide Area Engine(0)

-NONE-

Routers not Seeing this Wide Area Engine

1.1.9.251

Routers Notified of from other WAE's

-NONE-

Multicast Addresses Configured

-NONE-

performed 'sho ip wccp 61 det' on router:

WCCP Client information:

WCCP Client ID: 1.1.9.101

Protocol Version: 2.0

State: NOT Usable

Initial Hash Info: 00000000000000000000000000000000

00000000000000000000000000000000

Assigned Hash Info: 00000000000000000000000000000000

00000000000000000000000000000000

Hash Allotment: 0 (0.00%)

Packets s/w Redirected: 0

Connect Time: 00:00:20

Bypassed Packets

Process: 0

Fast: 0

CEF: 0

Errors: 0

Note 'State: NOT Usable'

I've bounced router. Removed WCCP from router, added it back in, no change in WCCP state.

Update:

Reverted code to 4.1.1c. sho ip wccp 61 det indicates:

WCCP Client information:

WCCP Client ID: 1.1.9.101

Protocol Version: 2.0

State: Usable

Initial Hash Info: 00000000000000000000000000000000

00000000000000000000000000000000

Assigned Hash Info: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

Hash Allotment: 256 (100.00%)

Packets s/w Redirected: 812

Connect Time: 00:02:03

Bypassed Packets

Process: 0

Fast: 0

CEF: 0

Errors: 0

Update:

Changed router code to 12.4(25). 4.1.1c on WAE and WCCP worked.

Changed WAE code to 4.1.1d. WCCP worked. Went to 4.1.3 (just to see), WCCP failed. Changed back to 4.1.1d, WCCP worked.

A TAC case was opened for this by another person for this WAE. TAC recomended changes on the router (bounce, turn off/on WCCP). Neither had WCCP working with the 4.1.3 WAE code.