H12-821_V1.0 · Question #586
Which of the following attributes may not be included in the Update message of a BGP route? (Multiple choice)
The correct answer is B. Local Preference D. MCD. B (Local Preference) is excluded from eBGP Update messages because it is a well-known discretionary attribute used only within an autonomous system (AS) via iBGP - routers never advertise it to external BGP peers, so it "may not be included" in a BGP Update depending on the…
Question
Options
- AAS_Path
- BLocal Preference
- COrigin
- DMCD
How the community answered
(71 responses)- A14% (10)
- B79% (56)
- C7% (5)
Explanation
B (Local Preference) is excluded from eBGP Update messages because it is a well-known discretionary attribute used only within an autonomous system (AS) via iBGP - routers never advertise it to external BGP peers, so it "may not be included" in a BGP Update depending on the peering type. D (MCD) is simply not a real BGP attribute - the actual attribute is MED (Multi-Exit Discriminator); "MCD" doesn't exist in the BGP specification and would never appear in any valid Update message.
Why A is wrong: AS_PATH is a well-known mandatory attribute and must be present in every BGP Update message - no exceptions.
Why C is wrong: Origin is also well-known mandatory, always required in Update messages to indicate how the route was learned (IGP, EGP, or Incomplete).
Memory tip: Use the acronym "ONH = Mandatory 3" - Origin, Next-Hop, and AS_Path must always appear. Local Preference stays local (iBGP only), and when you see an unfamiliar attribute name on an exam, treat it as a trap - BGP has a fixed, well-documented attribute set, so a misspelled or invented name (like MCD) is almost certainly a distractor.
Topics
Community Discussion
No community discussion yet for this question.