Configuring An Ipv6 Over Ipv6 Tunnel - HP 5920 Series Configuration Manual

Hide thumbs Also See for 5920 Series:
Table of Contents

Advertisement

[SwitchB-Vlan-interface100] ip address 30.1.3.1 255.255.255.0
[SwitchB-Vlan-interface100] quit
# Configure an IPv6 address for VLAN-interface 101 (the physical interface of the tunnel).
[SwitchB] interface vlan-interface 101
[SwitchB-Vlan-interface101] ipv6 address 2002::2:1 64
[SwitchB-Vlan-interface101] quit
# Create service loopback group 1 and specify its service type as tunnel.
[SwitchB] service-loopback group 1 type tunnel
# Assign Ten-GigabitEthernet 1/0/3 to service loopback group 1.
[SwitchB] interface Ten-GigabitEthernet 1/0/3
[SwitchB-Ten-GigabitEthernet1/0/3] port service-loopback group 1
[SwitchB-Ten-GigabitEthernet1/0/3] quit
# Create an IPv6 tunnel interface tunnel 2.
[SwitchB] interface tunnel 2 mode ipv6
# Configure an IPv4 address for the tunnel interface.
[SwitchB-Tunnel2] ip address 30.1.2.2 255.255.255.0
# Configure the source address for the tunnel interface (IP address of VLAN-interface 101).
[SwitchB-Tunnel2] source 2002::2:1
# Configure the destination address for the tunnel interface (IP address of VLAN-interface 101 of
Switch A).
[SwitchB-Tunnel2] destination 2001::1:1
[SwitchB-Tunnel2] quit
# Configure a static route destined for IPv4 network 1 through the tunnel interface.
[SwitchB] ip route-static 30.1.1.0 255.255.255.0 tunnel 2
Verifying the configuration
# Use the display interface tunnel command to display the status of the tunnel interfaces on Switch A and
Switch B. The output shows that the tunnel interfaces are up. (Details not shown.)
# Ping the IPv4 address of the peer interface from each switch. The following shows the output on Switch
A.
[SwitchA] ping -a 30.1.1.1 30.1.3.1
PING 30.1.3.1 (30.1.3.1) from 30.1.1.1: 56 data bytes
56 bytes from 30.1.3.1: icmp_seq=0 ttl=255 time=3.000 ms
56 bytes from 30.1.3.1: icmp_seq=1 ttl=255 time=1.000 ms
56 bytes from 30.1.3.1: icmp_seq=2 ttl=255 time=0.000 ms
56 bytes from 30.1.3.1: icmp_seq=3 ttl=255 time=1.000 ms
56 bytes from 30.1.3.1: icmp_seq=4 ttl=255 time=1.000 ms
--- 30.1.3.1 ping statistics ---
5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.000/1.200/3.000/0.980 ms

Configuring an IPv6 over IPv6 tunnel

Follow these guidelines when you configure an IPv6 over IPv6 tunnel:
173

Advertisement

Table of Contents
loading

This manual is also suitable for:

5900 series

Table of Contents