cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2470
Views
0
Helpful
3
Replies

BGP Graceful Restart

jschmied
Level 1
Level 1

Is BGP graceful restart per neighbor supported on XR? If so, how is it configured. Thanks.

Jamie

3 Replies 3

Eddie Chami
Cisco Employee
Cisco Employee

Here is the config, but i don't suggest you head down this path, upgrade to 5.3.2 or 5.3.3 (Jan) and use NSR (None Stop Routing).. GR capability has to be negotiated with peers.. 

Building configuration...

!! IOS XR Configuration 5.3.2

router bgp 64524

 neighbor 172.28.98.6

  graceful-restart

 !

!

end

Hello Eddie,

I didn´t find per neigh as you described it, but:

!! IOS XR Configuration 5.3.3

router bgp XYZ
bgp graceful-restart

neighbor a.b.c.d
graceful-restart disable

Activate under BGP and disable it per neigh, At the end, same result,

It is on ASR9k, i'll checkit on CRS...

Regards

david

Hello Eddie,

I tried this configuration of GR per NBR in 5.2.4 and 5.3.3 and when I commit it, the commit fails and I see the following warning:

!!% 'BGP' detected the 'warning' condition 'Graceful-restart has not been enabled globally'

The changes do not take place. Is this expected behaviour? Is there any way to configure GR per neighbor without having to configure it globally?

Thanks!

Carolina