Enterasys Networks XSR CLI Router User Manual


 
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
minimumintervalofzeromeansthatthere
isnodelayinsendingBGProutingupdatestoits
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
Neighbor’sIPaddress.
peer-group-name
BGPpeergroupbyname.Range:1to64characters.
seconds
Minimuminterval,rangingfrom0to600seconds.