Dear Colleagues,

I'm reading
https://www.juniper.net/documentation/en_US/junos/topics/topic-map/bgp-route-reflectors.html
and it is completely mind-boggling. 

The example configuration of the Router Reflector (RR) places all neighbors
(both clients and non-clients) into one group "internal-peers." How is this
supposed to work? How do I tell the RR that routers B and C are clients, and
routers E and D are non-clients?

In Cisco, you set the "router-reflector-client" statement for each
peer (or peer-group) who is a RR-client, explicitly. I don't see
anything of the kind in the example from the Juniper site.

Please help?

Quoting from the document:

user@A# show protocols
bgp {
        group internal-peers {
                type internal;
                local-address 192.168.6.5;
                export send-ospf;
                cluster 192.168.6.5;
                neighbor 192.163.6.4; # client, router B
                neighbor 192.168.40.4; # client, router C
                neighbor 192.168.0.1; # non-client, router D
                neighbor 192.168.5.5; # non-client, router E
                }
}

-- 
Victor Sudakov,  VAS4-RIPE, VAS47-RIPN
AS43859
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to