exam questions

Exam 300-420 All Questions

View all questions & answers for the 300-420 exam

Exam 300-420 topic 1 question 102 discussion

Actual exam question from Cisco's 300-420
Question #: 102
Topic #: 1
[All 300-420 Questions]

An engineer must design a solution to connect a customer to the Internet. The solution will include a Layer 3 circuit with a CIR of 50 Mbps from the service provider. The hand-off from the provider's switch to the customer's router is 1Gbps. Which solution should the engineer include to prevent potential issues with choppy voice traffic?

  • A. Reduce the bandwidth of the connection to the router.
  • B. Implement hierarchical QoS with a parent policing policy.
  • C. Implement hierarchical QoS with a parent shaping policy.
  • D. Add a bandwidth statement to the router interface.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
andrewChan
Highly Voted 2 years, 7 months ago
Selected Answer: B
to correctly understand this question, firstly eliminate answer which are definitely no correct, A & D; then look at answer B &C, hierarchical QoS, which is a method to put 2 policy-map nested together, the parent policy-map control the overall channel bandwidth granted, the child policy-map control actual bandwidth allocate to each type of service. in the question, the service provicer grant CIR of 50Mbps which is allocated to parent policy-map and the voice traffic is allocated in child policy-map. As 50Mbps CIR is granted by ISP so (B) policing on parent policy is correct. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/qos_plcshp/configuration/xe-16/qos-plcshp-xe-16-book/qos-plcshp-hier-clr-plc.html https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r4-2/qos/configuration/guide/qc42hqos.html
upvoted 8 times
andrewChan
2 years, 7 months ago
BTW, for Voice traffic is always assign to policing or priority queue in LLQ Traffic Policing is recommended for Voice, Video and Rich media traffic where generally UDP based communication takes place, and delay for packets will cause poor in quality. On the other hand Traffic Shaping is recommended for TCP based applications which can bear delay in traffic but need high data transfer rate like SAP etc. https://ipwithease.com/traffic-policing-vs-shaping/
upvoted 2 times
...
andrewChan
2 years, 7 months ago
sorry a bit misunderstand the feature. https://www.cisco.com/c/en/us/support/docs/quality-of-service-qos/qos-policing/19645-policevsshape.html#anc17 in this case the answer should be C, not related to the CIR but if parent policy-map use police, it will override priority of voice service in the child policy-map
upvoted 3 times
...
...
jzzmth
Highly Voted 2 years, 3 months ago
Selected Answer: C
The answer is C. Always SHAPE on egress towards a service provider in the parent policy, then use child policies to set priorities as you see fit (in this case VoiP). Generally, shaping = egress (i.e. towards ISP), policing = ingress (this is how ISPs drop traffic that exceed the CIR you are paying them for). Sources: https://www.cisco.com/c/en/us/support/docs/quality-of-service-qos/qos-policing/19645-policevsshape.html#anc17
upvoted 6 times
stee_hello
2 years, 3 months ago
Yep. Create a policy map with just the default class which contains the 50M CIR then a service-policy containing a priority queue for voice is how I'd do it.
upvoted 1 times
...
...
5c725f5
Most Recent 8 months, 4 weeks ago
Selected Answer: C
It's a sub line rate circuit. You need to shape that or it'll be messy. Shaping is a hard requirement, not policing. You'll attach a child policy with a strict priority queue. That queue technically is policed, but you need a shaper as the parent at the very minimum.
upvoted 1 times
...
26d13e9
1 year, 2 months ago
For this specific scenario, the only way to guarantee the ISP will not drop the voice traffic is to make sure not to exceed the CIR from the customer side. This can only be guaranteed by policing out. All comments about shaping is correct but for this particular question.....policing.
upvoted 1 times
...
salmarin
1 year, 4 months ago
Selected Answer: B
because it's voice.
upvoted 1 times
...
Michellangelo
1 year, 4 months ago
Selected Answer: C
Egress = Shaping , ingress Policing is the basic principle. To add, following this discussion, https://community.cisco.com/t5/routing/hierarchical-qos/td-p/456350 , I'm even more convinced the answer is C
upvoted 1 times
...
salmarin
1 year, 5 months ago
Selected Answer: C
we will use shaping not policing
upvoted 1 times
...
LSLS55
1 year, 8 months ago
I think that C is the correct answer. The engineer can configure Shaping on Egress interface towards ISP. ISP is Policing on Ingress interface, the engineer has no access nor can configure ISP devices. Anyone agrees?
upvoted 1 times
...
beskar
1 year, 10 months ago
Selected Answer: C
Pull up any hierarchal QOS example from Cisco on an ethernet interface an you will see it is the shape command for the parent policy.
upvoted 1 times
...
Clauster
1 year, 10 months ago
Selected Answer: C
Oh men after analyzing this question i just realized something, they want us to set this QoS on our Router, not the ISP router, and then it clicked, Shaping is using on Egress Interfaces and Policing is configured on Ingress Interfaces, in this case Shaping will be setup on our Router, but we can't do policing because we are not managing traffic into our network, we are managing packets out of our router (Egress) for the voice going out. This is Shaping. Makes sense
upvoted 2 times
...
cerifyme85
2 years, 2 months ago
Selected Answer: C
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/qos_plcshp/configuration/xe-16/qos-plcshp-xe-16-book/qos-plcshp-oview.html#:~:text=in%20the%20bucket.-,Traffic%20Policing,the%20traffic%20to%20the%20speed%20of%20the%20interface%20receiving%20the%20packet.,-Was%20this%20Document
upvoted 2 times
...
Sickcnt
2 years, 8 months ago
Selected Answer: B
B is correct. Whats the difference between Policing and Shaping? -If there is an exceeding burst of traffic Policing will cut off the exceeding traffic -If there is an exceeding burst of traffic Shaping will put the traffic into a que and try to send out the packets once the congestion is gone. It is silly to start Shaping (aka.: "Queuing") Voice traffic since it would be all over the place Also for QoS we are usually doing "LLQ" to prioritize Voice traffic, but that would mean voice traffic could totally overtake the whole bandwitdh > Thatswhy we put a "hard policing" at a certain bandwith on policing (not to take over the whole bandwitdth) Configuration snippet for example: https://networklessons.com/quality-of-service/policing-configuration-example
upvoted 2 times
...
Audie
3 years, 3 months ago
C is correct. Never use Policing on Voice
upvoted 2 times
XalaGyan
2 years, 4 months ago
Always use police on voice. voice packets are small and contain 20ms of payload. human ears autofill those 20ms and are too slow to check if a packet or two are missing. never shape to no send packets delayed and out of order as the human ear will immediately notice the delay and the out of order of words or tones. use a PQ , Fair Queue . put voice on PQ and prevent it from taking over the world by policing it down to how much BW you need to give for example 5% or fixed Mbps of total. that way everyone can live happily ever after
upvoted 1 times
Emily23
2 years ago
Should I trust someone on the internet telling that payload is measured in ms ?... It is C
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...