As shown in Figure 1, the switch connects to IP phones and a PC. The switch uses VLAN 2 to transmit voice packets and VLAN 3 to transmit data packets. PC A connects to IP phone A and they connect to the switch, and IP phone B separately connects to the switch. IP phones can obtain voice VLAN information through LLDP and send tagged voice packets. Users require high quality of the VoIP service; therefore, voice data flows must be transmitted with a high priority to ensure the call quality. In addition, the administrator manages many IP phones and requires simplified configurations.
# Create VLANs.
<HUAWEI> system-view [HUAWEI] sysname Switch [Switch] vlan batch 2 3
# Configure VLANs allowed by GE0/0/1.
[Switch] interface gigabitethernet 0/0/1 [Switch-GigabitEthernet0/0/1] port link-type hybrid [Switch-GigabitEthernet0/0/1] port hybrid pvid vlan 3 [Switch-GigabitEthernet0/0/1] port hybrid untagged vlan 3 [Switch-GigabitEthernet0/0/1] port hybrid tagged vlan 2 [Switch-GigabitEthernet0/0/1] quit [Switch] interface gigabitethernet 0/0/2 [Switch-GigabitEthernet0/0/2] port link-type hybrid [Switch-GigabitEthernet0/0/2] port hybrid tagged vlan 2 [Switch-GigabitEthernet0/0/2] quit
[Switch] lldp enable
[Switch] interface gigabitethernet 0/0/1 [Switch-GigabitEthernet0/0/1] voice-vlan 2 enable [Switch-GigabitEthernet0/0/1] voice-vlan remark-mode vlan [Switch-GigabitEthernet0/0/1] quit
Run the display voice-vlan 2 status command to check the voice VLAN configuration.
[Switch] display voice-vlan 2 status Voice VLAN Configurations: ----------------------------------------------------------- Voice VLAN ID : 2 Voice VLAN status : Enable Voice VLAN 8021p remark : 6 Voice VLAN dscp remark : 46 ----------------------------------------------------------- Port Information: ------------------------------------------------------------------------------- Port Add-Mode Security-Mode Legacy PribyVLAN Untag ------------------------------------------------------------------------------- GigabitEthernet0/0/2 Manual Normal Disable Enable Disable GigabitEthernet0/0/1 Manual Normal Disable Enable Disable
Switch configuration file
# sysname Switch # vlan batch 2 to 3 # lldp enable # interface GigabitEthernet0/0/1 port link-type hybrid voice-vlan 2 enable port hybrid pvid vlan 3 port hybrid tagged vlan 2 port hybrid untagged vlan 3 # interface GigabitEthernet0/0/2 port link-type hybrid voice-vlan 2 enable port hybrid tagged vlan 2 # return