Tunnel Mode - D-Link DXS-3600 Series Cli Reference Manual

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Level: 12.
Usage Guideline
This command is only available for tunnel interface configuration. Use this command to configure the
destination IPv4 or IPv6 address for a tunnel interface. Assign the destination IPv4 address for a
manually configured IPv6 over IPv4 tunnel. The tunnel destination command setting only takes effect for
manual tunnel interfaces.
Example
This example shows how to specify the destination IPv4 address for the tunnel interface 2 as 10.0.0.100.
Switch# configure terminal
Switch(config)# interface tunnel 2
Switch(config-if)# tunnel destination 10.0.0.100
Switch(config-if)#
This example shows how to specify the destination IPv6 address for the tunnel interface 2 as 1000::2.
Switch# configure terminal
Switch(config)# interface tunnel 2
Switch(config-if)# tunnel destination 1000::2
Switch(config-if)#

52-4 tunnel mode

This command is used to define the type of the IPv6 tunnel interface.
tunnel mode {ipv6ip [6to4 | isatap] | gre {ip | ipv6}}
Parameters
6to4
isatap
gre ip
gre ipv6
Default
By default, this option is configured as IPv6 IP manual mode.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is only available for tunnel interface configuration. The tunneling of IPv6 over IPv4 can be
either manually configured or automatic. The user needs to specify the destination IPv4 address for the
manual IPv6 over IPv4 tunnel, but not for the automatic tunnel. The destination IPv4 address of the tunnel
Specifies that the interface is a 6to4 tunnel interface.
Specifies that the interface is an ISATAP tunnel interface.
Specifies that the interface is a GRE tunnel interface. The deliver
protocol is IPv4 protocol.
Specifies that the interface is a GRE tunnel interface. The deliver
protocol is IPv6 protocol.
665

Advertisement

Table of Contents
loading

Table of Contents