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

带网站的电话网站可以称为系统吗

带网站的电话,网站可以称为系统吗,宁波网站关键词优化排名,ui设计师岗位介绍学习新思想#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.hkea.cn/news/14445145/

相关文章:

  • 网站建设定制公司襄阳谷城网站开发
  • 怎么做钓鱼网站盗取qq国内自适应网站
  • 深圳招聘网站前十排名域名备案需要网站搭建完成吗
  • 建站备案精美企业网站
  • 无锡兼职做网站免费加客源
  • 外贸建站源码网站正在维护中 模板
  • 一般做音响的有哪些网站增加网站外链
  • 网站开发 activex头像设计易做图网站
  • 新乡网站建设官网程建网
  • 网站开发用什么写网站分享的功能怎么做
  • 昆明做商城网站多少钱产品做国外网站有哪些
  • 完成网站建设成本深圳坪山网站建设公司
  • 空白网站怎么做兰州网站建设方案详细
  • 南京公司网站建设导购网站制作
  • 嘉兴微信网站建设wordpress 摄影订单
  • 岳阳建设银行网站设计一个手机网站平面多少钱
  • 旅游网站做seo快速排名seo软件
  • 做网站时怎样分割公司进门logo形象墙
  • 鼎湖网站建设公司深圳50强外贸公司排名
  • 黄石网站建设多少钱做网站有什么注意事项
  • 网站的可视化设计织梦和wordpress哪个seo好点
  • 建设部评职称网站郑州哪里有做网站
  • 搜索引擎主题网站模板建设网站的申请信用卡
  • 有做酒席酒水网站吗福建省建设环卫协会网站
  • 做的比较好网站有哪些清晰化网站
  • 网站盗号怎么做鸿梦社区wordpress
  • 虚拟主机 发布网站专业网站制作需要多少钱
  • 广州建设技术职业学院有什么专业seo做网站赚钱吗
  • 网站稿件管理发布系统湖南免费网站建设
  • dz网站模板 首页显示内容互联网软件开发是什么工作