352-001 · Question #807
In a VPLS design solution, why would you use BGP instead of LDP for signaling?
The correct answer is D. Pseudowire configuration overhead is reduced. BGP-based VPLS uses auto-discovery and auto-signaling to establish pseudowires between PE routers, eliminating the need for manual per-peer pseudowire configuration required by LDP-based VPLS.
Question
In a VPLS design solution, why would you use BGP instead of LDP for signaling?
Options
- ABGP supports VPLS interworking
- BThere are no full-mesh pseudowires due to the route reflection feature of BG
- CMAC address learning scales better through BGP
- DPseudowire configuration overhead is reduced
How the community answered
(20 responses)- A5% (1)
- B10% (2)
- C5% (1)
- D80% (16)
Why each option
BGP-based VPLS uses auto-discovery and auto-signaling to establish pseudowires between PE routers, eliminating the need for manual per-peer pseudowire configuration required by LDP-based VPLS.
VPLS interworking is a specific niche feature and not the primary architectural motivation for choosing BGP over LDP as the signaling protocol for a VPLS deployment.
BGP route reflectors reduce the number of BGP sessions required between PEs, but full-mesh pseudowires are still required between all PE routers participating in the VPLS instance - route reflection does not eliminate the pseudowire mesh.
MAC address learning in VPLS is a data-plane operation that occurs regardless of whether BGP or LDP is used for control-plane signaling, so the choice of signaling protocol does not affect MAC learning scalability.
In BGP-based VPLS (RFC 4761), BGP carries both the auto-discovery information and the signaling labels needed to set up pseudowires between all PE routers in a VPLS instance. Because pseudowire endpoints are learned and signaled automatically through BGP updates, operators do not need to manually configure each individual pseudowire, dramatically reducing configuration overhead in large-scale deployments.
Concept tested: BGP vs LDP signaling in VPLS auto-discovery
Source: https://www.rfc-editor.org/rfc/rfc4761
Topics
Community Discussion
No community discussion yet for this question.