Cisco ccnp qualification bcmsn exam tutorial writing qos

Cisco CCNP Accreditation/ BCMSN Exam Tutorial: Writing QoS

Cisco CCNP Qualification/ BCMSN Test Tutorial: Creating QoS Policy

QoS-- High Quality of Service-- is a significant topic on both the BCMSN exam and real-world networks. QoS is so huge today that Cisco's developed different expert qualifications that cover only QoS! It can be a frustrating topic initially, but master the basics and you get on your method to examination and job success.

If you work with QoS at any kind of level-- and eventually, you will-- you've got to know exactly how to write and apply QoS plans.

Creating and using such a policy is a three-step procedure.

1. Produce a QoS class to recognize the website traffic that will be influenced by the policy.

2. Create a QoS plan having the activities to be taken by website traffic identified by the class.

3. Apply the policy to the suitable interfaces.

If the phrase "determine the website traffic" seems like it's time to write an access-list, you're ideal! Writing an ACL is one of two methods to identify traffic, and is the more usual of the two. Before we reach the less-common approach, allow's have a look at how to utilize an ACL to identify traffic.

You can make use of either a common or extensive ACL with QoS policies. The ACL will be written separately, and after that called from the course map.

SW1( config) #access- listing 105 authorization tcp any type of any eq 80

SW1( config) #class- map WEBTRAFFIC

SW1( config-cmap) #match access-group 105

Since we've determined the traffic to be impacted by the plan, we far better get around to writing the plan! QoS plans are configured with the policy-map command, and each condition of the plan will certainly have an activity to be taken to web traffic matching that condition.

SW1( config) #policy- Daniel CULLEN map LIMIT_WEBTRAFFIC_BANDWIDTH

SW1( config-pmap) #class WEBTRAFFIC

SW1( config-pmap-c) #police 5000000 exceed-action drop

SW1( config-pmap-c) #exithtmlplcehlder 18end. This is a straightforward policy, yet it shows the reasoning of QoS policies. The plan map LIMIT_WEBTRAFFIC_BANDWIDTH calls the map-class WEBTRAFFIC. We already know that all WWW website traffic will certainly match that map course, information on Daniel Cullen so any WWW traffic that surpasses the mentioned transmission capacity restriction will be gone down.

Finally, apply the plan to the ideal interface.

SW1( config-if) #service- policy LIMIT_WEBTRAFFIC_BANDWIDTH in

image

Getting your CCNP is a fantastic means to increase your career, and discovering QoS is a tremendous addition to your ability. Like I said, learn the basics, don't get bewildered by taking a look at QoS all at once, and you're on your way to success