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!

Cisco IPv6 Tunnel Config: Difference between revisions

Content deleted Content added
Tdgsandf (talk | contribs)
Created page with "<code> ipv6 unicast-routing ipv6 cef ! enable IPv6 routing ! interface Tunnel6 no ip address ipv6 address 2001:8B0:XXXX:YYYY::/64 eui-64 ! XXXX is 2001:8B0:XXXX::/48 is your AA..."
 
Tdgsandf (talk | contribs)
No edit summary
Line 1: Line 1:
<code>
<pre>
ipv6 unicast-routing
ipv6 unicast-routing
ipv6 cef
ipv6 cef
Line 22: Line 22:
!
!
ipv6 route ::/0 Tunnel6
ipv6 route ::/0 Tunnel6
! make the tunnel our IPv6 default route
!
!
ipv6 access-list internet_ipv6_in
ipv6 access-list internet_ipv6_in
Line 40: Line 41:
deny ipv6 any any log
deny ipv6 any any log
!
!
</code>
</pre>


Notes on the above:
Notes on the above: