Home > Articles > Cisco > CCIE

CCIE Routing and Switching v5.0 Official Cert Guide: Classification and Marking

📄 Contents

  1. "Do I Know This Already?" Quiz
  2. Foundation Topics
  3. Foundation Summary
This chapter from CCIE Routing and Switching v5.0 Official Cert Guide, Volume 2, 5th Edition covers the following subtopics from the Cisco CCIE Routing and Switching written exam blueprint: Modular QoS CLI (MQC), Network-Based Application Recognition (NBAR), QoS Classification, QoS Marking, and Cisco AutoQoS.
This chapter is from the book

Blueprint topics covered in this chapter:

This chapter covers the following subtopics from the Cisco CCIE Routing and Switching written exam blueprint. Refer to the full blueprint in Table I-1 in the Introduction for more details on the topics covered in each chapter and their context within the blueprint.

  • Modular QoS CLI (MQC)
  • Network-Based Application Recognition (NBAR)
  • QoS Classification
  • QoS Marking
  • Cisco AutoQoS

The goal of classification and marking tools is to simplify the classification process of other quality of service (QoS) tools by performing complicated classification steps as few times as possible. For example, a classification and marking tool might examine the source IP address of packets, incoming Class of Service (CoS) settings, and possibly TCP or UDP port numbers. Packets matching all those fields might have their IP Precedence (IPP) or DiffServ Code Points (DSCP) field marked with a particular value. Later, other QoS tools—on the same router/switch or a different one—can simply look for the marked field when making a QoS decision, rather than having to perform the detailed classification again before taking the desired QoS action.

“Do I Know This Already?” Quiz

Table 3-1 outlines the major headings in this chapter and the corresponding “Do I Know This Already?” quiz questions.

Table 3-1 “Do I Know This Already?” Foundation Topics Section-to-Question Mapping

Foundation Topics Section

Questions Covered in This Section Score

Fields That Can Be Marked for QoS Purposes

1–4

Cisco Modular QoS CLI

5–7

Classification and Marking Tools

8–10

AutoQoS

11

Total Score

To best use this pre-chapter assessment, remember to score yourself strictly. You can find the answers in Appendix A, “Answers to the ‘Do I Know This Already?’ Quizzes.”

  1. According to the DiffServ RFCs, which PHB defines a set of three DSCPs in each service class, with different drop characteristics for each of the three DSCP values?

    1. Expedited Forwarding
    2. Class Selector
    3. Assured Forwarding
    4. Multi-class-multi-drop
  2. Which of the following are true about the location of DSCP in the IP header?

    1. High-order 6 bits of ToS byte/DS field.
    2. Low-order 6 bits of ToS byte.
    3. Middle 6 bits of ToS byte.
    4. Its first 3 bits overlap with IP Precedence.
    5. Its last 3 bits overlap with IP Precedence
  3. Imagine that a packet is marked with DSCP CS3. Later, a QoS tool classifies the packet. Which of the following classification criteria would match the packet, assuming that the marking had not been changed from the original CS3 marking?

    1. Match on DSCP CS3
    2. Match on precedence 3
    3. Match on DSCP AF32
    4. Match on DSCP AF31
    5. Match on DSCP decimal 24
  4. Imagine that a packet is marked with AF31. Later, a QoS tool classifies the packet. Which of the following classification criteria would match the packet, assuming that the marking had not been changed from the original AF31 marking?

    1. Match on DSCP CS3
    2. Match on precedence 3
    3. Match on DSCP 24
    4. Match on DSCP 26
    5. Match on DSCP 28
  5. Examine the following output from a router that shows a user adding configuration to a router. Which of the following statements is true about the configuration?

    Router(config)# class-map fred
    Router(config-cmap)# match dscp EF
    Router(config-cmap)# match access-group 101
    1. Packets that match both DSCP EF and ACL 101 will match the class.
    2. Packets that match either DSCP EF or ACL 101 will match the class.
    3. Packets that match ACL 101 will match the class, because the second match command replaces the first.
    4. Packets will only match DSCP EF because the first match exits the class map.
  6. Router R1 is configured with the following three class maps. Which class map(s) would match an incoming frame whose CoS field is set to 3, IP Precedence is set to 2, and DSCP is set to AF21?

    class-map match-all c1
     match cos 3 4
    class-map match-any c2
     match cos 2 3
     match cos 1
    class-map match-all c3
     match cos 3 4
     match cos 2
    1. c1
    2. c2
    3. c3
    4. All of these answers are correct.
  7. Examine the following example of commands typed in configuration mode to create a class map. Assuming that the class fred command was used inside a policy map, and the policy map was enabled on an interface, which of the following would be true with regard to packets classified by the class map?

    Router(config)# class-map fred
    
    Router(config-cmap)# match ip dscp ef
    
    Router(config-cmap)# match ip dscp af31
    1. Match packets with both DSCP EF and AF31
    2. Match packets with either DSCP EF or AF31
    3. Match all packets that are neither EF nor AF31
    4. Match no packets
    5. Match packets with precedence values of 3 and 5
  8. The service-policy output fred command is found in Router R1’s configuration under Frame Relay subinterface s0/0.1. Which of the following could be true about this CB Marking policy map?

    1. The policy map can classify packets using class maps that match based on the DE bit.
    2. The policy map can refer to class maps that match based on DSCP.
    3. The policy map can set CoS.
    4. The policy map can set CLP.
    5. The policy map can set DE.
  9. Which of the following is true regarding the listed configuration steps?

    Router(config)# class-map barney
    
    Router(config-cmap)# match protocol http url "this-here.jpg"
    
    Router(config-cmap)# policy-map fred
    
    Router(config-pmap)# class barney
    
    Router(config-pmap-c)# set dscp af21
    
    Router(config-pmap-c)# interface fa0/0
    
    Router(config-if)# service-policy output fred
    1. If not already configured, the ip cef global command is required.
    2. The configuration does not use NBAR because the match nbar command was not used.
    3. The service-policy command would be rejected because match protocol is not allowed as an output function.
    4. None of these answers are correct.
  10. In which mode(s) can the qos pre-classify command be issued on a router?

    1. In crypto map configuration mode
    2. In GRE tunnel configuration mode
    3. In point-to-point subinterface configuration mode
    4. Only in physical interface configuration mode
    5. In class map configuration mode
    6. In global configuration mode
  11. Which of the following statements about Cisco AutoQoS are true?

    1. It can be used only on switches, not routers.
    2. It makes QoS configuration quicker, easier, and cheaper.
    3. AutoQoS can be used to configure quality of service for voice, video, and other types of data.
    4. AutoQoS commands are applied at the interface.
    5. AutoQoS must be disabled before its settings can be modified.
vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |