当前位置:网站首页>HCIP BGP综合实验 建立对等体、路由反射器、联邦、路由宣告及聚合
HCIP BGP综合实验 建立对等体、路由反射器、联邦、路由宣告及聚合
2022-08-02 05:17:00 【less than _ermi】
实验内容:

实验过程:
拓扑

各个路由器IP的配置
[r1]int g 0/0/0
[r1-GigabitEthernet0/0/0]ip a 12.1.1.1 24
[r1-GigabitEthernet0/0/0]int lo0
[r1-LoopBack0]ip a 10.10.10.10 24
在AS2中使用oSPF协议
[r2]ospf 1 router-id 2.2.2.2
[r2-ospf-1]a 0
[r2-ospf-1-area-0.0.0.0]network 172.16.0.1 0.0.0.0
[r2-ospf-1-area-0.0.0.0]network 172.16.112.1 0.0.0.0
[r2-ospf-1-area-0.0.0.0]network 172.16.192.1 0.0.0.0
对所有路由启用BGP协议,并进行对等体建立
R1
[r1]bgp 1
[r1-bgp]route-select
[r1-bgp]router-id 1.1.1.1
[r1-bgp]peer 12.1.1.2 as 2
R2
[r2]bgp 64512
[r2-bgp]route-select
[r2-bgp]router-id 2.2.2.2
[r2-bgp]confederation id 2
[r2-bgp]confederation peer-as 64513
[r2-bgp]peer 12.1.1.1 as 1
[r2-bgp]peer 172.16.160.1 as 64512
[r2-bgp]peer 172.16.160.1 connect-interface LoopBack 0
[r2-bgp]peer 172.16.80.1 as 64513
[r2-bgp]peer 172.16.80.1 connect-interface LoopBack 0
[r2-bgp]peer 172.16.80.1 ebgp-max-hop 2
[r2-bgp]peer 172.16.160.1 next-hop-local
[r2-bgp]peer 172.16.80.1 next-hop-local
R3
[r3]bgp 64512
[r3-bgp]router-id 3.3.3.3
[r3-bgp]confederation id 2
[r3-bgp]peer 172.16.144.1 as 64512
[r3-bgp]peer 172.16.144.1 connect-interface LoopBack 0
[r3-bgp]peer 172.16.192.1 as 64512
[r3-bgp]peer 172.16.192.1 connect-interface LoopBack 0
R4
[r4]bgp 64512
[r4-bgp]router-id 4.4.4.4
[r4-bgp]confederation id 2
[r4-bgp]confederation peer-as 64513
[r4-bgp]peer 172.16.160.1 as 64512
[r4-bgp]peer 172.16.160.1 connect-interface LoopBack 0
[r4-bgp]peer 172.16.96.1 as 64513
[r4-bgp]peer 172.16.96.1 connect-interface LoopBack 0
[r4-bgp]peer 172.16.96.1 ebgp-max-hop 2
R5
[r5]bgp 64513
[r5-bgp]router-id 5.5.5.5
[r5-bgp]confederation id 2
[r5-bgp]confederation peer-as 64512
[r5-bgp]peer 172.16.192.1 as 64512
[r5-bgp]peer 172.16.192.1 connect-interface LoopBack 0
[r5-bgp]peer 172.16.192.1 ebgp-max-hop 2
[r5-bgp]peer 172.16.48.1 as 64513
[r5-bgp]peer 172.16.48.1 connect-interface LoopBack 0
R6
[r6]bgp 64513
[r6-bgp]router-id 6.6.6.6
[r6-bgp]confederation id 2
[r6-bgp]peer 172.16.80.1 as 64513
[r6-bgp]peer 172.16.80.1 connect-interface LoopBack 0
[r6-bgp]peer 172.16.96.1 as 64513
[r6-bgp]peer 172.16.96.1 connect-interface LoopBack 0
R7
[r7]bgp 64513
[r7-bgp]router-id 7.7.7.7
[r7-bgp]confederation id 2
[r7-bgp]confederation peer-as 64512
[r7-bgp]peer 172.16.48.1 as 64513
[r7-bgp]peer 172.16.48.1 connect-interface LoopBack 0
[r7-bgp]peer 172.16.144.1 as 64512
[r7-bgp]peer 172.16.144.1 connect-interface LoopBack 0
[r7-bgp]peer 172.16.144.1 ebgp-max-hop 2
[r7-bgp]peer 78.1.1.1 as 3
[r7-bgp]peer 172.16.48.1 next-hop-local
[r7-bgp]peer 172.16.144.1 next-hop-local
R8
[r8]bgp 3
[r8-bgp]router-id 8.8.8.8
[r8-bgp]peer 78.1.1.2 as 2
R1\R8\AS2宣告路由信息
R1
[r1]bgp 1
[r1-bgp]network 10.10.10.10 24
R8
[r8]bgp 3
[r8-bgp]network 80.80.80.80 24
R2
[r2]bgp 64512
[r2-bgp]import-route ospf 1
R7
[r7]bgp 64513
[r7-bgp]import-route ospf 1破除IBGP之间的水平分割,配置路由反射器
R3
[r3]bgp 64512
[r3-bgp]peer 172.16.192.1 reflect-client
R6
[r6]bgp 64513
[r6-bgp]peer 172.16.96.1 reflect-client路由聚合在R2\R7上配置
[r2]bgp 64512
[r2-bgp]aggregate 172.16.0.0 16 detail-suppressed
[r7]bgp 64513
[r7-bgp]aggregate 172.16.0.0 16 detail-suppressed 
测试

实验结束
边栏推荐
- flex布局(弹性布局)
- 深度学习——CNN实现MNIST手写数字的识别
- Contents of encoding-indexes.js file printed with Bluetooth:
- C 竞赛——捕鱼
- C language entry combat (13): decimal number to binary
- Cyber Security Learning - Intranet Penetration 4
- kubernetes 亲和、反亲和、污点、容忍
- Point Density-Aware Voxels for LiDAR 3D Object Detection 论文笔记
- Detailed installation and configuration of golang environment
- The advantages of making web3d dynamic product display
猜你喜欢

Cyber Security Learning - Intranet Penetration 4

驱动页面性能优化的3个有效策略

H5 access payment process - WeChat payment & Alipay payment

【合集- 行业解决方案】如何搭建高性能的数据加速与数据编排平台

Important concepts of target detection - IOU, receptive field, hole convolution, mAP

51单片机外设篇:ADC

leetcode每天5题-Day04

程序员写PPT的小技巧

保证家里和企业中的WIFI安全-附AC与AP组网实验

5年在职经验之谈:2年功能测试、3年自动化测试,从入门到不可自拔...
随机推荐
HCIP第十七天
Packaging and deployment of go projects
国际顶会OSDI首度收录淘宝系统论文,端云协同智能获大会主旨演讲推荐
pytorch常用函数
提高软件测试能力的方法有哪些?看完这篇文章让你提升一个档次
Redis database
Block elements, inline elements (
elements, span elements)对node工程进行压力测试与性能分析
Redis(十一) - 异步优化秒杀
C language entry combat (13): decimal number to binary
leetcode一步解决链表合并问题
leetcode每天5题-Day04
C竞赛训练
上海交大牵手淘宝成立媒体计算实验室:推动视频超分等关键技术发展
C语言基础知识梳理总结:零基础入门请看这一篇
Common functions of pytorch
Constructors, member variables, local variables
Home NAS server (4) | MergerFS and SnapRaid data backup
Redis数据库
21 Day Learning Challenge Schedule