We are doing a IPTV network setup, the guy from IPTV company setup their server and connected to a third-party switch (Aruba) and connected to our Server Farm switch MS210 via a trunk port and all the vlans are tagged.
The issue is, the IPTV server has a virtual IP of 192.168.182.4
All uplinks from Server Farm Switch to Core Switch to Edge Switches are configured as trunk port and allowed vlan "all".
Note: We have MX250 but no firewall rule configured.
Thanking you in advance...
Solved! Go to solution.
Get him to change it to either "Unicast" or "Multicast with IGMP" (and make sure you switch has IGMP enabled).
The only option that doesn't workk is "Multicast". Actually, you *might* be able to make this work if you enable "flood unknown multicast" on your switches - but it is not very efficient. It causes all traffic going to the NLB address to go out every port on every switch.
Does the switch core has a route for this network? Do you have a topology?
there is no route in the core switch all vlan l3 interfaces are configured in the MX, strange why the physical IP is reachable from the core switch and edge switches and only the virtual IP from the server is not but in server farm switch I can ping both virtual and physical IPs.
I will prepare the topology and share it here.
Thanks!
What method is used to provide the virtual IP ? VRRP?
If it is multicast, is the application sending proper IGMP join requests?
Some dumb systems like Windows NLB require static ARP in some configurations (which Meraki can not do).
https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-network-to-support...
@PhilipDAththank you for your inputs I think this is the culprit.
with regards to method used to provide virtual IP, I'm not sure what the IPTV guy configured in his server but I knew he is using a Windows 2019 and the virutal IP is used for NLB.
But he is totally disagreeing that the issue is from his side or let say from our side as you told Meraki can not do static ARP configuration. But funny thing is the same setup we did in other customers with the same IPTV company and the setup is working fine.
I will open a case now with Meraki support and we'll see what will be their input.
Get him to change it to either "Unicast" or "Multicast with IGMP" (and make sure you switch has IGMP enabled).
The only option that doesn't workk is "Multicast". Actually, you *might* be able to make this work if you enable "flood unknown multicast" on your switches - but it is not very efficient. It causes all traffic going to the NLB address to go out every port on every switch.
@PhilipDAthyou are correct the Meraki support suggest to enable "flood unknown multicast" because the traffic is not leaving the local switch (server farm switch) where the IPTV switch is connected. The support told me that the other switches doesn't know about that multicast traffic so the only solution is to flood the traffic.
Btw, NLB VIP is already set to Multicast with IGMP.
Thanks for your time! *cheers*
That suggests the IGMP config isn't right in the network. Check out this post which explains it in detail.
https://community.meraki.com/t5/Switching/Multicast-Basic-s/m-p/25867/highlight/true#M2125