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

Example: Defining a Small Number of Groups with Static Peers for Better Scalability

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;
}
}
}
}

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