cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
513
Views
0
Helpful
2
Replies

Auto QoS on 9300

uppermost
Level 1
Level 1

Hello, I am trying to replicate the same configuration between the old switch and new switch and I came across QoS section which I am not able to replicate:

 

NewSwitch(config)#class-map match-all AUTOQOS_VOIP_DATA_CLASS
NewSwitch(config-cmap)# match ip dscp ef
NewSwitch(config-cmap)#class-map match-all AUTOQOS_DEFAULT_CLASS
NewSwitch(config-cmap)# match access-group name AUTOQOS-ACL-DEFAULT
NewSwitch(config-cmap)#class-map match-all AUTOQOS_VOIP_SIGNAL_CLASS
NewSwitch(config-cmap)# match ip dscp cs3
NewSwitch(config-cmap)#!
NewSwitch(config-cmap)#policy-map AUTOQOS-SRND4-CISCOPHONE-POLICY
NewSwitch(config-pmap)# class AUTOQOS_VOIP_DATA_CLASS
NewSwitch(config-pmap-c)# set dscp ef
NewSwitch(config-pmap-c)# police 128000 8000 exceed-action policed-dscp-transmit
^
% Invalid input detected at '^' marker.

NewSwitch(config-pmap-c)# class AUTOQOS_VOIP_SIGNAL_CLASS
NewSwitch(config-pmap-c)# set dscp cs3
NewSwitch(config-pmap-c)# police 32000 8000 exceed-action policed-dscp-transmit
^
% Invalid input detected at '^' marker.

NewSwitch(config-pmap-c)# class AUTOQOS_DEFAULT_CLASS
NewSwitch(config-pmap-c)# set dscp default
NewSwitch(config-pmap-c)# police 10000000 8000 exceed-action policed-dscp-transmit
^
% Invalid input detected at '^' marker.

NewSwitch(config-pmap-c)#!
NewSwitch(config-pmap-c)#!
NewSwitch(config-pmap-c)#

 

 

 

Old switch is WS-C3750X-48PF-S running IOS 15.2(4)E10

New switch is C9300-48UXM running IOS 17.03.05

 

and here is example of port configuration on the old switch

 

interface GigabitEthernet1/0/1
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

 

 

 

Does anyone know what is the new syntax or what is the new equivalent that can I use on the new switch?

2 Replies 2

pieterh
VIP
VIP

If you are using AUTO qos, you do not need to configure the police-map manually but you let auto qos do this for you

The following command enables auto-QoS for classification:

  • auto qos voip cisco-softphone —The port is connected to device running the Cisco SoftPhone feature. This command generates a QoS configuration for interfaces connected to PCs running the Cisco IP SoftPhone application and mark, as well as police traffic coming from such interfaces. Ports configured with this command are considered untrusted.

or read about the other variants of the command in the documents below

  • auto qos voip {cisco-phone | cisco-softphone | trust}
  • auto qos video {cts | ip-camera | media-player}
  • auto qos classify [police]
  • auto qos trust {cos | dscp}

17.3.x (Catalyst 9300 Switches) - QoS Commands [Cisco Catalyst 9300 Series Switches] - Cisco

Quality of Service Configuration Guide, Cisco IOS XE Amsterdam 17.3.x (Catalyst 9300 Switches) - Configuring Auto-QoS [Support] - Cisco

 

You ask same Q in other port ? 

If you still confus in which point you confuse.

Thanks 

MHM

Review Cisco Networking for a $25 gift card