实验时间:
|
.
|
实验人:
|
王亮
|
实验名称:
OSPF
网络的设计和配置
|
|||
实验环境描述:
Benet
公司总部设在北京,沈阳、上海、杭州有三家分公司。为了提高访问的安全性和实时性,
Benet
公司决定租用
E1
专线,将分公司和总公司的网络互通。此外,沈阳分公司下连沈阳销售部。沈阳销售部和沈阳分公司使用静态路由连接。
Benet
公司的要求如下:
Ø
使用
OSPF
实现全网互通,总公司为区域
0
,沈阳、上海、杭州分公司分别是区域
1
、
2
、
3.
Ø
由于杭州离上海较近,公司决定将杭州分公司先连接到上海,再由上海连接到北京。
Ø
由于沈阳销售部美誉技术人员,所以公司决定保持沈阳分公司和沈阳销售部之间使用的静态路由不变。
如图所示,为
Benet
总公司和分公司之间的连接图,通过配置路由器实现公司全网互通,具体规划情况如下。
Ø
R1
、
R2
为总公司路由器,
R3
为上海分公司路由器,
R4
为杭州分公司路由器,
R5
为沈阳分公司路由器,
R6
为沈阳销售部路由器。
Ø
网络规划如下。
u
R1
和
R2
的互联地址:
10.0.0
.0/30
,
R1
和
R5
的互联地址:
10.0.0.4/30
,
R2
和
R3
的互联地址:
10.0.0.8/30
。
R3
和
R4
的互联地址:
10.0.0.12/30,R5
和
R6
的互联地址:
10.0.0.16/30
u
路由器的
Loopback0
地址为:
R1
:
1.1.1
.1/32, R2:2.2.2.2/32
,
R3
:
3.3.3.3/32
,
R4:4.4.4.4/32, R5
:
5.5.5.5/32
,并使用此地址作为
OSPF
协议的
RouterID
Ø
使用路由器的
Loopback
接口模拟客户端主机地址
u
R1
的主机网段地址:
192.168.0.0/24
、
192.168.1.0/24
u
R2
的主机网段地址:
192.168.2.0/24
u
R3
的主机网段地址:
192.168.3.0/24
u
R4
的主机网段地址:
192.168.4.0/24
u
R5
的主机网段地址:
192.168.5.0/24
u
R6
的主机网段地址:
192.168.8.0/24
、
192.168.9.0/24
、
192.168.10.0/24
、
192.168.11.0/24
(我改成了
192.168.6.0/24
)路由表按这个来的,汇总地址按上边来的。!!
1
|
|||
目标:
Ø
公司路由器较多,配置静态路由比较麻烦且容易出错,故使用
OSPF
协议连通网络
Ø
杭州分公司为区域
3
,没有和区域
0
连接,需要使用虚链路,并且为减少路由表,设置区域
3
为完全末梢区域
Ø
沈阳销售部使用默认路由,沈阳分公司为区域
1
并且在
R5
需要发行静态路由,可以设置区域
1
为
NSSA
区域
Ø
查看
IP
规划。范县引入的静态路由和
R1
所带网段可以使用路由汇总,减少路由条目
|
|||
实验步骤:
(1)
配置路由器接口地址和
Loopback
地址
R1
的配置如下。
R1(config)#int f1/0
R1(config-if)#ip add 10.0.0 .1 255.255.255.252
R1(config-if)#no shut
R1(config)#int f0/0
R1(config-if)#ip add 10.0.0 .5 255.255.255.252
R1(config-if)#no shut
R1(config)#int loop 0
R1(config-if)#ip add 1.1.1 .1 255.255.255.255
R1(config)#int loop 1
R1(config-if)#ip add 192.168.0.1 255.255.255.0
R1(config)#int loop 2
R1(config-if)#ip add 192.168.1.1 255.255.255.0
R2
的配置如下。
R2(config)#int f0/0
R2(config-if)#ip add 10.0.0 .9 255.255.255.252
R2(config-if)#no shut
R2(config)#int f1/0
R2(config-if)#ip add 10.0.0 .2 255.255.255.252
R2(config-if)#no shut
R2(config)#int loop 0
R2(config-if)#ip add 2.2.2 .2 255.255.255.255
R2(config)#int loop 1
R2(config-if)#ip add 192.168.2.1 255.255.255.0
R3
的配置如下:
R3(config)#int f0/0
R3(config-if)#ip add 10.0.0 .10 255.255.255.252
R3(config-if)#no shut
R3(config)#int f1/0
R3(config-if)#ip add 10.0.0 .13 255.255.255.252
R3(config-if)#no shut
R3(config)#int loop 0
R3(config-if)#ip add 3.3.3 .3 255.255.255.255
R3(config)#int loop 1
R3(config-if)#ip add 192.168.3.1 255.255.255.0
R4
的配置如下。
R4(config)#int f0/0
R4(config-if)#ip add 10.0.0 .14 255.255.255.252
R4(config-if)#no shut
R4(config)#int loop 0
R4(config-if)#ip add 4.4.4 .4 255.255.255.255
R4(config)#int loop 1
R4(config-if)#ip add 192.168.4.1 255.255.255.0
R5
的配置如下
R5(config)#int f0/0
R5(config-if)#ip add 10.0.0 .6 255.255.255.252
R5(config-if)#no shu
R5(config)#int f1/0
R5(config-if)#ip add 10.0.0 .17 255.255.255.252
R5(config-if)#no shut
R5(config)#int loop 0
R5(config-if)#ip add 5.5.5 .5 255.255.255.255
R5(config)#int loop 1
R5(config-if)#ip add 192.168.5.1 255.255.255.0
R6
的配置如下
R6(config)#int f0/0
R6(config-if)#ip add 10.0.0 .18 255.255.255.252
R6(config-if)#no shut
R6(config-if)#ip add 192.168.11.1 255.255.255.0
R6(config-if)#ip add 192.168.8.1 255.255.255.0 s
R6(config-if)#ip add 192.168.9.1 255.255.255.0 s
R6(config-if)#ip add 192.168.10.1 255.255.255.0 s
(2)
配置
OSPF
协议
R1
的配置如下
R1(config)#router ospf 1
R1(config-router)#router-id 1.1.1 .1
R1(config-router)#network 1.1.1 .1 0.0.0.0 ar 0
R1(config-router)#network 192.168.1.0 0.0.0 .255 ar 0
R1(config-router)#network 192.168.0.0 0.0.0 .255 ar 0
R1(config-router)#network 10.0.0 .0 0.0.0.3 area 0
R1(config-router)#network 10.0.0 .4 0.0.0.3 area 1
R1(config-router)#area 1 nssa
R2
的配置如下
R2(config)#router ospf 1
R2(config-router)#router-id 2.2.2 .2
R2(config-router)#network 2.2.2 .2 0.0.0.0 area 0
R2(config-router)#network 192.168.2.0 0.0.0 .255 area 0
R2(config-router)#network 10.0.0 .0 0.0.0.3 area 0
R2(config-router)#network 10.0.0 .8 0.0.0.3 area 2
R2(config-router)#area 2 virtual-link 3.3.3 .3
虚链路
R3
的配置如下
R3(config)#router ospf 1
R3(config-router)#router-id 3.3.3 .3
R3(config-router)#network 10.0.0 .8 0.0.0.3 area 2
R3(config-router)#network 10.0.0 .12 0.0.0.3 area 3
R3(config-router)#network 3.3.3 .3 0.0.0.0 area 2
R3(config-router)#network 192.168.3.0 0.0.0 .255 area 2
R3(config-router)#area 2 virtual-link 2.2.2 .2
虚链路
R3(config-router)#area 3 stub
R4
的配置如下
R4(config)#router ospf 1
R4(config-router)#router-id 4.4.4 .4
R4(config-router)#network 4.4.4 .4 0.0.0.0 area 3
R4(config-router)#network 192.168.4.0 0.0.0 .255 area 3
R4(config-router)#network 10.0.0 .12 0.0.0.3 area 3
R4(config-router)#area 3 stub no-summary
R5
的配置如下
R5(config)#router ospf 1
R5(config-router)#router-id 5.5.5 .5
R5(config-router)#network 5.5.5 .5 0.0.0.0 area 1
R5(config-router)#network 192.168.5.0 0.0.0 .255 area 1
R5(config-router)#network 10.0.0 .4 0.0.0.3 area 1
R5(config-router)#area 1 nssa
(3)
配置静态路由
R5
的配置如下
R5(config)#ip route 192.168.8.0 255.255.255.0 10.0.0 .18
R5(config)#ip route 192.168.9.0 255.255.255.0 10.0.0 .18
R5(config)# ip route 192.168.9.0 255.255.255.0 10.0.0 .18
R5(config)#ip route 192.168.11.0 255.255.255.0 10.0.0 .18
R6
的配置如下
R6(config)#ip route 0.0.0 .0 0.0.0.0 10.0.0.17
(4)
OSPF
重发布静态路由
R5
的配置如下
R5(config)#router ospf 1
R5(config-router)#redistribute static subnets
R5(config-router)#redistribute connected subnets
(
6
)配置路由汇总
R1
的配置如下
R1(config)#router ospf 1
R1(config-router)#area 0 range 192.168.0.0 255.255.254.0
R5
的配置如下
R5(config)#router ospf 1
R5(config-router)#summary-address 192.168.8.0 255.255.252.0
(5)
验证配置
1.0.0 .0/32 is subnetted, 1 subnets
O IA 1.1.1 .1 [110/11] vi a 10.0.0 .5, 00:10:39, Ethernet0/0
2.0.0 .0/32 is subnetted, 1 subnets
O IA 2.2.2 .2 [110/21] vi a 10.0.0 .5, 00:10:39, Ethernet0/0
3.0.0 .0/32 is subnetted, 1 subnets
O IA 3.3.3 .3 [110/31] vi a 10.0.0 .5, 00:10:39, Ethernet0/0
4.0.0 .0/32 is subnetted, 1 subnets
O IA 4.4.4 .4 [110/41] vi a 10.0.0 .5, 00:10:39, Ethernet0/0
5.0.0 .0/32 is subnetted, 1 subnets
C 5.5.5 .5 is directly connected, Loopback0
192.168.4.0/32 is subnetted, 1 subnets
O IA 192.168.4.1 [110/41] vi a 10.0.0 .5, 00:10:39, Ethernet0/0
C 192.168.5.0/24 is directly connected, Loopback1
10.0.0 .0/30 is subnetted, 5 subnets
O IA 10.0.0 .8 [110/30] vi a 10.0.0 .5, 00:10:40, Ethernet0/0
O IA 10.0.0 .12 [110/40] vi a 10.0.0 .5, 00:10:40, Ethernet0/0
O IA 10.0.0 .0 [110/20] vi a 10.0.0 .5, 00:10:40, Ethernet0/0
C 10.0.0 .4 is directly connected, Ethernet0/0
C 10.0.0 .16 is directly connected, Ethernet0/1
S 192.168.6.0/24 [1/0] vi a 10.0.0 .18
192.168.0.0/32 is subnetted, 1 subnets
O IA 192.168.0.1 [110/11] vi a 10.0.0 .5, 00:10:40, Ethernet0/0
192.168.1.0/32 is subnetted, 1 subnets
O IA 192.168.1.1 [110/11] vi a 10.0.0 .5, 00:10:40, Ethernet0/0
192.168.2.0/32 is subnetted, 1 subnets
O IA 192.168.2.1 [110/21] vi a 10.0.0 .5, 00:10:40, Ethernet0/0
192.168.3.0/32 is subnetted, 1 subnets
O IA 192.168.3.1 [110/31] vi a 10.0.0 .5, 00:10:40, Ethernet0/0
R6
的路由表:
10.0.0 .0/30 is subnetted, 1 subnets
C 10.0.0 .16 is directly connected, Ethernet0/1
C 192.168.6.0/24 is directly connected, Loopback1
S* 0.0.0 .0/0 [1/0] vi a 10.0.0 .17
收功!!!!
|