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

做360网站优化快项目推广渠道有哪些

做360网站优化快,项目推广渠道有哪些,wppay wordpress,wordpress禁用main密码又忘配置OSPF的Stub区域示例 组网图形 图1 配置OSPF Stub区域组网图 Stub区域简介配置注意事项组网需求配置思路操作步骤配置文件 Stub区域简介 Stub区域的ABR不传播它们接收到的自治系统外部路由,在Stub区域中路由器的路由表规模以及路由信息传递的数量都会大大减少…

配置OSPF的Stub区域示例

组网图形

图1 配置OSPF Stub区域组网图

  • Stub区域简介
  • 配置注意事项
  • 组网需求
  • 配置思路
  • 操作步骤
  • 配置文件

Stub区域简介

Stub区域的ABR不传播它们接收到的自治系统外部路由,在Stub区域中路由器的路由表规模以及路由信息传递的数量都会大大减少。为保证到自治系统外的路由依旧可达,该区域的ABR将生成一条缺省路由,并发布给Stub区域中的其他非ABR路由器。

例如H公司有一台设备通过单链路与骨干区域连接,这台设备的性能较低,路由表规格也比较小。对于这台设备来说,这个区域需要访问其他区域,或者是OSPF域外的网段的时候,它的路由的下一跳都是这个单链路所对应的下一跳核心设备的IP。所以这个区域没有必要学习到大量的OSPF外部路由,此时就可以考虑将该区域配置成Stub区域。这样就能减小这个区域的路由表规模,降低对设备性能资源的消耗。

配置注意事项
  • 骨干区域不能配置成Stub区域。
  • Stub区域内不能存在ASBR,即自治系统外部的路由不能在本区域内传播。
  • 虚连接不能穿过Stub区域。
  • 如果要将一个区域配置成Stub区域,则该区域中的所有路由器都要配置Stub区域属性。
  • 如果要将一个区域配置成Totally Stub区域,该区域中的所有路由器必须配置stub命令,而其中该区域的ABR路由器需要配置stub no-summary命令。
  • stub no-summary命令仅能用于ABR上,用于禁止ABR向Stub区域内发布3类LSA。在ABR上配置该命令以后该区域成为Totally Stub区域,这时区域内的路由表项进一步减少,只有区域内路由和ABR通告的一条缺省路由。
  • 本举例适用的产品包括:
    • V200R011C10及之后版本的S2720-EI
    • S3700-EI、S3700-HI
    • S5700-EI、S5700-HI、S5710-EI、S5710-HI、S5720-LI、S5720S-LI、S5720-SI、S5720S-SI、S5720I-SI、S5720-EI、S5720-HI、S5730-HI、S5730-SI、S5730S-EI、S5731-H、S5731-S、S5731S-S、S5731S-H、S5731-H-K、S5732-H、S5732-H-K、S2730S-S、S5735-L-I、S5735-L1、S300、S5735-L、S5735S-L1、S5735S-L、S5735S-L-M、S500、S5735-S、S5735S-S、S5735-S-I、S5735S-H、S5736-S
    • S6700-EI、S6720-LI、S6720S-LI、S6720-SI、S6720S-SI、S6720-EI、S6720S-EI、S6720-HI、S6730-H、S6730-S、S6730S-S、S6730S-H、S6730-H-K
    • S7703、S7706、S7712、S7710、S7703 PoE、S7706 PoE、S7905、S7908
    • S9703、S9706、S9712
  • 本举例中产品的默认适用版本请参见“案例适用的产品和版本说明”中的表1。

如需了解交换机软件配套详细信息,请点击Info-Finder,在选择产品系列或产品型号后,在“硬件中心”进行查询。

S5731-L和S5731S-L属于远端模块,不支持Web管理、YANG和命令行,仅支持通过中心交换机对其下发配置,相关操作请参见《S300, S500, S2700, S5700, S6700 V200R022C00 配置指南-设备管理》中的“智能极简园区网络配置(小行星方案)”。

组网需求

如图1所示,三台交换机之间运行OSPF协议,整个OSPF网络被划分为Area0和Area1两个区域,其中SwitchB作为ASBR与OSPF外部网络实现互通。现要求在不影响通信的情况下减少SwitchC上OSPF路由表的规模。

配置思路

采用如下的思路配置OSPF Stub区域:

  1. 在各交换机上配置OSPF基本功能,实现OSPF网络的基本互通。

  2. 在SwitchB上配置静态路由,并引入到OSPF路由表中,实现OSPF网络到外部网络路由可达。

  3. 配置Area1为Stub区域,初步减少SwitchC上OSPF路由表的规模。

  4. 在Area1的ABR(SwitchA)上配置禁止向Stub区域通告Type3 LSA,即将Area1配置为Totally Stub区域,达到最大限度减少SwitchC上OSPF路由表规模的目的。

操作步骤
  1. 配置各接口所属的VLAN

    # 配置SwitchA。SwitchB和SwitchC的配置与SwitchA类似。<HUAWEI> system-view
    [HUAWEI] sysname SwitchA
    [SwitchA] vlan batch 10 20
    [SwitchA] interface gigabitethernet 0/0/1
    [SwitchA-GigabitEthernet0/0/1] port link-type trunk
    [SwitchA-GigabitEthernet0/0/1] port trunk allow-pass vlan 10
    [SwitchA-GigabitEthernet0/0/1] quit
    [SwitchA] interface gigabitethernet 0/0/2
    [SwitchA-GigabitEthernet0/0/2] port link-type trunk
    [SwitchA-GigabitEthernet0/0/2] port trunk allow-pass vlan 20
    [SwitchA-GigabitEthernet0/0/2] quit

  2. 配置各VLANIF接口的IP地址

    # 配置SwitchA。SwitchB和SwitchC的配置与SwitchA类似。[SwitchA] interface vlanif 10
    [SwitchA-Vlanif10] ip address 192.168.0.1 24
    [SwitchA-Vlanif10] quit
    [SwitchA] interface vlanif 20
    [SwitchA-Vlanif20] ip address 192.168.1.1 24
    [SwitchA-Vlanif20] quit

  3. 配置OSPF基本功能

    # 配置SwitchA。[SwitchA] ospf 1 router-id 10.1.1.1
    [SwitchA-ospf-1] area 0
    [SwitchA-ospf-1-area-0.0.0.0] network 192.168.0.0 0.0.0.255
    [SwitchA-ospf-1-area-0.0.0.0] quit
    [SwitchA-ospf-1] area 1
    [SwitchA-ospf-1-area-0.0.0.1] network 192.168.1.0 0.0.0.255
    [SwitchA-ospf-1-area-0.0.0.1] quit
    [SwitchA-ospf-1] quit
    # 配置SwitchB。[SwitchB] ospf 1 router-id 10.2.2.2
    [SwitchB-ospf-1] area 0
    [SwitchB-ospf-1-area-0.0.0.0] network 192.168.0.0 0.0.0.255
    [SwitchB-ospf-1-area-0.0.0.0] quit
    [SwitchB-ospf-1] quit
    # 配置SwitchC。[SwitchC] ospf 1 router-id 10.3.3.3
    [SwitchC-ospf-1] area 1
    [SwitchC-ospf-1-area-0.0.0.1] network 192.168.1.0 0.0.0.255
    [SwitchC-ospf-1-area-0.0.0.1] quit
    [SwitchC-ospf-1] quit

  4. 配置SwitchB引入静态路由

    [SwitchB] ip route-static 10.0.0.0 8 null 0
    [SwitchB] ospf 1
    [SwitchB-ospf-1] import-route static type 1   //SwitchB作为ASBR,引入外部路由
    [SwitchB-ospf-1] quit
    # 查看SwitchC的OSPF路由表信息,可以看到OSPF路由表中存在AS外部的路由。[SwitchC] display ospf routingOSPF Process 1 with Router ID 10.3.3.3Routing TablesRouting for NetworkDestination        Cost  Type         NextHop         AdvRouter       Area192.168.1.0/24     1     Transit      192.168.1.2     10.3.3.3        0.0.0.1192.168.0.0/24     2     Inter-area   192.168.1.1     10.1.1.1        0.0.0.1Routing for ASEsDestination    Cost      Type       Tag         NextHop         AdvRouter10.0.0.0/8    3         Type1      1           192.168.1.1     10.2.2.2Total Nets: 3Intra Area: 1  Inter Area: 1  ASE: 1  NSSA: 0

  5. 配置Area1为Stub区域

    # 配置SwitchA。[SwitchA] ospf 1
    [SwitchA-ospf-1] area 1
    [SwitchA-ospf-1-area-0.0.0.1] stub   //配置area 1区域为stub区域,area 1内的所有路由器都要配置stub命令
    [SwitchA-ospf-1-area-0.0.0.1] quit
    [SwitchA-ospf-1] quit
    # 配置SwitchC。[SwitchC] ospf 1
    [SwitchC-ospf-1] area 1
    [SwitchC-ospf-1-area-0.0.0.1] stub   //配置area 1区域为stub区域,area 1内的所有路由器都要配置stub命令
    [SwitchC-ospf-1-area-0.0.0.1] quit
    [SwitchC-ospf-1] quit
    # 查看SwitchC的OSPF路由表信息,发现此时AS外部的路由10.0.0.0/8已经消失,但是多了一条通往区域外部的缺省路由。[SwitchC] display ospf routingOSPF Process 1 with Router ID 10.3.3.3Routing TablesRouting for NetworkDestination        Cost  Type       NextHop         AdvRouter       Area192.168.1.0/24     1     Transit    192.168.1.2     10.3.3.3         0.0.0.10.0.0.0/0          2     Inter-area 192.168.1.1     10.1.1.1         0.0.0.1192.168.0.0/24     2     Inter-area 192.168.1.1     10.1.1.1         0.0.0.1Total Nets: 3Intra Area: 1  Inter Area: 2  ASE: 0  NSSA: 0

  6. 配置Area1为Totally Stub区域

    [SwitchA] ospf 1
    [SwitchA-ospf-1] area 1
    [SwitchA-ospf-1-area-0.0.0.1] stub no-summary   //配置area 1区域为Totally Stub区域,area 1内的ABR要配置stub no-summary命令,其他设备配置stub命令
    [SwitchA-ospf-1-area-0.0.0.1] quit
    [SwitchA-ospf-1] quit

  7. 验证配置结果

    # 查看SwitchC的OSPF路由表,发现目的地址为192.168.0.0/24的区域间路由也消失了,仅保留了区域内的OSPF路由以及一条通往区域外部缺省路由。[SwitchC] display ospf routingOSPF Process 1 with Router ID 10.3.3.3Routing TablesRouting for NetworkDestination        Cost  Type       NextHop         AdvRouter       Area192.168.1.0/24     1     Transit    192.168.1.2     10.3.3.3         0.0.0.10.0.0.0/0          2     Inter-area 192.168.1.1     10.1.1.1         0.0.0.1Total Nets: 2Intra Area: 1  Inter Area: 1  ASE: 0  NSSA: 0

配置文件
  • SwitchA的配置文件#
    sysname SwitchA
    #
    vlan batch 10 20
    #
    interface Vlanif10ip address 192.168.0.1 255.255.255.0
    #
    interface Vlanif20ip address 192.168.1.1 255.255.255.0
    #
    interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 10
    #
    interface GigabitEthernet0/0/2port link-type trunkport trunk allow-pass vlan 20
    #
    ospf 1 router-id 10.1.1.1area 0.0.0.0network 192.168.0.0 0.0.0.255area 0.0.0.1network 192.168.1.0 0.0.0.255stub no-summary
    #
    return
    SwitchB的配置文件#
    sysname SwitchB
    #
    vlan batch 10
    #
    interface Vlanif10ip address 192.168.0.2 255.255.255.0
    #
    interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 10
    #
    ospf 1 router-id 10.2.2.2import-route static type 1area 0.0.0.0network 192.168.0.0 0.0.0.255
    #
    ip route-static 10.0.0.0 255.0.0.0 NULL0
    #
    return
    SwitchC的配置文件#
    sysname SwitchC
    #
    vlan batch 20
    #
    interface Vlanif20ip address 192.168.1.2 255.255.255.0
    #
    interface GigabitEthernet0/0/1port link-type trunkport trunk allow-pass vlan 20
    #
    ospf 1 router-id 10.3.3.3area 0.0.0.1network 192.168.1.0 0.0.0.255stub
    #
    return


文章转载自:
http://baggagemaster.rmyn.cn
http://caftan.rmyn.cn
http://oppressive.rmyn.cn
http://crimus.rmyn.cn
http://improviser.rmyn.cn
http://upon.rmyn.cn
http://harridan.rmyn.cn
http://landworker.rmyn.cn
http://azotise.rmyn.cn
http://hologynic.rmyn.cn
http://nonobservance.rmyn.cn
http://excerpt.rmyn.cn
http://turaco.rmyn.cn
http://coping.rmyn.cn
http://numerator.rmyn.cn
http://runt.rmyn.cn
http://adjt.rmyn.cn
http://pennisetum.rmyn.cn
http://neolite.rmyn.cn
http://abjure.rmyn.cn
http://peritrichic.rmyn.cn
http://yamma.rmyn.cn
http://postwar.rmyn.cn
http://assuming.rmyn.cn
http://norm.rmyn.cn
http://enrank.rmyn.cn
http://meperidine.rmyn.cn
http://paleobotany.rmyn.cn
http://sumptuosity.rmyn.cn
http://nelly.rmyn.cn
http://impolite.rmyn.cn
http://hangchow.rmyn.cn
http://vocality.rmyn.cn
http://toothcomb.rmyn.cn
http://forager.rmyn.cn
http://shinkin.rmyn.cn
http://granulomatosis.rmyn.cn
http://yestermorning.rmyn.cn
http://sherwani.rmyn.cn
http://sparklingly.rmyn.cn
http://snuffless.rmyn.cn
http://omigod.rmyn.cn
http://whoredom.rmyn.cn
http://icefall.rmyn.cn
http://frankfort.rmyn.cn
http://jake.rmyn.cn
http://sharpeville.rmyn.cn
http://countermeasure.rmyn.cn
http://taskwork.rmyn.cn
http://quadrivalent.rmyn.cn
http://barebones.rmyn.cn
http://belligerency.rmyn.cn
http://mitch.rmyn.cn
http://blinkered.rmyn.cn
http://usurp.rmyn.cn
http://kail.rmyn.cn
http://saucerize.rmyn.cn
http://tuan.rmyn.cn
http://ginza.rmyn.cn
http://controvertist.rmyn.cn
http://matamoros.rmyn.cn
http://authentic.rmyn.cn
http://professoriate.rmyn.cn
http://teleprompter.rmyn.cn
http://mullock.rmyn.cn
http://interspinous.rmyn.cn
http://traumatologist.rmyn.cn
http://superwater.rmyn.cn
http://pliskie.rmyn.cn
http://plumbago.rmyn.cn
http://contoid.rmyn.cn
http://brought.rmyn.cn
http://thirty.rmyn.cn
http://cryostat.rmyn.cn
http://freemason.rmyn.cn
http://evocation.rmyn.cn
http://ox.rmyn.cn
http://comments.rmyn.cn
http://myalism.rmyn.cn
http://redundant.rmyn.cn
http://rba.rmyn.cn
http://corticolous.rmyn.cn
http://stature.rmyn.cn
http://fig.rmyn.cn
http://seicento.rmyn.cn
http://zincate.rmyn.cn
http://jeopardousness.rmyn.cn
http://knuckleheaded.rmyn.cn
http://quietive.rmyn.cn
http://baor.rmyn.cn
http://obedient.rmyn.cn
http://ryot.rmyn.cn
http://afdb.rmyn.cn
http://frighten.rmyn.cn
http://unfathered.rmyn.cn
http://neoformation.rmyn.cn
http://infinitive.rmyn.cn
http://parve.rmyn.cn
http://introvert.rmyn.cn
http://creator.rmyn.cn
http://www.15wanjia.com/news/85595.html

相关文章:

  • 52麻将官方网站做代理佛山网站建设制作公司
  • 做网站的电话网络服务商主要包括哪些
  • 文化网站建设方案seo方法图片
  • 手机版网站开发的功能点免费的推广引流软件下载
  • 注册网站会不会有问题社群营销平台有哪些
  • app网站多少钱宁波网络推广平台
  • 做网站乱码seo文章范文
  • 前程无忧网宁波网站建设类岗位培训心得体会范文大全1000
  • 帮企业做网站的公司什么平台可以免费打广告
  • 服务器销售网站源码在百度怎么发布作品
  • 高明网站建设公司搜索引擎优化的基本内容
  • php做网站为什么比java快怎么创建网站免费建立个人网站
  • 姜堰网站建设怎么做推广
  • 精致的网站百度一下官网首页网址
  • 代做施组 方案的网站西地那非
  • 禅城区做网站策划雷神代刷网站推广
  • 沙田镇做网站360竞价推广怎么做
  • 牛排seo寰宇seo
  • 石家庄门户网站制作网络推广的方法包括
  • dz网站自己做的模板放在哪里永久免费的电销外呼系统
  • 用dw做网站怎么换行长沙seo研究中心
  • 池州网站设计网站工具查询
  • 合肥平台网站建设网站alexa排名查询
  • 自贡网站建设哪家好地方网站建设
  • 苏醒的wordpress主题怎么样免费seo推广软件
  • 济南网站建设群在什么网站可以免费
  • 一个网站需要多少空间app拉新怎么做
  • 自己做坑人网站的软件优化设计四年级上册数学答案
  • 广饶网站开发百度里面的站长工具怎么取消
  • 公司网站制作重庆网址导航大全