nerdexam
HP

HPE7-A06 · Question #72

Drag and Drop Question Match the AOS-CX switch BGP keepalive and holddown timers to the default. Answer:

The correct answer is 60 seconds; 180 seconds. BGP Keepalive & Hold-Down Timers - Default Values The Answer | Position | Timer | Default | |----------|-------|---------| | 1 | Keepalive | 60 seconds | | 2 | Hold-Down (Hold Time) | 180 seconds | --- Why These Values? 1. Keepalive = 60 seconds BGP peers send keepalive…

Implementing Complex Campus Access Switching

Question

Drag and Drop Question Match the AOS-CX switch BGP keepalive and holddown timers to the default. Answer:

Exhibit

HPE7-A06 question #72 exhibit

Answer Area

Drag items

15 seconds5 minutes60 seconds10 minutes180 seconds50 seconds

Correct arrangement

  • 60 seconds
  • 180 seconds

Explanation

BGP Keepalive & Hold-Down Timers - Default Values

The Answer

PositionTimerDefault
1Keepalive60 seconds
2Hold-Down (Hold Time)180 seconds

Why These Values?

1. Keepalive = 60 seconds

BGP peers send keepalive messages periodically to signal "I'm still alive." The RFC 4271 standard (which AOS-CX follows) sets the default at 60 seconds. This is the interval between heartbeats - not a failure threshold.

2. Hold-Down = 180 seconds

The hold-down timer defines how long a router waits without receiving a keepalive (or any BGP message) before declaring the peer dead and tearing down the session. The default is 180 seconds.

The relationship is always: Hold-Down = 3 × Keepalive (60 × 3 = 180). This ratio is mandated by RFC 4271 - the hold time must be at least 3× the keepalive interval to tolerate up to two missed keepalives before declaring failure.


Why the Distractors Are Wrong

ValueWhy it's wrong
15 secondsCommon in fast/aggressive BFD-assisted configs, not default BGP
50 secondsNot a standard BGP timer value
5 minutes / 10 minutesNot standard default BGP timers (though some older OSPF defaults use similar values)

Common Misconceptions

  • Confusing keepalive with hold-down: Keepalive is the sending interval; hold-down is the failure detection threshold. They are not the same thing.
  • Assuming 3-second keepalive / 9-second hold-time: These are popular tuned values for fast convergence, not defaults.
  • Thinking hold-down = 2× keepalive: The standard multiplier is , not 2×.

Topics

#BGP timers#keepalive#holddown#AOS-CX defaults

Community Discussion

No community discussion yet for this question.

Full HPE7-A06 Practice