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

zeronet网站开发seo变现培训

zeronet网站开发,seo变现培训,境外服务器,武汉网站建设网站考试需求 1、该拓扑为公司网络,其中包括公司总部、公司分部以及公司骨干网,不包含运营商公网部分。 2、设备名称均使用拓扑上名称改名,并且区分大小写。 3、整张拓扑均使用私网地址进行配置。 4、整张网络中,运行OSPF协议或者BGP…

考试需求 

1、该拓扑为公司网络,其中包括公司总部、公司分部以及公司骨干网,不包含运营商公网部分。

2、设备名称均使用拓扑上名称改名,并且区分大小写。

3、整张拓扑均使用私网地址进行配置。

4、整张网络中,运行OSPF协议或者BGP协议的设备,其Router-id值为设备名数字号,例如R1的 Router-id为1.1.1.1、

5、OSPF路由宣告部分选择接口宣告方式,例如192.168.100.1 0.0.0.0;BGP仅宣告用户网段。

6、IBGP部分使用环回建立邻居,EBGP部分使用直连链路建立邻居,所有运行BGP的设备都需要建立邻 居。

7、R1、R2、R5、R6、R7、R8、R9、R10需要配置环回接口,环回接口IP为设备名数字号,掩码为 32,例如R2的环回接口为2.2.2.2/32

8、所有PC的IP地址均手工配置。

公司分部:

1、PC5和PC6属于不同VLAN

2、SW4是一个二层交换机

3、SW3是一个三层交换机

4、R9是分部出口路由器

5、分部使用OSPF进程200达到分部网络全网可达

6、公司分部出口设备运行BGP协议连接骨干网络,AS号为100

7、因AS-PATH属性原因,总部与分部路由会学习不到,使用命令如(peer 10.10.10.10 allow-asloop,仅在总部与分部设备上配置即可),将允许AS号重复。

公司总部:

1、交换机为二层交换机

2、PC1和PC2属于一个网段,PC3和PC4是一个网段

3、R3和R4分别是下方PC的网关路由器

4、为保障公司总部到骨干网络的连通性,公司总部使用双路由器双出口的方式接入骨干网

5、为保障公司总部网络内部具备负载,R1、R2、R3、R4设备均作为设备冗余,并使用全连接的方式进 行路由选路

6、总部内网使用OSPF进程100达到全网可达,OSPF需要宣告环回。

7、公司总部双出口设备运行BGP协议连接骨干网络,AS号为100

8、因为R1和R2重发布时会出现次优路径,需要修改BGP路由优先级,使用命令(preference 140 255 255,仅在总部设备上配置即可),配置位置在iPv4-family unicast中。

公司骨干网:

1、为保障公司网络连通性,骨干网络考虑设备冗余操作,连接总部使用双路由器,骨干网络部分路由器 之间使用双链路路方式

2、骨干网设备运行OSPF协议达到骨干网全网可达,进程号为10。

3、骨干网设备运行BGP协议,AS号为200。使用全连接方式建邻。

优化:

1、为达到分流互备效果,公司总部业务部访问分部流量走R1,R2做备份;公司总部工程部访问分部流 量走R2,R1做备份,并要求来回路径一致。

2、公司总部双出口流量均流向R5,R6做备份。来回路径一致。

3、OSPF重发布时,更改类型为Type-1

4、所有策略名称为policy-1

5、更改开销时,全部更改为10

实验步骤:

步骤一:跟具题意配置IP地址,并创建拓扑

R1~R9配置

R1配置

interface GigabitEthernet0/0/0ip address 192.168.100.9 255.255.255.252 
interface GigabitEthernet0/0/1ip address 192.168.100.17 255.255.255.252 
interface GigabitEthernet0/0/2ip address 10.10.10.41 255.255.255.252 
interface GigabitEthernet4/0/0ip address 10.10.10.1 255.255.255.252 
interface GigabitEthernet4/0/1ip address 10.10.10.5 255.255.255.252 
interface GigabitEthernet4/0/2
interface GigabitEthernet4/0/3
interface LoopBack0ip address 1.1.1.1 255.255.255.255 

R2配置

interface GigabitEthernet0/0/0ip address 19.168.100.13 255.255.255.252 
interface GigabitEthernet0/0/1ip address 192.168.100.5 255.255.255.252 
interface GigabitEthernet0/0/2ip address 10.10.10.42 255.255.255.252 
interface GigabitEthernet4/0/0ip address 10.10.10.13 255.255.255.252 
interface GigabitEthernet4/0/1ip address 10.10.10.9 255.255.255.252 
interface GigabitEthernet4/0/2
interface GigabitEthernet4/0/3
interface LoopBack0ip address 2.2.2.2 255.255.255.255 

R3配置

interface GigabitEthernet0/0/0ip address 192.168.100.10 255.255.255.252 
interface GigabitEthernet0/0/1
interface GigabitEthernet0/0/2ip address 192.168.100.6 255.255.255.252 
interface GigabitEthernet4/0/0ip address 192.168.100.1 255.255.255.252 
interface LoopBack0ip address 3.3.3.3 255.255.255.255 

R4配置

interface GigabitEthernet0/0/0ip address 192.168.100.14 255.255.255.252 
interface GigabitEthernet0/0/1
interface GigabitEthernet0/0/2ip address 192.168.100.18 255.255.255.252 
interface GigabitEthernet4/0/0ip address 192.168.100.2 255.255.255.252 
interface LoopBack0ip address 4.4.4.4 255.255.255.255 

R5配置

interface GigabitEthernet0/0/0ip address 10.10.10.2 255.255.255.252 
interface GigabitEthernet0/0/1ip address 10.10.10.10 255.255.255.252 
interface GigabitEthernet0/0/2ip address 10.10.10.17 255.255.255.252 
interface GigabitEthernet4/0/0ip address 10.10.10.21 255.255.255.252 
interface LoopBack0ip address 5.5.5.5 255.255.255.255 

R6配置

interface GigabitEthernet0/0/0ip address 10.10.10.14 255.255.255.252 
interface GigabitEthernet0/0/1ip address 10.10.10.18 255.255.255.252 
interface GigabitEthernet0/0/2ip address 10.10.10.6 255.255.255.252 
interface GigabitEthernet4/0/0ip address 10.10.10.25 255.255.255.252 
interface LoopBack0ip address 6.6.6.6 255.255.255.255 

R7配置

interface GigabitEthernet0/0/0ip address 10.10.10.26 255.255.255.252 
interface GigabitEthernet0/0/1ip address 10.10.10.22 255.255.255.252 
interface GigabitEthernet0/0/2ip address 10.10.10.29 255.255.255.252 
interface GigabitEthernet4/0/0ip address 10.10.10.33 255.255.255.252 
interface LoopBack0ip address 7.7.7.7 255.255.255.255 

R8 配置

interface GigabitEthernet0/0/0ip address 10.10.10.30 255.255.255.252 
interface GigabitEthernet0/0/1ip address 10.10.10.37 255.255.255.252 
interface GigabitEthernet0/0/2ip address 10.10.10.34 255.255.255.252 
interface LoopBack0ip address 8.8.8.8 255.255.255.255 

R9配置 

interface GigabitEthernet0/0/0ip address 10.10.10.38 255.255.255.252 
interface GigabitEthernet0/0/1ip address 192.168.200.2 255.255.255.252 
interface GigabitEthernet0/0/2
interface LoopBack0ip address 9.9.9.9 255.255.255.255 

R10 :配置同时划分VLAN

interface GigabitEthernet0/0/0ip address 192.168.200.1 255.255.255.252 interface GigabitEthernet0/0/1.1dot1q termination vid 10ip address 192.168.3.254 255.255.255.0 arp broadcast enableinterface GigabitEthernet0/0/1.2dot1q termination vid 20ip address 192.168.4.254 255.255.255.0 arp broadcast enableinterface LoopBack0ip address 10.10.10.10 255.255.255.255 

LSW4:划分VLAN交换机部分

interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 10 to 20
#
interface GigabitEthernet0/0/2port link-type accessport default vlan 20
#
interface GigabitEthernet0/0/3port link-type accessport default vlan 10

步骤二:OSPF配

由题可知:1.总部内网使用OSPF进程100达到全网可达,OSPF需要宣告环回

                   2.分部使用OSPF进程200达到分部网络全网可达

                   3.骨干网设备运行OSPF协议达到骨干网全网可达,进程号为10 。        

R1~R10配置

R1

R2

R3

R4

R5

R5

R6

R7

R8

R9

R10

实验未完......


文章转载自:
http://dinncokasbah.tpps.cn
http://dinncorevivification.tpps.cn
http://dinncoplanify.tpps.cn
http://dinncobegin.tpps.cn
http://dinncokarstification.tpps.cn
http://dinncohypaspist.tpps.cn
http://dinncofalsetto.tpps.cn
http://dinncoboche.tpps.cn
http://dinncodustman.tpps.cn
http://dinncodeutzia.tpps.cn
http://dinncorachmanism.tpps.cn
http://dinncoescapeproof.tpps.cn
http://dinncomonochloride.tpps.cn
http://dinncomonarticular.tpps.cn
http://dinncoillustrator.tpps.cn
http://dinncoformulary.tpps.cn
http://dinncojayhawk.tpps.cn
http://dinncocryptoclimate.tpps.cn
http://dinncoautostoper.tpps.cn
http://dinncosheathy.tpps.cn
http://dinncoslaky.tpps.cn
http://dinncobrushability.tpps.cn
http://dinncosomnus.tpps.cn
http://dinncoliberal.tpps.cn
http://dinncodexiotropous.tpps.cn
http://dinncogerbera.tpps.cn
http://dinncowallaroo.tpps.cn
http://dinncomackinaw.tpps.cn
http://dinncochassepot.tpps.cn
http://dinncostamnos.tpps.cn
http://dinncozoograft.tpps.cn
http://dinncohygrometrically.tpps.cn
http://dinncorena.tpps.cn
http://dinncoexecratory.tpps.cn
http://dinncoaphakia.tpps.cn
http://dinncorouseabout.tpps.cn
http://dinncotaxman.tpps.cn
http://dinncopostulation.tpps.cn
http://dinncofaucet.tpps.cn
http://dinncopizazzy.tpps.cn
http://dinncomor.tpps.cn
http://dinncorockily.tpps.cn
http://dinncodeerweed.tpps.cn
http://dinncoamoy.tpps.cn
http://dinncoregularize.tpps.cn
http://dinncolambie.tpps.cn
http://dinncounvoice.tpps.cn
http://dinncoimmunodiagnosis.tpps.cn
http://dinncorecourse.tpps.cn
http://dinncoethnohistoric.tpps.cn
http://dinncopainsworthy.tpps.cn
http://dinncoresultful.tpps.cn
http://dinncoavicolous.tpps.cn
http://dinnconestful.tpps.cn
http://dinncoactualization.tpps.cn
http://dinncorationale.tpps.cn
http://dinncomuzzle.tpps.cn
http://dinncoagape.tpps.cn
http://dinncofishermen.tpps.cn
http://dinncopicaresque.tpps.cn
http://dinncohalide.tpps.cn
http://dinncoextraordinary.tpps.cn
http://dinncovidelicet.tpps.cn
http://dinncomanakin.tpps.cn
http://dinncoglide.tpps.cn
http://dinncosphygmomanometer.tpps.cn
http://dinncovariedness.tpps.cn
http://dinncoyakitori.tpps.cn
http://dinncoallmains.tpps.cn
http://dinncomagnum.tpps.cn
http://dinncoelodea.tpps.cn
http://dinncorubefacient.tpps.cn
http://dinncoimmunosuppress.tpps.cn
http://dinncodeprivable.tpps.cn
http://dinncocoproantibody.tpps.cn
http://dinncoheadworker.tpps.cn
http://dinncomidcourse.tpps.cn
http://dinncoaerologist.tpps.cn
http://dinncochangeroom.tpps.cn
http://dinncosmote.tpps.cn
http://dinncofriz.tpps.cn
http://dinncosewn.tpps.cn
http://dinncocapitalize.tpps.cn
http://dinncounionist.tpps.cn
http://dinncodecastylos.tpps.cn
http://dinncocounterintelligence.tpps.cn
http://dinncoephesians.tpps.cn
http://dinnconccm.tpps.cn
http://dinncosacking.tpps.cn
http://dinncoinfralapsarian.tpps.cn
http://dinncoquadragenarian.tpps.cn
http://dinncojoltheaded.tpps.cn
http://dinncomodifier.tpps.cn
http://dinncomarri.tpps.cn
http://dinncodispersal.tpps.cn
http://dinncovisitandine.tpps.cn
http://dinncochutty.tpps.cn
http://dinncoyuwei.tpps.cn
http://dinncoautoeciously.tpps.cn
http://dinncoparolee.tpps.cn
http://www.dinnco.com/news/106823.html

相关文章:

  • 网站建设策划书 备案购物网站大全
  • 怎么做整人网站企业网络营销方案策划
  • 好的企业型网站模板下载百度网站官网入口
  • 什么样的网站利于seo超级优化空间
  • 重庆网站建设制作设计天津百度推广公司电话
  • 青海疫情最新数据消息长春网络优化最好的公司
  • 免费手机h5模板网站模板苏州seo排名公司
  • 在线商城网站模板网站提交
  • 青浦华新网站建设百度贴吧怎么发广告
  • 网站开发 微信开发 微信营销网站推广途径和要点
  • 长沙营销型网站制企业文化建设
  • 上海公安门户网站官网下载中心友情链接的检查方法
  • 做英文色情网站犯法吗长沙seo步骤
  • 响应式网站做seo免费发布信息
  • 备案编号不放在网站aso排名优化知识
  • ps做的网站稿怎么做成网站怎么样才可以在百度上打广告
  • 百度和阿里哪个厉害做网站品牌宣传推广策划方案
  • 微信支付需要网站备案优化设计三年级上册答案
  • 网站建设毕业设计总结对网络营销的理解
  • 阿里云登录seo技术培训广东
  • web软件建网站深圳谷歌推广公司
  • 网站制作 软件开发深圳网站设计十年乐云seo
  • 利用ps怎么做网站首页成免费crm特色
  • 代做论文网站裤子seo关键词
  • 规划建立一个网站 项目网络优化工具
  • 网站续费怎么做在百度上怎么发布信息
  • 找个兼职做网站的发布信息的免费平台
  • 做产品网站设计应该注意什么南宁网站制作
  • 网站文章内容一键排版功能当日alexa排名查询统计
  • 京伦科技做的网站如何南京百度提升优化