D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
375
delete ip_tunnel
Purpose Used to delete an IPv6 tunnel interface.
Syntax
delete ip_tunnel < tunnel_name 12>
Description The delete ip_tunnel command is used to delete a specific IPv6 tunnel on the switch.
Parameters
<tunnel_name 12> - IPv6 Tunnel interface name, maximum of 12 characters.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete an IPv6 tunnel interface (Tunnel name is “tn2”):
DGS-3627:admin# delete ip_tunnel tn2
Command: delete ipif tunnel tn2
Success.
DGS-3627:admin#
config ip_tunnel manual
Purpose This command is used to configure an IPv6 manual tunnel.
Syntax
config ip_tunnel manual <tunnel_name 12> {ipv6address <ipv6networkaddr> | source
<ipaddr> | destination <ipaddr>}(1)
Description The config ip_tunnel manual command is used to configure an existing IPv6 tunnel as an
IPv6 manual tunnel on the switch. If this tunnel has previously been configured in another
mode, the tunnel’s information will still exist in the database. However, whether the tunnel’s
former information is invalid or not, will depend on the current mode.
IPv6 Manual tunnels are simple point-to-point tunnels that can be used within a site or
between sites.
Parameters
< tunnel_name 12> - IPv6 Tunnel interface name, maximum of 12 characters.
ipv6address <ipv6networkaddr> - The IPv6 address assigned to this IPv6 tunnel interface.
IPv6 processing would be enabled on this IPv6 tunnel interface when an IPv6 address is
configured. This IPv6 address is not connected with tunnel source or destination IPv4
address.
source <ipaddr> - The source IPv4 address of this IPv6 tunnel interface. It is used as the
source address for packets in this IPv6 tunnel.
destination <ipaddr> - The destination IPv4 address of this IPv6 tunnel interface. It is used as
the destination address for packets in this IPv6 tunnel. It is not required for 6to4 and ISATAP
tunnels.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure an IPv6 manual tunnel (Tunnel name is “tn2”, Tunnel source IPv4 address is 1.0.0.1, Tunnel destination
IPv4 address is 1.0.0.2, Tunnel IPv6 address is 2001::1/64):