Configuration example

Network requirements

As shown in Figure 92, the two subnets Group 1 and Group 2 are connected over an IPv6 network. Configure an IPv4 over IPv6 tunnel between Switch A and Switch B to make the two subnets reachable to each other.

Figure 92: Network diagram

Configuration procedure

Before configuring an IPv4 over IPv6 tunnel, make sure Switch A and Switch B have the corresponding VLAN interfaces created and can reach each other.

Verifying the configuration

Display the status of the tunnel interfaces on Switch A and Switch B.

[SwitchA] display interface tunnel 1
Tunnel1 current state: UP
Line protocol current state: UP
Description: Tunnel1 Interface
The Maximum Transmit Unit is 1460
Internet Address is 30.1.2.1/24 Primary
Encapsulation is TUNNEL, service-loopback-group ID is 1.
Tunnel source 2002::0001:0001, destination 2002::0002:0001
Tunnel bandwidth 64 (kbps)
Tunnel protocol/transport IP/IPv6
Last clearing of counters:  Never
    Last 300 seconds input:  0 bytes/sec, 0 packets/sec
    Last 300 seconds output:  0 bytes/sec, 0 packets/sec
    152 packets input,  9728 bytes
    0 input error
    168 packets output,  10752 bytes
    0 output error

[SwitchB] display interface tunnel 2
Tunnel2 current state: UP
Line protocol current state: UP
Description: Tunnel2 Interface
The Maximum Transmit Unit is 1460
Internet Address is 30.1.2.2/24 Primary
Encapsulation is TUNNEL, service-loopback-group ID is 1.
Tunnel source 2002::0002:0001, destination 2002::0001:0001
Tunnel bandwidth 64 (kbps)
Tunnel protocol/transport IP/IPv6
    Last 300 seconds input:  1 bytes/sec, 0 packets/sec
    Last 300 seconds output:  1 bytes/sec, 0 packets/sec
    167 packets input,  10688 bytes
    0 input error
    170 packets output,  10880 bytes
    0 output error

# Ping the IPv4 address of the peer interface VLAN-interface 100 from Switch A.

[RouterA] ping 30.1.3.1
  PING 30.1.3.1: 56  data bytes, press CTRL_C to break
    Reply from 30.1.3.1: bytes=56 Sequence=1 ttl=255 time=46 ms
    Reply from 30.1.3.1: bytes=56 Sequence=2 ttl=255 time=15 ms
    Reply from 30.1.3.1: bytes=56 Sequence=3 ttl=255 time=16 ms
    Reply from 30.1.3.1: bytes=56 Sequence=4 ttl=255 time=15 ms
    Reply from 30.1.3.1: bytes=56 Sequence=5 ttl=255 time=16 ms

  --- 30.1.3.1 ping statistics ---
    5 packet(s) transmitted
    5 packet(s) received
    0.00% packet loss
    round-trip min/avg/max = 15/21/46 ms