Hi all,
i have a media Server in one Vlan now i want to access it from other Vlans as well. for DLNA i configure Multicast and PIM Spare mode with rp address on Cisco 4500x L3 switch and enable IGMP snooping on all my Layer 2 switches but still not able to show my DLNA in other Vlans
DLNA in Vlan2
want to show in it in Vlan3 and Vlan4
here is my L3 Switch configuration foe PIM
ip routing
ip multicast-routing
int vlan 2
ip add 192.168.2.1 255.255.255.0
ip pim sparse-mode
int vlan 3
ip add 192.168.3.1 255.255.255.0
ip pim sparse-mode
int vlan 4
ip add 192.168.4.1 255.255.255.0
ip pim sparse-mode
ip pim rp-address 192.168.2.1