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

中国航空港建设总公司网站五种网站类型

中国航空港建设总公司网站,五种网站类型,dw做网站链接数据库,上海营销seo学习新思想#xff0c;争做新青年#xff0c;今天学习BGP联盟 实验介绍 一个BGP联盟是一个具有内部层次结构的AS。一个BGP联盟由若干个子AS 组成#xff0c;子AS也称为成员AS。对于一个BGP联盟#xff0c;其成员AS内部的各路由器之间需要建立全互联的IBGP邻居关系或使用B…学习新思想争做新青年今天学习BGP联盟 实验介绍 一个BGP联盟是一个具有内部层次结构的AS。一个BGP联盟由若干个子AS 组成子AS也称为成员AS。对于一个BGP联盟其成员AS内部的各路由器之间需要建立全互联的IBGP邻居关系或使用BGP路由反射器而成员AS之间需建立EBGP邻居关系。从联盟外的EBGP对等体来看整个联盟无异于一个普通的AS联盟内部的结构对于联盟外的EBGP对等体来说是完全透明的。 每一个联盟都有一个联盟号它其实就是一个普通的AS编号。联盟中的成员AS通常使用BGP协议预留的私有AS编号但也可以使用非预留的AS编号。联盟内各成员AS可以使用相同的IGP协议也可使用不同的IGP协议。 实验目的 理解BGP联盟的概念和作用 掌握配置BGP联盟的基本方法 实验内容 本实验模拟了一个企业网络场景AS 100为分公司网络AS 200为公司总部网络所有的路由器都运行BGP协议R1的Loopback 1接口模拟了分公司的内部网络。现在要求公司总部网络需要拥有去往分公司的内部网络的BGP路由但网络管理员发现公司总部的路由器数量较多建立全互联IBGP邻居关系需要进行大量的配置工作特别是公司总部网络后续扩展以后配置工作的繁杂程度将会变得无法接受。因此网络管理员决定使用BGP联盟技术来优化公司总部的网络架构公司总部网络被视为一个BGP联盟AS编号为200R2属于成员AS 2001R3和 R4属于成员 AS 2002R5 和 R6 属于成员 AS 2003。 实验拓扑 实验配置 1、基础配置 R1: sys sysname R1 int loop 0 ip add 10.0.1.1 32 int loop 1 ip add 10.0.100.1 24 int g0/0/0 ip add 10.0.12.1 24 q R2: sys sysname R2 int loop 0 ip add 10.0.2.2 32 int g0/0/0 ip add 10.0.12.2 24 int g0/0/1 ip add 10.0.23.2 24 int g0/0/2 ip add 10.0.25.2 24 q R3: sys sysname R3 int loop 0 ip add 10.0.3.3 32 int g0/0/1 ip add 10.0.23.3 24 int g0/0/0 ip add 10.0.34.3 24 q R4: sys sysname R4 int loop 0 ip add 10.0.4.4 32 int g0/0/0 ip add 10.0.34.4 24 q R5: sys sysname R5 int loop 0 ip add 10.0.5.5 32 int g0/0/2 ip add 10.0.25.5 24 int g0/0/0 ip add 10.0.56.5 24 q R6: sys sysname R6 int loop 0 ip add 10.0.6.6 32 int g0/0/0 ip add 10.0.56.6 24 q 2.配置 OSPF 路由协议 在 AS 200 内部的路由器上配置 OSPF 协议作为 IGP 协议。 [R2]ospf 1 router-id 10.0.2.2 [R2-ospf-1]area 0 [R2-ospf-1-area-0.0.0.0]network 10.0.23.0 0.0.0.255 [R2-ospf-1-area-0.0.0.0]network 10.0.25.0 0.0.0.255 [R2-ospf-1-area-0.0.0.0]network 10.0.2.2 0.0.0.0 [R3]ospf 1 router-id 10.0.3.3 [R3-ospf-1]area 0 [R3-ospf-1-area-0.0.0.0]network 10.0.3.3 0.0.0.0 [R3-ospf-1-area-0.0.0.0]network 10.0.23.0 0.0.0.255 [R3-ospf-1-area-0.0.0.0]network 10.0.34.0 0.0.0.255 [R4]ospf 1 router-id 10.0.4.4 [R4-ospf-1]area 0 [R4-ospf-1-area-0.0.0.0]network 10.0.4.4 0.0.0.0 [R4-ospf-1-area-0.0.0.0]network 10.0.34.0 0.0.0.255 [R5]ospf 1 router-id 10.0.5.5 [R5-ospf-1]area 0 [R5-ospf-1-area-0.0.0.0]network 10.0.5.5 0.0.0.0 [R5-ospf-1-area-0.0.0.0]network 10.0.25.0 0.0.0.255 [R5-ospf-1-area-0.0.0.0]network 10.0.56.0 0.0.0.255 [R6]ospf 1 router-id 10.0.6.6 [R6-ospf-1]area 0 [R6-ospf-1-area-0.0.0.0]network 10.0.6.6 0.0.0.0 [R6-ospf-1-area-0.0.0.0]network 10.0.56.0 0.0.0.255 3.配置 BGP 路由协议 建立 R1 与 R2 的 EBGP 对等体关系在 AS 200 内部建立全互联的 IBGP 对等体关系。 [R1]bgp 100 [R1-bgp]router-id 10.0.1.1 [R1-bgp]peer 10.0.12.2 as-number 200 [R1-bgp]network 10.0.100.1 255.255.255.0 [R2]bgp 200 [R2-bgp]router-id 10.0.2.2 [R2-bgp]peer 10.0.12.1 as-number 100 [R2-bgp]peer 10.0.3.3 as-number 200 [R2-bgp]peer 10.0.3.3 connect-interface LoopBack 0 [R2-bgp]peer 10.0.3.3 next-hop-local [R2-bgp]peer 10.0.4.4 as-number 200 [R2-bgp]peer 10.0.4.4 connect-interface LoopBack 0 [R2-bgp]peer 10.0.4.4 next-hop-local [R2-bgp]peer 10.0.5.5 as-number 200 [R2-bgp]peer 10.0.5.5 connect-interface LoopBack 0 [R2-bgp]peer 10.0.5.5 next-hop-local [R2-bgp]peer 10.0.6.6 as-number 200 [R2-bgp]peer 10.0.6.6 connect-interface LoopBack 0 [R2-bgp]peer 10.0.6.6 next-hop-local [R3]bgp 200 [R3-bgp]router-id 10.0.3.3 [R3-bgp]peer 10.0.2.2 as-number 200 [R3-bgp]peer 10.0.2.2 connect-interface LoopBack 0 [R3-bgp]peer 10.0.4.4 as-number 200 [R3-bgp]peer 10.0.4.4 connect-interface LoopBack 0 [R3-bgp]peer 10.0.5.5 as-number 200 [R3-bgp]peer 10.0.5.5 connect-interface LoopBack 0 [R3-bgp]peer 10.0.6.6 as-number 200 [R3-bgp]peer 10.0.6.6 connect-interface LoopBack 0 [R4]bgp 200 [R4-bgp]router-id 10.0.4.4 [R4-bgp]peer 10.0.2.2 as-number 200 [R4-bgp]peer 10.0.2.2 connect-interface LoopBack 0 [R4-bgp]peer 10.0.3.3 as-number 200 [R4-bgp]peer 10.0.3.3 connect-interface LoopBack 0 [R4-bgp]peer 10.0.5.5 as-number 200 [R4-bgp]peer 10.0.5.5 connect-interface LoopBack 0 [R4-bgp]peer 10.0.6.6 as-number 200 [R4-bgp]peer 10.0.6.6 connect-interface LoopBack 0 [R5]bgp 200 [R5-bgp]router-id 10.0.5.5 [R5-bgp]peer 10.0.2.2 as-number 200 [R5-bgp]peer 10.0.2.2 connect-interface LoopBack 0 [R5-bgp]peer 10.0.3.3 as-number 200 [R5-bgp]peer 10.0.3.3 connect-interface LoopBack 0 [R5-bgp]peer 10.0.4.4 as-number 200 [R5-bgp]peer 10.0.4.4 connect-interface LoopBack 0 [R5-bgp]peer 10.0.6.6 as-number 200 [R5-bgp]peer 10.0.6.6 connect-interface LoopBack 0 [R6]bgp 200 [R6-bgp]router-id 10.0.6.6 [R6-bgp]peer 10.0.2.2 as-number 200 [R6-bgp]peer 10.0.2.2 connect-interface LoopBack 0 [R6-bgp]peer 10.0.3.3 as-number 200 [R6-bgp]peer 10.0.3.3 connect-interface LoopBack 0 [R6-bgp]peer 10.0.4.4 as-number 200 [R6-bgp]peer 10.0.4.4 connect-interface LoopBack 0 [R6-bgp]peer 10.0.5.5 as-number 200 [R6-bgp]peer 10.0.5.5 connect-interface LoopBack 0 4.配置 BGP 联盟 接下来将把 AS 200 视为一个 BGP 联盟并根据实验拓扑图进行相应的配置从而减少 AS 200 内部 IBGP 邻居关系的数量。 在 R2 上使用命令 undo bgp 200 删除当前 BGP 进程。 [R2]undo bgp 200 Warning: All BGP configurations will be deleted. Continue? [Y/N]: y 使用 bgp 2001 命令配置 R2 所属的成员 AS 编号并启动 BGP 协议进程。 [R2]bgp 2001 [R2-bgp]router-id 10.0.2.2 在 BGP 视图下使用 confederation id 200 命令配置 R2 所属的联盟 ID。 [R2-bgp]confederation id 200 使用 confederation peer-as 2002 2003 命令指明 R2 的联盟 EBGP 邻居所属的成员 AS 编号。该命令只能配置在存在联盟 EBGP 邻居的 BGP 路由器上。 [R2-bgp]confederation peer-as 2002 2003 使用peer 10.0.23.3 as-number 2002和peer 10.0.25.5 as-number 2003命令与成员AS 2002中的路由器R3以及成员AS 2003中的路由器R5建立联盟EBGP邻居关系且指明在发送路由信息时将把Next Hop属性修改为自己。 [R2-bgp]peer 10.0.23.3 as-number 2002 [R2-bgp]peer 10.0.23.3 next-hop-local [R2-bgp]peer 10.0.25.5 as-number 2003 [R2-bgp]peer 10.0.25.5 next-hop-local 使用peer 10.0.12.1 as-number 100命令与AS 100中的路由器R1建立EBGP邻居关系。 [R2-bgp]peer 10.0.12.1 as-number 100 [R3]undo bgp 200 Warning: All BGP configurations will be deleted. Continue? [Y/N]: y [R3]bgp 2002 [R3-bgp]router-id 10.0.3.3 [R3-bgp]confederation id 200 [R3-bgp]confederation peer-as 2001 [R3-bgp]peer 10.0.23.2 as-number 2001 [R3-bgp]peer 10.0.34.4 as-number 2002 [R4]undo bgp 200 Warning: All BGP configurations will be deleted. Continue? [Y/N]: y [R4]bgp 2002 [R4-bgp]router-id 10.0.4.4 [R4-bgp]confederation id 200 [R4-bgp]peer 10.0.34.3 as-number 2002 [R5]undo bgp 200 Warning: All BGP configurations will be deleted. Continue? [Y/N]: y [R5]bgp 2003 [R5-bgp]router-id 10.0.5.5 [R5-bgp]confederation id 200 [R5-bgp]confederation peer-as 2001 [R5-bgp]peer 10.0.25.2 as-number 2001 [R5-bgp]peer 10.0.56.6 as-number 2003 [R6]undo bgp 200 Warning: All BGP configurations will be deleted. Continue? [Y/N]: y [R6]bgp 2003 [R6-bgp]router-id 10.0.6.6 [R6-bgp]confederation id 200 [R6-bgp]peer 10.0.56.5 as-number 2003 配置完毕
http://www.w-s-a.com/news/868511/

相关文章:

  • 东莞营销网站建设优化怎么做微信网站推广
  • 网站建设一个多少钱php网站服务器怎么来
  • 引流用的电影网站怎么做2012服务器如何做网站
  • 什么网站可以做推广广州安全信息教育平台
  • 网站开发具备的相关知识wordpress简约文字主题
  • asp网站伪静态文件下载seo外包公司哪家好
  • 淘宝客网站根目录怎么建个废品网站
  • 网站备案更改需要多久百度免费网站空间
  • 外发加工是否有专门的网站wordpress主页 摘要
  • 企业网站优化系统浙江建设信息港证书查询
  • 很多年前的51网站如何做跨境电商需要哪些条件
  • 网站建设中 请稍后访问互联网营销设计
  • 软文网站名称用户浏览网站的方式
  • 大兴模版网站搭建哪家好网站建设与管理管理课程
  • 四川成都网站制作微信广告平台推广
  • 网站价格网页制作网站开发实训步骤
  • cms 导航网站鹤壁做网站价格
  • 微信营销软件免费版郑州关键词优化费用
  • 邢台专业做网站哪家好临沂网站建设中企动力
  • 建设网站是主营成本吗wordpress 后台
  • 猎头可以做单的网站企业网站建设
  • 建小程序需要网站吗在putty上怎样安装wordpress
  • 天津智能网站建设找哪家WordPress相册插件pro
  • 电脑网站页面怎么调大小济宁网站建设软件开发
  • 亿玛酷网站建设广州增城区最新消息
  • 企业网站视频栏目建设方案中企动力网站模板
  • 网站页面策划国外注册域名的网站
  • 百中搜如何做网站排名网站维护一年一般多少钱
  • 镇江地区做网站的公司wordpress说说加分类
  • 深圳高端网站设计免费的关键词优化软件