cancel
Showing results for 
Search instead for 
Did you mean: 

Multicast is not working over the fabric

Multicast is not working over the fabric

difan
New Contributor II

I have VLAN 100 and the interface is in the GRT with IP 10.0.100.1. I have VLAN5 in VRF IPTV with IP 10.0.5.1. Here is my relevant config. I am testing multicast on VLAN 5 and VLAN 100. VLAN 100 interface is in the GRT and VLAN 5 is in VRF IPTV. The unicast works as expected.

router isis
spbm 1 multicast enable
spbm 1 ip enable

ip vrf iptv vrfid 1

router vrf iptv
ipvpn
i-sid 5000
mvpn enable
ipvpn enable

vlan i-sid 5 500
interface Vlan 5
vrf iptv
ip address 10.0.5.1 255.255.255.0 2
ip spb-multicast enable
ip igmp upnp-filter


vlan i-sid 100 1000
interface Vlan 100
ip address 10.0.100.1 255.255.255.0 1
ip spb-multicast enable
ip igmp upnp-filter

I use Cisco router to simulate the end devices. I joined 239.0.100.1 on VLAN 100 and 239.0.5.1 on VLAN5. Then I ping the multicast addresses from another router. I am getting responses on VLAN 100 but not on VLAN5. However, even for the VLAN 100 one, I don't see entries in the multicast-fib. I don't see IGMP group information with "show IP igmp group" command. I did packet capture and I do see querier message from the Fabric router and the join message from the Cisco. My understanding is that a dynamic I-SID should be generated for each (S,G). But in the "show i-sid" command, no matter how many groups I ping, I only see this one entry. I don't even know if it is related to my multicast.

ISID ISID PORT MLT ORIGIN ISID
ID TYPE VLANID INTERFACES INTERFACES NAME
---------------------------------------------------------------------------------------------------------

16777001 ELAN N/A - - C --- - --- - - -- FAN-ISID

Could you help me figure out what I did wrong here? Thanks!

 

 

1 ACCEPTED SOLUTION

EXTR_Paul
Extreme Employee

Yes. the virtual images of VOSS have several documented data plane limitations.  I believe this is one of them.

This will 100% work on the real switches.   

View solution in original post

5 REPLIES 5

difan
New Contributor II

Thanks Willy! Sorry for not being clear but I didn't try to route multicast between the VRFs. I have two multicast streams/senders, one on each VLAN and I have two receivers too. There is to multicast hopping over VLANs. 

My "show isis spb-mcast-summary" is empty on the BEB that connects to the multicast source...

My "show ip igmp group vrf iptv" is also empty on the BEB that connects to the multicast receiver... 

I also did a packet capture. I see the IGMP querier messages from the BEB and the Join/leave message from the receiver. 

The ping works but I feel that it works in a "broadcast" manner... Did I miss some command to have it properly enabled on the VRF?

In addition, "show isis lsdb tlv 185" is empty too...

Thanks!

GTM-P2G8KFN