Hi Ondrej,
Thanks for reverting
> This is just a confusing log that say a route received from the peer
(e.g.
172.19.1.192/28) is not sent back to the peer.
Is this the expected behavior or is there something suspicious here w.r.t bgp?
> Hold time is negotiated as min of local and remote hold time. So perhaps
remote side has too short hold time (that would make why it sends
keepalives so often)? You can see real hold time in 'show protocols all'.
Here's the output of bgp specific `show protocols all`
bgp1 BGP master up 21:46:26 Established
Description: My BGP uplink
Preference: 100
Input filter: ACCEPT
Output filter: (unnamed)
Routes: 57 imported, 1 exported, 57 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 57 0 0 0 57
Import withdraws: 0 0 --- 0 0
Export updates: 58 57 0 --- 1
Export withdraws: 0 --- --- --- 0
BGP state: Established
Neighbor address: <ip>
Neighbor AS: <AS>
Neighbor ID: <id>
Neighbor caps: refresh restart-able AS4
Session: external AS4
Source address: <ip>
Hold timer: 3/4
Keepalive timer: 55/60
Is there some wiki/resource pointing out to the details of what above params and their values mean? Like what does Hold timer `3/4`, Keepalive timer `55/60`, export updates, withdrawn, etc
Thanking you,
Dhruv Bhagadia