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

网站页面宽度seo优化与sem推广有什么关系

网站页面宽度,seo优化与sem推广有什么关系,做怎么样的自己的网站,网站开发建设专业的公司实验分析: 1.R4为DR,则要通过改优先级,达到让R5、R6放弃DR和BDR的选举 2.中心到站点,接口的工作方式默认是point-to-point,这种工作方式,OSPF协议只能建一个邻居;我们需要将它改成broadcast或者…

 

 

实验分析:

               1.R4为DR,则要通过改优先级,达到让R5、R6放弃DR和BDR的选举

               2.中心到站点,接口的工作方式默认是point-to-point,这种工作方式,OSPF协议只能建一个邻居;我们需要将它改成broadcast或者是point-to-multipoint,且MGRE中的各个设备的tunnel接口都要改!!

               3.全连网状,只需在中心到站点的基础上在R5和R6之间做个伪广播!

Show run

 

R1

hostname R1      

interface Loopback0

 ip address 1.1.1.1 255.255.255.0

!         

interface Tunnel0

 ip address 10.1.1.1 255.255.255.0

 no ip redirects

 ip nhrp map multicast dynamic

 ip nhrp network-id 100

 ip ospf network broadcast

 tunnel source Serial0/0

 tunnel mode gre multipoint

!         

interface Tunnel1

 ip address 20.1.1.1 255.255.255.0

 tunnel source 12.1.1.1

 tunnel destination 52.1.1.1

!                

interface Serial0/0

 ip address 12.1.1.1 255.255.255.0

 clock rate 2000000

!                        

router ospf 1

 log-adjacency-changes

 network 1.1.1.1 0.0.0.0 area 0

 network 10.1.1.1 0.0.0.0 area 0

 network 20.1.1.1 0.0.0.0 area 0

!         

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 12.1.1.2

!     

R2:

hostname R2        

!                

interface Loopback0

 ip address 2.2.2.2 255.255.255.0

!         

interface Tunnel0

 ip address 10.1.1.2 255.255.255.0

 no ip redirects

 ip nhrp map 10.1.1.1 12.1.1.1

 ip nhrp network-id 100

 ip nhrp nhs 10.1.1.1

 ip ospf network broadcast

 tunnel source Serial0/0

 tunnel mode gre multipoint

!              

interface Serial0/0

 ip address 22.1.1.1 255.255.255.0

 clock rate 2000000

!                 

router ospf 1

 log-adjacency-changes

 network 2.2.2.2 0.0.0.0 area 0

 network 10.1.1.0 0.0.0.255 area 0

!         

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 22.1.1.2

!

R3:

hostname R3

!        

interface Loopback0

 ip address 3.3.3.3 255.255.255.0

!         

interface Tunnel0

 ip address 10.1.1.3 255.255.255.0

 no ip redirects

 ip nhrp map 10.1.1.1 12.1.1.1

 ip nhrp network-id 100

 ip nhrp nhs 10.1.1.1

 ip ospf network broadcast

 tunnel source Serial0/0

 tunnel mode gre multipoint

!         

interface FastEthernet0/0

 ip address 42.1.1.1 255.255.255.0

 duplex auto

 speed auto

!         

interface Serial0/0

 ip address 32.1.1.1 255.255.255.0

 clock rate 2000000

!               

router ospf 1

 log-adjacency-changes

 network 3.3.3.3 0.0.0.0 area 0

 network 10.1.1.0 0.0.0.255 area 0

 network 42.1.1.0 0.0.0.255 area 1

!         

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 32.1.1.2

!         

R4:

hostname R4

!        

interface Loopback0

 ip address 4.4.4.4 255.255.255.0

!         

interface Tunnel1

 ip address 20.1.1.2 255.255.255.0

 tunnel source Serial0/0

 tunnel destination 12.1.1.1

!         

interface Tunnel2

 ip address 17.1.1.1 255.255.255.0

 no ip redirects

 ip nhrp map multicast dynamic

 ip nhrp network-id 200

 ip ospf network point-to-multipoint

 ip ospf priority 10

 tunnel source Serial0/0

 tunnel mode gre multipoint

!                

interface Serial0/0

 ip address 52.1.1.1 255.255.255.0

 clock rate 2000000

!                 

router ospf 1

 log-adjacency-changes

 network 4.4.4.4 0.0.0.0 area 1

 network 17.1.1.1 0.0.0.0 area 1

 network 20.1.1.0 0.0.0.255 area 0

!         

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 52.1.1.2

!         

R5:

hostname R5

!       

interface Loopback0

 ip address 5.5.5.5 255.255.255.0

!         

interface Tunnel2

 ip address 17.1.1.2 255.255.255.0

 no ip redirects

 ip nhrp map 17.1.1.1 52.1.1.1

 ip nhrp network-id 200

 ip nhrp nhs 17.1.1.1

 ip ospf network point-to-multipoint

 ip ospf priority 0

 tunnel source Serial0/0

 tunnel mode gre multipoint

!                 

interface Serial0/0

 ip address 62.1.1.1 255.255.255.0

 ip ospf priority 0

 clock rate 2000000

!                 

router ospf 1

 log-adjacency-changes

 network 5.5.5.5 0.0.0.0 area 1

 network 17.1.1.2 0.0.0.0 area 1

!         

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 62.1.1.2

!         

R6:

hostname R6

!      

interface Loopback0

 ip address 6.6.6.6 255.255.255.0

!         

interface Tunnel2

 ip address 17.1.1.3 255.255.255.0

 no ip redirects

 ip nhrp map 17.1.1.1 52.1.1.1

 ip nhrp network-id 200

 ip nhrp nhs 17.1.1.1

 ip ospf network point-to-multipoint

 ip ospf priority 0

 tunnel source Serial0/0

 tunnel mode gre multipoint

!         

interface FastEthernet0/0

 ip address 42.1.1.2 255.255.255.0

 duplex auto

 speed auto

!         

interface Serial0/0

 ip address 72.1.1.1 255.255.255.0

 ip ospf priority 0

 clock rate 2000000

!                 

router ospf 1

 log-adjacency-changes

 network 6.6.6.6 0.0.0.0 area 1

 network 17.1.1.0 0.0.0.255 area 1

 network 42.1.1.0 0.0.0.255 area 1

!         

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 72.1.1.2

!         

R7:

hostname R7

!        

interface Serial0/0

 ip address 12.1.1.2 255.255.255.0

 clock rate 2000000

!                 

interface Serial0/1

 ip address 22.1.1.2 255.255.255.0

 clock rate 2000000

!         

interface Serial0/2

 ip address 32.1.1.2 255.255.255.0

 clock rate 2000000

!         

interface Serial0/3

 ip address 52.1.1.2 255.255.255.0

 clock rate 2000000

!         

interface Serial0/4

 ip address 62.1.1.2 255.255.255.0

 clock rate 2000000

!         

interface Serial0/5

 ip address 72.1.1.2 255.255.255.0

 clock rate 2000000

!               

       

 

 

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

相关文章:

  • 网络公司 营销型网站广东短视频seo营销
  • php网站设计人员郑州网站开发顾问
  • 福州网站建设兼职网络营销案例视频
  • 长沙自媒体公司广州:推动优化防控措施落
  • 网站建设学费要多少广告优化师前景怎样
  • 专做婚礼logo的网站推广普通话的意义简短
  • 烟台网站开发制作网站开发费用
  • 网站如何做se企业网站优化外包
  • 做足彩推荐赚钱的网站品牌营销是什么
  • html改变字体大小代码张家界网站seo
  • 文体广电旅游局网站建设方案信息流优化师面试常见问题
  • 海淀做网站百度竞价点击价格
  • 可以做外链的图片网站山东省住房和城乡建设厅
  • 网站改版什么意思哪些行业适合做seo
  • 网站营销型企业销售平台搜索优化网络推广
  • 哈尔滨微网站建设吴江网站制作
  • 网站空间怎么买免费的网页模板网站
  • 合肥企业网站建设工作室网站推广工具有哪些
  • 网站建设怎么接单上海站优云网络科技有限公司
  • 军事新闻网最新新闻河北电子商务seo
  • 网站搜索栏怎么做南京关键词优化软件
  • 建设工程教育网建设工程类的考试辅导网站广州百度首页优化
  • flash网站导航怎么做公众号如何推广运营
  • 网站建设公司潍坊微博seo营销
  • 模板网站可以自己买空间吗吗安徽网站推广优化
  • 网站建站流程图二十条优化措施
  • 如何建立自己推广网站企业推广哪个平台好
  • 在线网站开发培训爱站网 关键词挖掘工具站
  • 学校网站方案阿里巴巴关键词排名优化
  • 网站开发 哪些技术发稿推广
  • neo4j导入导出方法
  • (MST,并查集)nflsoj #4114 货车运输/洛谷 P1967NOIP2003 货车运输
  • 【Java后端】Spring Boot 集成 MyBatis-Plus 全攻略
  • OpenStack Neutron中的L2 Agent与L3 Agent:新手友好指南
  • 11、软件需求工程
  • 嵌入式硬件篇---电感串并联