shortcut场景


本次实验思路 先配置为非shortcut场景 观察流量走向;然后在配置成shortcut 场景 做对比
HUB:(R1)
interface GigabitEthernet0/0/0
ip address 200.1.1.1 255.255.255.0
#
interface GigabitEthernet0/0/1
ip address 192.168.1.100 255.255.255.0
#
interface Tunnel0/0/0
ip address 10.1.1.1 255.255.255.0
tunnel-protocol gre p2mp
source 200.1.1.1
ospf network-type p2mp
nhrp entry multicast dynamic
#
ospf 100 router-id 10.1.1.1
area 0.0.0.0
network 10.1.1.0 0.0.0.255
network 192.168.1.0 0.0.0.255
#
ip route-static 0.0.0.0 0.0.0.0 200.1.1.2
Spoke:(R3)
interface GigabitEthernet0/0/0
ip address 192.168.3.100 255.255.255.0
#
interface GigabitEthernet0/0/1
ip address 200.1.3.1 255.255.255.0
#
interface Tunnel0/0/0
ip address
华为DSV模拟实验:P2MP网络Shortcut配置分析

该博客介绍了华为DSV模拟实验中P2MP网络的Shortcut场景配置。首先,实验通过非Shortcut场景观察了分支间通信需经过总部的流量走向。随后,配置Shortcut场景,发现分支间可以直接通信,无需经总部转发,从而对比分析了Shortcut对网络流量的影响。
最低0.47元/天 解锁文章
431

被折叠的 条评论
为什么被折叠?



