To avoid having too much client to client traffic on your network you can use 'ipv6 nd prefix default ... off-link', don't forget to also add a route towards the interface on the router itself so:interface GigabitEthernet0/0/0 ipv6 address 2001...
At the Fosdem conference in 2014 we used a IPv6 only network for the main wireless access.To configure this we used as upstream link:interface GigabitEthernet0/0/0 description ---------- Uplink to COLT ---------------- ip address 213.246.232.54 25...
As part of the basic design ACE does not send traffic to IP's, but to encapsulation "targets". You can see this with the "show ip fib" command:cdn-ace-1/pevaneyn# show ip fib FIB for Context pevaneyn (RouteId 16) Codes: H - host, I - interface ...
In this article we will give the configuration used on the ASR 1004 and the switches used to provide the wireless and wired access to internet during the Fosdem 2011 conference.During this conference we had more then 4171 unique users on the WiFi ove...
Hi, When I see 5.3.5 and 674 I think of CSCun85976. Are you using an inline card on that device? Otherwise I would do a 'cms deregister force' on the SRE, followed by an identity recovery, see: http://www.cisco.com/c/en/us/td/docs/app_ntwk_services/w...
Hmm. The Nexus configuration is actually wrong.The "service-list wae mode closed" piece means:if there is no WCCP client to which we redirect traffic, then all traffic matching the wae ACL will be dropped.This not a replacement for the group-list arg...
Hello Hoger,You should enable WAAS on the L3 interface that gets the interesting traffic, so the tunnel, not the physical port.If this is a lab environment I would start by enabling the WAAS Express debugs on the device: log debug output on the conso...
Hi,Severy things could cause the problem. For starts please have a look at http://www.cisco.com/en/US/prod/collateral/contnetw/ps5680/ps6870/white_paper_c11-608042.html (the WCCP Platform support white paper). This will tell you that for a 3750 you n...
Hello Zubair,This is a rather ugly cosmetic problem. The root cause is that you should do:conf t
accelerator cifs preposition remove 19927This will remove the preposition. The 'no ...' syntax is in fact not supported.Hope this helps, Peter