1、PIM Dense Mode简介

54、组播配置实验之PIM Dense Mode_第1张图片

54、组播配置实验之PIM Dense Mode_第2张图片

54、组播配置实验之PIM Dense Mode_第3张图片

54、组播配置实验之PIM Dense Mode_第4张图片

54、组播配置实验之PIM Dense Mode_第5张图片

54、组播配置实验之PIM Dense Mode_第6张图片

54、组播配置实验之PIM Dense Mode_第7张图片

54、组播配置实验之PIM Dense Mode_第8张图片

54、组播配置实验之PIM Dense Mode_第9张图片

54、组播配置实验之PIM Dense Mode_第10张图片

54、组播配置实验之PIM Dense Mode_第11张图片

54、组播配置实验之PIM Dense Mode_第12张图片

54、组播配置实验之PIM Dense Mode_第13张图片

54、组播配置实验之PIM Dense Mode_第14张图片

54、组播配置实验之PIM Dense Mode_第15张图片

54、组播配置实验之PIM Dense Mode_第16张图片

54、组播配置实验之PIM Dense Mode_第17张图片

54、组播配置实验之PIM Dense Mode_第18张图片

54、组播配置实验之PIM Dense Mode_第19张图片

54、组播配置实验之PIM Dense Mode_第20张图片

54、组播配置实验之PIM Dense Mode_第21张图片

54、组播配置实验之PIM Dense Mode_第22张图片

54、组播配置实验之PIM Dense Mode_第23张图片

54、组播配置实验之PIM Dense Mode_第24张图片


2、实验拓扑

54、组播配置实验之PIM Dense Mode_第25张图片


3、基础配置

R1配置

interface Serial0/1

 ip address 12.1.1.1 255.255.255.0

interface Serial0/2

 ip address 14.1.1.1 255.255.255.0

interface FastEthernet1/0

 ip address 13.1.1.1 255.255.255.0

router ospf 110

 router-id 1.1.1.1

 network 12.1.1.0 0.0.0.255 area 0

 network 13.1.1.0 0.0.0.255 area 0

 network 14.1.1.0 0.0.0.255 area 0


R2配置

interface Serial0/0

 ip address 25.1.1.2 255.255.255.0

interface Serial0/1

 ip address 12.1.1.2 255.255.255.0

router ospf 110

 router-id 2.2.2.2

 network 12.1.1.0 0.0.0.255 area 0

 default-information originate always


R3配置

interface FastEthernet1/0

 ip address 13.1.1.3 255.255.255.0

router ospf 110

 router-id 3.3.3.3

 network 13.1.1.0 0.0.0.255 area 0


R4配置

interface Serial0/0

 ip address 46.1.1.4 255.255.255.0

interface Serial0/2

 ip address 14.1.1.4 255.255.255.0

router ospf 110

 router-id 4.4.4.4

 network 14.1.1.0 0.0.0.255 area 0


R5配置

interface Serial0/0

 ip address 25.1.1.5 255.255.255.0


R6配置

interface Serial0/0

 ip address 46.1.1.6 255.255.255.0

no ip routing

ip default-gateway 46.1.1.4


4、配置PIM Dense Mode

R1配置

ip multicast-routing 

interface Serial0/1

 ip pim dense-mode

interface Serial0/2

 ip pim dense-mode

interface FastEthernet1/0

 ip pim dense-mode


R2配置

ip multicast-routing 

interface Serial0/0

 ip pim dense-mode       

interface Serial0/1

 ip pim dense-mode


R3配置

ip multicast-routing 

interface FastEthernet1/0

 ip pim dense-mode


R4配置

ip multicast-routing 

interface Serial0/0

 ip pim dense-mode

interface Serial0/2

 ip pim dense-mode


R6配置

interface Serial0/0

 ip igmp join-group 224.1.1.1


5、测试

wKioL1Zw1TPz_9KLAAAbxspPrtA948.png

此时说明PING Dense Mode已配置成功

54、组播配置实验之PIM Dense Mode_第26张图片

R1配置

interface FastEthernet1/0

 ip pim dr-priority 2

54、组播配置实验之PIM Dense Mode_第27张图片54、组播配置实验之PIM Dense Mode_第28张图片54、组播配置实验之PIM Dense Mode_第29张图片