tunnel destination
This command defines the destination IP address of the specified tunnel interface. Use the no form of this command to remove a configured IP address.
Syntax
tunnel destination <IP Address or FQDN>
Command |
Description |
---|---|
<IP Address or FQDN> |
Defines the destination of the specified tunnel interface. This can be an IPv4 address in dotted decimal notation (for example, 10.1.2.3) or an FQDN. |
Default
NA
Command Mode
Privileged User
Example
This example configures the tunnel destination IP address of 10.4.2.50 on interface GRE 6.
(config-data)# interface gre 6 (conf-if-GRE 6)# tunnel destination 10.4.2.50