H3C Technologies H3C S7500E Series Switches User Manual

Page 179

Advertising
background image

15-22

# Create service loopback group 1 to support the tunnel service.

[Switch] service-loopback group 1 type tunnel

# Add GigabitEthernet 2/0/3 to service loopback group 1.

[Switch] interface GigabitEthernet 2/0/3

[Switch-GigabitEthernet2/0/3] undo stp enable

[Switch-GigabitEthernet2/0/3] port service-loopback group 1

[Switch-GigabitEthernet2/0/3] quit

# Reference service loopback group 1 on the tunnel.

[Switch] interface tunnel 0

[Switch-Tunnel0] service-loopback-group 1

[Switch-Tunnel0] quit

# Configure a static route to the ISATAP host.

[Switch] ipv6 route-static 2001:: 16 tunnel 0

z

Configuration on the ISATAP host

The specific configuration on the ISATAP host is related to its operating system. The following example

shows the configuration of the host running the Windows XP.

# Install IPv6.

C:\>ipv6 install

# On a Windows XP-based host, the ISATAP interface is usually interface 2. Configure the IPv4

address of the ISATAP router on the interface to complete the configuration on the host. Before doing

that, display the ISATAP interface information:

C:\>ipv6 if 2

Interface 2: Automatic Tunneling Pseudo-Interface

Guid {48FCE3FC-EC30-E50E-F1A7-71172AEEE3AE}

does not use Neighbor Discovery

does not use Router Discovery

routing preference 1

EUI-64 embedded IPv4 address: 0.0.0.0

router link-layer address: 0.0.0.0

preferred link-local fe80::5efe:2.1.1.2, life infinite

link MTU 1280 (true link MTU 65515)

current hop limit 128

reachable time 42500ms (base 30000ms)

retransmission interval 1000ms

DAD transmits 0

default site prefix length 48

# A link-local address (fe80::5efe:2.1.1.2) in the ISATAP format was automatically generated for the

ISATAP interface. Configure the IPv4 address of the ISATAP switch on the ISATAP interface.

C:\>ipv6 rlu 2 1.1.1.1

# After carrying out the above command, look at the information on the ISATAP interface.

C:\>ipv6 if 2

Interface 2: Automatic Tunneling Pseudo-Interface

Guid {48FCE3FC-EC30-E50E-F1A7-71172AEEE3AE}

does not use Neighbor Discovery

uses Router Discovery

routing preference 1

EUI-64 embedded IPv4 address: 2.1.1.2

router link-layer address: 1.1.1.1

Advertising