- 积分
- 725
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 40
- 听众
- 收听
中级工程师
   
|
3鸿鹄币
QUESTION 219
Which three statements are true about EIGRP route summarization? (Choose three.)
A. Manual route summarization is configured in router configuration mode when the router is configured
for EIGRP routing.
B. Manual route summarization is configured on the interface.
C. When manual summarization is configured, the summary route will use the metric of the largest specific
metric of the summary routes.
D. The ip summary-address eigrp command generates a default route with an administrative distance of
90.
E. The ip summary-address eigrp command generates a default route with an administrative distance of
5.
F. When manual summarization is configured, the router immediately creates a route that points to null0
interface.
Correct Answer: BEF
Section: EIGRP
Explanation
Explanation/Reference:
考点分析:EIGRP
EIGRP汇总:手动路由汇总被配置在端口上;管理距离是5;null 0自动产生丢弃路由。
A.手动汇总是在接口下配置的
B.手动汇总是在接口下配置的
C.手动汇总后的度量值是使用明细路由中最小的度量值
D.手动汇总后的度量值是5
E.手动汇总后的度量值是5
F.手动汇总后自动产生一条指向null0的丢弃路由,用于防环
------------------------------------------------------------------------------------
对于E选项,我有以下实验
我在R2的F0/0做ip summary eigrp 1 0.0.0.0 0.0.0.0 汇总
得到的
R2
以下是R1收到的缺省路由
R1
可以看到,R1收到的缺省路由的AD值是90,而metric值也不是5,
求助,解答.
|
最佳答案
查看完整内容
楼主先查看一下在R2 上汇总的缺省路由的AD是否为5 ;如果是5 的话,就验证了题目中的E选项(在R2 上用show ip route 0.0.0.0 0.0.0.0)
在R1 上看到的是R1 从R2 学到的EIGRP路由,所以AD应该是90。
|