技术在于专研
分类: 系统运维
2006-12-08 09:28:05
EIGRP
Eigrp在默认的情况下不重发
方法:一
P1R1(config-router)#ip route
P1R1(config)#
*Mar 1 00:00:44.851: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to down
P1R1(config)#router eigrp 100y
P1R1(config-router)#network
P1R1的 路由表:
P1R1#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O -
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
172.31.0.0/16 is variably subnetted, 2 subnets, 2 masks
C 172.31.1.0/24 is directly connected, Serial1/0
D 172.31.0.0/16 is a summary, 00:05:04, Null0
D
C
D
C
S*
P1R1#
*Mar 1 00:06:28.071: %SYS-5-CONFIG_I: Configured from console by console
P1R1#
P1R2的
P1R2#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O -
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, 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
D 172.31.0.0/16 [90/2681856] vi
C
D
C
D*
P1R2#
已经传递过来了!