Cisco IPv6 Tunnel Config: Difference between revisions
Appearance
Content deleted Content added
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 |
||
Line 1: | Line 1: | ||
< |
<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 |
||
! |
! |
||
</ |
</pre> |
||
Notes on the above: |
Notes on the above: |