2-110 at# Configure GigabitEthernet 1/0/10 as a hybrid port, which removes the VLAN tag of the packets ofVLAN 100 and VLAN 200 before forwarding the packets.[Switch-vlan100] quit[Switch] interface GigabitEthernet 1/0/10[Switch-GigabitEthernet1/0/10] port link-type hybrid[Switch-GigabitEthernet1/0/10] port hybrid vlan 100 200 untagged# Associate GigabitEthernet 1/0/10 with protocol template 0 and 1 of VLAN 100, and protocol template0 of VLAN 200.[Switch-GigabitEthernet1/0/10] port hybrid protocol-vlan vlan 100 0 to 1[Switch-GigabitEthernet1/0/10] port hybrid protocol-vlan vlan 200 0# Display the associations between GigabitEthernet 1/0/10 and the VLAN protocol templates to verifyyour configuration.[Switch-GigabitEthernet1/0/10] display protocol-vlan interface GigabitEthernet 1/0/10Interface: GigabitEthernet1/0/10VLAN ID Protocol-Index Protocol-Type100 0 ip100 1 ethernetii etype 0x0806200 0 atThe above output information indicates that GigabitEthernet 1/0/10 has already been associated withthe corresponding protocol templates of VLAN 100 and VLAN 200. Thus, packets from the IP andAppleTalk workstations can be automatically assigned to VLAN 100 and VLAN 200 respectively fortransmission by matching the corresponding protocol templates, so as to realize the normalcommunication between workstations and servers.