Verifying the configuration – H3C Technologies H3C SecPath F1000-E User Manual

Page 109

Advertising
background image

97

[RouterA] interface tunnel 0

[RouterA-Tunnel0] ipv6 address 2002:0201:0101::1/64

[RouterA-Tunnel0] source GigabitEthernet 0/2

[RouterA-Tunnel0] tunnel-protocol ipv6-ipv4 6to4

[RouterA-Tunnel0] quit

# Configure a static route to the 6to4 relay router.

[RouterA] ipv6 route-static 2002:0601:0101:: 64 tunnel 0

# Configure the default route to the IPv6-only network.

[RouterA] ipv6 route-static :: 0 2002:0601:0101::1

Configure Router B:
# Enable IPv6.

<RouterB> system-view

[RouterB] ipv6

# Configure an IPv4 address for GigabitEthernet 0/2.

[RouterB] interface GigabitEthernet 0/2

[RouterB-GigabitEthernet0/2] ip address 6.1.1.1 255.255.255.0

[RouterB-GigabitEthernet0/2] quit

# Configure an IPv6 address for GigabitEthernet 0/1.

[RouterB] interface GigabitEthernet 0/1

[RouterB-GigabitEthernet0/1] ipv6 address 2001::1/16

[RouterB-GigabitEthernet0/1] quit

# Configure a 6to4 tunnel.

[RouterB] interface tunnel 0

[RouterB-Tunnel0] ipv6 address 2002:0601:0101::1/64

[RouterB-Tunnel0] source GigabitEthernet 0/2

[RouterB-Tunnel0] tunnel-protocol ipv6-ipv4 6to4

[RouterB-Tunnel0] quit

# Configure a static route whose destination address is 2002::/16 and next-hop is the tunnel
interface.

[RouterB] ipv6 route-static 2002:: 16 tunnel 0

Verifying the configuration

After the above configuration, ping Host B from Host A.

D:\>ping6 -s 2002:201:101:1::2 2001::2

Pinging 2001::2

from 2002:201:101:1::2 with 32 bytes of data:

Reply from 2001::2: bytes=32 time=13ms

Reply from 2001::2: bytes=32 time=1ms

Reply from 2001::2: bytes=32 time=1ms

Reply from 2001::2: bytes=32 time<1ms

Ping statistics for 2001::2:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 13ms, Average = 3ms

Advertising