CLI Reference IPv6 Configuration Commands
Use this command to configure static IPv6 tunnel mode. Use the no form of this command to restore
it to the default IPv6 tunnel mode.
tunnel mode ipv6ip [ 6to4 | isatap ]
Configure the tunnel as the auto 6to4 tunnel.
Configure the tunnel as an auto ISATAP tunnel.
The type of the configured IPv6 tunnel is a tunnel configured manually.
Interface configuration mode.
After a tunnel is created, it is considered to be manual tunnel by default. You can also use tunnel
mode ipv6ip without any parameter to set a tunnel to manual tunnel. For an auto tunnel, no
destination address is specified.
The following example configures a 6to4 tunnel.
Ruijie(config)# interface tunnel 1
Ruijie(config-if)# tunnel mode ipv6ip 6to4
Configure the source address of the tunnel.
Configure the destination address of a tunnel.
Configure the TTL of the tunnel.
Use this command to specify the source IP address for the tunnel. Use the no form of this command
to remove the setting.
tunnel source { ipv4-address|ipv6-address | interface-type interface-number }