Router - Cisco IPv6 Native Config: Difference between revisions

(Created page with "= This page will walk you through getting IPv6 to work correctly on your Cisco device = == Enable IPv6 routing on your router == <pre> #conf t #ipv6 source-route #ipv6 unicast-...")
 
#ipv6 traffic-filter adsl-ipv6 in
</pre>
 
The above config didn't work for me I had to create a new /64 via Clueless and add this here as an IP address
#ipv6 nd prefix <your_slash_64>::1/64
 
I would also add the following traffic-filter to the dialer interface
#ipv6 traffic-filter outboundfilters-ipv6 out
 
== Lock down your IPv6 network with an access list ==