manually tunnels IPv6 over IPv4 overview

Home » Blog » Routing » ipv6 » ipv6 design » manually tunnels IPv6 over IPv4 overview

manually tunnels IPv6 over IPv4 overview

13.12 2019 | by massimiliano

Manually tunnels IPv6 over IPv4 overview   – Point to Point design   – Manual configuratons IPv6 over IPv4 tunnel […]


https://www.ingegnerianetworking.com/wp-content/uploads/2019/12/manually-tunnel-ipv6-8d8.png

Manually tunnels IPv6 over IPv4 overview

 

– Point to Point design

 

– Manual configuratons IPv6 over IPv4 tunnel

 

– Tunnel mode: ipv6ip

 

  • – Configuration similar to GRE

 

 

manually tunnel ipv6

 

 

R1

interface tunnel 0

no ip address

Ipv6 address 2001:db8::1:1/64

tunnel source loopback 0

tunnel destination 2.2.2.2

tunnel mode ipv6ip

 

 

R2

interface tunnel 0

no ip address

Ipv6 address 2001:db8::1:2/64

tunnel source loopback 0

tunnel destination 1.1.1.1

tunnel mode ipv6ip

 

Torna in alto