BGP Configuration Commands
6-102 Configuring the Border Gateway Protocol
Example
Thefollowingexamplesetsaneighborscommunity:
XSR(config)#router bgp 100
XSR(config-router)#neighbor 192.168.1.1 remote-as 101
XSR(config-router)#neighbor 192.168.1.1 send-community

neighbor shutdown

Thiscommanddisablesaneighbororpeergroup.
Syntax
neighbor {ip-address | peer-group-name} shutdown
Syntax of the “no” Form
Thenoformofthiscommandreturnstothecommanddefault:
no neighbor {ip-address | peer-group-name} shutdown
Mode
Routerconfiguration:XSR(config-router)#
Default
NochangeismadetostatusofBGPneighbororpeergroup.
Example
Thisexampledisablesanyactivesessionforneighbor192.168.1.1:
XSR(config)#router bgp 100
XSR(config-router)#neighbor 192.168.1.1 remote-as 101
XSR(config-router)#neighbor 192.168.1.1 shutdown

neighbor soft-reconfiguration inbound

Thiscommandinstructsthesystemtostoreupdatesastheyarereceived.Updatesarerequiredto
bestoredinordertoperforminboundsoftreconfiguration.
Syntax
neighbor {ip-address | peer-group-name} soft-reconfiguration inbound
ip-address NeighborsIPaddress.
peer-group-name BGPpeergroupbyname.Range:1to64characters.
ip-address NeighborsIPaddress.
peer-group-name BGPpeergroupbyname.Range:1to64characters.