cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
0
Helpful
4
Replies

Not getting multicast data from vlan 10 to vlan 1

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.

 

 

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

before we get in to further, is this working in VLAN 10?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Yes

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'

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul