Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - Cisco IPv6 Native Config: Difference between revisions

 
<pre>
# conf t
# interface dialer0
# ipv6 enable
# ipv6 traffic-filter adsl-ipv6 in
</pre>
 
02/11/2011
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
<pre>
# ipv6 nd prefix <your_slash_64>::1/64
</pre>
 
I would also add the following traffic-filter to the dialer interface
<pre>
# ipv6 traffic-filter outboundfilters-ipv6 out
</pre>
 
7

edits