Versions Compared

Key

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

...

Configurations


IPv6 over IPv4


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

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


showShow 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

...