EIGRP 手工汇总+认证实验

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

D C D C C D D
SH#show ip route 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, 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 not set 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks 172.16.0.0/16 is a summary, 00:04:28, Null0 172.16.1.0/24 is directly connected, Serial0 10.0.0.0/8 [90/2297856] via 172.16.1.1, 00:04:23, Serial0 192.168.1.0/24 is directly connected, Loopback0 192.168.2.0/24 is directly connected, Loopback1
Biblioteka Baidu
CCNP+
实验步骤:
1, 继续上一部分实验,在两台路由器上配置 EIGRP 认证: NJ(config)#key chain cisco NJ(config-keychain)#key 1 NJ(config-keychain-key)#key-string juniper NJ(config-keychain-key)#exit NJ(config-keychain)#exit NJ(config)#interface serial 1 NJ(config-if)#ip authentication key-chain eigrp 100 cisco NJ(config-if)#ip authentication mode eigrp 100 md5
C D C C D
第二部分拓扑图:
实验 4 路由认证
10.1.1.1/24
loopback0 loopback1
10.2.2.1/24
NJ
172.16.1.1/24 S0 S1 172.16.1.2/24
192.168.1.1/24 SH
loopback0 loopback1
192.168.2.1/24
C D C C D
SH#show ip route 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, 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 not set 172.16.0.0/24 is subnetted, 1 subnets 172.16.1.0 is directly connected, Serial0 10.0.0.0/14 is subnetted, 1 subnets 10.0.0.0 [90/2297856] via 172.16.1.1, 00:02:46, Serial0 192.168.1.0/24 is directly connected, Loopback0 192.168.2.0/24 is directly connected, Loopback1 192.168.0.0/22 is a summary, 00:02:52, Null0
SH(config)#key chain cisco SH(config-keychain)#key 1 SH(config-keychain-key)#key-string juniper SH(config-keychain-key)#exit SH(config-keychain)#exit SH(config)#interface serial 0 SH(config-if)#ip authentication key-chain eigrp 100 cisco SH(config-if)#ip authentication mode eigrp 100 md5
loopback0 loopback1
192.168.2.1/24
EIGRP 100
SH(config)# interface s0 SH(config-if)# ip summary-address eigrp 100 192.168.0.0 255.255.252.0 5
@2005 steve6307. All rights reserved.
CCNP+
实验步骤:
1, 按图示配置好各台路由器的各个接口; 2, 在两台路由器上启用 EIGRP 协议; 3, 查看两台路由器的路由表,NJ 学到的是具体路由(因为 SH 不是主类网络边界) ,SH 学 到的是汇总路由(因为 NJ 是主类网络边界) :
NJ#show ip route 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, 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 not set 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks 172.16.0.0/16 is a summary, 00:03:44, Null0 172.16.1.0/24 is directly connected, Serial1 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks 10.0.0.0/8 is a summary, 00:03:44, Null0 10.2.2.0/24 is directly connected, Loopback1 10.1.1.0/24 is directly connected, Loopback0 192.168.1.0/24 [90/2297856] via 172.16.1.2, 00:03:32, Serial1 192.168.2.0/24 [90/2297856] via 172.16.1.2, 00:03:33, Serial1
EIGRP 100
key chain cisco key 1 key-string juniper interface Serial 1 ip authentication key-chain eigrp 100 cisco ip authentication mode eigrp 100 md5
@2005 steve6307. All rights reserved.
SH(config)#router eigrp 100 SH(config-router)#no auto-summary SH(config-router)#exit SH(config)#interface serial 0 SH(config-if)#ip summary-address eigrp 100 192.168.0.0 255.255.252.0
D C D C C
4, 在两台路由器上关闭自动汇总并配置手工汇总:
NJ(config)#router eigrp 100 NJ(config-router)#no auto-summary NJ(config-router)#exit NJ(config)#interface serial 1 NJ(config-if)#ip summary-address eigrp 100 10.0.0.0 255.252.0.0
5, 再次查看两边的路由表,发现已出现手工汇总条目: NJ#show ip route 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, 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 not set 172.16.0.0/24 is subnetted, 1 subnets 172.16.1.0 is directly connected, Serial1 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks 10.0.0.0/14 is a summary, 00:00:26, Null0 10.2.2.0/24 is directly connected, Loopback1 10.1.1.0/24 is directly connected, Loopback0 192.168.0.0/22 [90/2297856] via 172.16.1.2, 00:00:26, Serial1
EIGRP 手工汇总+认证实验
实验目的:
掌握 EIGRP 协议中手工路由汇总功能和认证功能的配置方法。
第一部分拓扑图:
实验 3 手工路由汇总
10.1.1.1/24
loopback0 loopback1
10.2.2.1/24
NJ
172.16.1.1/24 S0 S1 172.16.1.2/24
192.168.1.1/24 SH
相关文档
最新文档