A router receives information about network 192.168.10.0/24 from multiple sources. What will the router consider the most reliable information about the path to that network?
  • 1、
【正确答案】 1、A    
【答案解析】当到达同一个目的地有多种路径选择的时候,先在各自路径通过比较metric来选出各种路径的最优的,然后通过比较AD值 来选出各种路径中的最优的来。例如,到网段192.168.10.0/24,我收到了EIGRP的传过来的,也收到OSPF传过来的,这时我们先通过metric值,选出successor来,然后再通过比较EIGRP和OSPF的AD来选出最优的路径。在AD值中直连的AD值为0,metric 0。当然是这个路由是最可靠最优的了。