Operation Manual – VLANH3C S3100-52P Ethernet Switch Chapter 2 VLAN Configuration2-7II. Network diagramSwitchASwitchBPC1 PC2Eth1/0/1Eth1/0/2Eth1/0/10Eth1/0/11Eth1/0/12Eth1/0/13Server2 Server1Figure 2-1 Network diagram for VLAN configurationIII. Configuration procedurez Configure Switch A.# Create VLAN 100, specify its descriptive string as Dept1, and add Ethernet 1/0/1 toVLAN 100. system-view[SwitchA] vlan 100[SwitchA-vlan100] description Dept1[SwitchA-vlan100] port Ethernet 1/0/1[SwitchA-vlan100] quit# Create VLAN 200, and specify its descriptive string as Dept2.[SwitchA] vlan 200[SwitchA-vlan200] description Dept2[SwitchA-vlan200] quit# Create VLAN-interface 100 and VLAN-interface 200, and assign IP addresses192.168.1.1 and 192.168.2.1 to them respectively. The two VLAN-interfaces are usedfor forwarding packets from Host 1 to Server 2 at Layer 3.[SwitchA] interface Vlan-interface 100[SwitchA-Vlan-interface100] ip address 192.168.1.1 24[SwitchA-Vlan-interface100] quit[SwitchA] interface Vlan-interface 200[SwitchA-Vlan-interface200] ip address 192.168.2.1 24z Configure Switch B.# Create VLAN 100, specify its descriptive string as Dept1, and add Ethernet 1/0/13 toVLAN 100. system-view