基于单区域 OSPF 协议互联的公司网络搭建

实验拓扑

在这里插入图片描述
Jan16 公司有北京总部、广州分部和上海分部 3 个办公地点,各分部与总部之间使用路由器互联。公司要求通过配置单区域 OSPF 动态路由,实现公司之间能够互相访问。

1.基本配置

1.1基础配置

北京总部使用 192.168.1.0 网段,上海分部使用 172.16.1.0 网段,广州分部使用10.10.10.0 网段,R1 与 R2 之间为 20.20.20.0 网段,R1 与R3 之间为 30.30.30.0 网段,R2与 R3 之间为 40.40.40.0 网段,所有网段均使用 24 位子网掩码。路由器需配置单区域 OSPF 动态路由,使所有计算机均能互访。 配置步骤如下:
在这里插入图片描述
在这里插入图片描述

1.2配置路由器接口

R1 的配置

在这里插入图片描述

system-view 
sysname R1 
interface GigabitEthernet 0/0/0 
ip address 192.168.1.1 255.255.255.0 
interface GigabitEthernet 0/0/1 
ip address 20.20.20.1 255.255.255.0 
interface GigabitEthernet 0/0/2 
ip address 30.30.30.1 255.255.255.0 
quit

R2 的配置

在这里插入图片描述

system-view
sysname R2 
interface GigabitEthernet 0/0/0 
ip address 172.16.1.2 255.255.255.0
interface GigabitEthernet 0/0/1 
ip address 20.20.20.2 255.255.255.0 
interface GigabitEthernet 0/0/2 
ip address 40.40.40.2 255.255.255.0 
quit

R3 的配置

在这里插入图片描述

system-view 
sysname R3 
interface GigabitEthernet 0/0/0 
ip address 10.10.10.3 255.255.255.0 
interface GigabitEthernet 0/0/1 
ip address 40.40.40.3 255.255.255.0
interface GigabitEthernet 0/0/2 
ip address 30.30.30.3 255.255.255.0 
quit

1.3部署单区域 OSPF 网络

首先创建并运行 OSPF,接着创建区域并进入 OPSF 区域视图,指定运行 OSPF 协议的接口和接口所属的区域。

R1 的配置

在这里插入图片描述

ospf 1
area 0
network 192.168.1.0 0.0.0.255
network 20.20.20.0 0.0.0.255
network 30.30.30.0 0.0.0.255

R2 的配置

在这里插入图片描述

ospf 1
area 0
Network 172.16.1.0 0.0.0.255
network 20.20.20.0 0.0.0.255
network 40.40.40.0 0.0.0.255

R3 的配置

在这里插入图片描述

ospf 1
area 0
network 10.10.10.0 0.0.0.255
network 40.40.40.0 0.0.0.255
network 30.30.30.0 0.0.0.255

1.4配置各计算机的 IP 地址

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

随着中小型企业的高速发展,对网络处理和传输性能提出了新的要求。由于网点接入路由器和终端接入设备年代较久,性能和扩展能力都出现了瓶颈,严重影响网点业务的发展和客户服务质量。为此本论文设计了一个中小型企业的网络工程,从而解决了由于设备性能低下出现瓶颈的问题,而且提高了企业网络工程的扩展能力。 本论文首先讨论了中小企业网的背景、意义、应用现状以及研究与开发现状,然后对OSPF协议、DHCP协议、VLAN的划分、静态路由以及数据流控制等相关技术理论作了简的论述,其次结合工程项目,论述了企业网络求分析、整体设计,其中包括对IP地质的划分,网络拓扑图等做了分析和描述。接下来,论文着重讨论了基于OSPF协议网络工程的设计和实现,详细地论述了各个协议的运用和实现方法。最后,对整个网络进行了测试。 关键词:网络工程;协议;性能;扩展 ABSTRACT With the rapid development of small and medium enterprises, this network processing and network transmission performance and scalability of terminal smooth raised new demands. As the network access routers and terminal access device's longer, performance and scalability bottlenecks have appeared, it affect the network business development and customer service. To this end this paper, an application of existing small and medium enterprises in network engineering, to solve the poor performance bottleneck because the equipment problems, and improve the ability of the corporate network expansion project. This paper first discusses the background of small and medium networks, meaning, application status, and research and development status, Then on the OSPF protocol, DHCP protocol, VLAN classification, static routing and data flow control and other related technology theory briefly discussed, Secondly, combined with the project, specifically addressing the needs of the corporate network analysis, overall design, including the division of IP addresses, network topology maps were analyzed and described. Next, the paper focused on the OSPF protocol-based network engineering design and implementation. Discussed in detail in the paper the use of various agreements and implementation methods. Finally, test the entire network. Keywords: Network engineering; protocol; performance; expansion
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值