R0106-HP MSR Router Series Layer 3 - IP Services Configuration Guide(V7)

279
# Specify an IPv4 address for GigabitEthernet 2/1/2.
<RouterA> system-view
[RouterA] interface gigabitethernet 2/1/2
[RouterA-GigabitEthernet2/1/2] ip address 2.1.1.1 24
[RouterA-GigabitEthernet2/1/2] quit
# Specify a 6to4 address for GigabitEthernet 2/1/1.
[RouterA] interface gigabitethernet 2/1/1
[RouterA-GigabitEthernet2/1/1] ipv6 address 2002:0201:0101:1::1/64
[RouterA-GigabitEthernet2/1/1] quit
# Create a 6to4 tunnel interface tunnel 0.
[RouterB] interface tunnel 0 mode ipv6-ipv4 6to4
# Specify an IPv6 address for the tunnel interface.
[RouterA-Tunnel0] ipv6 address 3001::1/64
# Specify the source interface as GigabitEthernet 2/1/2 for the tunnel interface.
[RouterA-Tunnel0] source gigabitethernet 2/1/2
[RouterA-Tunnel0] quit
# Configure a static route destined for 2002::/16 through the tunnel interface.
[RouterA] ipv6 route-static 2002:: 16 tunnel 0
Configure Router B:
# Specify an IPv4 address for GigabitEthernet 2/1/2.
<RouterB> system-view
[RouterB] interface gigabitethernet 2/1/2
[RouterB-GigabitEthernet2/1/2] ip address 5.1.1.1 24
[RouterB-GigabitEthernet2/1/2] quit
# Specify a 6to4 address for GigabitEthernet 2/1/1.
[RouterB] interface gigabitethernet 2/1/1
[RouterB-GigabitEthernet2/1/1] ipv6 address 2002:0501:0101:1::1/64
[RouterB-GigabitEthernet2/1/1] quit
# Create a 6to4 tunnel interface.
[RouterB] interface tunnel 0 mode ipv6-ipv4 6to4
# Specify an IPv6 address for the tunnel interface.
[RouterB-Tunnel0] ipv6 address 3002::1/64
# Specify the source interface as GigabitEthernet 2/1/2 for the tunnel interface.
[RouterB-Tunnel0] source gigabitethernet 2/1/2
[RouterB-Tunnel0] quit
# Configure a static route destined for 2002::/16 through the tunnel interface.
[RouterB] ipv6 route-static 2002:: 16 tunnel 0
Verifying the configuration
# Ping Host B from Host A or ping Host A from Host B. The ping operation succeeds.
D:\>ping6 -s 2002:201:101:1::2 2002:501:101:1::2
Pinging 2002:501:101:1::2
from 2002:201:101:1::2 with 32 bytes of data:
Reply from 2002:501:101:1::2: bytes=32 time=13ms