cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
342
Views
0
Helpful
1
Replies

PIM does not take effect on PVLAN

liqiang
Level 1
Level 1

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
1 Reply 1

The only way I can think of to get this to work is by implementing Multicast-to-Unicast Destination Translation, and I am not even sure that works in your specific setup. Basically, you create a Vif1 interface, give it an IP address, configure it for ip pim sparse-mode, and use the 'ip service reflect' statement to define the source and destination of your multicast traffic. Since I don't know which hardware and IOS version you are using, you will need to test if any of this works at all for you.

Check out this document, it has various configuration examples:

http://www.cisco.com/en/US/docs/ios/ipmulti/configuration/guide/imc_serv_reflect.html#wp1056104