完整的题目应该是:
Which three statements about EIGRP are true?(choose three)
A. EIGRP converges fast RIP because of DUAL and backup routes that are stored in the topology table.
B. EIGRP uses a hello protocol to establish neighbor relationships
C. EIGRP uses split horizon and reverse poisoning to avoid routing loops.
D. EIGRP uses periodic updates to exchange routing information
E. EIGRP allows routers of different manufacturers to interoperate
F. EIGRP supports VLSM and authentication for routing updates
G. EIGRP use a broadcast address to send routing information.
楼主的题目缺了F、G两个选项。
故正确的答案应该选A、B、F。
A. EIGRP converges fast RIP because of DUAL and backup routes that are stored in the topology table.
EIGRP收敛速度比RIP快,因为其采用DUAL算法,并且有备份路由储存在拓扑表中,也就是可行后继路由器的意思吧。正确。
B. EIGRP uses a hello protocol to establish neighbor relationships.
EIGRP使用hello协议建立邻居关系。正确。
C. EIGRP uses split horizon and reverse poisoning to avoid routing loops.
EIGRP使用水平分割及反向中毒去避免路由环路。这个选项不对。EIGRP使用DUAL算法避免路由环路。具体地说就是计算可行距离(FD),报告距离(RD)的去确定后继路由器及可行后继路由器,以维护路由表及拓扑表,进而避免路由环路的出现。水平分割及反向中毒的概念在EIGRP并不适用。
D. EIGRP uses periodic updates to exchange routing information
EIGRP采用周期更新交换路由信息。错误。EIGRP采用触发更新。
E. EIGRP allows routers of different manufacturers to interoperate
EIGRP允许不同厂商的路由器共同工作。错误。EIGRP是思科专用协议。
F. EIGRP supports VLSM and authentication for routing updates
EIGRP支持VLSM及路由更新鉴定。正确。
G. EIGRP use a broadcast address to send routing information.
EIGRP使用广播地址方案三路由信息。错误。EIGRP采用组播地址224.0.0.10发送路由信息。
综上所述,正确答案是A、B、F。