DGS-6604 m tunnel destination
CLI Reference Guide
913
tunnel destination
Use the tunnel destination configuration command to add the destination IPv4
address for the tunnel interface. Use the no tunnel destination configuration
command to remove it.
tunnel destination {IPv4-ADDRESS}
no tunnel destination
Default None
Command Mode Interface configuration
Usage Guideline Use these commands to configure the destination IPv4 address for a tunnel
interface.
Tunnel interfaces are valid for this command. Only manually configured tunnels
need to set the tunnel destination.
Examples This example shows how to add the destination IPv4 address for the tunnel
interface 2
This example shows how to remove the destination IPv4 address for the tunnel
interface 2
Verify the settings by entering the show interface command.
Syntax Description
IPv4-ADDRESS Specifies the IPv4 address as the the destination address for the tunnel.
Switch(config)# interface tunne 2
Switch(config-if)#tunnel destination 10.0.0.1
Switch(config-if)#
Switch(config)# interface tunne 2
Switch(config-if)#no tunnel destination
Switch(config-if)#