VPWS with BGP AD
Load vpws.w.bgp.ad.init.cfg
Configure a VPWS between CE1 and CE8. Use BGP for AD of the PEs. Do not manually specify the tLDP neighbor. BGP is already pre-configured in the core.
Answer
Explanation
We can implement VPWS using BGP AD as a sort of hack. We basically just implement VPLS, but only have two participating PEs. The PEs then place the AC and the VFI in a BD. I’m not aware of a way to signal an actual VPWS service using BGP AD (without EVPN of course).
In normal VPLS, we would do MAC learning, however in VPWS there is specifically no MAC learning. This allows VPWS to be more scalable, as it doesn’t consume CAM resources. We can simply turn MAC learning off under the BD to achieve the same functionality as VPWS. All frames received from the AC are just flooded out the VFI.
Last updated