how to prioritize dscp packets entering my network
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-27-2016 10:15 PM
I have an x450 extreme summit switch in my network with all types of traffic and no QoS policy setup. I have a server outside my network that sends traffic into my network. These packets come in with an IP header value/Diffserv = 51
How can I get my switch to prioritize the packets tagged with diffserv 51 to make sure I don't drop these packets?
How can I get my switch to prioritize the packets tagged with diffserv 51 to make sure I don't drop these packets?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-27-2016 11:36 PM
Followed your steps. I see that qp1 and qp8 are already created on the switch and have the same weight as my new qp5. Do i need to do anything with qp5's weight to make sure those packets get priority?
# show qosprofile
QP1 Weight = 1 Max Buffer Percent = 100
QP5 Weight = 1 Max Buffer Percent = 100
QP8 Weight = 1 Max Buffer Percent = 100
Thanks for your help so far!
# show qosprofile
QP1 Weight = 1 Max Buffer Percent = 100
QP5 Weight = 1 Max Buffer Percent = 100
QP8 Weight = 1 Max Buffer Percent = 100
Thanks for your help so far!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-27-2016 10:40 PM
Here is a simple configuration example.
# create qosprofile qp5
# disable dot1p examination ports
# enable diffserv examination ports
# configure diffserv examination code-point 51 qosprofile qp5
For more details, you may want to visit the link below.
https://gtacknowledge.extremenetworks.com/articles/How_To/Configuring-QOS-profiles-and-verify-QOS-is...
# create qosprofile qp5
# disable dot1p examination ports
# enable diffserv examination ports
# configure diffserv examination code-point 51 qosprofile qp5
For more details, you may want to visit the link below.
https://gtacknowledge.extremenetworks.com/articles/How_To/Configuring-QOS-profiles-and-verify-QOS-is...
