barnold1976
Technical User
I am trying to set up QoS on a 2950 switch for our Mitel phones and use the second port on the phone for the PC connection. Andy from thread: 558-955281 had a configuration:
"interface FastEthernet0/1
switchport access vlan 20
switchport mode access
switchport voice vlan 500
switchport port-security maximum 3
mls qos trust cos
spanning-tree portfast
Make sure you have the QoS configured correctly as well to support the expedite queue and map CoS 5 into this queue (4). You will need a new release to support the expedite queue (12.1(12c)EA1 or above, although since the software is free I would just put the latest on).
wrr-queue bandwidth 10 20 70 0
wrr-queue cos-map 1 0 1
wrr-queue cos-map 2 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5"
I am very new to the Cisco world and wonder if someone could point me in the right direction to set this up. Help is greatly appreciated.
"interface FastEthernet0/1
switchport access vlan 20
switchport mode access
switchport voice vlan 500
switchport port-security maximum 3
mls qos trust cos
spanning-tree portfast
Make sure you have the QoS configured correctly as well to support the expedite queue and map CoS 5 into this queue (4). You will need a new release to support the expedite queue (12.1(12c)EA1 or above, although since the software is free I would just put the latest on).
wrr-queue bandwidth 10 20 70 0
wrr-queue cos-map 1 0 1
wrr-queue cos-map 2 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5"
I am very new to the Cisco world and wonder if someone could point me in the right direction to set this up. Help is greatly appreciated.