Router A receives two similar route advertisements from different BGP peers.What would cause a route to be selected in this scenario?
A.
having a lower MED value
B.
having a lower local preference
C.
learning a route from a peer with a higher peer ID
D.
learning a route from a peer with a higher IGP metric
A is correct
D is not correct.
JunOS best bgp route election algoritm:
0. reachable next-hop
1. Local pref
2. AS-Path
3. Origin
4. MED
5. eBGP better than iBGP
6. best IGP metric
and over.
The correct ansver is A.