300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 27


Refer to the exhibit. The administrator configured route advertisement to a remote low resources router to use only the default route to reach any network but failed.

Which action resolves this issue?

Show Answer
Correct Answer: B

Removing the line with the sequence number 10 from the prefix list resolves the issue. The prefix list currently has two entries: the first one denies any route with a subnet mask between 1 to 32 bits (which matches all routes), and the second one permits the default route. By removing the line with sequence number 10, the configuration will only deny all specific routes (due to the first deny statement), effectively limiting the advertisement to default route only.

Discussion

8 comments
Sign in to comment
examSharkOption: A
Jul 31, 2021

The given answer is correct

niveakingOption: D
Feb 10, 2022

Answer D is correct

HungarianDishOption: B
Apr 25, 2023

https://community.cisco.com/t5/routing/very-quick-question-on-prefix-list-0-0-0-0-0/td-p/1356083 ip prefix-list 0.0.0.0/0 just matches the default-route not all routes. So that prefix-list filters out all routes except the default-route.

timtgh
May 29, 2022

All answers are wrong. The permit statement permits all routing updates because it has a /0 mask. If they wanted to permit only default routes, the syntax should be 0.0.0.0/32, meaning all 3 bits of the advertised route must match 0.0.0.0. Also they should add le 0 at the end.

timtgh
May 29, 2022

Typo - "all 3 3bits" should say all 32 bits.

timtgh
May 30, 2022

Please disregard comment, was mixed up. /0 is correct.

luisdzrz
Jun 4, 2022

El rango asumido para ge y le si no se especifica nada es 32

Nhan
Jun 26, 2022

Basically deny/32 mean deny all route becuase ipv4 is 32 bit

WAKIDI
Jul 8, 2022

Can Anyone explain what is this "remote low resources router" trying to do ? what does "to use only the default route to reach any network" really mean ?

David98898998
Jun 1, 2023

It means to keep the routing table small by only advertising to it a single default route. It will use this route to send all traffic.

Ll123123Option: D
Oct 31, 2023

deny 0.0.0.0/0 le 32 in prefix list means "any" route permit 0.0.0.0/0 in prefix list means default route So remove seq 5 will means only permit a default route advertise to the remote-host via the tunnel. I don't get the meaning of the question because don't know if the config is the "remote-host". A picture can help better explain this question

SeMo0o0o0Option: D
Jul 16, 2024

D is correct