On the PE routers, configure an IBGP session with the following properties:
On PE Router A, configure IBGP:
- [edit]
- protocols {
-
- bgp {
-
- group PE-RouterA-to-PE-RouterC {
- type internal;
- local-address 10.255.245.68;
-
- family inet-vpn {
- unicast;
- }
- neighbor 10.255.245.47;
- }
- }
- }
On PE Router C, configure IBGP:
- [edit]
- protocols {
-
- bgp {
-
- group PE-RouterC-to-PE-RouterA {
- type internal;
- local-address 10.255.245.47;
-
- family inet-vpn {
- unicast;
- }
- neighbor 10.255.245.68;
- }
- }
- }