Configure an IBGP Session between PE Routers
You must configure an IBGP session between PE routers to allow the PE routers to exchange information about routes originating and terminating in the VPN. To do this, include the
family inet-vpnstatement when configuring IBGP:[edit protocols]bgp {groupgroup-name{type internal;local-addressip-address;family inet-vpn {unicast;}neighborip-address;}}The
family inet-vpnstatement indicates that the IBGP session is for the VPN.The IP address in the
local-addressstatement is the address of the loopback interface (lo0) on the local PE router. The IBGP session for VPNs runs through the loopback address. (You must also configure thelo0interface at the[edit interfaces]hierarchy level.)The IP address in the
neighborstatement is the loopback address of the neighboring PE router. If you are using RSVP signaling, this IP address is the same address you specify in thetostatement at the[edit mpls label-switched-pathlsp-path-name]hierarchy level when you configure the MPLS LSP.