Configuration example

Network requirements

As shown in Figure 91, the two subnets Group 1 and Group 2 use private IPv4 addresses. Configure an IPv4 over IPv4 tunnel between Switch A and Switch B to make the two subnets reachable to each other.

Figure 91: Network diagram

Configuration procedure

Before configuring an IPv4 over IPv4 tunnel, make sure Switch A and Switch B have the corresponding VLAN interfaces created and are reachable to 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 1480
Internet Address is 10.1.2.1/24 Primary
Encapsulation is TUNNEL, service-loopback-group ID is 1.
Tunnel source 2.1.1.1(Vlan-interface101), destination 3.1.1.1
Tunnel bandwidth 64 (kbps)
Tunnel protocol/transport IP/IP
Last clearing of counters:  Never
    Last 300 seconds input:  0 bytes/sec, 0 packets/sec
    Last 300 seconds output:  2 bytes/sec, 0 packets/sec
    4 packets input,  256 bytes
    0 input error
    12 packets output,  768 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 1480
Internet Address is 10.1.2.2/24 Primary
Encapsulation is TUNNEL, service-loopback-group ID is 1.
Tunnel source 3.1.1.1(Vlan-interface101), destination 2.1.1.1
Tunnel bandwidth 64 (kbps)
Tunnel protocol/transport IP/IP
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
    5 packets input,  320 bytes
    0 input error
    9 packets output,  576 bytes
    0 output error

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

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

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