cisco router eigrp 的详细配置(不要copy)
发布网友
发布时间:2022-04-23 16:06
我来回答
共3个回答
热心网友
时间:2022-04-12 21:42
配置语法:
router(config)#router eigrp autonomous-system(定义EIGRP)
router(config-router)#network network-number(选择网络)
router(config-router)#no auto-summary(关闭自动汇总)
router(config-if)#ip summary-address eigrp as ip-address mask(手工汇总)
检查命令:
router#show ip eigrp neighbor
router#show ip eigrp topology
router#show ip route eigrp
router#show ip protocols
router#show ip eigrp traffic
热心网友
时间:2022-04-12 23:00
en
conf t
router eigrp 1
network X.X.X.X
network X.X.X.X
exit
热心网友
时间:2022-04-13 00:34
首先通用的是物理层必须先UP
然后进入EIGRP的配置命令 ROUTER EIGRP [AS]\AS 是自制系统号
然后公告网段 NET [网段]
或者是公告具体的网络号 NET [网络号] [反掩码]
当然不要忘记关闭EIGRP的自动汇总 NO auto-summary
手动汇总的做法 ip summary-address EIGRP [AS] [汇总ip] [汇总ip掩码] [管理距离]