ospf虚链路的配置实验

合集下载

合并不同的OSPF网络之虚链路

合并不同的OSPF网络之虚链路

C
12.1.1.0 is directly connected, Serial2/0
13.0.0.0/24 is subnetted, 1 subnets
O IA 13.1.1.0 [110/128] via 12.1.1.1, 00:31:01, Serial2/0
// R2 学习 1.1.1.0 以及 2.2.2.0 的路由信息是通过类型 1 的方式,学习 3.3.3.0 的路由信息是通 过类型 3 的方式。其他的网段学习不到。
O
4.4.4.0 [110/65] via 24.1.1.4, 00:26:23, Serial1/0
24.0.0.0/24 is subnetted, 1 subnets
C
24.1.1.0 is directly connected, Serial1/0
12.0.0.0/24 is subnetted, 1 subnets
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 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

实验6 配置OSPF虚链路

实验6 配置OSPF虚链路

实验6 配置OSPF虚链路一、实验拓扑图,如图1.1所示:图1.1 OSPF虚链路实验拓扑图二、路由器初始配置:1.R1上的初始配置R1(config-line)#int s2/1R1(config-if)#ip add 12.0.0.1 255.255.255.0R1(config-if)#no shR1(config-if)#int lo 0R1(config-if)#ip add 1.1.1.1 255.255.255.0R1(config-if)#router os 1R1(config-router)#router-id 1.1.1.1R1(config-router)#net 1.1.1.1 0.0.0.0 a 0R1(config-router)#net 12.0.0.1 0.0.0.0 a 02.R2上的初始配置:R2(config-line)#int s2/1R2(config-if)#ip add 12.0.0.2 255.255.255.0R2(config-if)#no shR2(config-if)#int s2/2R2(config-if)#ip add 23.0.0.2 255.255.255.0R2(config-if)#no shR2(config-if)#int lo 0R2(config-if)#ip add 2.2.2.2 255.255.255.0R2(config-if)#router os 1R2(config-router)#router-id 2.2.2.2R2(config-router)#net 2.2.2.2 0.0.0.0 a 0R2(config-router)#net 12.0.0.2 0.0.0.0 a 0R2(config-router)#net 23.0.0.2 0.0.0.0 a 13.R3上的初始配置:R3(config-line)#int s2/1R3(config-if)#ip add 23.0.0.3 255.255.255.0R3(config-if)#no shR3(config-if)#int s2/2R3(config-if)#ip add 34.0.0.3 255.255.255.0R3(config-if)#no shR3(config-if)#int lo 0R3(config-if)#ip add 3.3.3.3 255.255.255.0R3(config-if)#router os 1R3(config-router)#router-id 3.3.3.3R3(config-router)#net 3.3.3.3 0.0.0.0 a 0R3(config-router)#net 23.0.0.3 0.0.0.0 a 1R3(config-router)#net 34.0.0.3 0.0.0.0 a 04.R4上的初始配置:R4(config-line)#int s2/1R4(config-if)#ip add 34.0.0.4 255.255.255.0R4(config-if)#no shR4(config-if)#int lo 0R4(config-if)#ip add 4.4.4.4 255.255.255.0R4(config-if)#router os 1R4(config-router)#router-id 4.4.4.4R4(config-router)#net 4.4.4.4 0.0.0.0 a 0R4(config-router)#net 34.0.0.4 0.0.0.0 a 05.在R1上查看路由表信息R1(config-router)#do sh ip routCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2ia - IS-IS inter area, * - candidate default, U - per-user static routeo - ODR, P - periodic downloaded static routeGateway of last resort is not set1.0.0.0/24 is subnetted, 1 subnetsC 1.1.1.0 is directly connected, Loopback02.0.0.0/32 is subnetted, 1 subnetsO 2.2.2.2 [110/65] via 12.0.0.2, 00:06:09, Serial2/123.0.0.0/24 is subnetted, 1 subnetsO IA 23.0.0.0 [110/128] via 12.0.0.2, 00:06:09, Serial2/112.0.0.0/24 is subnetted, 1 subnetsC 12.0.0.0 is directly connected, Serial2/1以上输出表明,R1不能获知分割开的Area 0的路由信息,需要将Area 0 连在一起。

7.配置OSPF虚链路

7.配置OSPF虚链路

F0/2 172.17.1.2/24
172.16.1.1/24
RB
F0/0
Area 0
Area 0
F0/0
172.17.1.1/24
RC
RB能学习到 ,RC也能学习到 ,但是 和RC之间不能相互学习。 能学习到RA, 也能学习到 也能学习到RA,但是RB和 之间不能相互学习 之间不能相互学习。 能学习到
《网络设备》课程授课
计算机工程学院
李锋
RB和RC配置 和 配置 配置OSPF
RB(config)# router ospf 1 RB(config-router)# network 172.16.1.0 RC(config)# router ospf 1 RC(config-router)# network 172.17.1.0 0.0.0.255 0.0.0.255 aera 0 aera 0
F0/2 172.16.1.2/24
F0/3 F0/2 192.168.3.2/24 172.17.1./0
172.17.1.1/24 F0/0
RB
RC
Area 0
《网络设备》课程授课 计算机工程学院 李锋
配置OSPF虚链路( P71) 配置OSPF虚链路(实P71) 虚链路
192.168.1.1/24 F0/0 192.168.1.2/24 F0/1
Area 100
192.168.2.1/24 F0/1 192.168.2.2/24 F0/1
RID:192.168.100.29 :
SW1
X
F0/3 192.168.3.1/24
SW2
RID:192.168.100.33 :
SW1与SW2断开时,骨干区域 与 断开时, 被分割, 断开时 骨干区域Aera 0被分割,会产生非骨干区域连接两个骨干区域, 被分割 会产生非骨干区域连接两个骨干区域, 由于非骨干区域不能转发路由通告,导致RA和 路由学习不完整 路由学习不完整。 由于非骨干区域不能转发路由通告,导致 和RC路由学习不完整。 RA

OSPF虚链路(virtual-link)配置实例

OSPF虚链路(virtual-link)配置实例

OSPF虚链路(virtual-link)配置实例这个配置将验证一个OSPF虚电路(Virtual-Link)的过程,重点在观察虚链路连接的临时网络与正常区域间路由有何区别。

上图中区域4(area 4)没有和area 0直接相连。

在R2与R3之间配置了一条虚链路。

// R1 //int lo0ip ad 1.1.1.1 255.255.255.0int e0ip ad 192.1.1.1 255.255.255.0router os 1network 192.1.1.0 0.0.0.255 area 0// R2 //int lo0ip ad 2.2.2.2 255.255.255.0int e0ip ad 192.1.1.2 255.255.255.0int e1ip ad 193.1.1.2 255.255.255.0router os 1network 192.1.1.0 0.0.0.255 area 0network 193.1.1.0 0.0.0.255 area 1// R3 //int lo0ip ad 3.3.3.3 255.255.255.0int e1ip ad 193.1.1.3 255.255.255.0int e0ip ad 194.1.1.3 255.255.255.0router os 1network 193.1.1.0 0.0.0.255 area 1network 194.1.1.0 0.0.0.255 area 4// R4 //int lo0ip ad 4.4.4.4 255.255.255.0int e0ip ad 194.1.1.4 255.255.255.0router os 1network 194.1.1.0 0.0.0.255 area 4基本配置完成后,我们在每台路由器上分别来验证一下:r1#sh ip os neiTime Address Interface2.2.2.2 1 FULL/BDR 00:00:33 192.1.1.2 Eth ernet0/0r1#r1#sh ip ro1.0.0.0/24 is subnetted, 1 subnetsC 1.1.1.0 is directly connected, Loopback0O IA 193.1.1.0/24 [110/20] via 192.1.1.2, 00:00:19, Ethernet0/0C 192.1.1.0/24 is directly connected, Ethernet0/0//注意R1上有关于193.1.1.0的路由条目,是属于IA类型(域间路由)r2#sh ip os neiNeighbor ID Pri State DeadTime Address Interface1.1.1.1 1 FULL/DR 00:00:35 192.1.1.1 Eth ernet0/03.3.3.3 1 FULL/BDR 00:00:35 193.1.1.3 Eth ernet1/0r2#r2#r2#sh ip ro2.0.0.0/24 is subnetted, 1 subnetsC 2.2.2.0 is directly connected, Loopback0C 193.1.1.0/24 is directly connected, Ethernet1/0C 192.1.1.0/24 is directly connected, Ethernet0/0r3#sh ip os neiNeighbor ID Pri State DeadTime Address Interface2.2.2.2 1 FULL/DR 00:00:32 193.1.1.2 Eth ernet1/04.4.4.4 1 FULL/DR 00:00:34 194.1.1.4 Eth ernet0/0r3#sh ip ro3.0.0.0/24 is subnetted, 1 subnetsC 3.3.3.0 is directly connected, Loopback0C 193.1.1.0/24 is directly connected, Ethernet1/0O IA 192.1.1.0/24 [110/20] via 193.1.1.2, 00:02:49, Ethernet1/0C 194.1.1.0/24 is directly connected, Ethernet0/0//注意R3中有关于192.1.1.0的路由是属于IA类型(域间路由)r4#sh ip os neiTime Address Interface3.3.3.3 1 FULL/BDR 00:00:33 194.1.1.3 Eth ernet0/0r4#sh ip ro4.0.0.0/24 is subnetted, 1 subnetsC 4.4.4.0 is directly connected, Loopback0C 194.1.1.0/24 is directly connected, Ethernet0/0//R4上没有关于AREA 0内的任何路由信息我们下面在R2、R3上添加Virtual-link的配置:R2:router os 1area 1 virtual-link 3.3.3.3R3:router os 1area 1 virtual-link 2.2.2.2对比之前的路由信息,看有何区别:r1#sh ip ro1.0.0.0/24 is subnetted, 1 subnetsC 1.1.1.0 is directly connected, Loopback0O IA 193.1.1.0/24 [110/20] via 192.1.1.2, 00:00:01, Ethernet0/0C 192.1.1.0/24 is directly connected, Ethernet0/0O IA 194.1.1.0/24 [110/30] via 192.1.1.2, 00:00:01, Ethernet0/0//多了一条194网段的路由,类型IA(区域间)r2#sh ip ro2.0.0.0/24 is subnetted, 1 subnetsC 2.2.2.0 is directly connected, Loopback0C 193.1.1.0/24 is directly connected, Ethernet1/0C 192.1.1.0/24 is directly connected, Ethernet0/0O IA 194.1.1.0/24 [110/20] via 193.1.1.3, 00:00:06, Ethernet1/0//多了一条194网段路由,类型为IA(区域间)r3#sh ip ro3.0.0.0/24 is subnetted, 1 subnetsC 3.3.3.0 is directly connected, Loopback0C 193.1.1.0/24 is directly connected, Ethernet1/0O 192.1.1.0/24 [110/20] via 193.1.1.2, 00:02:56, Ethernet1/0C 194.1.1.0/24 is directly connected, Ethernet0/0//R3的192路由原本为IA类型(区域间),现在转为O类型(区域内),说明R3认为自已与192网段是直连的。

W3L300040 OSPF虚连接和验证配置 教师参考

W3L300040 OSPF虚连接和验证配置 教师参考

实验5 OSPF虚连接和验证配置实验任务一:虚连接的配置步骤一:建立物理连接步骤二:IP地址配置步骤三:配置OSPF协议在RTA上启用OSPF协议,并在G0/0和Loopback0接口上使能OSPF,将它们加入OSPF 的Area0。

在RTB上启用OSPF协议,并在G0/0、G0/1和Loopback0接口上使能OSPF,将G0/0加入OSPF的Area0,将G0/1、Loopback0加入OSPF的Area1。

在RTC上启用OSPF协议,并在G0/0、G0/1和Loopback0接口上使能OSPF,将G0/1、Loopback0加入OSPF的Area1,将G0/0加入OSPF的Area2。

在RTD上启用OSPF协议,并在G0/0和Loopback0接口上使能OSPF,将它们加入OSPF的Area2。

请在下面填入配置RTA的命令:[RTA]ospf 1[RTA-ospf-1]area 0[RTA-ospf-1-area-0.0.0.0]network 1.1.1.1 0.0.0.0[RTA-ospf-1-area-0.0.0.0]network 10.0.0.0 0.0.0.255请在下面填入配置RTB的命令:[RTB]ospf 1[RTB-ospf-1]area 0[RTB-ospf-1-area-0.0.0.0]network 10.0.0.0 0.0.0.255[RTB-ospf-1-area-0.0.0.0]area 1[RTB-ospf-1-area-0.0.0.1]network 2.2.2.2 0.0.0.0[RTB-ospf-1-area-0.0.0.1]network 20.0.0.0 0.0.0.255请在下面填入配置RTC的命令:[RTC]ospf 1[RTC-ospf-1]area 1[RTC-ospf-1-area-0.0.0.1]network 3.3.3.3 0.0.0.0[RTC-ospf-1-area-0.0.0.1]network 20.0.0.0 0.0.0.255[RTC-ospf-1-area-0.0.0.1]area 2[RTC-ospf-1-area-0.0.0.2]network 30.0.0.0 0.0.0.255请在下面填入配置RTD的命令:[RTD]ospf 1[RTD-ospf-1]area 2[RTD-ospf-1-area-0.0.0.2]network 4.4.4.4 0.0.0.0[RTD-ospf-1-area-0.0.0.2]network 30.0.0.0 0.0.0.255配置结束后,在RTD上观察路由表,RTD的路由表中是否存在1.1.1.1/32这条路由?为什么?步骤四:_不存在。

OSPF实验报告-CCNP

OSPF实验报告-CCNP

Page 4
4
配置
R5: interface Serial1/1 no ip address encapsulation frame-relay serial restart-delay 0 ! interface Serial1/1.1 multipoint ip address 172.8.100.5 255.255.255.0 ip ospf network broadcast frame-relay map ip 172.8.100.4 504 broadcast frame-relay map ip 172.8.100.6 506 broadcast no frame-relay inverse-arp R6: interface Serial1/1 ip address 172.8.100.6 255.255.255.0 encapsulation frame-relay ip ospf network broadcast ip ospf priority 0 serial restart-delay 0 frame-relay map ip 172.8.100.5 605 broadcast no frame-relay inverse-arp 5 R4: interface Serial1/1 ip address 172.8.100.4 255.255.255.0 encapsulation frame-relay ip ospf network broadcast serial restart-delay 0 frame-relay map ip 172.8.100.5 405 broadcast no frame-relay inverse-arp
Page 18
18

OSPF虚链路--远离区域 0 的虚链路

OSPF虚链路--远离区域 0 的虚链路

OSPF虚链路--远离区域 0 的虚链路1.实验目的通过本实验可以掌握:(1)远离区域0 虚链路的特征(2)虚链路的配置2.实验拓扑本实验的拓扑结构如图7-7 所示。

图7-7 远离区域0 虚链路3.实验步骤(1)步骤1:配置路由器R1R1(config)#router ospf 1R1(config-router)#router-id 1.1.1.1R1(config-router)#network 1.1.1.0 0.0.0.255 area 2R1(config-router)#network 192.168.12.0 0.0.0.255 area 2 (2)步骤2:配置路由器R2R2(config)#router ospf 1R2(config-router)#router-id 2.2.2.2R2(config-router)#network 2.2.2.0 0.0.0.255 area 1R2(config-router)#network 192.168.12.0 0.0.0.255 area 2 R2(config-router)#network 192.168.23.0 0.0.0.255 area 1 R2(config-router)#area 1 virtual-link 3.3.3.3(3)步骤3:配置路由器R3R3(config)#router ospf 1R3(config-router)#router-id 3.3.3.3R3(config-router)#network 3.3.3.0 0.0.0.255 area 0R3(config-router)#network 192.168.23.0 0.0.0.255 area 1 R3(config-router)#network 192.168.34.0 0.0.0.255 area 0 R3(config-router)#area 1 virtual-link 2.2.2.2(4)步骤4:配置路由器R4R4(config)#router ospf 1R4(config-router)#router-id 4.4.4.4R4(config-router)#network 4.4.4.0 0.0.0.255 area 0R4(config-router)#network 192.168.34.0 0.0.0.255 area 04.实验调试在路由器R4 上查看路由表:R4#show ip routeCodes: C –connected, S –static, R –RIP, M –mobile, B –BGPD –EIGRP, EX –EIGRP external, O –OSPF, IA –OSPF inter areaN1 –OSPF NSSA external type 1, N2 –OSPF NSSA external type 2 E1 –OSPF external type 1, E2 –OSPF external type 2i –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 –ODRP –periodic downloaded static routeGateway of last resort is not setO IA 192.168.12.0/24 [110/192] via 192.168.34.3, 00:02:19, Serial0/0/0 1.0.0.0/32 is subnetted, 1 subnetsO IA 1.1.1.1 [110/193] via 192.168.34.3, 00:02:19, Serial0/0/02.0.0.0/32 is subnetted, 1 subnetsO IA 2.2.2.2 [110/129] via 192.168.34.3, 00:02:19, Serial0/0/03.0.0.0/32 is subnetted, 1 subnetsO 3.3.3.3 [110/65] via 192.168.34.3, 00:02:19, Serial0/0/04.0.0.0/24 is subnetted, 1 subnetsC 4.4.4.0 is directly connected, Loopback0O IA 192.168.23.0/24 [110/128] via 192.168.34.3, 00:02:19, Serial0/0/0 C 192.168.34.0/24 is directly connected, Serial0/0/0从R4 的路由表的输出,可以看出路由器R1 能够通过使用转接区域1 的虚拟链路到达区域0。

OSPF虚链路实验研究

OSPF虚链路实验研究

OSPF虚链路实验研究一.实验目的理解OSPF虚链路原理及何时需要使用虚链路掌握OSPF虚链路配置方法(1)使用虚链路将区域连接到骨干区域的配置方法;(2)使用虚链路将不连续的区域0连接起来的配置方法二、实验拓扑图使用虚链路将区域连接到骨干区域的拓扑图使用虚链路将不连续的区域0连接起来的拓扑图三、实验步骤及要求(一)使用虚链路将区域连接到骨干区域1.R2、R3、R4配置OSPFR2(config)#router ospf 1R2(config-router)#network 172.16.255.4 0.0.0.3 area 2R2(config-router)#exitR2的f0/1接口先不要宣称networkR3(config)#router ospf 1R3(config-router)#network 172.16.255.4 0.0.0.3 area 2R3(config-router)#network 172.16.255.8 0.0.0.3 area 0R4(config)#router ospf 1R4(config-router)#network 172.16.255.8 0.0.0.3 area 0R4(config-router)#network 172.16.16.0 0.0.0.255 area 12.查看R2的路由表R2#show ip route172.16.0.0/16 is variably subnetted, 4 subnets, 2 masksC 172.16.255.0/30 is directly connected, FastEthernet0/1C 172.16.255.4/30 is directly connected, FastEthernet0/0O IA 172.16.255.8/30 [110/2] via 172.16.255.6, 00:06:42, FastEthernet0/0O IA 172.16.16.1/32 [110/3] via 172.16.255.6, 00:06:09, FastEthernet0/03.再次配置R1和R2的OSPF协议R1(config)#router ospf 1R1(config-router)#network 172.16.255.0 0.0.0.3 area 3R1(config-router)#network 172.16.1.0 0.0.0.255 area 3R1(config-router)#exitR2(config)#router ospf 1R2(config-router)#network 172.16.255.0 0.0.0.3 area 3R2(config-router)#exit4. 查看R1与R2的OSPF的邻居表R1#show ip ospf neighborNeighbor ID Pri State Dead Time Address Interface 172.16.255.5 1 FULL/BDR 00:00:39 172.16.255.2 FastEthernet0/0 R2#show ip ospf neighborNeighbor ID Pri State Dead Time Address Interface 172.16.255.9 1 FULL/BDR 00:00:36 172.16.255.6 FastEthernet0/0 172.16.1.1 1 FULL/DR 00:00:30 172.16.255.1 FastEthernet0/1 5. 查看R1的路由表R1#show ip route172.16.0.0/16 is variably subnetted, 2 subnets, 2 masksC 172.16.255.0/30 is directly connected, FastEthernet0/0C 172.16.1.0/24 is directly connected, Loopback0通过观察R1的路由表,R1的路由器无法学习到骨干区域、area 1和area 2区域的路由。

实验15 OSPF虚链路配置

实验15 OSPF虚链路配置

实验十五OSPF虚链路配置试验目的:掌握OSPF虚链路的原理和配置背景描述:你是一名高级技术支持工程师,你的朋友向你请教网络拓展的问题,朋友的公司采用OSPF路由协议把网络互联起来,由于业务的增长,最近又加了一个区域,由于骨干网络已经没有接口,被迫把该区域连接到与骨干直连的非骨干区域上,由于急于使用,请教你一个暂时解决和骨干通信的办法,请你给予支持。

下图,area2没有与area0直连。

技术支持:OSPF采用由两层组成的分层结构,这要求所有的区域都与主干区域(区域0)直接相连。

但是,当某个OSPF区域与OSPF主干区域(区域0)之间没有直接连接时,便会导致LSDB不一致以及该区域中的网络无法到达区域0。

采用虚链路在该区域与主干区域之间建立起逻辑的连接,便可解决LSDB不一致以及该区域中的网络无法到达区域0的问题。

试验设备:RG-RSR20 四台、网线若干试验拓扑图:实验步骤及要求:1、配置各台路由器用户名和接口IP地址,并且使用ping命令确认各路由器的直连口的互通性。

2、在所有路由器上启动OSPF路由协议,把相应的网段放到相应区域里面。

以R1为例R1(config-if)#router osp 100R1(config-router)#router-id 1.1.1.1Change router-id and update OSPF process! [yes/no]:yesR1(config-router)#network 12.1.1.0 0.0.0.255 a 0R1(config-router)#3、查看R1的路由表R1#show ip routeC 12.1.1.0/24 is directly connected, FastEthernet 0/0C 12.1.1.1/32 is local host.O IA 23.1.1.0/24 [110/2] via 12.1.1.2, 00:03:05, FastEthernet 0/0R2#show ip routeC 12.1.1.0/24 is directly connected, FastEthernet 0/1C 12.1.1.2/32 is local host.C 23.1.1.0/24 is directly connected, FastEthernet 0/0C 23.1.1.1/32 is local host.4、在区域边界路由器R2和R3上配置虚链路R2(config)#router osp 100R2(config-router)#area 1 virtual-link 3.3.3.3R3(config)#router ospf 100R3(config-router)#area 1 virtual-link 2.2.2.25、在R1上查看ospf路由表R1#show ip rouC 12.1.1.0/24 is directly connected, FastEthernet 0/0C 12.1.1.1/32 is local host.O IA 23.1.1.0/24 [110/2] via 12.1.1.2, 00:25:21, FastEthernet 0/0O IA 34.1.1.0/24 [110/3] via 12.1.1.2, 00:01:41, FastEthernet 0/0O IA 192.168.1.1/32 [110/3] via 12.1.1.2, 00:01:41, FastEthernet 0/06、在R2和R3上查看虚链路的运行情况R2#show ip ospf virtual-linksVirtual Link VLINK0 to router 3.3.3.3 is upTransit area 0.0.0.1 via interface FastEthernet 0/0Local address 23.1.1.1/32Remote address 23.1.1.2/32Transmit Delay is 1 sec, State Point-To-Point,Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5Hello due in 00:00:09Adjacency state FullR2#show ip osp neiOSPF process 100, 3 Neighbors, 3 is Full:Neighbor ID Pri State Dead Time Address Interface1.1.1.1 1 Full/DR 00:00:33 12.1.1.1 FastEthernet 0/13.3.3.3 1 Full/BDR 00:00:29 23.1.1.2 FastEthernet 0/03.3.3.3 1 Full/ - 00:00:33 23.1.1.2 VLINK0R3#show ip ospf virtual-linksVirtual Link VLINK0 to router 2.2.2.2 is upTransit area 0.0.0.1 via interface FastEthernet 0/1Local address 23.1.1.2/32Remote address 23.1.1.1/32Transmit Delay is 1 sec, State Point-To-Point,Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5Hello due in 00:00:05Adjacency state Full7、查看R1的链路状态数据库R1#show ip ospf daOSPF Router with ID (1.1.1.1) (Process ID 100)Router Link States (Area 0.0.0.0)Link ID ADV Router Age Seq# CkSum Link count1.1.1.1 1.1.1.1 455 0x80000004 0x9693 12.2.2.2 2.2.2.2 934 0x80000007 0x5391 23.3.3.3 3.3.3.3 935 0x80000003 0x7d95 1Network Link States (Area 0.0.0.0)Link ID ADV Router Age Seq# CkSum12.1.1.1 1.1.1.1 455 0x80000002 0x2a10Summary Link States (Area 0.0.0.0)Link ID ADV Router Age Seq# CkSum Route23.1.1.0 2.2.2.2 466 0x80000002 0xf346 23.1.1.0/2423.1.1.0 3.3.3.3 950 0x80000001 0xd75f 23.1.1.0/2434.1.1.0 3.3.3.3 950 0x80000001 0x48e3 34.1.1.0/24192.168.1.1 3.3.3.3 950 0x80000001 0x5490 192.168.1.1/328、在R1上ping 192.168.1.1R1#ping 192.168.1.1Sending 5, 100-byte ICMP Echoes to 192.168.1.1, timeout is 2 seconds:< press Ctrl+C to break >!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/10 ms9、试验完成【注意事项】●配置虚链路的路由器必须是某区域的ABR●虚链路不能在末节区域中配置●注意连接骨干和非直连区域的中间区域的区域号;●注意连接骨干和非直连区域的中间区域的邻居建立的ROUTER_ID 。

实验36OSPF虚链路配置

实验36OSPF虚链路配置

实验三十六OSPF虚链路配置实验名称OSPF 虚链路配置。

实验目的实现不能与骨干网直连的OSPF区域与骨干网络交互信息。

实现功能构建OSPF多个区域连在骨干网络上。

实验设备锐捷R1726路由器3台,网线3根,V35线缆2对,计算机2台。

背景描述原来公司总部和销售公司分处在两个不同的地方,已经通过OSPF协议建立了网络互连,但现在由于公司规模的发展,在第三地建立了产品的研发中心,此中心需要联到公司的网络中,且骨干网络已经没有接口,只有把该区域连接到与骨干直连的非骨干区域上。

1.对no shutdownexit2.对Router1进行基本配置:configure terminalhostname R1interface fa1/0ip addressno shutdowninterface S1/2ip addressno shutdownexit3.对Router2进行基本配置:configure terminalhostname R2interface fa1/0ip addressno shutdowninterface S1/3ip addressno shutdowninterface loopback 0ip addressexit4.对R1配置路由协议OSPF:Configure terminalRouter OSPF(开启OSPF路由协议)Network area 0(设置网络区域)Network area 1(设置网络区域)End5.对R0配置路由协议OSPF:Configure terminalRouter OSPF(开启OSPF路由协议)Network area 1(设置网络区域)Network area 2(设置网络区域)End6.对R2配置路由协议OSPF:Configure terminalRouter OSPF(开启OSPF路由协议)Network area 2(设置网络区域)Network area 2(设置网络区域)End7.对R0配置虚链路:Configure terminalRouter OSPF(进入OSPF路由协议配置模式)Area 1 virtual-link 1)End8.对R1配置虚链路:Configure terminalRouter OSPF(进入OSPF路由协议配置模式)Area 1 virtual-link 1)End9.对R2配置静态路由Configure terminalIp routeEnd10.分别在Router0上测试配置:三Show ip ospf virtual-links(测试OSPF的虚链路状态)router0#show ip ospf virtual-linksVirtual Link to router :Virtual Link state : UpTransit area :Via interface : serial 1/2Interface State : point-to-pointCost of using : 50Transmit Delay : 1Hello : 10Dead : 40Retransmit : 5Authentication : noneHello due in : 00:00:07Virtual Neighbor not find.router0#router0#11.测试网络的连通性,在两台计算机上Ping对方计算机,测试是否能Ping通。

实验5 OSPF虚链路配置

实验5 OSPF虚链路配置
三、实验内容及步骤:
(一)实验内容
1、实现功能如下
实现不能与骨干网络直连的ospf区域与骨干网络交互信息。
R2(config-router)#area 1 virtual-link 192.168.34.3!配置虚链路穿越area 1
R3(config-router)#area 1 virtual-link 192.168.23.2!配置虚链路穿越area 1
2、实验拓扑图:
(二)实验步骤
第一步:在主机的运行中分别对这四个路由器进行基本配置及ospf协议配置
(1)Router 1的配置
R1(config)#int s0/0
R1(config)#encap ppp
R1(config-if)#ip add 192.168.12.1 255.255.255.0
R1(config-if)#clock rate 64000
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#int e1/0
R1(config)#ip add 192.16 shut
R1(config)#exit
R1(config)#router ospf 100
R1(config-router)#network 192.168.12.0 0.0.0.255 area 0
R1(config-router)#network 192.168.11.0 0.0.0.255 area 0
《OSPF虚链路配置》实验报告
2014至2015学年第1学期
姓名
系别
计科系
实验地点
综合楼四楼实验室
学号
年级、班
12级计科2班

6、OSPF虚链路的原理和配置

6、OSPF虚链路的原理和配置

OSPF虚链路的原理和配置一、原理概述通常情况下,一个OSPF网路的每个非骨干区域都必须与骨干区域通过ABR路由器直接连接,非骨干区域之间的通信都需要通过骨干区域进行中转。

但是在现实中,可能会因为各种限制条件,导致非骨干区域和骨干区域无法相连接,在这种情况下,可以使用OSPF虚链路(Virtual Link)来实现非骨干区域和骨干区域在逻辑上的直接相连。

OSPF协议还要求骨干区域是必须唯一且连续,然而,由于发生故障等原因,骨干区域可能出现被分割的情况。

此时,同样可以使用虚链路来实现物理上被分割的骨干区域能够逻辑上相连。

虚链路在网络中会穿越其他区域,因此可能会带来安全隐患,所以通常都会对虚链路进行认证功能的配置。

虚链路认证其实是OSPF接口认证的一种,支持MD5、HMAC-MD5、明文以及Keychain等特性。

二、案例实验实验拓扑图1所示,实验编址如表1所示。

本实验模拟一个企业网络场景,全网运行OSPF,路由器R1、R2为公司总部路由器,R3是新建公司的接入路由器,R4为分公司下面的分支机构的接入路由器。

由于网络升级尚未完成,所以目前的区域划分是:R1与R2之间链路位于区域0,R3与R1、R3与R2之间的链路位于区域1,R3与R4之间的链路位于区域2.网络需求:使用虚链路技术,使得分支机构所属的区域2可以访问总部网络,且优先使用路径R4→R3→R1,并且R4→R3→R2路径作为备份。

同时总部路由器R1和R2之间的通信需要采用R1→R3→R2路径作为冗余备份。

另外为了网络安全,对于使用的虚链路进行认证功能的配置。

实验拓扑图1关于网络拓扑基本配置和OSPF网络的搭建,这里就不在详细叙述了,我们从虚链路的搭建开始介绍。

1、使用虚链路使区域2和区域0建立逻辑链接配置虚链路使得区域2和区域0在逻辑上相互连接,此时区域1将作为区域2和区域0之间的传输区域。

虚链路配置操作将在连接区域2和区域1的R3上,及连接区域0和区域1的ABR的路由器R1上。

OSPF的虚链路配置实例

OSPF的虚链路配置实例

OSPF的虚链路配置实例虚连接:Virtual Link为了避免区域间的环路,OSPF规定不允许直接在两个⾮⾻⼲区域之间发布路由信息,只允许在⼀个区域内部或者在⾻⼲区域和⾮⾻⼲区域之间发布路由信息。

因此,每个ABR都不必须连接到⾻⼲区域。

即要求所有⾮⾻⼲区域必须和⾻⼲区域相连,同时⾻⼲区域也必须连续。

但由于⽹络设计、升级、合并、改造等因素,从⽽造成不规范区域架构,最终导致路由学习不完整,解决⽅法就是使⽤虚拟链路。

然⽽,虚连接的存在增加了⽹络的复杂程度,使故障的排出更加困难。

因此,在⽹络规划中应该尽量避免使⽤虚连接。

虚连接仅是作为修复⽆法避免的⽹络拓扑问题的⼀种临时⼿段。

虚链路可以看作是⼀个标明⽹络的某个部分是否需要重新规划设计的标志。

基本配置:syssys R1int g0/0/0ip add 12.0.0.1 24ospf 1 router-id 1.1.1.1a 0net 12.0.0.1 0.0.0.0syssys R2int g0/0/0ip add 12.0.0.2 24int g0/0/1ip add 23.0.0.2 24ospf 1 router-id 2.2.2.2a 0net 12.0.0.2 0.0.0.0a 1net 23.0.0.2 0.0.0.0syssys R3int g0/0/0ip add 23.0.0.3 24int g0/0/1ip add 34.0.0.3 24ospf 1 router-id 3.3.3.3a 1net 23.0.0.3 0.0.0.0a 2net 34.0.0.3 0.0.0.0syssys R4int g0/0/0ip add 34.0.0.4 24ospf 1 router-id 4.4.4.4a 2net 34.0.0.4 0.0.0.0使⽤display ospf routing可以查看到R1、R2、R4通过OSPF学习到的路由表都是不完整的。

CCNP路由实验OSPF虚链路的配置

CCNP路由实验OSPF虚链路的配置

一、实验目的:1、掌握OSPF虚链路的配置二、实验拓扑:三、实验步骤1、如图配置OSPF网络,配置如下:R1:R1(config)#int s1/1R1(config-if)#ip add 172.16.224.1 255.255.255.0R1(config-if)#no shutR1(config)#int loop 0R1(config-if)#ip add 172.16.1.3 255.255.255.0R1(config)#int loop 1R1(config-if)#ip add 172.16.0.3 255.255.255.0R1(config-if)#exitR1(config)#router ospf 1R1(config-router)#network 172.16.224.0 0.0.0.255 area 51 R1(config-router)#network 172.16.0.0 0.0.0.255 area 0R1(config-router)#network 172.16.1.0 0.0.0.255 area 0R1(config-router)#R2:R2(config)#int s1/0R2(config-if)#ip add 172.16.224.2 255.255.255.0R2(config-if)#no shutR2(config)#int s1/2R2(config-if)#ip add 172.16.240.1 255.255.255.0R2(config-if)#no shutR2(config)#int loop 0R2(config-if)#ip add 172.16.3.1 255.255.255.0R2(config-if)#exitR2(config)#router ospf 1R2(config-router)#network 172.16.224.0 0.0.0.255 area 51R2(config-router)#network 172.16.3.0 0.0.0.255 area 51R2(config-router)#network 172.16.240.0 0.0.0.255 area 3R3:R3(config)#int s1/1R3(config-if)#ip add 172.16.240.2 255.255.255.0R3(config-if)#no shutR3(config)#int loop 0R3(config-if)#ip add 172.16.252.1 255.255.255.0R3(config)#int loop 1R3(config-if)#ip add 172.16.248.1 255.255.255.0R3(config)#router ospf 1R3(config-router)#network 172.16.240.0 0.0.0.255 area 32、使用show ip route、show ip ospf nei查看OSPF配置结果。

思科ccnp网络技术实验4-5:配置OSPF虚链路

思科ccnp网络技术实验4-5:配置OSPF虚链路

实验4-5:配置OSPF虚链路【实验目的】:在本次实验中,你将检测OSPF虚链路在完成本次实验之后,你需要完成下列任务:•使用虚链路连接一个区域到区域【实验拓扑】:注意:图中x为所在机架编号,y为路由器编号。

【实验帮助】:如果出现任何问题,可以向在值的辅导老师提出并请求提供帮助。

【命令列表】:命令描述【任务一】:配置OSPF虚链路OSPF需要所有的区域必须有一个连接到区域0(骨干)。

在这个实验中,你将创建一个不连续区域和测试路由表结果。

你将配置一条虚链路连接新的区域到区域0。

实验过程:第一步:在所有的实验路由器上,删除OSPF 存根区域配置。

第二步:在内部路由器PxR3和PxR4上,关闭接口s0接口,断开他们之间的连接。

第三步:放置内部路由器的环回接口到达一个新的OSPF区域,使用区域编号x00,x是你的机架编号。

这个要求需要你在OSPF路由配置下添加新的网络语句。

第四步:测试边界路由器PxR1和PxR2的路由表。

在路由表中是否有内部路由器的环回接口地址网络(10.200.200.xy)?第五步:因为OPSF假设所有的区域将至少有一个接口连接到区域0,这个内部路由器将不广告环回接口到边界路由器。

但是,区域x00不是边界区域0。

你可以从area x00配置一条虚链路到area 0解决这个问题。

配置虚链路的第一步,发现双边路由器的RID。

你的输出应该与下列类似:第六步:从内部路由器配置OSPF虚链路,通过area x到达边界路由器,x是你的机架号。

第七步:验证虚链路工作状态,你的路由器输出应该与下列类似:第八步:验证边界路由器收接一邓内部路由器的环回接口IP地址。

第九步:在内部路由器上,使用show ip ospf命令。

在这个路由器上哪些OSPF区域是激活的。

OSPF对待虚链路是一个接口属于区域0。

因此在内部路由器上,你可以看到3个区域是激活的,area x , area x00, 和area 0。

H3Cospf实验和ospf虚链路

H3Cospf实验和ospf虚链路

H3Cospf实验和ospf虚链路RT1配置<RT1>dis cu[V200R003C00]#sysname RT1#snmp-agent local-engineid 800007DB03000000000000snmp-agent#clock timezone Indian Standard Time minus 05:13:20clock daylight-saving-time Day Light Saving Time repeating 12:32 9-1 12:32 11-23 00:00 2005 2005#drop illegal-mac alarm#set cpu-usage threshold 80 restore 75#aaaauthentication-scheme defaultauthorization-scheme defaultaccounting-scheme defaultdomain defaultdomain default_adminlocal-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$ local-user admin service-type http#firewall zone Localpriority 15#interface Ethernet0/0/0#interface Ethernet0/0/1#interface Ethernet0/0/2#interface Ethernet0/0/3#interface Ethernet0/0/4#interface Ethernet0/0/5#interface Ethernet0/0/6#interface Ethernet0/0/7#interface GigabitEthernet0/0/0ip address 172.16.1.1 255.255.255.252 #interface GigabitEthernet0/0/1#interface NULL0#interface LoopBack0ip address 192.168.0.1 255.255.255.0 #ospf 1import-route directarea 0.0.0.0network 172.16.1.0 0.0.0.3#user-interface con 0authentication-mode passworduser-interface vty 0 4user-interface vty 16 20#wlan ac#ReturnRT2配置[RT2]dis cu[V200R003C00]#sysname RT2#snmp-agent local-engineid 800007DB03000000000000snmp-agent#clock timezone Indian Standard Time minus 05:13:20clock daylight-saving-time Day Light Saving Time repeating 12:32 9-1 12:32 11-23 00:00 2005 2005#drop illegal-mac alarm#set cpu-usage threshold 80 restore 75#aaaauthentication-scheme defaultauthorization-scheme defaultaccounting-scheme defaultdomain defaultdomain default_adminlocal-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$ local-user admin service-type http#firewall zone Localpriority 15#interface Ethernet0/0/0#interface Ethernet0/0/1#interface Ethernet0/0/2#interface Ethernet0/0/3#interface Ethernet0/0/4#interface Ethernet0/0/5#interface Ethernet0/0/6#interface Ethernet0/0/7interface GigabitEthernet0/0/0ip address 172.16.1.2 255.255.255.252#interface GigabitEthernet0/0/1ip address 172.16.1.5 255.255.255.252#interface NULL0#interface LoopBack1ip address 192.168.1.1 255.255.255.0#ospf 1import-route directarea 0.0.0.0network 172.16.1.0 0.0.0.3area 0.0.0.1network 172.16.1.0 0.0.0.255vlink-peer 172.16.1.6#user-interface con 0authentication-mode passworduser-interface vty 0 4user-interface vty 16 20#wlan ac#returnRT3 配置<RT3>dis cu[V200R003C00]#sysname RT3#snmp-agent local-engineid 800007DB03000000000000snmp-agent#clock timezone Indian Standard Time minus 05:13:20clock daylight-saving-time Day Light Saving Time repeating 12:32 9-1 12:32 11-23 00:00 2005 2005#drop illegal-mac alarm#set cpu-usage threshold 80 restore 75aaaauthentication-scheme defaultauthorization-scheme defaultaccounting-scheme defaultdomain defaultdomain default_adminlocal-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$ local-user admin service-type http#ospfv3 1#firewall zone Localpriority 15#interface Ethernet0/0/0#interface Ethernet0/0/1#interface Ethernet0/0/2#interface Ethernet0/0/3#interface Ethernet0/0/4#interface Ethernet0/0/5#interface Ethernet0/0/6#interface Ethernet0/0/7#interface GigabitEthernet0/0/0ip address 172.16.1.6 255.255.255.252#interface GigabitEthernet0/0/1ip address 172.16.1.9 255.255.255.252#interface NULL0#interface LoopBack2ip address 192.168.2.1 255.255.255.0#ospf 1area 0.0.0.1network 172.16.1.4 0.0.0.3vlink-peer 172.16.1.2area 0.0.0.2network 172.16.1.8 0.0.0.3vlink-peer 172.16.1.2#user-interface con 0authentication-mode passworduser-interface vty 0 4user-interface vty 16 20#wlan ac#returnRT4配置[RT4]dis cu[V200R003C00]#sysname RT4#snmp-agent local-engineid 800007DB03000000000000snmp-agent#clock timezone Indian Standard Time minus 05:13:20clock daylight-saving-time Day Light Saving Time repeating 12:32 9-1 12:32 11-23 00:00 2005 2005#drop illegal-mac alarm#set cpu-usage threshold 80 restore 75#aaaauthentication-scheme defaultauthorization-scheme defaultaccounting-scheme defaultdomain defaultdomain default_adminlocal-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$ local-user admin service-type http#firewall zone Localpriority 15#interface Ethernet0/0/0#interface Ethernet0/0/1#interface Ethernet0/0/2#interface Ethernet0/0/3#interface Ethernet0/0/4#interface Ethernet0/0/5#interface Ethernet0/0/6#interface Ethernet0/0/7#interface GigabitEthernet0/0/0ip address 172.16.1.10 255.255.255.252 #interface GigabitEthernet0/0/1#interface NULL#ospf 1area 0.0.0.2network 172.16.1.8 0.0.0.3#user-interface con 0authentication-mode passworduser-interface vty 0 4user-interface vty 16 20#wlan ac#return。

29实验二十九、OSPF虚连接的配置

29实验二十九、OSPF虚连接的配置

实验二十九、OSPF虚连接的配置一、实验目的1.掌握多区域OSPF虚连接的配置2.理解OSPF虚连接的意义二、应用环境在大规模网络中,我们通常划分区域减少资源消耗,并将拓扑的变化本地化。

由于实际环境的限制,不能物理的将其他区域环绕骨干区域,可以采用虚连接的方式逻辑的连接到骨干区域。

三、实验设备1.DCR-1751 三台2.CR-V35MT 一条3.CR-V35FC 一条四、实验拓扑五、实验要求配置表Router-A Router-B Router-C S1/1(DCE) 192.168.1.1 S/1/0(DTE) 192.168.1.2 F0/0 192.168.2.2E1/0 192.168.3.1F0/0 192.168.0.1F0/0 192.168.2.1路由器A、B为ABR六、实验步骤第一步:参照实验三和上表配置各接口地址,并测试连通性第二步:路由器A的配置Router-A#confRouter-A_config#router ospf 100Router-A_config_ospf_100#network 192.168.0.0 255.255.255.0 area 3Router-A_config_ospf_100#network 192.168.1.0 255.255.255.0 area 1Router-A_config_ospf_100#^Z第三步:路由器B的配置Router-B#confRouter-B_config#router ospf 100Router-B_config_ospf_100#network 192.168.1.0 255.255.255.0 area 1Router-B_config_ospf_100#network 192.168.2.0 255.255.255.0 area 0Router-B_config_ospf_100#^Z第四步:路由器C的配置Router-C#confRouter-C_config#router ospf 100Router-C_config_ospf_100#network 192.168.2.0 255.255.255.0 area 0Router-C_config_ospf_100#network 192.168.3.0 255.255.255.0 area 0Router-C_config_ospf_100#^Z第五步:查看路由器A的邻居表Router-A#sh ip ospf neighbor----------------------------------------------------------------------------OSPF process: 100Virtual Link NeighborNeighbor ID Pri State DeadTimeAREA: 0Neighbor ID Pri State DeadTime Neighbor Addr InterfaceAREA: 1Neighbor ID Pri State DeadTime Neighbor Addr Interface 192.168.2.1 1 FULL/- 38 192.168.1.2 Serial1/1AREA: 3Neighbor ID Pri State DeadTime Neighbor Addr Interface 我们看到路由器B的ROUTER-ID是192.168.2.1第六步:查看路由器B的邻居表Router-B#sh ip ospf neighbor----------------------------------------------------------------------------OSPF process: 100Virtual Link NeighborNeighbor ID Pri State DeadTimeAREA: 0Neighbor ID Pri State DeadTime Neighbor Addr Interface 192.168.3.1 1 FULL/BDR 36 192.168.2.2 FastEthernet0/ 0AREA: 1Neighbor ID Pri State DeadTime Neighbor Addr Interface 192.168.1.1 1 FULL/- 32 192.168.1.1 Serial1/0我们看到A的ROUTER-ID是192.168.1.1第七步:配置虚连接Router-A#confRouter-A_config#router ospf 100Router-A_config_ospf_100#area 1 virtual-link 192.168.2.1 !注意是ROUTER-IDRouter-B_config#router ospf 100Router-B_config_ospf_100#area 1 virtual-link 192.168.1.1 !注意是ROUTER-ID第八步:查看虚连接Router-A#sh ip ospf virtual-linkVirtual Link Neighbor ID 192.168.2.1 (UP)TransArea: 1, Cost is 1600Hello interval is 10, Dead timer is 40 Retransmit is 5INTF Adjacency state is IPOINT_TO_POINTRouter-B#sh ip ospf virtual-linkVirtual Link Neighbor ID 192.168.1.1 (UP)TransArea: 1, Cost is 1600Hello interval is 10, Dead timer is 40 Retransmit is 5INTF Adjacency state is IPOINT_TO_POINT七、注意事项和排错1.虚连接必须在ABR上进行2.配置时是对端的ROUTER-ID,不是IP地址八、配置序列Router-B#sh run正在收集配置...当前配置:!!version 1.3.2Eservice timestamps log dateservice timestamps debug dateno service password-encryption!hostname Router-B!ip host a 192.168.1.1ip host c 192.168.2.2!!!!!!interface Loopback0ip address 2.2.2.2 255.255.255.0no ip directed-broadcast!interface FastEthernet0/0ip address 192.168.2.1 255.255.255.0no ip directed-broadcast!interface Serial1/0ip address 192.168.1.2 255.255.255.0no ip directed-broadcast!interface Async0/0no ip addressno ip directed-broadcast!!!router ospf 100network 192.168.1.0 255.255.255.0 area 1 network 192.168.2.0 255.255.255.0 area 0 area 1 virtual-link 192.168.1.1!!!!九、共同思考1.虚连接的作用是什么?2.指定ROUTER-ID有其他的方法吗?如果不指定,ROUTER-ID是什么?十、课后练习请将地址改为10.0.0.0/25重复以上实验十一、相关命令详解area virtual-link配置一条 virtual linkarea area-id virtual-link neighbor-ID[dead-interval dead-value][ hello-interval hello-value][ retransmit-interval retrans-value][ transdly dly-value][ password pass-string] [ message-digest-key key-id MD5 md5-string]no area area-id virtual-link neighbor-ID参数参数参数说明area-id 指定virtual link的transit-area。

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

ospf虚链路的配置实验
一、目的:Area 2经过Area 1与Area 0之间建立虚链路.
此拓扑中,virtual-link在R4与R2之间建立,从而使得Area 2与Area 0之间进行直接连接,virtual-link配置在R2与R4实施。

通过实验,R4就变成一个特别的ABR。

virtual-link 上面转发的是LSA – 3。

二、思想:R2与R4路由器互指对方的Router-ID。

三、问题:如何确认虚连接的对端IP地址?
中间连接area 0的过渡area 1上的ABR之间存在lsa-1与lsa-2的传递,确认对端的IP 地址。

通过邻居地址指定,
R2上的邻接状态:
R4上的邻接状态:
四、配置内容:
4.1、R2:
sh ip ospf database self-originate 可以看到Summary Net Link States 。

注意R2是个ABR,它的一个接口连接Area 0,另一个接口连接Area 1,所以R2会产生两区域的Summary Net Link States (lsa-3),通过Summary Net Link States (Area 0)中可以看到R2把23.1.1.0与34.1.1.0网段Upward(转发)到Area 0中;把1.1.1.0与12.1.1.0网段Upward(转发)到Area 1中,使得Area 0与Area 1中都有相互之间的路由,从而23.1.1.0、34.1.1.0 、1.1.1.0、12.1.1.0网段之间互通。

4.2、R4:
R4为什么说是一个特殊的ABR呢?通过Virtual-Link 后,R4跨了Area 0, Area 1、Area 2三个区域,R4把学习到相关网段进行汇总,然后分发到了不同区域中。

Summary Net Link States (Area 1):
R4把源Area 2中的5.5.5.0、45.1.1.0网段Upward到Area 1。

Summary Net Link States (Area 0):
由于R4与R2建立了Virtual-Link,R2的一个口在Area 1中,R4自然也就学习到了源Area 1中的23.1.1.0、34.1.1.0网段,同样也通过Virtual-link,R4把5.5.5.0、45.1.1.0、23.1.1.0、34.1.1.0网段Upward到了Area 0中。

在此,有同学要问,那么不是和R2宣告进Area 0中的23.1.1.0、34.1.1.0网段重复了吗?跨了三Area 的特殊性就体现在这里!
同理,通过R2与R4之间的virtual-link,R4把源Area 0与Area 1中的路由信息汇总传递到Area 2中。

五、小结:
由于R4通过Virtual-Link横跨了area 0,area 1,area 2三个区域,那么把Area 0、Area 1区域中的路由信息通过Area 1传递给了Area 2,把Area 1、Area 2 传递给了Area 0,通过配置Virtual-Link,Area 2 就与Area 0进行直连。

相关文档
最新文档