[Contents] [Prev] [Next] [Index] [Report an Error]


Configure a Full-Mesh VPN Topology with Route Reflectors

This example is a variation of the full-mesh VPN topology example (described in Configure a Simple Full-Mesh VPN Topology) in which one of the PE routers is a BGP route reflector. In this variation, Router C in Figure 16 is a route reflector. The only change to its configuration is that you need to include the cluster statement when configuring the BGP group:

[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;
        cluster 4.3.2.1; 
    }
}

For the complete configuration example of Router C, see Router C (PE Router).


[Contents] [Prev] [Next] [Index] [Report an Error]