10-18-2021 09:49 PM
Hello All,
We have cisco switch 3650. In that we have two vlans, vlan 1 & vlan 10.
I have assigned IP address to SVI and able to communicate between vlans. Now regarding Multicast data:
We have published data in vlan 10 server and want to populate it into vlan 1 but not getting.
We have configured below parameters:
Switch(config) ip multicast-routing
int vlan 10
ip address 192.168.10.1/24
ip pim dense-mode
int vlan 1
ip add 192.168.20.1/24
ip pim dense-mode
ip pim join-group group-ip(235.2.3.5)
Any suggestion would be very helpful.
10-18-2021 10:50 PM
before we get in to further, is this working in VLAN 10?
10-18-2021 10:52 PM
Yes
10-19-2021 12:00 AM
Hello,
just to make sure, verify that you run anything higher than LAN Base on your switch...
int vlan 1
ip add 192.168.20.1/24
ip pim dense-mode
--> ip pim join-group group-ip(235.2.3.5)
I assume you mean 'ip igmp join-group' ?
Send a ping to 235.2.3.5, then post the output of 'show ip mroute 235.2.3.5'
10-19-2021 01:35 AM
Hello
Can vlan 10,1 communicate with each other?
ip routing
If you a simulating a MC host on vlan 1 than the sytax should be;
int x/x
ip igmp join-group x.x.x.x
Lastly post the output
sh ip igmp groups
sh ip igmp interface x/x
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide