124 CHAPTER 14: S UPER VLANSuper VLANConfigurationExampleSuper VLANConfiguration ExampleNetwork Requirements■ Create super VLAN 10 and sub VLANs VLAN 2, VLAN 3, VLAN 5.■ Configure ports Ethernet2/0/1 and Ethernet2/0/2 to belong to VLAN 2,Ethernet2/0/3 and Ethernet2/0/4 to belong to VLAN 3 and Ethernet2/0/5 andEthernet2/0/6 to belong to VLAN 5.■ Configure Layer 3 connectivity between sub VLANs, and all sub VLANs use theLayer 3 interface of the super VLAN (with the IP address being 10.110.1.1) asthe gateway to communicate with the outside.Network diagramOmittedConfiguration procedure# Create VLAN 10, and enable the super VLAN function on it. system-view[SW7750] vlan 10[SW7750-vlan10] supervlan# Create VLAN2, VLAN3, and VLAN5, and add corresponding ports to them.[SW7750-vlan10] quit[SW7750] vlan 2[SW7750-vlan2] port Ethernet 2/0/1 Ethernet 2/0/2[SW7750-vlan2] quit[SW7750] vlan 3[SW7750-vlan3] port Ethernet 2/0/3 Ethernet 2/0/4[SW7750-vlan3] quit[SW7750] vlan 5[SW7750-vlan5] port Ethernet 2/0/5 Ethernet 2/0/6# Configure the mapping between the super VLAN and the sub VLAN.[SW7750-vlan5] quit[SW7750] vlan 10[SW7750-vlan10] subvlan 2 3 5# Create the Layer 3 interface of the super VLAN, and configure an IP address forit.[SW7750-vlan10] quit[SW7750] interface Vlan-interface 10[SW7750-Vlan-interface10] ip address 10.110.1.1 255.255.255.0Super VLAN SupportingDHCP Relay ExampleNetwork requirements■ Create VLAN 6 as a super VLAN, and create VLAN 2 and VLAN 3 as the subVLANs which map VLAN 6.