R3102-R3103-HP 6600/HSR6600 Routers Layer 3 - IP Services Command Reference
269
Use undo destination to remove the configured tunnel destination address.
Syntax
destination { ip-address | ipv6-address }
undo destination
Default
No tunnel destination address is configured.
Views
Tunnel interface view
Default command level
2: System level
Parameters
ip-address: Tunnel destination IPv4 address.
ipv6-address: Tunnel destination IPv6 address.
Usage guidelines
The tunnel destination address is the address of the peer interface receiving packets and should be
configured as the source address of the peer tunnel interface.
Automatic tunnel interfaces using the same encapsulation protocol must have different source addresses.
Manual tunnel interfaces using the same encapsulation protocol must have different source and
destination addresses.
Examples
# The interface GigabitEthernet 3/1/1 of Sysname 1 uses the IP address 193.101.1.1 and the interface
GigabitEthernet 3/1/1 of Sysname 2 uses the IP address 192.100.1.1. Configure the source address
193.101.1.1 and destination address 192.100.1.1 for the tunnel interface of Sysname 1.
<Sysname1> system-view
[Sysname1] interface tunnel 0
[Sysname1-Tunnel0] source 193.101.1.1
[Sysname1-Tunnel0] destination 192.100.1.1
# Configure the source address 192.100.1.1 and destination address 193.101.1.1 for the tunnel interface
of Sysname 2.
<Sysname2> system-view
[Sysname2] interface tunnel 1
[Sysname2-Tunnel1] source 192.100.1.1
[Sysname2-Tunnel1] destination 193.101.1.1
Related commands
• source
• interface tunnel
• display interface tunnel
• display ipv6 interface tunnel










