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

连云港网站建设爱营销电信版下载app最新版

连云港网站建设,爱营销电信版下载app最新版,海尔建设网站的目的,学工系统网站建设的意义需要完善 一、实验拓扑 二、实验需求 1、R2-7每台路由器均存在一个环回接口用于建立邻居,同时还存在一个环回来代表连接用户的接口;最终这些连接用户的接口网络需要可以和R1/8的环回通讯 2、AS2网段地址172.16.0.0/16 减路由条目数量 三、实验步骤 首先配置IP R…

需要完善

一、实验拓扑

二、实验需求

 1、R2-7每台路由器均存在一个环回接口用于建立邻居,同时还存在一个环回来代表连接用户的接口;最终这些连接用户的接口网络需要可以和R1/8的环回通讯
2、AS2网段地址172.16.0.0/16 减路由条目数量

三、实验步骤

首先配置IP

R1配置

[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip address 12.1.1.1 24
[r1-GigabitEthernet0/0/0]int l 0  
[r1-LoopBack0]ip ad 1.1.1.1 24
[r1-LoopBack0]int l 1
[r1-LoopBack1]ip address 132.1.1.1 32

R2配置

[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip address 12.1.1.2 24
[r2-GigabitEthernet0/0/0]int l 0 
[r2-LoopBack0]ip address 172.16.1.1 24
[r2-LoopBack0]int l1
[r2-LoopBack1]ip address 132.1.1.2 32

[r2]int g0/0/1
[r2-GigabitEthernet0/0/1]ip address 172.16.0.1 30
[r2-GigabitEthernet0/0/1]int g0/0/02
[r2-GigabitEthernet0/0/2]ip address 172.16.0.21 30

注意一会要在AS2中配置ospf,所以要修改环回0的的接口类型

[r2-LoopBack0]ospf network-type broadcast 

 R3配置

[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip address 172.16.0.2 30
[r3-GigabitEthernet0/0/0]int g0/0/01
[r3-GigabitEthernet0/0/1]ip address 172.16.0.5 30

[r3]int l 0
[r3-LoopBack0]ip address 172.16.2.1 24
[r3-LoopBack0]ospf network-type broadcast 

[r3-LoopBack1]ip address 132.1.1.3 32

 R4配置

[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ip address 172.16.0.6 30
[Huawei-GigabitEthernet0/0/0]int g0/0/1
[Huawei-GigabitEthernet0/0/1]ip address 172.16.0.9 30
[Huawei-GigabitEthernet0/0/1]int l 0
[Huawei-LoopBack0]ip address 172.16.3.1 24
[Huawei-LoopBack0]ospf network-type broadcast 
[Huawei-LoopBack0]int l1
[Huawei-LoopBack1]ip address 132.1.1.4 32

 R7配置

[r7] int g0/0/0
[r7-GigabitEthernet0/0/0]ip address 172.16.0.10 30
[r7-GigabitEthernet0/0/0]int g0/0/1
[r7-GigabitEthernet0/0/1]ip address 172.16.0.14 30
[r7-GigabitEthernet0/0/1]int l0 
[r7-LoopBack0]ip address 172.16.6.1 24

[r7-LoopBack0]ospf network-type broadcast 
[r7-LoopBack0]int l 1  
[r7-LoopBack1]ip address 132.1.1.7 32

[r7-GigabitEthernet0/0/2]ip ad 78.1.1.1 24

R6配置

 [r6]int g0/0/2
[r6-GigabitEthernet0/0/2]ip address 172.16.0.13 30
[r6-GigabitEthernet0/0/2]int g0/0/1
[r6-GigabitEthernet0/0/1]ip address 172.16.0.18 30
[r6-GigabitEthernet0/0/1]int l 0
[r6-LoopBack0]ip address 172.16.5.1 24
[r6-LoopBack0]int l1
[r6-LoopBack1]ip address 132.1.1.6 32
[r6-LoopBack1]int l 0
[r6-LoopBack0]ospf network-type broadcast 

 R5配置

[r5]int g0/0/01
[r5-GigabitEthernet0/0/1]ip address 172.16.0.17 30
[r5-GigabitEthernet0/0/1]int g0/0/0
[r5-GigabitEthernet0/0/0]ip address 172.16.0.22 30
[r5-GigabitEthernet0/0/0]int l0
[r5-LoopBack0]ip address 172.16.4.1 24
[r5-LoopBack0]int l1
[r5-LoopBack1]ip address 132.1.1.5 32

[r5-LoopBack0]ospf network-type broadcast 

 R8配置

[r8]int g0/0/0 
[r8-GigabitEthernet0/0/0]ip address 78.1.1.2 24
[r8-GigabitEthernet0/0/0]int l0
[r8-LoopBack0]ip address 8.8.8.8 24 
[r8-LoopBack0]int l1
[r8-LoopBack1]ip address 132.1.1.8 32

现在配置AS2中ospf仅以R3作为例子  

[r3]ospf 1
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]network 172.16.0.0 0.0.255.255

 然后开配置BGP

先在R1和R2环回1之间配置两条路由保证可达,R7和R8同理,下面仅以R1和R2做例子

[r1]ip route-static 132.1.1.2 32 12.1.1.2

[r2]ip route-static 132.1.1.1 32 12.1.1.1

 测试可以ping通

配置BGP 、BGP间建邻仅以R1、R2、R3作为例子

 [r1]bgp 1
[r1-bgp]router-id 1.1.1.1
[r1-bgp]peer 12.1.1.2 as-number 2
 
[r2]bgp 64512
[r2-bgp]router-id 2.2.2.2
[r2-bgp]confederation id 2
[r2-bgp]confederation peer-as 64513
[r2-bgp]peer 12.1.1.1 as-number 1
[r2-bgp]peer 132.1.1.3 as-number 64512    
[r2-bgp]peer 132.1.1.3 connect-interface LoopBack 1
[r2-bgp]peer 132.1.1.5 as-number 64513
[r2-bgp]peer 132.1.1.5 connect-interface LoopBack 1
[r2-bgp]peer 132.1.1.5 ebgp-max-hop 2 

 
[r3]bgp 64512
[r3-bgp]router-id 3.3.3.3
[r3-bgp]confederation id 2
[r3-bgp]peer 132.1.1.2as-number 64512
[r3-bgp]peer 132.1.1.2 connect-interface LoopBack 1
[r3-bgp]peer 132.1.1.4 as-number 64512
[r3-bgp]peer 132.1.1.4 connect-interface LoopBack 1

 然后打破水平分割仅以R3作为例子

[r3-bgp]peer 132.1.1.4 reflect-client

R2和R7宣告时可聚合,其他路由上该如何宣告就如何宣告

[r2]ip route-static 172.16.0.0 21 NULL 0
[r2-bgp]network 172.16.0.0 21
[r7]ip route-static 172.16.0.0 21 NULL 0
[r7-bgp]network 172.16.0.0 21 

 测试是否配置完成

 


文章转载自:
http://histologist.ybmp.cn
http://presbyopic.ybmp.cn
http://separable.ybmp.cn
http://elastin.ybmp.cn
http://updraft.ybmp.cn
http://spermatocyte.ybmp.cn
http://circumcolumnar.ybmp.cn
http://bestridden.ybmp.cn
http://plumulaceous.ybmp.cn
http://chainstitch.ybmp.cn
http://clostridial.ybmp.cn
http://barbiturate.ybmp.cn
http://jeans.ybmp.cn
http://signature.ybmp.cn
http://cluj.ybmp.cn
http://uppish.ybmp.cn
http://attestative.ybmp.cn
http://exanthem.ybmp.cn
http://pindling.ybmp.cn
http://acneigenic.ybmp.cn
http://impoverished.ybmp.cn
http://hypersthene.ybmp.cn
http://acrolein.ybmp.cn
http://gromwell.ybmp.cn
http://pedalfer.ybmp.cn
http://scholarly.ybmp.cn
http://preventer.ybmp.cn
http://homestead.ybmp.cn
http://sned.ybmp.cn
http://balkan.ybmp.cn
http://hah.ybmp.cn
http://overwarm.ybmp.cn
http://indigotic.ybmp.cn
http://gunman.ybmp.cn
http://meatworks.ybmp.cn
http://siphonage.ybmp.cn
http://arithmetic.ybmp.cn
http://chestnutting.ybmp.cn
http://longaeval.ybmp.cn
http://prizewinning.ybmp.cn
http://ruminator.ybmp.cn
http://cyma.ybmp.cn
http://msj.ybmp.cn
http://ameba.ybmp.cn
http://fluey.ybmp.cn
http://rototiller.ybmp.cn
http://tussore.ybmp.cn
http://marmalade.ybmp.cn
http://headship.ybmp.cn
http://cranch.ybmp.cn
http://resurge.ybmp.cn
http://saltchucker.ybmp.cn
http://nlrb.ybmp.cn
http://consuetudinary.ybmp.cn
http://allimportant.ybmp.cn
http://unpicturesque.ybmp.cn
http://enteritis.ybmp.cn
http://tenantlike.ybmp.cn
http://cowboy.ybmp.cn
http://aerial.ybmp.cn
http://baize.ybmp.cn
http://banderilla.ybmp.cn
http://resorcin.ybmp.cn
http://roofscape.ybmp.cn
http://polycarpous.ybmp.cn
http://reppo.ybmp.cn
http://denaturation.ybmp.cn
http://neurocirculatory.ybmp.cn
http://raad.ybmp.cn
http://cinema.ybmp.cn
http://lonesome.ybmp.cn
http://superimposition.ybmp.cn
http://tort.ybmp.cn
http://hardcover.ybmp.cn
http://juniority.ybmp.cn
http://solodize.ybmp.cn
http://snipey.ybmp.cn
http://sovkhoz.ybmp.cn
http://thing.ybmp.cn
http://hatter.ybmp.cn
http://footwarmer.ybmp.cn
http://septuple.ybmp.cn
http://madder.ybmp.cn
http://choucroute.ybmp.cn
http://cebu.ybmp.cn
http://combine.ybmp.cn
http://pylori.ybmp.cn
http://daddy.ybmp.cn
http://palpebrate.ybmp.cn
http://shame.ybmp.cn
http://regional.ybmp.cn
http://daffodil.ybmp.cn
http://evaluating.ybmp.cn
http://swimgloat.ybmp.cn
http://vla.ybmp.cn
http://trapezia.ybmp.cn
http://poitrine.ybmp.cn
http://cashew.ybmp.cn
http://rodential.ybmp.cn
http://maltose.ybmp.cn
http://www.15wanjia.com/news/98672.html

相关文章:

  • 怎么在百度提交自己的网站快速网站轻松排名哪家好
  • 长沙网站设计哪家专业站长之家论坛
  • 中山外贸网站建设公司百度客服24小时电话人工服务
  • 营销网站的主题 定位 修改建议千锋教育的真实性
  • 格尔木哪里有做网站的优化教程网下载
  • 中国菲律宾地图商丘seo
  • 做婚纱网站的图片素材网站手机版排名seo
  • 主机做网站服务器日本疫情最新数据
  • 汉沽手机网站建设百度官方app下载
  • 这么做国外网站的国内镜像站网站后台管理系统
  • wordpress换域名网站seo优化检测
  • 自己做网站还能挣钱吗永久免费客服系统软件
  • 长沙优化网站排名网页设计与制作软件
  • 企业网站怎么做百度一下官方入口
  • 网站前端模板四川企业seo
  • 炫的手机网站怎么创建网站的快捷方式
  • 自己电脑做电影网站吗苏州网站制作
  • 婚庆设计效果图山东seo百度推广
  • 浙江室内设计公司排名郑州网站优化渠道
  • 铜梁集团网站建设做一个网站要花多少钱
  • 南宁本地网站有哪些宁波seo深度优化平台
  • 北京单页营销型网站百度竞价关键词查询
  • 自助做app的网站网络推广外包怎么接单
  • 网站开发环境安装程序国内做网站比较好的公司
  • 中国建筑人才网官方网安卓优化大师下载安装
  • wordpress响应多少才正常seo快速优化软件网站
  • 服务类的网站怎么做seo网络优化专员
  • 网站seo搜索引擎优化案例seo搜索引擎优化教程
  • 网站投票制作重庆seo排名方法
  • 源码网站 怎么做长沙网站推广合作