W3L650010 三层组播 教师参考
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
实验15 三层组播
实验任务一:配置PIM-DM
步骤一:配置IP地址和单播路由协议
步骤二:使能三层组播功能
在各交换机上使用命令multicast routing-enable使能三层组播。
[SWA]multicast routing-enable
[SWB]multicast routing-enable
[SWC]multicast routing-enable
[SWD]multicast routing-enable
步骤三:配置IGMP
在交换机连接组播接收者的VLAN接口上使用命令igmp enable使能IGMP。
[SWB-Vlan-interface10]igmp enable
[SWD-Vlan-interface20]igmp enable
步骤四:配置PIM-DM
在各交换机的三层接口上配置PIM-DM,使用命令pim dm。
[SWA-Vlan-interface1]pim dm
[SWA-Vlan-interface2]pim dm
[SWA-Vlan-interface3]pim dm
SWB、SWC、SWD的配置和SWA相同,配置过程略。
步骤五:配置组播源发送组播流,主机接收组播流
在组播源上使用工具VLC发送组播流,在PCA和PCB上使用VLC接收组播流。
将视频文件放置到组播源的VLC安装目录,使用命令行在组播源处发送组播视频流:C:\Program Files\VideoLAN\VLC>vlc -vvv 1.avi --sout udp:228.1.1.1 --ttl 12 –loop 其中指定了组播地址为228.1.1.1,TTL值为12,VLC默认目的端口为1234。
在组播接收者PCA和PCB端,运行VLC,在VLC软件界面选择文件->打开网络串流,设置接收组播流,组播地址为228.1.1.1,端口为1234。
步骤六:组播信息查看
组播流接收正常后,查看交换机的组播相关信息。
在SWB和SWD上使用命令display igmp group查看组播组信息。
Total 2 IGMP Group(s).
Interface group report information
Vlan-interface10(10.10.10.1):
Total 2 IGMP Groups reported
Group Address Last Reporter Uptime Expires
228.1.1.1 10.10.10.2 00:07:16 00:01:13
239.255.255.250 10.10.10.2 16:41:32 00:01:13
[SWD]display igmp group
Total 2 IGMP Group(s).
Interface group report information
Vlan-interface20(20.20.20.1):
Total 2 IGMP Groups reported
Group Address Last Reporter Uptime Expires
228.1.1.1 20.20.20.2 00:35:45 00:01:54
239.255.255.250 20.20.20.2 00:36:34 00:01:56
可以看到SWB和SWD存在组播组228.1.1.1的成员,IP地址分别为10.10.10.2和
20.20.20.2。
在各交换机上使用命令display pim neighbor查看PIM邻居信息。例如,在SWA上查看PIM邻居信息如下,可以看到SWA的PIM邻居为SWB和SWC,并且分别通过VLAN2接口和VLAN3接口和两个邻居相连。
Total Number of Neighbors = 2
Neighbor Interface Uptime Expires Dr-Priority
2.2.2.2 Vlan2 16:45:52 00:01:22 1
3.3.3.2 Vlan3 16:45:34 00:01:32 1
使用命令display pim routing-table可以查看PIM路由表的内容,PIM路由表由PIM协议生成,其中包含(*,G)和(S,G)表项的个数及表项详细内容。表项内容包含PIM模式、上游接口、下游接口、RPF邻居、表项存在时间和超时时间等信息。
例如,查看SWB的PIM路由表,信息如下,可以看到PIM协议模式为PIM-DM。
Total 2 (*, G) entries; 1 (S, G) entry
(*, 228.1.1.1)
Protocol: pim-dm, Flag: WC
UpTime: 00:16:09
Upstream interface: NULL
Upstream neighbor: NULL
RPF prime neighbor: NULL
Downstream interface(s) information:
Total number of downstreams: 1
1: Vlan-interface10
Protocol: igmp, UpTime: 00:16:09, Expires: never
(1.1.1.2, 228.1.1.1)
Protocol: pim-dm, Flag: ACT
UpTime: 00:45:13
Upstream interface: Vlan-interface2
Upstream neighbor: 2.2.2.1
RPF prime neighbor: 2.2.2.1
Downstream interface(s) information:
Total number of downstreams: 1
1: Vlan-interface10
Protocol: pim-dm, UpTime: 00:16:09, Expires: -
(*, 239.255.255.250)
Protocol: pim-dm, Flag: WC
UpTime: 16:50:26
Upstream interface: NULL
Upstream neighbor: NULL
RPF prime neighbor: NULL
Downstream interface(s) information:
Total number of downstreams: 1
1: Vlan-interface10
Protocol: igmp, UpTime: 16:50:26, Expires: never