An edge router receives multiple exterior gateway protocol routes pointing to the same destination network prefix from different autonomous systems. Place the Border Gateway Protocol (BGP) path selection attributes in the correct order of evaluation from first to last.
- 1Highest Local Preference
- 2Shortest AS-Path length
- 3Lowest Origin type (IGP preferred over EGP, which is preferred over Incomplete)
- 4Lowest Multi-Exit Discriminator (MED)
Cevap
The correct order of evaluation for BGP path selection attributes from first to last is: Highest Local Preference, Shortest AS-Path length, Lowest Origin type, and Lowest Multi-Exit Discriminator (MED).
BGP path selection follows a deterministic hierarchy to pick the best path when multiple routes exist for a prefix. The evaluation begins with local attributes (Highest Local Preference), proceeds to path metric attributes (Shortest AS-Path length), checks route source reliability (Lowest Origin type), and finally compares entry points for neighboring systems (Lowest MED).
Adım Adım Çözüm
Anahtar Kavram
BGP Path Selection Algorithm Hierarchy