300-410 Exam QuestionsBrowse all questions from this exam

300-410 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?

Show Answer
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

17 comments
Sign in to comment
guy276465281819372
Jun 29, 2023

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

GreatDaneOption: D
Jul 28, 2022

“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.

RemsyncOption: D
Oct 15, 2022

Correct is D

smithkeith0023366Option: D
Dec 1, 2022

Voting. policy-map COPP is correct.

inteldarvidOption: D
Jul 11, 2023

D SI CORRECT

Hack4Option: A
Apr 27, 2022

The given answer is correct

wtsOption: C
Sep 8, 2022

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
Oct 15, 2022

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

Noproblem22Option: D
Nov 22, 2022

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

Hurk2Option: D
Jan 16, 2023

Di is correct, C does not police the exceeding traffic

JieWOption: D
Aug 13, 2023

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

error_909Option: A
Sep 22, 2021

The given answer is correct

wts
Feb 25, 2022

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

wts
Feb 25, 2022

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

NoUserName1234Option: D
Sep 18, 2022

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

Samurai55_1998_01Option: D
Oct 8, 2022

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

CisconAWSGURUOption: C
Nov 18, 2022

Correct is C

guy276465281819372Option: C
Aug 9, 2023

i think ignore means let it pass through

SeMo0o0o0Option: D
Jul 18, 2024

D is correct