nerdexam
Nokia

4A0-102 · Question #5

Click the exhibit. If router A originates an update for prefix 192.168.0.1/27, what will the update contain when it reaches router B?

The correct answer is C. Null AS Path, local-preference of 100. Option C is correct because Router A and Router B are iBGP peers (same AS). When a router originates a prefix and advertises it via iBGP, it does not prepend its own AS number to the AS Path - that only happens on eBGP (inter-AS) advertisements - so the AS Path arrives at…

BGP Attributes and Path Selection

Question

Click the exhibit. If router A originates an update for prefix 192.168.0.1/27, what will the update contain when it reaches router B?

Options

  • AAS Path of 65200, local-preference of 100.
  • BAS Path of 65200, local-preference of None.
  • CNull AS Path, local-preference of 100.
  • DNull AS Path, local-preference of None.

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    15% (5)
  • C
    70% (23)
  • D
    9% (3)

Explanation

Option C is correct because Router A and Router B are iBGP peers (same AS). When a router originates a prefix and advertises it via iBGP, it does not prepend its own AS number to the AS Path - that only happens on eBGP (inter-AS) advertisements - so the AS Path arrives at Router B as empty/null. Local Preference defaults to 100 and is carried in iBGP updates (it's an iBGP-only attribute), so Router B receives it.

  • A & B are wrong because AS 65200 would only appear in the AS Path if this update crossed an eBGP boundary; iBGP peers never modify the AS Path.
  • D is wrong because Local Preference is included in iBGP updates (at the default value of 100) - it's only stripped when sending to eBGP neighbors.

Memory tip: Think "iBGP = Internal = Local Pref stays, AS Path untouched." iBGP shares local policy (Local Preference) but has no reason to stamp an AS number, since the route hasn't left the AS yet.

Topics

#BGP Attributes#Locally Originated Prefixes#AS Path Handling#Local Preference Defaults

Community Discussion

No community discussion yet for this question.

Full 4A0-102 Practice