Operation Manual – VLANH3C S7500 Series Ethernet Switches Chapter 2 VLAN Configuration2-102.3.4 Displaying Protocol-Based VLAN ConfigurationTo do… Use the command… RemarksDisplay the information aboutthe protocol-based VLANdisplay vlan [ vlan-id [ to vlan-id ] |all | static | dynamic ]Display the protocolinformation and protocolindexes configured on thespecified VLAN(s)display protocol-vlan vlan{ vlan-id [ to vlan-id ] | all }Display the protocolinformation and protocolindexes configured on thespecified port(s)display protocol-vlan interface{ interface-type interface-number[ to interface-typeinterface-number ] | all }Display protocol-based VLANinformation on specifiedcard(s)display protocol-vlan slot{ slot-number [ to slot-number ] | all }Available inany view2.3.5 Protocol-Based VLAN Configuration ExampleI. Standard-template-protocol-based VLAN configuration example1) Network requirementsz Create VLAN 5 and configure it to be a protocol-based VLAN, with theprotocol-index being 1 and the protocol being IP.z Associate Ethernet 2/0/5 port with the protocol-based VLAN to enable IP packetsreceived by this port to be tagged with the tag of VLAN 5 and be transmitted inVLAN 5.2) Configuration procedure# Create VLAN 5 and enter its view. system-view[H3C] vlan 5[H3C-vlan5]# Configure the protocol-index to be 1, and the associated protocol to be IP.[H3C-vlan5] protocol-vlan 1 ip# Enter Ethernet 2/0/5 port view.[H3C-vlan5] interface Ethernet 2/0/5# Configure the port to be a Hybrid port.[H3C-Ethernet2/0/5] port link-type hybrid# Add the port to VLAN 5 and add VLAN 5 to the untagged VLAN list of the port.[H3C-Ethernet2/0/5] port hybrid vlan 5 untagged