Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »


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


Configurations


IPv6 over IPv4
IPIP
 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











  • No labels