Exam 300-410 All QuestionsBrowse all questions from this exam
Question 133

Refer to the exhibit. Which control plane policy limits BGP traffic that is destined to the CPU to 1 Mbps and ignores BGP traffic that is sent at higher rate?

    Correct Answer: D

    The control plane policy that limits BGP traffic destined to the CPU to 1 Mbps and ignores traffic that exceeds this rate is the policy map COPP. This is determined by the configuration 'police cir 1000k bc 1500' which sets the rate limit to 1 Mbps, and 'exceed-action drop' which specifies that any traffic exceeding this rate will be dropped, effectively ignoring it.

Discussion
guy276465281819372

it would have been nice if cisco would use professional terminology and not use a word like "ignore". annoying!

RemsyncOption: D

Correct is D

GreatDaneOption: D

“limits BGP traffic that is destined to the CPU” class BGP “to 1 Mbps” police cir 1000k… conform-action transmit “ignores BGP traffic that is sent at higher rate” exceed-action drop It’s policy-map COPP.

inteldarvidOption: D

D SI CORRECT

smithkeith0023366Option: D

Voting. policy-map COPP is correct.

JieWOption: D

Looking at the actual configs, POLICE_BGP is just a name and not actually doing "policing". COPP is though. Vote D

Hurk2Option: D

Di is correct, C does not police the exceeding traffic

Noproblem22Option: D

I believe "ignore" the traffic that exceeds means "drop", in this case D is coorect

wtsOption: C

police cir 1000k - "policy limits BGP traffic that is destined to the CPU to 1 Mbps" exceed-action transmit - "ignores BGP traffic that is sent at higher rate"

Remsync

C is wrong. Should be "exceed-action drop". Any traffic that goes beyond 1Mbps should be dropped, not transmited.

Hack4Option: A

The given answer is correct

SeMo0o0o0Option: D

D is correct

guy276465281819372Option: C

i think ignore means let it pass through

CisconAWSGURUOption: C

Correct is C

Samurai55_1998_01Option: D

I believe, in this context, "ignore" means discard so the answer is "D".

NoUserName1234Option: D

quick check : https://networklessons.com/quality-of-service/policing-configuration-example Exceed action transmit is 'if nothing else is claiming bw then you may proceed' Exceed action drop is 'you're out of luck if you go above cir' = dropped packets Answer D- COPP is correct

wts

Limits and ignores at the same time? Can anyone explain this?

wts

The authors do not want to say that to ignore is to discard?

error_909Option: A

The given answer is correct