@Emil_G - thanks for the reply, I really appreciate it!
Only the "SOURCE" router 192.168.254.249 shows an mroute, below is the command output:
hostname(pim)# show ip pim mroute
IP Multicast Route Entries
Total number of entries : 1
Group Address Source Address Neighbor VLAN
--------------- --------------- --------------- ----
239.10.0.104 172.20.93.30 172.20.93.30 93
hostname(pim)# show ip pim mroute 239.10.0.104 172.20.93.30
IP Multicast Route Entry
Group Address : 239.10.0.104
Source Address : 172.20.93.30
Neighbor : 172.20.93.30
VLAN : 93
Up Time (sec) : 85316
Expire Time (sec) : 300
Multicast Routing Protocol : PIM-SM
Unicast Routing Protocol : connected
Metric : 1
Metric Pref : 0
Assert Timer : 0
RP tree : No
Downstream Interfaces
VLAN State Up Time (sec) Expire Time (sec)
---- ---------- ------------------ ------------------
93 forwarding 85316 202
--- this output above doesn't look like it's connecting / forwding to VLAN 400 ...
All 3 routers show the exact same thing for rp-set, the output is below:
hostname(pim)# show ip pim rp-set
Status and Counters - PIM-SM Static RP-Set Information
Group Address Group Mask RP Address Override
--------------- --------------- --------------- --------
Status and Counters - PIM-SM Learned RP-Set Information
Group Address Group Mask RP Address Hold Time Expire Time
--------------- --------------- --------------- --------- ---------------
224.0.0.0 240.0.0.0 172.20.141.1 150 133
224.0.0.0 240.0.0.0 192.168.254.246 150 133
224.0.0.0 240.0.0.0 192.168.254.249 150 133
224.0.0.0 240.0.0.0 192.168.254.253 150 133
Thanks for your help,
Dave