当前位置:网站首页>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

边栏推荐
- 学习英语的网站与资料
- What is the function of the JSP Taglib directive?
- OpenCV DNN blogFromImage()详解
- security CSRF漏洞保护
- 磁盘与文件系统管理
- Grid false data injection attacks detection based on coding strategy
- How does JSP use request to get the real IP of the current visitor?
- 路由策略
- security cross-domain configuration
- When Netflix's NFTs Forget Web2 Business Security
猜你喜欢

22. The support vector machine (SVM), gaussian kernel function

双队列实现栈?双栈实现队列?

已知中序遍历数组和先序遍历数组,返回后序遗历数组

GetHashCode与Equals

Don't know about SynchronousQueue?So ArrayBlockingQueue and LinkedBlockingQueue don't and don't know?

控制电机的几种控制电路原理图

SphereEx苗立尧:云原生架构下的Database Mesh研发实践

security cross-domain configuration

bgp 聚合 反射器 联邦实验

Using the "stack" fast computing -- reverse polish expression
随机推荐
CRS 管理与维护
Unknown CMake command “add_action_files“
What does the errorPage attribute of the JSP page directive do?
JSP如何使用page指令让JSP文件支持中文编码呢?
面试高频考题解法——栈的压入弹出序列、有效的括号、逆波兰表达式求值
Arduino Basic Syntax
What is it like to trade for a living?
【加密周报】经济衰退在加息气氛中蔓延 美联储“放手一搏”?盘点上周加密市场发生的重大事件
CRS management and maintenance
基于相关性变量筛选偏最小二乘回归的多维相关时间序列建模方法
如何重装Win11?一键重装Win11方法
Ansible中的任务执行控制
JSP page指令errorPage属性起什么作用呢?
短视频SEO搜索运营获客系统功能介绍
[Solution] Emqx startup under win10 reports Unable to load emulator DLL, node.db_role = EMQX_NODE__DB_ROLE = core
2022/08/01 学习笔记 (day21) 泛型和枚举
一篇永久摆脱Mysql时区错误问题,idea数据库可视化插件配置
为什么要使用MQ消息中间件?这几个问题必须拿下
IP核:FIFO
认识USB、Type-C、闪电、雷电接口