I confige the multicast source in the Pvlan 101,my receiver client is in the normal vlan 200。
Both the receiver client and the multicast source can be Ping to each other.
and the rp-address is the loopback 0.
but I cant receive the multicast data.
AS1(config-vlan)#vlan 100
AS1(config-vlan)#private-vlan primary
AS1(config-vlan)#private-vlan association 101
AS1(config-vlan)#vlan 101
AS1(config-vlan)#private-vlan isolated
AS1(config)#interface vlan 100
AS1(config-if)#no shut
AS1(config-if)#private-vlan mapping 101
AS1(config-if)#ip address 10.10.10.1 255.255.255.0
AS1(config-if)#ip pim spare-mode
AS1(config)#interface vlan 200
AS1(config-if)#no shut
AS1(config-if)#ip address 10.10.20.1 255.255.255.0
AS1(config-if)#ip pim spare-mode