当前位置:网站首页>BGP Comprehensive Experiment
BGP Comprehensive Experiment
2022-08-11 05:01:00 【The mountains and rivers are far and wide, the fireworks on ear】
实验要求:
实验过程:
1.配置IP地址:
[R1-LoopBack0]ip address 1.1.1.1 24
[R1-GigabitEthernet0/0/0]ip address 12.1.1.1 24
[R8-LoopBack0]ip add 8.8.8.8 24
[R8-GigabitEthernet0/0/0]ip add 78.1.1.8 24
2.在R2-R7上启用ospf
[R2]ospf 1
[R2-ospf-1]area 0
[R2-ospf-1-area-0.0.0.0]network 172.16.0.0 0.0.255.255
[R2]interface LoopBack 1
[R2-LoopBack1]ospf network-type broadcast
3.完成BGPFederal setup
[R4]
[R4]bgp 64512
[R4-bgp]confederation id 2
[R4-bgp]peer 172.16.0.3 as-number 64512
[R4-bgp]peer 172.16.0.3 connect-interface LoopBack 0
[R4-bgp]peer 172.16.0.3 next-hop-local
[R4-bgp]
[R4-bgp]peer 172.16.0.7 as-number 64513
[R4-bgp]peer 172.16.0.7 ebgp-max-hop 2
[R5]bgp 64513
[R5-bgp]confederation id 2
[R5-bgp]confederation peer-as 64512
[R5-bgp]peer 172.16.0.2 connect-interface LoopBack 0
[R5-bgp]peer 172.16.0.2 ebgp-max-hop 2
[R5-bgp]peer 172.16.0.2 as-number 64512
[R5-bgp]
[R5-bgp]peer 172.16.0.6 as-number 64513
[R5-bgp]peer 172.16.0.6 next-hop-local
[R5-bgp]peer 172.16.0.6 connect-interface LoopBack 0
[R6]bgp 64513
[R6-bgp]confederation id 2
[R6-bgp]peer 172.16.0.5 as-number 64513
[R6-bgp]peer 172.16.0.5 connect-interface LoopBack 0
[R6-bgp]peer 172.16.0.5 next-hop-local
[R6-bgp]
[R6-bgp]peer 172.16.0.7 as-number 64513
[R6-bgp]peer 172.16.0.7 next-hop-local
[R6-bgp]peer 172.16.0.7 connect-interface LoopBack 0
[R7]bgp 64513
[R7-bgp]confederation id 2r
[R7-bgp]confederation peer-as 64512
[R7-bgp]peer 172.16.0.4 as-number 64512
[R7-bgp]peer 172.16.0.4 connect-interface LoopBack 0
[R7-bgp]peer 172.16.0.4 ebgp-max-hop 2
[R7-bgp]
[R7-bgp]peer 172.16.0.6 as-number 64513
[R7-bgp]peer 172.16.0.6 connect-interface LoopBack 0
[R7-bgp]peer 172.16.0.6 next-hop-local
[R7-bgp]
[R7-bgp]peer 78.1.1.8 as-number 3
[R8]bgp 3
[R8-bgp]peer 78.1.1.7 as-number 2
4.在R3和R6to complete the reflector setup
[R6]bgp 64513
[R6-bgp]peer 172.16.0.7 reflect-client
5.宣告
6.在R2和R7Use republish to implement the experimental requirements above1
7.AS2网段地址172.16.0.0/16减少路由条目数量
[R2]bgp 64512
[R2-bgp]aggregate 172.16.0.0 21 detail-suppressed
[R7]bgp 64513
[R7-bgp]aggregate 172.16.0.0 21 detail-suppressed
边栏推荐
- Switches and routers technology - 26 - configure OSPF peripheral area
- Project Practice Lecture 27: Application of Status Mode in Duplicate Brands
- K8s复习笔记7--Redis单机和Redis-cluster的K8S实现
- 澳大利亚网络空间安全体系建设论析
- Switch and Router Technology-33-Static NAT
- paddlepaddle实现CS_CE Loss且并入PaddleClas
- To break the bottleneck of transactional work, the gentleman signs the electronic contract to release the "source power" of HR!
- async(异步)和await的使用
- FPGA engineer interview questions collection 111~120
- form form submission database Chinese becomes a question mark
猜你喜欢
交换机和路由器技术-34-动态NAT
I wrote some code in my resume, but I still can't pass the interview
交换机和路由器技术-36-端口镜像
Switch and Router Technology - 25 - OSPF Multi-Area Configuration
Switch and Router Technology-34-Dynamic NAT
CAD2020 打开错误报告 e06d7363h Exception at 13644F69h
如何将360全景图导出高清短视频分享到视频平台上?
C statement: data storage
应用层协议——DNS
The principle, architecture, implementation, practice of "transfer" and "search", no need to be afraid of interviews
随机推荐
源代码加密技术浅析
C语言题解:谁是凶手!
【FPGA教程案例50】控制案例2——基于FPGA的PD控制器verilog实现
The use of async (asynchronous) and await
Switches and routers technology - 24 - configure OSPF single area
Smart Pointer Notes
Switches and routers technology - 26 - configure OSPF peripheral area
分层架构&SOA架构
Switches and routers technologies - 30 - standard acls
Kong implements ban on foreign IP access
C language antithesis: who is the murderer!
2021 Network Planning Designer Afternoon Case Questions
K8s Review Notes 7--K8S Implementation of Redis Standalone and Redis-cluster
2022年质量员-土建方向-通用基础(质量员)考试模拟100题及在线模拟考试
网络协议1
How to switch Green Shield encryption to IP-Guard encryption smoothly
4 Module 3: Literature Reading and Research Methods
vector中resize() 用法排坑
Internet Protocol 1
Switch and Router Technology-35-NAT to PAT