For improved scalability, configure only one EBGP group consisting of the three BGP neighbors:
- [edit]
- routing-options {
- autonomous-system 23;
- }
- protocols {
-
- bgp {
-
- group G {
- type external;
-
- neighbor 10.0.0.1 {
- peer-as 56;
- }
-
- neighbor 10.0.10.1 {
- peer-as 57;
- }
-
- neighbor 10.0.20.1 {
- peer-as 58;
- }
- }
- }
- }