当前位置:网站首页>BGP 第一次实验
BGP 第一次实验
2022-08-02 00:04:00 【Co_ml】
设计拓扑,配置ip ;
1--EBGP邻居关系建立:(r1-r2 r4-r5)
[r1]bgp 1
[r1-bgp]router-id 1.1.1.1
[r1-bgp]peer 12.1.1.2 as-number 2
[r2]bgp 2
[r2-bgp]router-id 2.2.2.2
[r2-bgp]peer 12.1.1.1 as-number 1
2--IBGP邻居关系建立: r2-r3-r4:
[r2]bgp 2
[r2-bgp]peer 3.3.3.3 as-number 2
[r2-bgp]peer 3.3.3.3 connect-interface LoopBack 0
3--EBGP存在多条物理链路 ,使用环回建邻:使用静态ip;
[Huawei]bgp 3
[Huawei-bgp]router-id 5.5.5.5
[Huawei-bgp]peer 4.4.4.4 as-number 2
[Huawei-bgp]peer 4.4.4.4 connect-interface LoopBack 0
4--建立ospf 宣告:
R1:
R2:
R3:
R4:
R5:
基于AS-BY-AS规则,条目在一个AS内部传递时将不修改条目属性;导致通过IBGP邻居学习到的BGP路由可能出现下一跳不可达;导致条目不优;
[r2-bgp]peer 3.3.3.3 next-hop-local
对各个环回宣告:
[r1-bgp]network 11.1.1.0 24
最终路由表:
R5ping R1
边栏推荐
- els 方块边界变形处理
- C语言七夕来袭!是时候展现专属于程序员的浪漫了!
- Graphical LeetCode - 1161. Maximum Sum of In-Layer Elements (Difficulty: Moderate)
- What is the function of the JSP out.println() method?
- QML package management
- An interesting project--Folder comparison tool (1)
- 使用 Zadig 交付云原生微服务应用
- Win11内存管理错误怎么办?
- bgp 聚合 反射器 联邦实验
- 07-SDRAM :FIFO控制模块
猜你喜欢
How to solve the error when mysql8 installs make
一篇永久摆脱Mysql时区错误问题,idea数据库可视化插件配置
OpenCV DNN blogFromImage() detailed explanation
[Three sons] C language implements simple three sons
电机原理动图合集
磁盘与文件系统管理
An overview of the most useful DeFi tools
Ansible中的任务执行控制
Short video seo search optimization main content
认识USB、Type-C、闪电、雷电接口
随机推荐
[头条]笔试题——最小栈
短视频SEO优化教程 自媒体SEO优化技巧方法
Multi-feature fusion face detection based on attention mechanism
在不完全恢复、控制文件被创建或还原后,必须使用 RESETLOGS 打开数据库,解释 RESETLOGS.
Win11内存管理错误怎么办?
06-SDRAM :SDRAM控制模块
面试高频考题解法——栈的压入弹出序列、有效的括号、逆波兰表达式求值
GIF making - very simple one-click animation tool
TCL: Pin Constraints Using the tcl Scripting Language in Quartus
els block deformation
Is TCP reliable?Why?
JSP out.write()方法具有什么功能呢?
background-image使用
IP核:FIFO
Short video SEO search operation customer acquisition system function introduction
具有通信时延的多自主体系统时变参考输入的平均一致性跟踪
What does the errorPage attribute of the JSP page directive do?
Don't know about SynchronousQueue?So ArrayBlockingQueue and LinkedBlockingQueue don't and don't know?
Cyber-Physical System State Estimation and Sensor Attack Detection
JSP如何使用request获取当前访问者的真实IP呢?