Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to forward based on IP-precedence bitspc--->switch--->c1700----->c3640---->3750The 1700 successfully classifies packets with "ip-precedence critical" (5).Next step is for Cisco 3640 to prioritize forwarding...how can I do this with a 3640...
I try to rate-limit with no burst. But, it seems the rate-limit command does not support a zero burst...The equation I was using for rate-limit normal burst= (rate-limit/8)*1.5exceed burst= normal burst * 2But now I have changed just to test, by lowe...
I want to add an access list to permit only http traffic on my dynamic interface (wlc 4402), vlan12. I haven't found any examples of ACL configuration on a 4402. So far I have tried the following permit statements, with no success. permit tcp http a...
I want to rate-limit a vlan to 200Mbps on a 1Gbps link. All traffic above the 200Mbps should be dropped. I have questions about the burst rates:1) Are the burst rates (normal and max) optional parameters ?2) If not, how can they be stated to most str...
THis is the route-map in use on the 1700...It is definately setting the precedence, but when the 3640 gets the packet, how can I force it to read and prioritize the packet ?route-map prior13net4 permit 20 match ip address 106 107 set ip precedence cr...
Hans-Thanks for the reply...yes, I want a hard ceiling at 200Mbps...why would you hesitate to do that ? Perhaps I misunderstand the burst rate and how it should be used...but have found no clear explanation of how to apply this parameter correctly......