destination ipv6
Syntax
destination ipv6 no destination ipv6
Description
Sets the destination IPv6 address for an IP tunnel. Specify the address of the interface on the remote device to which the tunnel will be established.
Theno
form of this command deletes the destination IPv6 address from an IP tunnel.
Command context
config-ip-if
Parameters
-
-
指定tunnel IP address in IPv6 format (
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
), wherex
is a hexadecimal number from 0 to F.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Defines the destination IPv6 address to be2001:DB8::1for IPv6 in IPv6 tunnel.
switch(config)#接口ip 6 in6隧道8模式switch(config-ip-if)#destination ipv6 2001:DB8::1
Deletes the destination IPv6 address2001:DB8::1from IPv6 in IPv6 tunnel8.
switch(config)#interface tunnel 8switch(config-ip-if)#no destination ipv6 2001:DB8::1