...
The following example commands create the peer group SPINE and configure BGP peering to remote neighbors within the address range 10.10.10.0/31. The set protocols bgp listen limit command limits the number of dynamic peers. The default value is 100.
Code Block |
---|
admin@XorPlus# set protocols bgp peer-group Leaf1 admin@XorPlus# set protocols bgp neighborpeer-group leaf1 remote-as external admin@XorPlus# set protocols bgp listen range 10.10.10.0/31 peer-group Leaf1 admin@XorPlus# set protocols bgp listen limit 10 admin@XorPlus# commit |
...