5VLAN interface configuration exampleNetwork requirementsAs shown in Figure 4, PC A is assigned to VLAN 5. PC B is assigned to VLAN 10. The PCs belong todifferent IP subnets and cannot communicate with each other.Configure VLAN interfaces on Router A and configure the PCs to enable Layer 3 communication betweenthe PCs.Figure 4 Network diagramConfiguration procedure1. Configure Router A# Create VLAN 5 and assign GigabitEthernet 3/1/1 to it. system-view[RouterA] vlan 5[RouterA-vlan5] port gigabitethernet 3/1/1# Create VLAN 10 and assign GigabitEthernet 3/1/2 to it.[RouterA-vlan5] vlan 10[RouterA-vlan10] port gigabitethernet 3/1/2[RouterA-vlan10] quit# Create VLAN-interface 5 and configure its IP address as 192.168.0.10/24.[RouterA] interface vlan-interface 5[RouterA-Vlan-interface5] ip address 192.168.0.10 24[RouterA-Vlan-interface5] quit# Create VLAN-interface 10 and configure its IP address as 192.168.1.20/24.[RouterA] interface vlan-interface 10[RouterA-Vlan-interface10] ip address 192.168.1.20 24[RouterA-Vlan-interface10] return2. Configure PC A# Configure the default gateway of the PC as 192.168.0.10.3. Configure PC B# Configure the default gateway of the PC as 192.168.1.20.Verifying the configurations1. The PCs can ping each other.2. Display brief information about Layer 3 interfaces on Router A to verify the configuration.