Multicast configuration driving me nuts

dtdamen
Member
Posts: 36
Joined: 05 Feb 2025 03:31

Re: Multicast configuration driving me nuts

Post by dtdamen »

Hi Silvio,
there is nothing I can see for output. No life, no counter, nothing
Not on the core and not on the 6560 switches
No idea what´s wrong in my configuration.

Thomas
User avatar
Cristek
Member
Posts: 110
Joined: 08 Mar 2024 10:56

Re: Multicast configuration driving me nuts

Post by Cristek »

At this point I'd open an SR with ALE.
I always do it the same way as Silvio. Globally.

Core:

Code: Select all

ip multicast admin-state enable
ip multicast version 3
ip multicast querier-forwarding enable
ip multicast querying enable
Edge:

Code: Select all

ip multicast admin-state enable
ip multicast version 3
ip multicast querier-forwarding enable
We never needed to use 'proxy' or 'spoofing', and sometimes we use 'zapping' on the Edge switches for IPTV as well.
That's it. I dont even know the exact use case for proxy and spoofing, but I know spoofing causes VoIP issues according to my colleagues.

In terms of show commands, you need to see info with:
show ip multicast group/neighbor/forward/querier
(what groups I'm in / what neighbors I have / what I forwarded to others / who is the querier)
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 2110
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Multicast configuration driving me nuts

Post by silvio »

If you have an active ip interface within that vlan you should see an querier. Check the ip interface at the core again, delete it and create it new. it needs to be up at "show ip int".
dtdamen
Member
Posts: 36
Joined: 05 Feb 2025 03:31

Re: Multicast configuration driving me nuts

Post by dtdamen »

Hi Sylvio,
IP interface for my TV VLAN is up and running
CKSW-TelevisTV 10.128.44.1 255.255.254.0 UP YES vlan 422

But have also found the following entry for "sh ip interface"
querier 0.0.0.0 0.0.0.0 DOWN NO unbound

Thanks
Thomas
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 2110
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Multicast configuration driving me nuts

Post by silvio »

delete it with
"no ip interface querier"
dtdamen
Member
Posts: 36
Joined: 05 Feb 2025 03:31

Re: Multicast configuration driving me nuts

Post by dtdamen »

done :)
Post Reply

Return to “OmniSwitch 6560 / 6570M”