06-28-2023 04:22 AM - edited 06-28-2023 04:24 AM
What is the difference between if I configure port with
auto qos voip cisco-phone
and
auto qos trust cos
I am trying to replicate interface configuration from old (3850) to the new switch (9300)
interface GigabitEthernet1/0/45
switchport access vlan 414
switchport mode access
switchport voice vlan 514
switchport port-security maximum 2
switchport port-security violation restrict
switchport port-security aging time 2
switchport port-security aging type inactivity
switchport port-security
srr-queue bandwidth share 1 30 35 5
priority-queue out
mls qos trust device cisco-phone
mls qos trust cos
macro description cisco-phone
auto qos voip cisco-phone
spanning-tree portfast edge
spanning-tree bpduguard enable
service-policy input AUTOQOS-SRND4-CISCOPHONE-POLICY
On the new 9300 I can configure either auto qos trust cos or auto qos voip cisco-phone but not both as it is on the old switch.
Solved! Go to Solution.
06-28-2023 04:41 AM
Hi
They overlap most configuration. Only the highlighted will be additional if you use cisco-phone. I would recommend use cisco-phone if that is the case for this port.
The following is an example of the auto qos voip cisco-phone command and the applied policies and class maps.
The following policy maps are created and applied when running this command:
AutoQos-4.0-CiscoPhone-Input-Policy
AutoQos-4.0-Output-Policy
The following class maps are created and applied when running this command:
AutoQos-4.0-Voip-Data-Class (match-any)
AutoQos-4.0-Voip-Signal-Class (match-any)
AutoQos-4.0-Default-Class (match-any)
class-default (match-any)
AutoQos-4.0-Output-Priority-Queue (match-any)
AutoQos-4.0-Output-Control-Mgmt-Queue (match-any)
AutoQos-4.0-Output-Multimedia-Conf-Queue (match-any)
AutoQos-4.0-Output-Trans-Data-Queue (match-any)
AutoQos-4.0-Output-Bulk-Data-Queue (match-any)
AutoQos-4.0-Output-Scavenger-Queue (match-any)
AutoQos-4.0-Output-Multimedia-Strm-Queue (match-any)
The following is an example of the auto qos trust cos command and the applied policies and class maps.
The following policy maps are created and applied when running this command:
AutoQos-4.0-Trust-Cos-Input-Policy
AutoQos-4.0-Output-Policy
The following class maps are created and applied when running this command:
class-default (match-any)
AutoQos-4.0-Output-Priority-Queue (match-any)
AutoQos-4.0-Output-Control-Mgmt-Queue (match-any)
AutoQos-4.0-Output-Multimedia-Conf-Queue (match-any)
AutoQos-4.0-Output-Trans-Data-Queue (match-any)
AutoQos-4.0-Output-Bulk-Data-Queue (match-any)
AutoQos-4.0-Output-Scavenger-Queue (match-any)
AutoQos-4.0-Output-Multimedia-Strm-Queue (match-any)
06-28-2023 04:41 AM
Hi
They overlap most configuration. Only the highlighted will be additional if you use cisco-phone. I would recommend use cisco-phone if that is the case for this port.
The following is an example of the auto qos voip cisco-phone command and the applied policies and class maps.
The following policy maps are created and applied when running this command:
AutoQos-4.0-CiscoPhone-Input-Policy
AutoQos-4.0-Output-Policy
The following class maps are created and applied when running this command:
AutoQos-4.0-Voip-Data-Class (match-any)
AutoQos-4.0-Voip-Signal-Class (match-any)
AutoQos-4.0-Default-Class (match-any)
class-default (match-any)
AutoQos-4.0-Output-Priority-Queue (match-any)
AutoQos-4.0-Output-Control-Mgmt-Queue (match-any)
AutoQos-4.0-Output-Multimedia-Conf-Queue (match-any)
AutoQos-4.0-Output-Trans-Data-Queue (match-any)
AutoQos-4.0-Output-Bulk-Data-Queue (match-any)
AutoQos-4.0-Output-Scavenger-Queue (match-any)
AutoQos-4.0-Output-Multimedia-Strm-Queue (match-any)
The following is an example of the auto qos trust cos command and the applied policies and class maps.
The following policy maps are created and applied when running this command:
AutoQos-4.0-Trust-Cos-Input-Policy
AutoQos-4.0-Output-Policy
The following class maps are created and applied when running this command:
class-default (match-any)
AutoQos-4.0-Output-Priority-Queue (match-any)
AutoQos-4.0-Output-Control-Mgmt-Queue (match-any)
AutoQos-4.0-Output-Multimedia-Conf-Queue (match-any)
AutoQos-4.0-Output-Trans-Data-Queue (match-any)
AutoQos-4.0-Output-Bulk-Data-Queue (match-any)
AutoQos-4.0-Output-Scavenger-Queue (match-any)
AutoQos-4.0-Output-Multimedia-Strm-Queue (match-any)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide