Thanks for visiting! If you’re new here, you may want to subscribe to my RSS feed. This blog posts regular tutorials, news, and study tips about networking, especially about Cisco CCIE related topics. Go ahead, subscribe to the rss feed! You can also receive updates from this blog via email. Thanks for visiting!Okay, in the [...]
Let’s say you have a scenario that says we want to configure R2 such that all inbound traffic marked with an IP precedence of 5 and 3 should be limitied to a maximum of 1Mbps. Anything above this rate should be discarded.
Sounds simple enough. What are the different IOS tools that you can accomplish this?
I finished Mock Lab 6 yesterday. I think i did better than the last mock lab. Going through the solution guide this morning, i got a few things wrong. Most of these were really stupid errors that I’m gonna blame on my brain being mush at around the 6 hour mark. 8 hours is still a killer for me to sit down in one stretch. I was reading on Slashdot the other day how scientists are using brain performance enhancing drugs…my first thought was “Where do i get some?! That would really help studying for a CCIE!” lol.
By default IOS does not let you apply CBWFQ directly to a sub interface. I ran into this scenario and worked my way around it in a workbook lab (IE Workbook Vol 2 - Lab 15). I thought it was pretty cool and hopefully it helps someone else out..
One of the most common questions that CCIE candidates face when studying QOS MQC for the lab is “What is the difference between bandwidth percent and bandwidth remaining percent?”. Both are used in CBWFQ when implementing congestion management but what is the difference? The answer to this questions are the focus of this tutorial.
Well I’ve done lab 6 twice now and both times I learnt something new. First time through i finished the lab in just over 10 hours. Second time i did it 6 hours. The QoS and Security sections slowed me down the most first time through. I couldn’t figure out how to turn on WRED Congestion avoidance for HTTP traffic without using a bandwidth statement…
I’ve been thinking about the way that I have been preparing for the lab, and I think I am going to change tactics. So far I have been working through the Internetwork Expert labs. Whenever I come up with a problem with a particular topic, I lab as much as I can on that one topic. I usually complete some of the exercises related to that topic from Workbook 1, and then watch the excellent class on demand videos. This has helped really solidify my knowledge in some of my key weak areas (QoS, Multicast)….
I was asked a great question by one of my clients regarding filtering of websites. He had filtered youtube and google video at his proxy server but with the number of different video sites popping up (metacafe, jibjab etc etc), his filters just couldn’t keep up…and neither could his bandwidth!
One solution to this problem is [...]
Whats On Your Mind - Using Mind Maps for study.
I was playing around with Mindomo (which is an awesome online mind map creator) and I whipped up a QoS mind map. The interface for Mindomo takes a bit of getting used to, but its a fantastic study tool. Mind maps are a great way to [...]
But Wait…theres still more! QoS Group based WFQ
In my previous article on WFQ, we really only talked about flow based WFQ. Flow based WFQ automatically sorts out traffic flows or conversations into separate queues. Smaller flower get precedence over larger flow. But what about frames that are classified with a QoS marking. If we have [...]
Fairness for the Little Guy.
Weighted Fair Queue (WFQ) is another congestion management strategy. It is very different from the other two congestion management strategies we have looked at (PQ and CQ), in that it does not need classification options configured. Traffic is automatically sorted and put into different queues without any kind of access-list [...]
What is the difference?
When we are talking about Committed Information Rate we are usually talking about Traffic Shaping. This is especially true of Frame Relay Traffic Shaping (FRTS). In FRTS we might configure a CIR with the frame-relay cir command:
For example:
interface serial0
encapsulation frame-relay
frame-relay traffic-shaping
frame-relay interface-dlci 200
class adjust_vc_class_rate
!
map-class frame-relay adjust_vc_class_rate
frame-relay cir [...]
In my previous post, I talked a little bit about congestion management focusing on priority queuing. Priority queuing is great in making sure that VIP traffic gets to looked first dibs on that output queue when congestion occurs. The problem with priority queuing was starvation. If there was frames always waiting in the high queue [...]
What is Congestion Management?
Priority Queuing is a QoS congestion management mechanism. What the hell is a congestion management mechanism I hear you ask? Congestion management is how a router deals with what happens when its output queue is full. A router can’t really do much to control traffic, all it does is collect frames, figure [...]