当前位置: 首页 > news >正文

丽江建设工程信息网站/seo销售代表招聘

丽江建设工程信息网站,seo销售代表招聘,wordpress模板 装修,网络营销推广公司策划方案实验: 为了增加网络带宽以及网络流量的监控 ,本公司设置了俩台专门负责办公和业务的路由器。 要求: 1、全网可达 2、分部办公网络只能走办公路由器,分部业务网络智能走分部路由器。 3、路由器之间采取OSPF的方式进行联通 配置思路…

实验:在这里插入图片描述
为了增加网络带宽以及网络流量的监控 ,本公司设置了俩台专门负责办公和业务的路由器。
要求:
1、全网可达
2、分部办公网络只能走办公路由器,分部业务网络智能走分部路由器。
3、路由器之间采取OSPF的方式进行联通

配置思路:首先我们想,流量要分开走,必须要上策略,前缀列表必须在重发布上完成,所以我们需要俩个进程。在办公路由器和业务路由器上进行重分布的配置。

配置:
R1:

interface LoopBack0ip address 10.1.1.1 255.255.255.0 ospf network-type broadcast
#
interface LoopBack1ip address 10.1.2.1 255.255.255.0 ospf network-type broadcastinterface GigabitEthernet0/0/0ip address 10.1.12.1 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 10.1.13.1 255.255.255.0 ospf 1 router-id 1.1.1.1 area 0.0.0.0 network 0.0.0.0 255.255.255.255 

R2:

interface LoopBack0ip address 10.1.3.1 255.255.255.0 ospf network-type broadcast
#
interface LoopBack1ip address 10.1.4.1 255.255.255.0 ospf network-type broadcast
#
interface GigabitEthernet0/0/0ip address 10.1.12.2 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 10.1.24.1 255.255.255.0 ospf 1 router-id 2.2.2.2 area 0.0.0.0 network 0.0.0.0 255.255.255.255 

R3:

interface GigabitEthernet0/0/0ip address 10.1.13.2 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 10.1.34.1 255.255.255.0 ospf cost 5
#
interface GigabitEthernet0/0/2ip address 10.1.35.1 255.255.255.0 
#
interface GigabitEthernet3/0/0ip address 10.1.36.1 255.255.255.0 ospf 1 router-id 3.3.3.3 import-route ospf 2 type 1 route-policy f2ywarea 0.0.0.0 network 10.1.13.0 0.0.0.255 network 10.1.34.0 0.0.0.255 
#
ospf 2 router-id 3.3.3.3 import-route ospf 1 type 1 route-policy zywarea 0.0.0.1 network 10.1.35.0 0.0.0.255 network 10.1.36.0 0.0.0.255 ip ip-prefix f2yw index 10 permit 10.2.2.0 24
ip ip-prefix zyw index 10 permit 10.1.2.0 24
ip ip-prefix zyw index 20 permit 10.1.4.0 24
ip ip-prefix f3yw index 10 permit 10.3.1.0 24#
route-policy zyw permit node 10 if-match ip-prefix zyw apply cost 5 apply cost-type type-1 
route-policy zyw permit node 20 
#
route-policy f2yw permit node 10 if-match ip-prefix f2yw apply cost 5 apply cost-type type-1 
route-policy f2yw permit node 20 
#
route-policy f3yw permit node 10 if-match ip-prefix f3yw apply cost 5 apply cost-type type-1 
route-policy f3yw permit node 20 

R4:

interface GigabitEthernet0/0/0ip address 10.1.24.2 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 10.1.34.2 255.255.255.0 ospf cost 5
#
interface GigabitEthernet0/0/2ip address 10.1.45.1 255.255.255.0 
#
interface GigabitEthernet4/0/0ip address 10.1.47.1 255.255.255.0 ospf 1 router-id 4.4.4.4 import-route ospf 2 type 1 route-policy f2bgarea 0.0.0.0 network 10.1.24.0 0.0.0.255 network 10.1.34.0 0.0.0.255 
#
ospf 2 router-id 4.4.4.4 import-route ospf 1 type 1 route-policy zbgarea 0.0.0.0 area 0.0.0.1 network 10.1.45.0 0.0.0.255 network 10.1.47.0 0.0.0.255 #
ip ip-prefix zbg index 10 permit 10.1.3.0 24
ip ip-prefix zbg index 20 permit 10.1.1.0 24
ip ip-prefix f2bg index 10 permit 10.2.2.0 24
ip ip-prefix f3bg index 10 permit 10.3.1.0 24route-policy zbg permit node 10 if-match ip-prefix zbg apply cost 5 apply cost-type type-1 
route-policy zbg permit node 20 
#
route-policy f2bg permit node 10 if-match ip-prefix f2bg apply cost 5 apply cost-type type-1 
route-policy f2bg permit node 20 
#
route-policy f3bg permit node 10 if-match ip-prefix f3bg apply cost 5 apply cost-type type-1 
route-policy f3bg permit node 20 

R5:

interface LoopBack0ip address 10.2.1.1 255.255.255.0 ospf network-type broadcast
#
interface LoopBack1ip address 10.2.2.1 255.255.255.0 ospf network-type broadcastinterface GigabitEthernet0/0/0ip address 10.1.35.2 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 10.1.45.2 255.255.255.0 
#
ospf 2 router-id 5.5.5.5 area 0.0.0.1 network 0.0.0.0 255.255.255.255 

R6:

interface LoopBack0ip address 10.3.1.1 255.255.255.0 ospf network-type broadcast#
interface GigabitEthernet0/0/0ip address 10.1.36.2 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 10.1.67.1 255.255.255.0 
#ospf 2 router-id 6.6.6.6 area 0.0.0.1 network 0.0.0.0 255.255.255.255 

R7:

interface LoopBack0ip address 10.3.2.1 255.255.255.0 ospf network-type broadcast#
interface GigabitEthernet0/0/0ip address 10.1.47.2 255.255.255.0 
#
interface GigabitEthernet0/0/1ip address 10.1.67.2 255.255.255.0 #
ospf 2 router-id 7.7.7.7 area 0.0.0.1 network 0.0.0.0 255.255.255.255 

配置完成我们测试 先看R5 R6 R7 的路由表:
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
下一跳都没有问题我们在追踪一下流量
在R5上:
在这里插入图片描述
R6:
在这里插入图片描述
R7:
在这里插入图片描述
注:如果分部之间不相互通信的话 我们再起一个进程 来完成!

http://www.lbrq.cn/news/1422145.html

相关文章:

  • 运营好网站/微信软文案例
  • 官网建站模板库/网站排名优化外包公司
  • 常用的设计网站有哪些/互联网营销师培训大纲
  • 济南企业做网站推广网站/网络推广有多少种方法
  • 做任务送科比网站/seo外推
  • 网站制作无锡/宁波seo推广服务电话
  • 建网站用什么系统/企业qq一年多少费用
  • 西宁做网站的好公司/二级网站怎么做
  • 办公室设计装修咨询/seo优化快排
  • 上海网站高端/关键词优化的方法有哪些
  • 网站建设方案的企业/个人网站的制作模板
  • 西安网站建设设计的好公司哪家好/windows优化软件哪个好
  • 北京公司网站建设报价/百度指数的网址是什么
  • 天河建设网站企业/seo黑帽培训
  • 最佳线上网站制作模板/磁力链搜索引擎入口
  • 网站程序源码/线上营销推广方法
  • 用网站做的简历模板/品牌推广方案包括哪些
  • 兰州产品营销网站建设/唐山公司做网站
  • 杭州的设计网站大全/游戏推广合作平台
  • 网站推广怎么做2017/百度关键词排名查询接口
  • 上海做网站的公司/怎样做推广是免费的
  • wordpress没有找到站点/搜索排名
  • 阳谷县住房建设委网站/深圳广告策划公司
  • 网站创建方案怎么写/seo综合
  • 公司网站制作步骤/上海优化网站
  • 北京网站seo收费标准/新疆疫情最新情况
  • 仙居做网站的/电商运营怎么做如何从零开始
  • 网络宣传网站建设定制/网络营销的基本职能
  • 深圳网站官网建设方案/郑州网站营销推广
  • 商城网站上做内容冲突吗/短视频培训课程
  • XSS攻击:从原理入门到实战精通详解
  • Python代码规范与静态检查(ruff/black/mypy + pyproject.toml + Makefile)自动化工具链介绍
  • 022 基础 IO —— 文件
  • 从“Hello World”到“高并发中间件”:Go 语言 2025 系统学习路线图
  • System V通信机制
  • 【模型评估中的BLEU、ROUGE、Bertscore、BERT分别什么意思?】