exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 40 discussion

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


Refer to the exhibit. The OSPF routing protocol is redistributed into the BGP routing protocol, but not all the OSPF routes are distributed into BGP.
Which action resolves the issue?

  • A. Include the word external in the redistribute command
  • B. Use a route-map command to redistribute OSPF external routes defined in an access list
  • C. Include the word internal external in the redistribute command
  • D. Use a route-map command to redistribute OSPF external routes defined in a prefix list
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
MrThinMints
Highly Voted 3 years, 3 months ago
The material from cisco states first that: "If you configure the redistribution of OSPF into BGP without keywords, only OSPF intra-area and inter-area routes are redistributed into BGP, by default." But then it says in order to distribute ONLY External Type 1 and Type 2 routes, you use the "external" keyword. So reasoning on that, I am going with C. Include the word internal external in the redistribute command https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/5242-bgp-ospf-redis.html
upvoted 26 times
TECH3K3
2 years, 10 months ago
Shame you didn't lab it and find out the answer instead of being a bookworm. I'm ashamed to say it, but this is the quality of the future cisco network engineers. So many said the answer is C and you're all wrong and I've been a CCNP for years. Every question if possible I try and lab and confirm the answer. This si why we're going down the automation route because of LAZY network engineers. we have free emulators from GNS3, eve-ng and lots of paid ones and we have people on here guessing and not bettering themselves by labbing.
upvoted 3 times
Beehurls
3 months, 1 week ago
I think this was just a trick to get some people to lab it. He did not provide any other answer and the explanation was already valid.
upvoted 1 times
...
Typovy
2 years, 1 month ago
Actually just labed and the answer is C :)
upvoted 1 times
...
Slinky
2 years ago
i labbed this and C worked for me
upvoted 1 times
...
...
...
YaPet
Highly Voted 3 years, 2 months ago
Selected Answer: C
C is correct Redistribution of OSPF Internal and External Routes into BGP: In this case, all OSPF routes are redistributed into BGP by using BOTH the internal and external keywords. Reference: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/5242-bgp-ospf-redis.html
upvoted 6 times
...
AonDuine
Most Recent 7 months, 3 weeks ago
Selected Answer: A
No need for "internal' keyword
upvoted 4 times
...
[Removed]
9 months, 1 week ago
Selected Answer: C
C is correct
upvoted 1 times
...
Pietjeplukgeluk
10 months, 1 week ago
Selected Answer: C
C it is, quick lab test: redistribute OSPF internal & external routes to BGP under default VRF example: router bgp 65006 address-family ipv4 redistribute ospf match internal external ..... that will be saved/converted to the router configuration as "redistribute ospf 1 match internal external 1 external 2"
upvoted 2 times
...
KZM
11 months, 2 weeks ago
Selected Answer: C
By default, when redistributing the OSPF routes into BGP, only internal routes will be included. If you would like to redistribute the external route too, redistribute with the command " redistribute ospf <process_id> match internal external". BTW: OSPF Process ID is available <1-65535>.
upvoted 3 times
...
BTK0311
1 year, 7 months ago
When redistributing OSPF routes into BGP, including the word "external" in the redistribute command typically resolves the issue when not all OSPF routes are being distributed into BGP. This is because the "external" keyword instructs BGP to redistribute OSPF external routes (routes from other autonomous systems) into BGP. If you omit "external," only OSPF internal routes (intra-area and inter-area routes) are redistributed by default. Option B and Option D suggest using a route-map to control the redistribution of OSPF external routes based on specific criteria defined in an access list or prefix list. While these are valid methods to control redistribution, they do not directly address the issue of missing OSPF routes in BGP. Option C, "include the word internal external in the redistribute command," is not a standard syntax for redistribution and is not typically used in OSPF-to-BGP redistribution. So, including the "external" keyword in the redistribute command is the most straightforward way to ensure that OSPF external routes are redistributed into BGP.
upvoted 2 times
...
Chiaretta
1 year, 9 months ago
Selected Answer: C
C is correct
upvoted 3 times
...
MicMillon
1 year, 9 months ago
Selected Answer: C
C, you need internal and external. if you only specify external, it will only advertise external routes and you'll loose the internal ones
upvoted 5 times
...
MicMillon
1 year, 9 months ago
Selected Answer: C
C is correct
upvoted 3 times
...
cir_
1 year, 10 months ago
Selected Answer: C
A will only redistribute external C will redistribute internal & external
upvoted 2 times
...
Dacusai
1 year, 11 months ago
I just lab it and the thing is, If you run the command for the first time with the matching external key word only, it only redistribute the external routes. But if you use the redistribute ospf # with no keyword it will only pass the internal routes, and after doing this you use the command again with the match external key word only, you them will get the external also and it wont remove the internal ones. So if you want to run the command for the first time you need to use both, internal and external.
upvoted 1 times
...
upp3r
2 years ago
All this confusion... just type in: #router bgp 65500 #redistribute ospf 1 external now view the output of "show ip protocols" and see ONLY external routes are redistributed the answer is C
upvoted 3 times
...
Huntkey
2 years, 6 months ago
Both A and C are correct. Either with "external" only or with "internal external", both would be expanded to " redistribute ospf 1 match internal external 1 external 2". This is a bad question unless both A and C would be considered right
upvoted 1 times
Remsync
2 years, 6 months ago
The question says that all routes need to be redistributed, so C is the answer since A would only redistribute external routes and left out the internal ones.
upvoted 1 times
Remsync
2 years, 6 months ago
May bad. I labbed it, you only need to add external. A is also correct.
upvoted 2 times
...
...
jarz
2 years, 5 months ago
Only A is correct Redistributing routes from OSPF to BGP does not include OSPF external routes by default match external [1 | 2] is required to redistribute OSPF external routes.
upvoted 1 times
...
...
doron1122
2 years, 8 months ago
c https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/5242-bgp-ospf-redis.html
upvoted 1 times
...
Deu_Inder
2 years, 8 months ago
Even I labbed it. The result is C. There are some experienced CCNPs in this forum who say vehemently that it is A. They seem to have labbed it too. Just a small question: can the result be platform- and IOS dependent? I used C7200-ADVENTERPRISEK9-M under GNS3.
upvoted 1 times
...
Edwinmolinab
2 years, 9 months ago
If the command redistribute ospf is there and the administrator includes external the new line include internal and external 1 external 2, if the command doesn't exists when you apply the command only appears external 1 external 2 if the command already exists the new line only needs the external route for distribution. I probe it on GNS3
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago