EIGRP 求助
关于一个路由发布的问题,为什么使用router eigrp 100
network 0.0.0.0 255.255.255.255
发布的路由 查看这个路由器用
show ipeigrp neighbors
看不到周围的路由器,
但是使用周围连接路由器的网络号发布的路由后就可以看到邻居,也能在路由表中看到周围路由器发布的路由了。
router eigrp 100
network 0.0.0.0 255.255.255.255
// 相当于在所有接口激活eigrp并将接口关联的网络抓进eigrp路由选择进程,
楼主可能需要检查一下底层的连通性问题,如果还是解决不了,建议将拓扑和配置的详细信息发布上来 不可能不可能 tea 发表于 2012-11-25 21:48 static/image/common/back.gif
router eigrp 100
network 0.0.0.0 255.255.255.255
// 相当于在所有接口激活eigrp并将接口关联的网络抓 ...
请大侠帮忙看看,用这个命令 network 0.0.0.0 255.255.255.255 那个路由协议就会断开,
直接用这个network 0.0.0.0 协议就正常建立,这个是啥问题?实验过程如下
RTA#conf t
Enter configuration commands, one per line.End with CNTL/Z.
RTA(config)#router eig 100
RTA(config-router)# network 0.0.0.0 255.255.255.255
RTA(config-router)#end
%SYS-5-CONFIG_I: Configured from console by console
RTA#show ip router
^
% Invalid input detected at '^' marker.
RTA#show ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/24 is subnetted, 2 subnets
C 10.1.0.0 is directly connected, Serial0/0/0
C 10.1.4.0 is directly connected, FastEthernet0/0
172.16.0.0/24 is subnetted, 2 subnets
C 172.16.2.0 is directly connected, Serial0/0/1
C 172.16.7.0 is directly connected, Serial0/1/0
RTA#conf t
Enter configuration commands, one per line.End with CNTL/Z.
RTA(config)#route eig 100
RTA(config-router)#no network 0.0.0.0 255.255.255.255
RTA(config-router)#network 0.0.0.0
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 10.1.0.2 (Serial0/0/0) is up: new adjacency
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.16.2.2 (Serial0/0/1) is up: new adjacency
RTA(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 172.16.7.2 (Serial0/1/0) is up: new adjacency
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 10.1.0.2 (Serial0/0/0) is down: retry limit exceeded
%DUAL-5-NBRCHANGE: IP-EIGRP 100: Neighbor 10.1.0.2 (Serial0/0/0) is up: new adjacency
模拟器问题,建议更换模拟器,用GNS吧 tea 发表于 2012-11-25 23:20 static/image/common/back.gif
模拟器问题,建议更换模拟器,用GNS吧
多谢了!!
这个确实可能是模拟器问题~似乎语法上看不出什么问题~
页:
[1]