Hi guys,
I'm trying to configure WCCP on a Nexus 7000 device for an ECDS implementation and I can't seem to get it working. I've made reference to the documentation ( http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/4_2/nx-os/unicast/configuration/guide/l3_cli_nxos/wccp.html ), but i feel like I only figured out half of the puzzle.
This is what I have so far.
N7k-01# sh run wccp
!Command: show running-config wccp
!Time: Wed Jul 15 12:45:32 2015
version 5.2(9)
feature wccp
ip wccp 90 redirect-list ECDS
interface Vlan200 ************Gateway for DMPs and DMM
ip wccp 90 redirect in
N7k-01# sh ip access-lists ECDS
IP access list ECDS
10 permit udp any 10.53.79.243/27 ***********Content acquirer
20 permit udp any 10.53.79.249/27 ***********Streamer
30 permit udp any 10.53.79.251/27 ***********ECDS Manager
N7k-01#
I need your help guys...what am I doing wrong?