Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ipv6 general-prefix Telia6RD 6rd Tunnel6
  2. ipv6 unicast-routing
  3. ipv6 cef
  4. !
  5. interface Tunnel6
  6. description Telia 6RD IPv6 tunnel.
  7. no ip address
  8. no ip redirects
  9. ipv6 enable
  10. tunnel source WANINTERFACE
  11. tunnel mode ipv6ip 6rd
  12. tunnel 6rd prefix 2001:2002::/32
  13. tunnel 6rd br 217.209.228.166
  14. !
  15. interface LANINTERFACE
  16. ipv6 address Telia6RD ::/64 eui-64
  17. !
  18. ipv6 route 2001:2002::/32 Tunnel6
  19. ipv6 route ::/0 Tunnel6 2001:2002:D9D1:E4A6::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement