由上可知,Router B和Router C各自的Loopback1接口之间已建立起了MSDP对等体关系。
(5) 通过使用display pim routing-table命令可以查看路由器上PIM路由表的内容。例如:
# 查看Router B上有关组播组225.1.1.1的PIM路由表内容。
<RouterB> display pim routing-table 225.1.1.1
VPN-Instance: public net
Total 1 (*, G) entry; 1 (S, G) entry
Total matched 0 (*, G) entry; 0 (S, G) entry
# 查看Router C上有关组播组225.1.1.1的PIM路由表内容。
<RouterC> display pim routing-table 225.1.1.1
VPN-Instance: public net
Total 1 (*, G) entry; 1 (S, G) entry
Total matched 1 (*, G) entry; 1 (S, G) entry
(*, 225.1.1.1)
RP: 1.1.1.1 (local)
Protocol: pim-sm, Flag: WC
UpTime: 00:15:04
Upstream interface: Register
Upstream neighbor: NULL
RPF prime neighbor: NULL
Downstream interface(s) information:
Total number of downstreams: 1
1: Ethernet1/1
Protocol: igmp, UpTime: 00:15:04, Expires: -
(10.110.1.100, 225.1.1.1)
RP: 1.1.1.1 (local)
Protocol: pim-sm, Flag: SPT 2MSDP ACT
UpTime: 00:20:28
Upstream interface: Serial2/1
Upstream neighbor: 192.168.2.1
RPF prime neighbor: 192.168.2.1
Downstream interface(s) information:
Total number of downstreams: 1
1: Ethernet1/1
Protocol: pim-sm, UpTime: - , Expires: -
由上可知,组播组G1当前有效的RP为Router C的Loopback0接口。
4 域间三层组播配置举例
(1) 需求分析
l 两个ISP拥有各自的网络:AS 100和AS 200,AS内部通过OSPF协议互连。AS 200中的视频源(Source)通过组播组G(225.1.1.1)传送节目,AS 100和AS 200中都有该节目的点播者(Receiver):Host A和Host B。要求在AS内通过使用PIM-SM和IGMP协议实现视频流的组播分发和按需送达。同时根据业务需要,AS 100独自构成组播域PIM-SM 1,而AS 200则划分为两个组播域:PIM-SM 2和PIM-SM 3。
l 为了解决组播域之间、以及各AS之间组播信息的交换,要求通过配置MSDP对等体实现各PIM-SM域之间组播源信息的交换,通过配置MBGP协议实现各AS之间组播路由信息的交换。
(2) 网络规划
|