Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://www.juniper.net/documentation/en_US/junos/topics/topic-map/tunnel-services-overview.html


Configurations


IPv6 over IPv4


Code Block
titleIPIP
 config for IPv6 in a IP / IP tunnel.

 

show configuration interfaces ip-1/2/0


unit 0 {
    description "TO:IPv6 over IPv4 tunnel ";
    tunnel {
        source 193.x.x.x;
        destination 4.x.x.x;
    }
    family inet6 {
        address 20x.x.x.x/126;
    }
}


show commands
Link