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

怎么制作微信购物网站劳动局免费咨询律师电话

怎么制作微信购物网站,劳动局免费咨询律师电话,easyui网站开发实战电子书,办公室图片实验拓扑 低级错误 在配置隧道时,目标的单词是destination,我自动补全为description了,这个问题花了我40分钟 划分ip AS2内骨干网,一个网段需要两个地址,主机位2位,掩码30 需要6个 172.16.0.000000 00 172.16.0.0/30 172.16.0.000001 00 172.16.0.4/30 172.16.0.000010 00 1…

实验拓扑

在这里插入图片描述

低级错误

在配置隧道时,目标的单词是destination,我自动补全为description了,这个问题花了我40分钟

划分ip

AS2内骨干网,一个网段需要两个地址,主机位2,掩码30
需要6172.16.0.000000 00 172.16.0.0/30
172.16.0.000001 00 172.16.0.4/30
172.16.0.000010 00 172.16.0.8/30
172.16.0.000011 00 172.16.0.12/30
172.16.0.000100 00 172.16.0.16/30
172.16.0.000101 00 172.16.0.20/30建立邻居地址 都是32为地址,注意不要地址冲突
172.16.1.2 32
172.16.1.3 32
172.16.1.4 32
172.16.1.5 32
172.16.1.6 32
172.16.1.7 32业务网段 没规定业务网段大小,那就24掩码了
172.16.2.0 24 R2
172.16.3.0 24 R3
172.16.4.0 24 R4
172.16.5.0 24 R5 
172.16.6.0 24 R6
172.16.7.0 24 R7

配置ospf

r2
ospf 1 router-id 2.2.2.2 area 0.0.0.0 network 172.16.0.0 0.0.0.3 network 172.16.0.20 0.0.0.3 network 172.16.1.2 0.0.0.0 
r3
ospf 1 router-id 3.3.3.3 area 0.0.0.0 network 172.16.0.0 0.0.0.3 network 172.16.0.4 0.0.0.3 network 172.16.1.3 0.0.0.0 
r4
ospf 1 router-id 4.4.4.4 area 0.0.0.0 network 172.16.0.4 0.0.0.3 network 172.16.0.8 0.0.0.3 network 172.16.1.4 0.0.0.0 
r5
ospf 1 router-id 5.5.5.5 area 0.0.0.0 network 172.16.0.16 0.0.0.3 network 172.16.0.20 0.0.0.3 network 172.16.1.5 0.0.0.0 
r6
ospf 1 router-id 6.6.6.6 area 0.0.0.0 network 172.16.0.12 0.0.0.3 network 172.16.0.16 0.0.0.3 network 172.16.1.6 0.0.0.0 
r7
ospf 1 router-id 7.7.7.7 default-route-advertisearea 0.0.0.0 network 172.16.0.8 0.0.0.3 network 172.16.0.12 0.0.0.3 network 172.16.1.7 0.0.0.0 

配置bgp

r1
bgp 1peer 12.1.1.2 as-number 2 #ipv4-family unicastundo synchronizationnetwork 1.1.1.1 255.255.255.255 peer 12.1.1.2 enable
r2 #联盟内需要全连接
bgp 64512confederation id 2confederation peer-as 64513peer 12.1.1.1 as-number 1 peer 172.16.0.22 as-number 64513 peer 172.16.1.3 as-number 64512 peer 172.16.1.3 connect-interface LoopBack0peer 172.16.1.4 as-number 64512 peer 172.16.1.4 connect-interface LoopBack0#ipv4-family unicastundo synchronizationpeer 12.1.1.1 enablepeer 172.16.0.22 enablepeer 172.16.0.22 next-hop-local peer 172.16.1.3 enablepeer 172.16.1.3 next-hop-local peer 172.16.1.4 enablepeer 172.16.1.4 next-hop-local 
r3
bgp 64512confederation id 2confederation peer-as 64513peer 172.16.1.2 as-number 64512 peer 172.16.1.2 connect-interface LoopBack0peer 172.16.1.4 as-number 64512 peer 172.16.1.4 connect-interface LoopBack0#ipv4-family unicastundo synchronizationpeer 172.16.1.2 enablepeer 172.16.1.4 enable
r4
bgp 64512confederation id 2confederation peer-as 64513peer 172.16.1.2 as-number 64512 peer 172.16.1.2 connect-interface LoopBack0peer 172.16.1.3 as-number 64512 peer 172.16.1.3 connect-interface LoopBack0#ipv4-family unicastundo synchronizationpeer 172.16.1.2 enablepeer 172.16.1.3 enabler5
bgp 64513confederation id 2confederation peer-as 64512peer 172.16.0.21 as-number 64512 peer 172.16.1.6 as-number 64513 peer 172.16.1.6 connect-interface LoopBack0peer 172.16.1.7 as-number 64513 peer 172.16.1.7 connect-interface LoopBack0#ipv4-family unicastundo synchronizationpeer 172.16.0.21 enablepeer 172.16.1.6 enablepeer 172.16.1.6 next-hop-local peer 172.16.1.7 enablepeer 172.16.1.7 next-hop-local 
r6
bgp 64513confederation id 2confederation peer-as 64512peer 172.16.1.5 as-number 64513 peer 172.16.1.5 connect-interface LoopBack0peer 172.16.1.7 as-number 64513 peer 172.16.1.7 connect-interface LoopBack0#ipv4-family unicastundo synchronizationnetwork 172.16.6.0 255.255.255.0 peer 172.16.1.5 enablepeer 172.16.1.7 enable
r7
bgp 64513confederation id 2confederation peer-as 64512peer 34.1.1.2 as-number 3 peer 172.16.1.5 as-number 64513 peer 172.16.1.5 connect-interface LoopBack0peer 172.16.1.6 as-number 64513 peer 172.16.1.6 connect-interface LoopBack0#ipv4-family unicastundo synchronizationpeer 34.1.1.2 enablepeer 172.16.1.5 enablepeer 172.16.1.5 next-hop-local peer 172.16.1.6 enablepeer 172.16.1.6 next-hop-local 
r8
bgp 3peer 34.1.1.1 as-number 2 #ipv4-family unicastundo synchronizationnetwork 8.8.8.8 255.255.255.255 peer 34.1.1.1 enable

隧道

r1
interface Tunnel0/0/0ip address 192.168.3.1 255.255.255.0 tunnel-protocol gresource 1.1.1.1destination 8.8.8.8
r8
interface Tunnel0/0/0ip address 192.168.3.2 255.255.255.0 tunnel-protocol gresource 8.8.8.8destination 1.1.1.1

配置rip,静态也行,因为开头的低级错误我把静态取消了换了rip,结果和路由没关系

r1
rip 1undo summaryversion 2network 192.168.1.0network 192.168.3.0
r8
rip 1undo summaryversion 2network 192.168.3.0network 192.168.2.0

通!

在这里插入图片描述

ping一下r6的业务网段
在这里插入图片描述


文章转载自:

http://mZw9rS5k.Lywys.cn
http://iNBIVgxm.Lywys.cn
http://KricuSpW.Lywys.cn
http://4dsZ5InF.Lywys.cn
http://TjDGJqZP.Lywys.cn
http://OQctSuAB.Lywys.cn
http://LAhfeJBN.Lywys.cn
http://lc8lEnHi.Lywys.cn
http://KYkFZBAF.Lywys.cn
http://cN93e3gh.Lywys.cn
http://iwGuP4Oj.Lywys.cn
http://IyNmyBkQ.Lywys.cn
http://1YRGmI8i.Lywys.cn
http://TGTRHvcg.Lywys.cn
http://3b7kAjNA.Lywys.cn
http://elH8OrwG.Lywys.cn
http://5irFs8kt.Lywys.cn
http://HqsHrgoM.Lywys.cn
http://zecARmcf.Lywys.cn
http://wrokDscZ.Lywys.cn
http://jVnmm75e.Lywys.cn
http://2wd6xJCG.Lywys.cn
http://SmV5qWPz.Lywys.cn
http://kE8hzIoa.Lywys.cn
http://AZByX9pg.Lywys.cn
http://F5MHno1J.Lywys.cn
http://1v0NGIxk.Lywys.cn
http://Dpe56K7V.Lywys.cn
http://pgvAVQx6.Lywys.cn
http://ReFHMDrr.Lywys.cn
http://www.dtcms.com/wzjs/654180.html

相关文章:

  • 东莞营销网站建设哪个平台好wordpress标题翻译插件
  • 做网站需要什么编程语言没钱可以注册一千万的公司吗
  • wordpress 扒站教程wordpress 修改建站时间
  • 网络企业网站建设方案建站之星建出来的网站如何上传
  • 网站备案查询工信部手机版天津软件定制开发
  • 网站备案率是什么建立网站需要多少钱八寇湖南岚鸿团队
  • 做网站用apache还是nginxcdr做网站分辨率
  • 3合1网站建设价格wordpress 中文响应式
  • 网站做rss+wordpress医院管理系统网站开发
  • 怎样让网站显示网站建设中珠海网站建设q479185700强涵
  • 鹏牛网做网站怎么样网站建设免责申明书
  • 论文中引用网站中怎么做和京东一样网站
  • 海口制作手机网站社群营销的具体方法
  • 百度网盘官网入口免费网站建设优化
  • 江苏省住房和城乡建设厅假网站wordpress wpcontent
  • 长春市做网站哪家好网站开发过程的分工
  • 做网站购买域名网站备案的影响
  • 网站功能调研泰安房产最新网签情况
  • 石家庄网站设计培训班网站定位策划书
  • 手机黄山网站传奇手游开服表网站
  • 怎么做传奇网站图快速备份wordpress
  • 本地网站建设视频教程网站网页设计入门
  • 门户网站建设招标文件长春网站建设案例
  • 山东网站求个网站带图片素材
  • 重庆手机网站制作价格天山路街道网站建设
  • 网站开发可以多少钱一个月学编程的app软件
  • 成都私人网站建设百度搜索引擎关键词
  • 扁平化网站设计教程友情链接交易网站
  • 小白学做网站教程国人原创wordpress主题排行
  • 天津做网站哪家服务好简单的企业网站cms