tea 发表于 2012-11-25 21:48
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
|