实验拓扑

配置ip


1.配置R1、R2、R3为星型的拓扑结构其中R1为中心站点。
R1:
int t0/0/0
ip address 192.168.6.1 24
tunnel-protocol gre p2mp
source 16.0.0.1
nhrp network-id 100
nhrp entry multicast dynamic
R2:
int t0/0/0
ip address 192.168.6.2 24
tunnel-protocol gre p2mp
source g 0/0/0
nhrp network-id 100
R3:
int t0/0/0
ip address 192.168.6.3 24
tunnel-protocol gre p2mp
source g 0/0/0
nhrp network-id 100
2.R1、R4、R5为全连的mgre结构
R1:
int t0/0/1
ip address 192.168.7.1 24
tunnel-protocol gre p2mp
source 116.0.0.1
nhrp network-id 110
nhrp entry multicast dynamic
nhrp entry network 192.168.7.2 46.0.0.1 register
nhrp entry network 192.168.7.3 56.0.0.1 register
R4:
int t0/0/0
ip address 192.168.7.2 24
3.配置ospf
R1:
ospf 1 router-id 1.1.1.1
area 0
network 192.168.1.0 0.0.0.255
network 192.168.6.0 0.0.0.255
network 192.168.7.0 0.0.0.255
R2:
ospf 1 router-id 2.2.2.2
area 0
network 192.168.2.0 0.0.0.255
network 192.168.6.0 0.0.0.255
R3:
ospf 1 router-id 3.3.3.3
area 0
network 192.168.3.0 0.0.0.255
network 192.168.6.0 0.0.0.255
R4:
ospf 1 router-id 4.4.4.4
area 0
network 192.168.4.0 0.0.0.255
network 192.168.7.0 0.0.0.255
R5:
ospf 1 router-id 5.5.5.5
area 0
network 192.168.5.0 0.0.0.255
network 192.168.7.0 0.0.0.255
R1:
int t 0/0/0
ospf network-type p2mp
R2、R3:
int t 0/0/0
ospf network-type p2mp
R1:
int t 0/0/1
ospf network-type broadcast
R4、R5:
int t 0/0/0
ospf network-type broadcast
tunnel-protocol gre p2mp
source 46.0.0.1
nhrp network-id 110
nhrp entry multicast dynamic
nhrp entry network 192.168.7.1 116.0.0.1 register
nhrp entry network 192.168.7.3 56.0.0.1 register
R5:
int t0/0/0
ip address 192.168.7.3 24
tunnel-protocol gre p2mp
source 56.0.0.1
nhrp network-id 110
nhrp entry multicast dynamic
nhrp entry network 192.168.7.1 116.0.0.1 register
nhrp entry network 192.168.7.2 46.0.0.1 register