cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
triadeye
New Contributor

How to configure 2 VLANs (data & voice) on all ports accross three 1550 switches?

I have 3 1550-48P switches. I have VoIP phones (voice) and computers (data).  The phones will be connected to the switches.  The computer will connect to the phone.  I can tag the phones to VLAN 101 (voice) and let the computers default to VLAN 1(data/default).  The VoIP wizard appears to limit ports to the voice VLAN only.  I need the ports to allow traffic from both VLANs and implement the voice settings (i.e. QOS) on the voice VLAN 101.  I am completely new to AdTran switches so guidance/recommendations are appreciated.

0 Kudos
1 Reply
Anonymous
Not applicable

Re: How to configure 2 VLANs (data & voice) on all ports accross three 1550 switches?

  • The VoIP wizard adds the voice Vlan and QOS to the ports and does not remove the Access port VLAN already configured.
    Example config with VLAN 1 as the native VLAN and 101 as the voice VLAN _

!

interface gigabit-switchport 0/8

  description voice and data

  spanning-tree edgeport

  no shutdown

  switchport voice vlan 101

  qos trust cos

!