- QoS Exam Topics
- "Do I Know This Already?" Quiz Questions
- Foundation Topics
- Cisco Modular QoS CLI
- QoS Policy Manager (QPM)
- Cisco AutoQoS Feature
- Comparisons of CLI, MQC, and AutoQoS
- Foundation Summary
- For Further Reading
- Q&A
"Do I Know This Already?" Quiz Questions
The purpose of the "Do I Know This Already?" quiz is to help you decide whether you need to read the entire chapter. If you already intend to read the entire chapter, you do not necessarily need to answer these questions now.
The 12-question quiz, derived from the major sections in the "Foundation Topics" portion of the chapter, helps you determine how to spend your limited study time.
Table 3-1 outlines the major topics discussed in this chapter and the "Do I Know This Already?" quiz questions that correspond to those topics.
Table 3-1 "Do I Know This Already?" Foundation Topics Section-to-Question Mapping
Foundation Topics Section Covering These Questions |
Questions |
Score |
Cisco Modular QoS CLI |
15 |
|
Cisco QoS Policy Manager |
6 |
|
Cisco AutoQoS Feature |
711 |
|
Comparisons of CLI, MQC, and AutoQoS |
12 |
|
Total Score |
|
|
CAUTION
The goal of self-assessment is to gauge your mastery of the topics in this chapter. If you do not know the answer to a question or are only partially sure of the answer, mark this question wrong for purposes of the self-assessment. Giving yourself credit for an answer you correctly guess skews your self-assessment results and might provide you with a false sense of security.
You can find the answers to the "Do I Know This Already?" quiz in Appendix A, "Answers to the 'Do I Know This Already?' Quizzes and Q&A Sections." The suggested choices for your next step are as follows:
10 or less overall scoreRead the entire chapter. This includes the "Foundation Topics," the "Foundation Summary," and the "Q&A" sections.
11 or 12 overall scoreIf you want more review on these topics, skip to the "Foundation Summary" section and then go to the "Q&A" section. Otherwise, move to the next chapter.
Cisco Modular QoS CLI
What does MQC stand for?
Multiprotocol QoS Commands
Multiprotocol QoS CLI
Modular QoS Commands
Modular QoS CLI
Modular QoS Convention
Which of the following MQC commands is most related to the process of classifying packets into service classes?
service-policy
route-map
map-policy
policy-map
map-class
class-map
Which of the following is not a benefit of MQC?
Reduces configuration time
Provides Modular QoS Call-Admission-Control
Same set of commands on all Cisco IOS platforms
Separates classification from per-hop behavior (PHB) actions
Which of the following is not true about the mechanics of MQC?
Packets are classified inside a class map.
PHBs are defined inside a service policy.
Matching multiple DSCPs requires multiple match commands.
One command is used to enable a QoS policy on an interface for packets both entering and exiting an interface.
Examine the configuration snippet that follows. 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
Packets with DSCP EF and that also match ACL 101 will match the class.
Packets that either have DSCP EF or that match ACL 101 will match the class.
Packets that match ACL 101 will match the class because the second match command replaces the first.
Packets will match only DSCP EF because the first match exits the class map.
The Cisco QoS Policy Manager
Which of the following is false about QPM?
Provides a standard set of commands for configuring QoS
Allows a user to specify QoS policies without knowing the MQC command syntax
Graphs QoS performance
Takes advantage of Cisco QoS MIBs
The Cisco AutoQoS Feature
Which option on a 2950 switch auto qos voip command tells the switch to trust the CoS only if a Cisco IP Phone is attached to the port?
trust cos
ciscophone
cisco-phone
ciscoipphone
Which option on a 6500 switch set port qos command tells the switch to trust the CoS only if a Cisco IP Phone is attached to the port?
trust cos
ciscophone
cisco-phone
ciscoipphone
Which of the following PHBs cannot be enabled using the AutoQoS VoIP feature on a router?
Low Latency Queuing
CB Marking
Shaping
MLP LFI
Policing
Which router commands display the configuration that results from enabling AutoQoS VoIP on a router's S0/0 interface, including the details of any class maps or policy maps?
show autoqos
show auto qos
show auto qos interface s0/0
show running-config
Which of the following statements are true about requirements before AutoQoS can be enabled on a router interface?
CEF must be enabled unless trust is to be configured.
No service-policy commands can be on the interfaces.
WFQ must be disabled using the no fair-queue command.
HDLC encapsulation must be changed to PPP.
For proper operation, bandwidth should be set to the correct value.
Comparisons of CLI, MQC, and AutoQoS
Comparing CLI, MQC, and AutoQoS, which is considered to require the least amount of time to implement?
CLI
MQC
AutoQoS
All take equal time