05-23-2018 10:08 AM - edited 03-05-2019 10:29 AM
Hello
If client is sending traffic with dscp 18 tag but server responds with dscp 34.. and if they are all setup correctly to prioritize on lan and wan. will that create any issue on application?
thanks
05-23-2018 11:49 AM
Hello,
that shouldn't be a problem if both DSCP 18 and DSCP 34 get the same priority. That said, it might be easier to have a policy that rewrites the DSCP value, so only one value is used:
class-map match-all DSCP_REWRITE_CLASS
match dscp af21
!
policy-map DSCP_REWRITE_POLICY
class DSCP_REWRITE_CLASS
set dscp af41
05-23-2018 11:49 AM
So if DSCP 18 and 34 are treated the same from a QoS perspective across the network, there should be no impact. The fact that the DSCP values are different should not have an affect on the application.
Regards
05-23-2018 05:18 PM
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