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

php网站开发技术前景摄影网站建设流程

php网站开发技术前景,摄影网站建设流程,app制作开发公司收费,零基础网站建设教学培训班路由器重分发(OSPFRIP) 版本 1 RIP充当翻译官 OSPF路由器只会OSPF语言;RIP路由器充当翻译官就要会OSPF语言和RIP语言;则在RIP中还需要将OSPF翻译成RIPOSPF 把RIP路由器当成翻译官,OSPF路由器就只需要宣告自己的ip&am…

路由器重分发(OSPF+RIP)

版本 1 RIP充当翻译官

image-20250422143735823

OSPF路由器只会OSPF语言;RIP路由器充当翻译官就要会OSPF语言和RIP语言;则在RIP中还需要将OSPF翻译成RIP
  • OSPF
把RIP路由器当成翻译官,OSPF路由器就只需要宣告自己的ip,也就是network 1.1.1.0 0.0.0.255 area 0 network 2.2.2.0 0.0.0.255 area 0
  • RIP
RIP路由器作为翻译官,要做的是宣告自己的IP;还需要为OSPF翻译,所以要有一条通道可以翻译OSPF:
router rip
network 3.3.3.0还要进入router ospf 1中,
network 2.2.2.0 0.0.0.255 area 0
也宣告一下作为翻译的通道,表示两个都学到,就是会翻译OSPF和RIP

开启端口并配置IP

  • OSPF(路由器)
Router>en
Router#conf t
Router(config)#int g0/0
Router(config-if)#no shutdown 
Router(config-if)#ip add 1.1.1.2 255.255.255.0
Router(config-if)#ex
Router(config)#int g0/1 
Router(config-if)#no shutdown 
Router(config-if)#ip ad 2.2.2.1 255.255.255.0
  • RIP(路由器)
Router>en
Router#conf t
Router(config)#int g0/0
Router(config-if)#no shutdown 
Router(config-if)#ip add 3.3.3.1 255.255.255.0
Router(config-if)#ex
Router(config)#int g0/1 
Router(config-if)#no shutdown 
Router(config-if)#ip add 2.2.2.2 255.255.255.0
Router(config-if)#ex

OSPF协议

  • OSPF路由器
Router(config)#router ospf 1
Router(config-router)#network 1.1.1.0 0.0.0.255 area 0
Router(config-router)#network 2.2.2.0 0.0.0.255 area 0

RIP协议

  • RIP(路由器)
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 3.3.3.0
Router(config-router)#ex
Router(config)#router ospf 1
Router(config-router)#network 2.2.2.0 0.0.0.255 area 0
Router(config-router)#ex

路由器重分发

  • RIP(路由器)
Router(config)#router rip
Router(config-router)#redistribute ospf 1 metric 5
Router(config-router)#ex
Router(config)#router ospf 1
Router(config-router)#redistribute rip subnets 

版本2 OSPF充当翻译官

image-20250422144920627

RIP路由器只会RIP语言;OSPF路由器充当翻译官就要会OSPF语言和RIP语言;则在OSPF中还需要将RIP翻译成OSPF
  • RIP
把OSPF路由器当成翻译官,RIP路由器就只需要宣告自己的ip,也就是
network 3.3.3.0 0.0.0.255 area 0 network 2.2.2.0 0.0.0.255 area 0
  • OSPF
OSPF路由器作为翻译官,要做的是宣告自己的IP;
router ospf 1
network 1.1.1.0 0.0.0.255 area 0
还需要为RIP翻译,所以要有一条通道可以翻译RIP:
router rip
version 2
network 2.2.2.0

开启端口并配置IP

  • OSPF(路由器)
Router>en
Router#conf t
Router(config)#int g0/0
Router(config-if)#no shutdown 
Router(config-if)#ip add 1.1.1.2 255.255.255.0
Router(config-if)#ex
Router(config)#int g0/1 
Router(config-if)#no shutdown 
Router(config-if)#ip ad 2.2.2.1 255.255.255.0
  • RIP(路由器)
Router>en
Router#conf t
Router(config)#int g0/0
Router(config-if)#no shutdown 
Router(config-if)#ip add 3.3.3.1 255.255.255.0
Router(config-if)#ex
Router(config)#int g0/1 
Router(config-if)#no shutdown 
Router(config-if)#ip add 2.2.2.2 255.255.255.0
Router(config-if)#ex

RIP协议

Router>en
Router#conf t
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 3.3.3.0
Router(config-router)#network 2.2.2.0

OSPF协议

Router>en
Router#conf t
Router(config)#router ospf 1
Router(config-router)#network 1.1.1.0 0.0.0.255 area 0
Router(config-router)#ex
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 2.2.2.0

路由器重分发

Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#redistribute ospf 1 metric 5
Router(config-router)#ex
Router(config)#router ospf 1
Router(config-router)#redistribute rip subnets 
  • 最终的结果都是要show ip route上显示的ip才能ping通,才算成功
http://www.dtcms.com/wzjs/837431.html

相关文章:

  • 做网站建设的基本步骤做外贸电商网站
  • 网站运营和网络营销网页设计作品展
  • 黑猫会活动策划网站地方招聘网站如何做推广
  • 农家乐网站 建设专门做企业名录的网站
  • 浙江省建设诚信系统网站上海人才服务网官网
  • 图片展示网站php源码wordpress插件转php
  • wordpress 3.3.1东莞网络排名优化
  • 如何做网站价格策略wordpress 恶意注册
  • 网站内容设计主要包括wordpress 导入 乱码
  • 洛阳网站建设启辰网络服装网站建设策划书的基本结构
  • 网站死链修复wordpress不能注册
  • 江西网站开发怎么看wordpress数据库位置
  • 免费制作简历模板网站仙桃网站网站建设
  • 江门营销型网站建设公司网站建设策划方案t
  • 如何选择徐州网站开发上海建网站价格
  • 西安电子商务网站开发wordpress 创建数据库表
  • 建网站设计这样做网站推广
  • app取代网站网站 永久关停 请示
  • 平台网站建设多少钱河南城乡建设厅网站证书查询
  • 旅游网站建设流程怎么创建自己的购物平台
  • 石家庄+外贸网站建设公司引流推广犯法吗
  • app设计素材网站国家企业工商网查询
  • 下载的软件乱码怎么解决网站建设优化去哪学
  • 深圳做网站的淄博网站关键字优化
  • 大气蓝色律师网站phpcms模板东莞优化seo网站关键词优化
  • 换网站了吗网站开发寻找潜在客户的途径
  • 商城型网站建设代理加盟建网站做哪方面
  • psd网站wordpress页面woo分类
  • 网站建设合同书保密条款设计好的网站推荐
  • 用htlm做静态网站怎么用网页设计与制作教程 第2版 张兵义