BGP Configuration Commands
6-92 Configuring the Border Gateway Protocol
Defaults
•External:20
• Internal:200
Mode
Routerconfiguration:XSR(config-router)#
Example
ThisexamplesetsBGPexternalandinternaladministrativedistancesto50and150,respectively:
XSR#config terminal
XSR(config)#router bgp 100
XSR(config-router)#distance bgp 50 150

neighbor advertisement-interval

ThiscommandsetstheminimumintervalthatarouterwaitsbetweensendingBGProuting
updatestoitsneighbor.Beforeenteringthiscommand,aneighbororpeergroupmustbe
identifiedbymeansoftheneighborremoteasorneighborpeergroupcommand.Configuringa
minimumintervalofzeromeansthatthereisnodelayinsendingBGProutingupdatestoits
neighbor.
Syntax
neighbor {ip-address | peer-group-name} advertisement-interval seconds
Syntax of the “no” Form
Thenoformreturnstotheadvertisementintervaldefault:
no neighbor {ip-address | peer-group-name}
advertisement-interval seconds
Mode
Routerconfiguration:XSR(config-router)#
Default
•Externalpeers:30seconds
• Internalpeers:5seconds
ip-address NeighborsIPaddress.
peer-group-name BGPpeergroupbyname.Range:1to64characters.
seconds Minimuminterval,rangingfrom0to600seconds.