This post is more than 5 years old
1 Rookie
•
35 Posts
0
51985
November 12th, 2013 07:00
Network traffic priority best practices at switch level
What is usually the best way to prioritize specific traffic from a specific VLAN?
I am working with Differentiated Services to match traffic from a specific VLAN and assign a switch queue of 6 to give this traffic a higher priority than normal traffic. But I am not sure with this configuration. I've red much about switch traffic priority but I didn't understand it all i think.
The policy is definitely working. In the web interface I see that are packets offered for this DiffServ, I think I am missing something...Config:
policy-map {policy name} in
class {class name}
assign-queue 6
exit
interface port-channel 1
service-policy in {policy name}
0 events found
No Events found!


vwijhe
1 Rookie
•
35 Posts
0
November 21st, 2013 00:00
Just an short update: I think my configuration is working fine. I figured out that the ping reply delay has more to do with the end device then with the switch configuration :)
vwijhe
1 Rookie
•
35 Posts
0
November 12th, 2013 23:00
The match criteria was configured, but it has to be configured somewhat different than you have explained.
This is also part of my configuration:
class-map match-all WGF ipv4 match vlan 30 exit
I think the assign queue command isn't appropriate for giving some traffic a higher priority over standard traffic. I was looking for someone to confirm of denial my thoughts of how to prioritize network traffic...
If I take a look in switch queuing in a general way, I would need to give my high priority network traffic a ToS byte value of '1000' to minimize delay. But now I have to configure it with DIFFSERV, I don't really understand what I am doing. I think I'll to use DSCP values instead of the queue command.
Do you agree?
Here's my source: http://www.cisco.com/en/US/technologies/tk543/tk766/technologies_white_paper09186a00800a3e2f_ps6610_Products_White_Paper.html
Maybe I've to configure 'mark ip-dscp ??' instead of 'assign-queue 6'? My next question will be: what dscp value I'll need to minimize delay, maximize reliability with a normal bandwidth? I've got this source which should make things clear, but I don't know how to read the table: http://bogpeople.com/networking/dscp.shtml. There are 6 binary values in the table, and the RFC791/RFC1349 is giving me 8 values...
vwijhe
1 Rookie
•
35 Posts
0
November 13th, 2013 23:00
Interface...................................... 1/g19
Direction...................................... In
Operational Status............................. Up
Policy Name.................................... WGF
Interface Summary:
Class Name..................................... WGF
In Offered Packets............................. 8971
In Discarded Packets........................... 0
After this the VLAN is tagged over port-channel 1 to our Campus core switch, I am unable to verify if the policy-map is working on the port-channel, because there is no command to show the policy map on a port-channel:
If I try to view the offered packets on the interfaces them selves, there is nothing to see because everything is configured on the port-channels: Although it's definitly configured to match packets of this vlan: Thanks for the information, but I think I understand how coq works. I just need some practical examples of how it will work on PowerConnect switches. Like you did on the assign-queue command :) Any idea's of how to verify if DeffServ is working?