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

Image Added


Configurations


IPv6 over IPv4


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

set chassis fpc slot-number pic number tunnel-services bandwidth [1g ...]


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