当前位置:网站首页>BGP first experiment
BGP first experiment
2022-08-02 00:31:00 【Co_ml】
Design topology, configure ip ;
1--EBGP neighbor relationship establishment: (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 neighbor relationship establishment: 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 has multiple physical links, use loopback to build neighbors: use static 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--Create ospf Declaration:
R1:
R2:
R3:
R4:
R5:
Based on the AS-BY-AS rule, the entry attribute will not be modified when the entry is passed within an AS; resulting in BGP routes learned through IBGP neighborsThe next hop may be unreachable; resulting in poor entry;
[r2-bgp]peer 3.3.3.3 next-hop-local
For each loopback declaration:
[r1-bgp]network 11.1.1.0 24
Final routing table:
R5ping R1
边栏推荐
猜你喜欢
测试点等同于测试用例吗
业务测试如何避免漏测 ?
单片机遥控开关系统设计(结构原理、电路、程序)
[Solution] Emqx startup under win10 reports Unable to load emulator DLL, node.db_role = EMQX_NODE__DB_ROLE = core
Double queue implementation stack?Dual stack implementation queue?
【解决】win10下emqx启动报错Unable to load emulator DLL、node.db_role = EMQX_NODE__DB_ROLE = core
08-SDRAM: Summary
Graphical LeetCode - 1161. Maximum Sum of In-Layer Elements (Difficulty: Moderate)
图解LeetCode——1161. 最大层内元素和(难度:中等)
Redis-消息发布订阅
随机推荐
Disk and file system management
els 方块变形
06-SDRAM :SDRAM控制模块
信息物理系统状态估计与传感器攻击检测
什么是低代码(Low-Code)?低代码适用于哪些场景?
基于注意力机制的多特征融合人脸活体检测
GetHashCode方法与=
2022/08/01 学习笔记 (day21) 泛型和枚举
Double queue implementation stack?Dual stack implementation queue?
JSP out.print()和out.write()方法的不同之处
146. LRU cache
Difference between JSP out.print() and out.write() methods
控制电机的几种控制电路原理图
PHP to read data from TXT file
els strip deformation
ROS dynamic parameters
如何发现新的潜力项目?工具推荐
els 方块变形判断。
[Solution] Emqx startup under win10 reports Unable to load emulator DLL, node.db_role = EMQX_NODE__DB_ROLE = core
Redis的集群模式