Home
41.
What is the first thing that BGP checks to determine if a prefix is accessible?

BGP checks the NEXT HOP attribute to determine if the NEXT HOP is accessible or in the IP routing table.

42.
Name all the ways for installing a prefix in the BGP routing table.
  1. Using the network command to transfer a router from the IP routing table to the BGP routing table.
  2. Redistributing routes from the IP routing table to the BGP routing table .
  3. Learned from a BGP neighbor.
43.
What is the order of preference for the BGP attributes AS_PATH, LOCAL_PREF, MED, and WEIGHT?

WEIGHT, LOACL_PREF, AS_PATH, MED

44.
What is the purpose of the metric or MULTI_EXIT_DISC attribute?

MED is used to prefer a path into an autonomous system. A lower MED value is preferred.

45.
What is the scope of the LOCAL_PREF attribute?
The LOCAL _PREF attribute is advertised throughout the autonomous system.