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.
Reference: http://www.cisco.com/en/US/partner/docs/ios/qos/command/reference/qos_q1.html#wp1013427All platforms except the VIP-enabled Cisco 7500 series router and the Catalyst 6000 have default min threshold values shown in the table referenced abov...
Does anyone know the difference between using 'match vlan' and 'match input-interface vlan' in a class-map on a Cat 4500?I want to set the DSCP value based on VLAN ID. The Cat 3550 offers 'vlan' as a match selection inside the class-map, while the 45...
From the Examples section for the 'alias' command in the 6.2 command ref: http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/cmdref/ab.htm#xtocid9<snip>In the next example, a web server is on the inside at 10.1.1.11 and a static command...
In 6.2, DNS translation can be handled "automatically," without having to do "DNS doctoring" with the 'alias' command.Let's say I have a DMZ server and a static with dns set up between the DMZ and the outside. The DNS server is on the outside. Users ...
Does anyone have any experience with/thoughts about the Catalyst 'storm-control unicast' feature? It appears to implement a form of policing with a rather coarse sampling interval (1 sec.) but pretty fine threshold control and range (to one one-hundr...
"If you do mix traffic types, probably better they all share the same max value (which often also seems to be the Cisco default), but either have lower min for higher drop priority (also seems the Cisco default) and/or adjust the drop rate percentage...
Thanks for taking the time to respond. Point taken on the queue length vs. transit delay--for non-delay sensitive traffic I seem to recall Cisco recommending starting with 250ms for 250 byte packets at the allocated bandwidth for the class. Does that...
So your fast-E interface is on the outside and your Serial is on the inside? Hmmm...perhaps turning on keepalives and simple interface line protocol tracking might work; something like:interface fa0keepalive!track 1 int fa0 line-protocol...then run H...
So even the percentage method isn't as good as the police to value method? Hmm, that's good to know.Looks like they took a step backwards; the 3550 supports (or at least used to support) binding a service policy to an egress interface.
Have you investigated the 'srr-queue bandwidth limit' command? Or if you need match criteria, look into the 'srr-queue bandwidth share' command (classify then shape).