Associates a subnet range with a BGP4 or BGP4+ peer group and sets the maximum number of BGP dynamic neighbors that can be created for this range.
Disabled.
BGP configuration mode
BGP address-family IPv4 unicast VRF configuration mode
BGP address-family IPv6 unicast VRF configuration mode
The no form of the command deletes the listen range and tears down all dynamic neighbors formed for this range.
This example associates a subnet range of 10.1.0.0/16 with a peer group called “mypeergroup” and sets the maximum number of BGP4 dynamic neighbors that can be created to 80.
device# configure terminal device(config)# router bgp device(config-bgp-router)# listen-range 10.1.0.0/16 peer-group mypeergroup limit 80This example associates a subnet range of 2000:1:1::/48 with a peer group called "leaf-group."
device# configure terminal device(config)# router bgp device(config-bgp-router)# listen-range 2000:1:1::/48 peer-group leaf-group