cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1489
Views
0
Helpful
2
Replies

WAE missing_assignment error

trey.s.grunDD
Level 1
Level 1

Customer is receiving the following:

Alarm ID Module/Submodule Instance
--------------- -------------------- ---------------
1 missing_assignment WCCP/svc061
2 missing_assignment WCCP/svc062

I found the following forum post which was very informative:

https://supportforums.cisco.com/discussion/11016891/wccp-missing-assignment-alarm-service-id

In the specific case I'm working on there appears to be an L2 adjacency violation (it is L2 redirection)

        Routers Seeing this Wide Area Engine(2)

        Router Id            Sent To

        10.111.243.120  10.85.99.37

        10.111.243.66    10.111.243.66

That's from the 'show wccp routers' output of the WAE. Does that indicate a configuration change needs to be made so the "Sent to" message is in the same L2 segment?

Apologies if this question seems particularly ignorant.

2 Replies 2

jay.consultant
Level 1
Level 1

Hi Trey,

under your wccp router-list statement you'll find the following config
---

wccp tcp-promiscuous service-pair 61 62
router-list-num 1
assignment-method hash hash-source-ip
password ****
redirect-method gre
egress-method wccp-gre
enable
exit
---

You will need to go from privileged mode to global config mode by following the steps below.

config>wccp tcp-promiscuous service-pair 61 62>no enable>enable>end>show alarms detail (for follow up) and your problem will be resolved.

All the best,

Jay K.

Trey,

I've noticed the same issue/alarms as well. my case was a new deployment. I would suggest the following.

- Make sure your physical layer all in check with your design.

Make sure interface are match to your configuration for the WCCP 

- Check your tcp to the router list

How to check TCP on the router list ?

Ping <ip address of your router list>

- Last bounce or enable WCCP 

How to bounce the WCCP ?

WAAS(config)#no wccp tcp-promiscuous service-pair 61 62 enable.

WAAS(config)#wccp tcp-promiscuous service-pair 61 62 enable.

Best,