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

no edit summary
(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...")
 
No edit summary
<codepre>
ipv6 unicast-routing
ipv6 cef
!
ipv6 route ::/0 Tunnel6
! make the tunnel our IPv6 default route
!
ipv6 access-list internet_ipv6_in
deny ipv6 any any log
!
</codepre>
 
Notes on the above:
26

edits