Link to home
Start Free TrialLog in
Avatar of tyty4u2
tyty4u2

asked on

Cisco switch and Voice VLAN, QOS

I have a Cisco switch connected to a Cisco router in stick mode with VLAN1 for data and VLAN100 for voice.  The computers will be on VLAN 1 and the Avaya Phones will be tagged on VLAN 100.  The phone will plug into port 1 and configured to tag 100 and the computer will then plug into the phone.  Is the following configuration correct if I were wanting to configure port1 and prioritize the Avaya phone?  

vlan 100
name Avaya_Voice

interface vlan 100
ip address 10.1.1.2 255.255.255.0
ip route 10.0.1.1.1

interface Ethernet 0/1
mls qos trust cos
switchport nonegotiate

switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan 1,100
priority-queue out
spanning-tree portfast trunk

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of harbor235
harbor235
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial