• When a neighbor crashes or a link dies silently, BGP doesn't receive a warning packet.
    By default, that silence lasts up to three minutes before BGP tears down the session.

    That's three minutes of sending production traffic straight into a black hole.

    Two timers manage this detection process:

    • Keepalive Interval (Default: 60s): How often the router sends a small "I'm still here" packet.

    • Hold Time (Default: 180s): How long a router waits without hearing anything before declaring the neighbor dead and dropping its routes. Every received keepalive resets this timer back to 180 seconds.

    Default BGP timers on both routers: keepalive 60 seconds and hold time 180 seconds

    Figure 1 – Default BGP timers: a keepalive every 60 seconds, a hold time of 180 seconds

    Answer the question below

    With default timers, how many seconds of silence does a router accept before declaring the neighbor dead?