03-30-2006 12:38 PM - edited 03-03-2019 12:14 PM
I have configured priority queing on an outging Fastethernet interface on a 2800.
It is connected to an ethernet interface that has a max speed of 8Mb.
I want the priority mechanism to start working as soon as the outgoing traffic hist 7,9Mb (or 7 Mb) I thought the traffic shape command would work, but it does not. How must I do that?
Thanks
03-30-2006 04:13 PM
Congestion management mechanims only work when the interface is actually congested. However, you can configure shaping to limit the traffic you send out the interface.
If you could provide more detail on exactly what you want to do we can help you better..,
Hope that helps - pls rate the post if it does.
Paresh
03-31-2006 12:10 AM
I have the 2800 connected to an 8Mb Ethernet Internet line. What I want is the following: As soon as the outgoinh interface reaches 8Mb FTP, FTP-DATA and SMTP should be put in a low prio queue, DNS requests should be in a high queu. And alos some of the VPN connections should get a high priority.
03-31-2006 12:14 AM
Ok, what you need is a hierarchical policy that shapes at the parent level and prioritises at the child level:
For example,
policy-map shaper
class class-default
shape average 8000000
!
policy-map prioritiser
class VPN
priority
class DNS
bandwidth
class FTP_SMTP
bandwidth
!
interface FastEthernet0
service-policy output shaper
Pls remember to rate posts.
Paresh
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