Enterasys Networks XSR CLI Router User Manual


 
BGP Configuration Commands
XSR CLI Reference Guide 6-103
Syntax of the “no” Form
Thenoformofthiscommandreturnstothe commanddefault:
no neighbor {ip-address | peer-group-name} soft-reconfiguration inbound
Mode
Routerconfiguration:XSR(config-router)#
Default
Nosoftreconfiguration isdone.
Example
Thefollowingexampleconfiguressoftreconfigurationontherouter:
XSR(config)#router bgp 100
XSR(config-router)#neighbor 192.168.1.1 remote-as 101
XSR(config-router)#neighbor 192.168.1.1 soft-reconfiguration inbound
neighbor timers
ThiscommandchangesthevaluesofBGPtimersforapeerorpeergroup.Whenasessionis
started,BGPnegotiatestheholdtimewiththeneighbor,selectingthesmallervalue.Thekeep
alivetimeristhensetbasedonthenegotiatedholdtimeandtheconfiguredkeepaliveinterval.
By
default,thekeepalivetimerissetto30secondsandtheholdtimetimersetto90seconds.This
1to3ratioisstrictlymaintainedbetweenthetimers.
Syntax
neighbor {ip-address | peer-group-name} timers keep-alive
Syntax of the “no” Form
Thenoformofthiscommandreturnstothe commanddefault:
no neighbor {ip-address | peer-group-name} timers keep-alive
Default
Keepalive:30seconds
Note: Perform a clear ip bgp neighbor <IP address> whenever this command is changed.
The timers configured for a specific neighbor or peer group override the timers configured for all
BGP neighbors using the timers bgp command.
ip-address
Neighbor’sIPaddress.
peer-group-name
BGPpeergroup’sname,rangingfrom1to64characters.
keep-alive
Keepaliveinterval,rangingfrom0to4,294,967,296seconds.Akeep
aliveofzeroindicatesnokeepalivesaresentbetweenneighborssothe
peersessionwillnottimeout.