Hello everyone,
Today I will share with you how to configure BGP VPLS.
Before configuring BGP VPLS, we need to complete the following tasks:
· Configure interfaces IP addresses and an IGP on PEs and Ps.
· Configure LSR IDs and basic MPLS functions on PEs and Ps.
· Enable MPLS L2VPN on PEs.
· Establish an LSP between PEs to transmit service traffic.
For the deployment of the BGP VPLS, we can refer to these steps as below:
Configuring PEs to Exchange VPLS Information as BGP Peers, in this project, the customer deploys a route reflector. The PE device only needs to configure neighbors with RR under the L2VPN address family.
Configuring VSIs
Binding an AC Interface to a VSI
The configuration template is as below:
Table 1-1 BGP VSI Configuration Example
# bgp 65001 peer ip-address as-number 65001 l2vpn-ad-family peer ipv4-address enable peer ip-address signaling vpls # vsi vsi-name pwsignal bgp route-distinguisher route-distinguisher vpn-target vpn-target &<1-16> both site site-id [ range site-range ] [ default-offset { 0 | 1 } ] # interface GigabitEthernetx/x/x.y l2 binding vsi vsi-name # commit # |
That is all I want to share with you! Thank you!

