nerdexam
Nokia

4A0-102 · Question #87

Router R6 is a route reflector with clients R1, R2, R4 and R5. Router R4 receives three routes from router R6 and is configured with ECMP 3. Given the following BGP configuration on routerR4, how…

The correct answer is B. Two primary paths and one backup path. Option B is correct because the multipath 2 statement explicitly caps the number of primary (equal-cost) BGP paths at 2, regardless of the ECMP 3 setting mentioned in the question or the 3 routes received from R6. The backup-path ipv4 statement then installs 1 additional backup…

BGP Configuration

Question

Router R6 is a route reflector with clients R1, R2, R4 and R5. Router R4 receives three routes from router R6 and is configured with ECMP 3. Given the following BGP configuration on routerR4, how many primary and backup paths will be present in router R4's BGP routing table? Configuration: multipath 2 add-paths ipv4 send 3 receive exit backup-path ipv4 group "iBGP" peer-as 65540 neighbor 10.10.10.6 exit exit

Options

  • AThree primary paths.
  • BTwo primary paths and one backup path.
  • COne primary path and two backup paths.
  • DOne primary path and one backup path.

How the community answered

(50 responses)
  • A
    2% (1)
  • B
    80% (40)
  • C
    6% (3)
  • D
    12% (6)

Explanation

Option B is correct because the multipath 2 statement explicitly caps the number of primary (equal-cost) BGP paths at 2, regardless of the ECMP 3 setting mentioned in the question or the 3 routes received from R6. The backup-path ipv4 statement then installs 1 additional backup path, giving a total of 2 primary + 1 backup in R4's BGP table.

Why the distractors fail:

  • A (Three primary): While 3 routes arrive and ECMP 3 is mentioned, the multipath 2 BGP statement is the binding constraint - it overrides the broader ECMP setting and limits primary paths to 2.
  • C (One primary, two backup): Inverts the multipath logic; multipath 2 grants 2 primary paths, not 1, and backup-path only ever installs a single backup.
  • D (One primary, one backup): Ignores multipath 2 entirely; without that statement you might get 1 primary, but with it you get 2.

Memory tip: Think of multipath N as a hard ceiling on primary paths that BGP enforces before backup-path adds its one extra slot. The formula is simply: primary = multipath value, backup = 1 (if backup-path is configured). When in doubt, the explicit BGP statement beats the interface-level ECMP setting.

Topics

#Multipath#Add-paths#Backup-paths#Route Reflector

Community Discussion

No community discussion yet for this question.

Full 4A0-102 Practice