11-01-2024 07:34 AM
Hi, how to do Qos Priority 7 for DSCP marking 45 46 47, in Nexus 3548
11-01-2024 08:05 AM
You made this same question here few days ago.
https://community.cisco.com/t5/switching/how-to-setup-qos-priority-in-nexus-switch/td-p/5194171
The idea here is to people help each other but not sell service. You can get paid help anywhere else but I dont believe you are going to get here.
11-01-2024 08:09 AM
Hi Flavio,
Yes, the earlier response was not helpful. I can easily find online guides. I’m posting here to see if anyone can assist with my question.
11-01-2024 08:13 AM
Understand. I can assist you with your question.
Share the show running-config of your device as well as the IOS version please.
11-01-2024 08:30 AM
Hi as i mentioned earlier, nexus 3548 sw version 9.3.7.
required config qos-tos for dscp marking 45 46 46 and priority is 7, need proper syntax as i confused in guide
11-01-2024 09:50 AM
class-map match-any DSCP_45
match dscp 45
class-map match-any DSCP_46
match dscp 46
policy-map QoS_Policy
class DSCP_45
priority level 7
class DSCP_46
priority level 7
interface GigabitEthernetX
service-policy output QoS_Policy
11-04-2024 02:47 AM
There is no command in priority level how i configure priority 7?
11-01-2024 08:51 AM
09-13-2024 01:59 AM
09-13-2024 02:05 AM
Hello @AbdullahAkhtar6020
To set QoS priority 7 for DSCP markings 45, 46, and 47 on a Nexus 3548, you need to configure a QoS policy map that matches the relevant DSCP values and assigns the desired priority level. First, create a class map to match the DSCP values, then configure a policy map to assign priority level 7 to the traffic matching those DSCP values, and finally apply this policy map to the relevant interface(s).
--
References:
09-13-2024 02:17 AM
Hi Can you make the configuration for me im bit confuse to read the complete document
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