exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 373 discussion

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

What is the purpose of an OSPF sham-link?

  • A. to allow inter-area routing when OSPF is used as the PE-CE connection protocol in an MPLS VPN network
  • B. to allow intra-area routing when OSPF is used as the PE-CE connection protocol in an MPLS VPN network
  • C. to correct OSPF backdoor routing when OSPF is used as the PE-CE connection protocol in an MPLS VPN network
  • D. to correct OSPF backdoor routing when OSPF is used as the PE-PE connection protocol in an MPLS VPN network
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
DUBC89x
Highly Voted 2 years, 4 months ago
Selected Answer: C
OSPF Sham Links are required when you try to use a backdoor link between two CE routers in an MPLS VPN PE CE scenario where you use OSPF as the PE-CE routing protocol. This is best explained with an example, take a look at the following topology:
upvoted 12 times
bk989
7 months, 3 weeks ago
I go with C and not D. According to this article we may not even need OSPF in the MPLS underlay; look at the configuration example at the end of the document. We just need reachability between the two looback interfaces. However this reachability doesn't need to be provided by OSPF in the backbone (PE to PE). Instead we have reachability between the two loopbacks, and placing them in ospf vrf address-family, the same vrf pointing to the CE routers (implying PE to CE ospf). The answer seems to be C.
upvoted 1 times
...
...
Titini
Highly Voted 2 years, 1 month ago
Selected Answer: D
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16/iro-xe-16-book/iro-sham-link.html In an MPLS network, the Provider Edge (PE) routers are typically located in different OSPF areas, with the Provider (P) routers in between them. To enable OSPF routing between the PE routers, a sham-link is created across the MPLS network, connecting the two PE routers and simulating a direct link between them.
upvoted 10 times
inteldarvid
1 year, 9 months ago
You are wrong my friend la awser correct is C: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16/iro-xe-16-book/iro-sham-link.html
upvoted 2 times
...
GReddy2323
2 years, 1 month ago
In that same document: A sham-link overcomes the OSPF default behavior for selecting an intra-area backdoor route between VPN sites instead of an interarea (PE-to-PE) route. A sham-link ensures that OSPF client sites that share a backdoor link can communicate over the MPLS VPN backbone and participate in VPN services.
upvoted 1 times
...
...
Asta2001
Most Recent 1 week, 5 days ago
Selected Answer: B
Actually, the correct answer is B. The purpose of an OSPF sham-link is to allow intra-area routing when OSPF is used as the PE-CE connection protocol in an MPLS VPN network. This ensures that OSPF treats the paths across the MPLS VPN backbone as intra-area paths, facilitating the exchange of routing information as if the routers were directly connected.
upvoted 1 times
...
ShadowfaKS
6 months, 2 weeks ago
Selected Answer: B
B is correct because sham-links fundamentally enable intra-area routing between PE routers across the MPLS VPN. C is also correct because this intra-area routing is the mechanism used to prevent backdoor routing. The reason why B might be considered more accurate is that it focuses on the core function of the sham-link (enabling intra-area routing), while C describes the consequence of that function (preventing backdoor routing).
upvoted 1 times
...
NTGuru
8 months, 2 weeks ago
Correct Answer is C https://networklessons.com/mpls/mpls-layer-3-vpn-pe-ce-ospf-sham-link
upvoted 1 times
...
[Removed]
8 months, 3 weeks ago
Selected Answer: C
C is correct https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16/iro-xe-16-book/iro-sham-link.html#GUID-663C82AA-E6A1-4D95-9EAE-ED1E41E43F78:~:text=Although%20OSPF%20PE,based%20on%20policy.
upvoted 1 times
...
XBfoundX
8 months, 4 weeks ago
Answer cannot be D sham link is used because the CE prefer the backdoor link that the CE got instead of the MPLS itself because when you use MPLS OSPF is a link state protocol, the LSAs that the PE will transport to the other end are gonna be TYPE 3 LSAs the CE backdoor link will be TYPE 1 LSA so you will prefer the backdoor link. Maybe you are asking yourself why do OSPF will send LSA of type 3 instead of 1? The extened communities are not doing their job? Answer is yes they are, the point is that OSPF is smart! It undertand that there is something strange there and it will understand that the area 0 between the two CE routers is not a common area it smells that there is mpbgp there.... So this area will be transformed in a SUPERBACKBONE AREA. By default this area will send type 3 LSAs even if it is an area 0
upvoted 1 times
XBfoundX
8 months, 3 weeks ago
I said something wrong there sorry, the ospf area 0 of course is between the PE and the CE and then the PE is going to redistribute the OSPF routes into mpls using multiprotocol BGP. Vice versa the OSPF routes of the other end are gonna be received via multiprotocol bgp and then redistributed in OSPF from the PE and then the PE is going to send the OSPF packet to the CE (the PE and the CE have an OSPF or adj between them of course). Hope that I explained well the concept, sorry it was late night ;)
upvoted 1 times
...
XBfoundX
8 months, 4 weeks ago
For solve this there is sham link, basically you create a sort of virtual link that is gonna hide the fact that you are in a backbone super area, so that the LSAs that will be sent are gonna be TYPE 1 LSAs
upvoted 1 times
...
...
dapardo
10 months, 2 weeks ago
Selected Answer: C
Its c, key is on the question because this feature is used to overcome the backdoor issue. Where is that backdoor issue? between the customer and the PE.
upvoted 3 times
...
Gramterre
1 year ago
Selected Answer: C
Answer is C. The sham-link is configured between the PE-PE but this is not the question.
upvoted 3 times
...
MrShiv
1 year ago
Answer E : Sham link allowed between PE & CE only and not PE to PE. Chat GPT answer : No, OSPF sham links are typically used within an OSPF routing domain to connect non-adjacent areas through the backbone area. Provider Edge (PE) routers, on the other hand, are routers located at the edge of a service provider's network and are responsible for connecting customer networks to the provider's network. Sham links are generally not used between PE routers because they are not part of the OSPF routing domain within the provider's network. The PE routers are typically running a different routing protocol, such as Border Gateway Protocol (BGP), to exchange routing information with other provider routers and establish connectivity between customer networks. The purpose of sham links is to establish connectivity and enable OSPF routing between non-adjacent areas within the OSPF routing domain. PE routers, being at the edge of the network, are not within the OSPF domain itself and are usually responsible for exchanging routing information with other networks using different protocols like BGP.
upvoted 1 times
...
Commando1664
1 year ago
Selected Answer: D
From Cisco A sham-link overcomes the OSPF default behavior for selecting an intra-area backdoor route between VPN sites instead of an interarea (PE-to-PE) route
upvoted 1 times
...
cebra
1 year, 4 months ago
Selected Answer: D
https://i2.wp.com/ipwithease.com/wp-content/uploads/2017/12/010-understand-configure-ospf-sham-links01.png?resize=700%2C518&ssl=1
upvoted 1 times
...
Mohammad963
1 year, 7 months ago
Selected Answer: D
The sham link is a logical link, similar to a virtual link. It allows you to create a point-to-point connection between the two PE routers. The PE routers are then able to flood LSAs across the MPLS VPN backbone. You don't have to configure anything on the CE routers.
upvoted 1 times
...
inteldarvid
1 year, 8 months ago
Selected Answer: C
team 100% is C https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16/iro-xe-16-book/iro-sham-link.html#GUID-663C82AA-E6A1-4D95-9EAE-ED1E41E43F78
upvoted 3 times
...
inteldarvid
1 year, 9 months ago
Selected Answer: C
team look this pelase, all you: (when use routing ospf, is PE-CE) https://networklessons.com/mpls/mpls-layer-3-vpn-pe-ce-ospf-sham-link
upvoted 2 times
...
inteldarvid
1 year, 9 months ago
Selected Answer: C
C correct: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16/iro-xe-16-book/iro-sham-link.html
upvoted 2 times
...
sajjad_gayyem
1 year, 9 months ago
Selected Answer: C
Answer is c, the shame link is configured between 2 PE routers to correct the backdoor routing between PE-CE. check below for more description. https://networklessons.com/mpls/mpls-layer-3-vpn-pe-ce-ospf-sham-link
upvoted 2 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