cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9198
Views
0
Helpful
1
Replies

bgp neighbor relationship, bgp timers.

sarahr202
Level 5
Level 5

  Hi everybody.

R1--------------R2

Assume R1 and R2 are bgp neighbors. We power them on.

R1 sends open mesage to R1

R2 sends open message to R2

R1 compares Capabilities listed in received open message from R2 to its own, If they are a match, R1 moves to open confirmed state.

My question is what capabilities R1 is comparing? What capabilities must match on order for R1 to move to " open confirmed state" ?

---------------------------------------------------------------------------

Timers in BGP

We have hello timers which is 60 second and holddown timer  which is180 sec.  Do they have to match  for neighbor relationship to form ?

How often updates are sent? Do bgp send flash update ?

thanks and have a great weekend.

1 Accepted Solution

Accepted Solutions

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi,

By default when you configure BGP, IPv4 address family will be enabled. Assume you have IPv6 address family enabled on one side while not on otehr side, R1 will send capability that is not enabled on otehr side resulting in sending notification message and session will not come up.

We have hello timers which is 60 second and holddown timer  which is180  sec.  Do they have to match  for neighbor relationship to form ?

- Regarding the timers, you can have different timers on both side. Keepalive and holdtime will settle down to the lowest of both.

How often updates are sent? Do bgp send flash update ?

- BGP is incremental update based protocol. Also the BGP session is over TCP which is a reliable protocol. So there is no need for periodic update. It only send the update once and when it need to withdraw the prefix, it will send a BGP WITHDRAW message.

-Nagendra

View solution in original post

1 Reply 1

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi,

By default when you configure BGP, IPv4 address family will be enabled. Assume you have IPv6 address family enabled on one side while not on otehr side, R1 will send capability that is not enabled on otehr side resulting in sending notification message and session will not come up.

We have hello timers which is 60 second and holddown timer  which is180  sec.  Do they have to match  for neighbor relationship to form ?

- Regarding the timers, you can have different timers on both side. Keepalive and holdtime will settle down to the lowest of both.

How often updates are sent? Do bgp send flash update ?

- BGP is incremental update based protocol. Also the BGP session is over TCP which is a reliable protocol. So there is no need for periodic update. It only send the update once and when it need to withdraw the prefix, it will send a BGP WITHDRAW message.

-Nagendra