Can anyonone please help me.
2 Questions
I wanto to classify packets via DSCP EF tags and set the COS value.
class-map type qos match-any CLASS-DSCP
match dscp 46
policy-map type qos TRUST-DSCP
class CLASS-DSCP
set qos-group 7
set cos 5
interface po131
service-policy type qos input TRUST-DSCP
Is this correct to tag packets with COS 5 ?
Does the N9K-C93180YC-EX switch automatically maps the COS to QOS-Group ?
Does the neighbouring switch automatically maps the COS value to a QoS Group ?
Or is a configuration needed ?