09-12-2019 04:34 AM - edited 09-12-2019 04:58 AM
Hi all,
As output below, hosts that want to subscribe multicast from a publisher and are not able to for a particular group 239.181.4.147, all the other groups in subnet 239.181.4.x work apart from 239.181.4.147, why is Po400 not included in the Port list as below? All hosts sit on the same vlan and on the same switch which is a Layer 2 switch attached to switch SW2-VDC10.
Po400 is a special Po that sends multicast across buildings so that multicast doesn't traverse our OTV network for these streams to work. Po31 is a Po that connects to L2 switch
SW2-VDC10# show ip igmp snooping groups | i 239.181.4.
901 239.181.4.10 v2 D Po31 Po400
901 239.181.4.15 v2 D Po400 Po31
901 239.181.4.129 v2 D Po400 Po31
901 239.181.4.130 v2 D Po400 Po31
901 239.181.4.147 v2 D Po31
901 239.181.4.148 v2 D Po400
901 239.181.4.219 v2 D Po400 Po31
901 239.181.4.220 v2 D Po400 Po31
901 239.181.4.221 v2 D Po400 Po31
show ip igmp snooping vlan 901
IGMP Snooping information for vlan 901
IGMP snooping enabled
Lookup mode: IP
Optimised Multicast Flood (OMF) enabled
IGMP querier present, address: 10.x.x.3, version: 2, i/f Po400
Switch-querier disabled
IGMPv3 Explicit tracking enabled
IGMPv2 Fast leave disabled
IGMPv1/v2 Report suppression enabled
IGMPv3 Report suppression disabled
Link Local Groups suppression enabled
Router port detection using PIM Hellos, IGMP Queries
Number of router-ports: 2
Number of groups: 205
VLAN vPC function disabled
Active ports:
Po31 Po400
sh ip igmp groups 239.181.4.147
IGMP Connected Group Membership for VRF "default" - matching Group "239.181.4.147"
Type: S - Static, D - Dynamic, L - Local, T - SSM Translated
Group Address Type Interface Uptime Expires Last Reporter
239.181.4.147 D Vlan901 21:03:17 00:03:32 10.x.x.24
09-12-2019 05:00 AM
Hello,
Usually that means we didn't get a membership report on that interface asking for that multicast group. Are we sure membership reports are making it across Po400 to this switch? A packet capture would confirm.
Without seeing configs it would be difficult to say if you maybe have a filter in place or something. However, if the rest of the multicast works in the vlan, you would think this group would as well. Is the source of 239.181.4.147 over Po31 or Po400?
Hope that helps!
09-12-2019 06:32 AM
Hi Bradley,
Po31 is the port channel to another VDC which controls all other traffic excluding vlan901
Po400 is the port channel in our Multicast VDC so any multicast for vlan 901 will not route across OTV as above.
Multicast VDC there is a Prefix List:
ip pim auto-rp listen forward
ip pim use-shared-tree-only group-list prefix-list SHARED-TREE-LIST
vlan 901
ip prefix-list SHARED-TREE-LIST
ip prefix-list SHARED-TREE-LIST description multicast groups which are forced to use the shared tree
seq 5 permit 239.181.4.0/24
09-12-2019 06:50 AM
Hello,
Is the source of 239.181.4.147 local to the switch or is it over Po400? Is there a client over Po400 that is requesting that group? It seems you are not getting an IGMP membership report from a client over Po400.
That PIM config looks fine. All groups in the 239.181.4.0/24 should behave the same.
Hope that helps!
09-12-2019 08:04 AM
Host is on a separate L2 switch. Host ports configured for L2 Vlan901
L2 switch (9300) trunks to Distribution Switch VDC2 (7710) on a different Port channel Po203 on this Switch 7710 we have configured another VDC for Multicast where Po400 is configured and also where the Layer 3 Interface Vlan 901 is configured.
Hope this explains things.
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