cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure voice and data vlan on the same 200 series switch

How to configure voice and data vlan on the same 200 series switch

Niyas
New Contributor III
Hi Team,

we have 2 VLANs for voice and data, we need to access both VLAN on the same 200 series switch port.

what are the procedures to configure the switch port?
8 REPLIES 8

Niyas
New Contributor III
Hi Ronald

I have already configured, need to remove Switchport access VLAN 10?

Ronald_Dvorak
Honored Contributor
no need for "switchport access vlan 10" because you configure it with "switchport trunk native vlan 10"

Niyas
New Contributor III
1. Enter config


(Extreme 220) #config


2. Enter port config mode
(Extreme 220) (Config)#interface 1/0/2

3. Configure the following
(Extreme 220) (Interface 1/0/2)#voice vlan 110
(Extreme 220) (Interface 1/0/2)#switchport mode access
(Interface 1/0/2)#switchport access vlan 10
(Interface 1/0/2)#switchport trunk native vlan 10
(Interface 1/0/2)#switchport trunk allowed vlan 110
(Interface 1/0/2)#exit

This is correct or not?

Niyas
New Contributor III
Thanks for your updates
GTM-P2G8KFN