11-20-2019 01:13 AM
Hi,
I need help for configuration cisco catalist 4500x and catalyst 3750 protokol multicast.
swtitch 4500x is set to layer3:
ip multicast-routing
interface vlan 200
ip pim sparse-mode
interface vlan 203
ip pim sparse-mode
ip pim rp-address (ip 4500x)
swtitch 3750:
ip multicast-routing
interface vlan 200
ip pim sparse-mode
interface vlan 203
ip pim sparse-mode
ip pim rp-address (ip 4500x)
server is vlan 200
camers is vlan 203
Multicating between vlan200 and 203 not routing, why ?
Working multicasting inside vlan but between vlans is not working.
Thanks for help.
Solved! Go to Solution.
11-22-2019 03:52 AM - edited 11-22-2019 03:54 AM
@kkpc Hello
Could you share below configuration:
ON 4500X
show running-config
ON 3750
show running-config
?
Because in your topology you told to us that just 4500X is configured as L3 device, in this case, you wont neeed a interface vlan 200 and 203 on others switch and wont need "ip pim sparse-mode" under interface on them.
11-20-2019 01:29 AM
Can you please show output of
show ip route, show ip mroute and show igmp group from both switches.
11-21-2019 01:57 AM
@Sergey Lisitsin help me ?
11-20-2019 07:30 AM
can you post :
##show ip mroute
#sh ip igmp groups
#sh ip igmp snooping
PIM is also needed to perform multicast routing between Vlans.
11-20-2019 09:47 AM
11-20-2019 11:20 PM
11-21-2019 03:08 AM
Hi
On VSS1_B1 the igmp groups seems to be odd. The last reporter seems to be in different ip ranges, and also 172.20.26 is seeing on both vlan 200 and 203.
You can also see on the mroute that ther is no sender on any of the groups. There are only *.G entryn.
Can you please post the same outputs for the other switch.
/Mikael
11-21-2019 03:47 AM
11-21-2019 04:49 AM
11-20-2019 08:44 AM
Hi
One common problem when mcast is not working, is that the sender is sending with ttl=1, thus the stream will be dropped by the router.
/Mikael
11-20-2019 08:54 AM - edited 11-20-2019 09:04 AM
11-20-2019 09:08 AM
you can do by config no ip mutlicast ttl-threshold, by default set to 1
or you can set on interface
interface vlan XXX ip pim sparse-dense-mode ip multicast ttl-threshold XX ( XX is Hop)
11-20-2019 09:14 AM
11-20-2019 09:30 AM
Hi
No, You should check what the camera is setting. If they are setting ttl=1, then You have to change that setting in the cameras. If they already have ttl setting that is greater than 1, there is some other problem.
/Mikael
11-20-2019 09:50 AM
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