当前位置:网站首页>【HCIP】MPLS WPN 实验
【HCIP】MPLS WPN 实验
2022-08-04 18:47:00 【韵晟】
目录
(1)配置ip(R2,R4,连接公司的接口需要在VRF里配置IP)
(3)公司a1使用静态配置,公司a2使用OSPF ,RIP进行配置
1.实验拓扑:
2.实验要求:
(1)R1,R5可以相互通信(模拟公司a1)
(2)R6,R7可以相互通信(模拟公司a2)
(3)R7可以访问R2/R3/R4的环回
3.实验思路:
(1)配置ip(R2,R4,连接公司的接口需要在VRF里配置IP)
(2)ISP 使用OSPF,BGP,MPLS
(3)公司a1使用静态配置,公司a2使用OSPF ,RIP进行配置
(4)测试
4.配置命令:
配置IP
搭建公网ISP环境(OSPF,MPLS,bgp)
配置私网环境
注:
R1,R5使用静态:
ip route-static 172.16.3.0 255.255.255.0 172.16.2.2
ip route-static 172.16.4.0 255.255.255.0 172.16.2.2
ip route-static 172.16.1.0 255.255.255.0 172.16.3.2
ip route-static 172.16.2.0 255.255.255.0 172.16.3.2
R6使用RIP:
rip 1
version 2
network 172.16.0.0
R7使用OSPF:
ospf 1 router-id 7.7.7.7
area 0.0.0.0
network 172.16.3.2 0.0.0.0
network 172.16.4.0 0.0.0.255
R2(配置VPN,需要在a2VRF下建立RIP)
R4(要在a2VRF下建立OSPF)
ospf 1 router-id 7.7.7.7
area 0.0.0.0
network 172.16.3.2 0.0.0.0
network 172.16.4.0 0.0.0.255
重发步:
写入缺省配置NAT(R7)
acl 2000
rule permit souce any
int g0/0/0
nat outbound 2000
ip route-static 0.0.0.0 0.0.0.0 47.1.1.4
在R3上写入缺省:
IP route-static 0.0.0.0 0 34.1.1.4
测试:
R1 ping R5环回
R6 ping R7环回
R7 ping R4环回
R7 ping R3环回
到此实验结束!!
补充:
CE端与PE端交互路由
静态
CE端直接编写静态路由即可;
PE端编写到VRF空间内的静态路由
[r2]ip route-static vpn-instance a 192.168.1.0 24 192.168.2.1
将本地vrf空间内的静态和直连路由重发布到BGP协议传递到对端的PE
[r2]bgp 2
[r2-bgp]ipv4 vpn-instance a
[r2-bgp-a]import-route direct
[r2-bgp-a]import-route static
<r4>display bgp vpnv4 vpn-instance a routing-table 查看mp-bpg的BGP表
OSPF
CE端正常启动OSPF即可
PE端,启动VPNV4专用的ospf协议
[r4]ospf 2 vpn-instance a
[r4-ospf-2]area 0
[r4-ospf-2-area-0.0.0.0]network 192.168.3.1 0.0.0.0
之后使用双向重发布,实现路由共享
[r4]bgp 2
[r4-bgp]ipv4-family vpn-instance a
[r4-bgp-a]import-route ospf 2
[r4]ospf 2 vpn-instance a
[r4-ospf-2]import-route bgp
[r4]display mpls lsp vpn-instance a 查看双层标记的内层标签号
小编创作不易,感谢大家支持,希望可以帮助到大家
边栏推荐
猜你喜欢
随机推荐
LVS+NAT 负载均衡群集,NAT模式部署
ATF中断处理的设计模型
(ECCV-2022)GaitEdge:超越普通的端到端步态识别,提高实用性
自己经常使用的三种调试:Pycharm、Vscode、pdb调试
基于 eBPF 的 Kubernetes 可观测实践
How does EasyCVR call the double-speed playback of device recording through the interface?
如何进行自动化测试?
使用.NET简单实现一个Redis的高性能克隆版(二)
MySQL安装教程(详细)
如何理解 SAP UI5 的 sap.ui.define 函数
How does the intelligent video surveillance platform EasyCVR use the interface to export iframe addresses in batches?
CPU突然飙高系统反应慢,是怎么导致的?有什么办法排查?
EasyCVR calls the cloud recording API and returns an error and no recording file is generated. What is the reason?
当项目中自动格式化插件Prettier和ESLint冲突报错时如何解决
路由技术
Flink / Scala - 使用 RedisSink 存储数据
mq消息积压怎么对应
【web自动化测试】playwright安装失败怎么办
Go language Go language, understand Go language file operation in one article
ros2订阅esp32发布的电池电压数据