当前位置:网站首页>Hub and Spoke配置案例
Hub and Spoke配置案例
2022-08-02 10:36:00 【51CTO】
一、网路拓扑
二、具体配置
1.把骨干网底层的IGP网路配置通联。此次依然是采用ospf协议。
R1,R2,R3在配置IGP的过程中基本相同,在这里不再过多赘述。需要特别提示的是:R2和R3的G0/0/1接口,R1的G0/0/2和G0/0/3接口不宣告到ospf中。配置完毕后对ospf邻居建立情况进行检查,确保IGP路由通联。
2.骨干网开启MPLS LDP功能
R1,R2,R3的配置基本相同,不再赘述。查看LDP建立情况,确保Status状态为Operation。
3.骨干网建立VPN实例,并与接口进行绑定
R1具体配置
R2具体配置:
R3具体配置
在PE上查看vpn配置情况。
4.CE配置接口地址
R5,R6与其相似,不再赘述。
5.在整个网络中建立BGP协议
A. R4,R5,R6分别与各自的PE建立EBGP邻居,具体配置相似,在此以R5为例:
R1,R2,R3配置相类似,在此以R2为例:
在R1的配置上,需要提示的一点是
allow-as-loop:用来配置本地AS号的重复次数。
在PE上检查EBGP邻居建立情况。状态为Established
B. R1,R2,R3之间建立IBGP邻居
R2具体配置:
R3与R2配置相同,Spoke-PE的bgp只需要和Hub-PE建立起邻居即可,相互之间不需要建立IBGP邻居。R1需要和R2,R3建立IBGP邻居。
三、配置验证
两台PC之间可以相互ping通
观察ping包的路径,经过Hub-CE路由器。
边栏推荐
- 程序员的浪漫七夕
- The ggbarplot function of the R language ggpubr package visualizes the grouped histogram, sets the add parameter to mean_se to visualize the histogram of the mean values of different levels and adds
- 情景剧《重走长征路》上演
- 从测试入门到测试架构师,这10年,他是这样让自己成才的
- Three.JS程序化建模入门
- 云原生应用平台的核心模块有哪些
- MSYS2 QtCreator Clangd 代码分析找不到 mm_malloc.h的问题补救
- 全新荣威RX5,27寸大屏吸引人,安全、舒适一个不落
- One Summer of Open Source | How to Quickly Integrate Log Modules in GO Language Framework
- Com多进程通信实现
猜你喜欢
随机推荐
LayaBox---TypeScript---JSX
Unknown content monitoring
logo 图标(php图片加文字水印)
使用较广泛的安全测试工具有哪些?
从幻核疑似裁撤看如何保证NFT的安全
同样做软件测试,和月收入 3W 的学弟聊了一晚上,我彻底崩溃了
突破边界,华为存储的破壁之旅
一体化在线政务服务平台,小程序容器技术加速建设步伐
详细总结SoC、DSP、MCU、GPU和FPGA等基础概念
R language ggplot2 visualization: use the ggbarplot function of the ggpubr package to visualize the stacked bar plot, the lab.pos parameter specifies the position of the numerical label of the bar cha
Spearman's correlation coefficient
如何选择一块真正“好用的、性能高”的远程控制软件
LayaBox---TypeScript---装饰器
iNFTnews | Seeing the two sides of the metaverse, what is the true Internet and the Internet of value?
Rear tube implements breadcrumb function
LayaBox---TypeScript---命名空间和模块
周杰伦新歌发布,爬取《Mojito》MV弹幕,看看粉丝们都说的些啥!
C#/VB.NET to add more lines more columns image watermark into the Word document
循环结构--while循环
循环结构--do-while循环