Unsolved
This post is more than 5 years old
27 Posts
0
3979
July 26th, 2019 08:00
IGMP Multicast S4148
I use windows Server NLB to provide HA for some internal websites. Our current stack of N3000s can handle this well, I just enable IGMP multicast and add the ARP for the VLAN.
However I am seeing up some new switches that are S4148s with VLT.
I have tried to configure the ARP on the vlan by using the commands
interface vlan 200
ip arp xxx.xxx.xxx.xxx 00:00:00:00:00:00
The command is added but when I then run a show ip arp interface vlan 200 I cannot see the command I have added. the show config for the VLAN in question is
interface vlan200
description GuestVLAN
no shutdown
ip address 10.100.200.12/24
ip arp 10.100.200.120 01:00:5e:7f:c8:78
ip igmp snooping querier
!
vrrp-group 200
virtual-address 10.100.200.10
Vlan200 is up, line protocol is up
IGMP version is 3
IGMP snooping is enabled on interface
IGMP snooping query interval is 60 seconds
IGMP snooping querier timeout is 130 seconds
IGMP snooping last member query response interval is 1000 ms
IGMP Snooping max response time is 10 seconds
IGMP snooping fast-leave is disabled on this interface
IGMP snooping querier is enabled on this interface
Is there something that I am missing? Thanks in advance for any help.
0 events found


DELL-Josh Cr
Moderator
•
9.6K Posts
•
44 Points
0
July 26th, 2019 11:00
Hi,
Which OS version are you running? The command looks correct.
daniejam
27 Posts
0
July 26th, 2019 12:00
DELL-Josh Cr
Moderator
•
9.6K Posts
•
44 Points
0
July 29th, 2019 09:00
It is also not working right, not just that it isn’t showing it in the running config?
daniejam
27 Posts
0
August 1st, 2019 08:00
Hi Josh, I was 2 version behind, currently updated to 10.4.3.3 and waiting on 10.4.3.4 so once I get that installed I will try again and report back!
daniejam
27 Posts
0
August 5th, 2019 02:00
Hi Josh, I have updated to the latest version now but I still cannot get IGMP to work.
I have made a little diagram to show my setup. I am trying to get to the network load balanced server on the ip address of 10.100.200.120 this is balanced between the two web servers 10.100.200.121 and 122
As long as I stay on the same subnet then it works great. However if I try to get to the IP address 10.100.200.120 from the 10.100.100.x subnet it does not work, no ping is returned etc.
All servers use the VRRP ID as the default gateway. I use two S4148s with VLT, I have shown the setup in the picture.
On both switches I have added the static ARP for the MAC address,
However, when I then check the VLAN ARP entries it doesn't show it.
Hopefully I have described this well enough. I have factory defaulted both switches but it still wont pick up the static ARP.
Any help with what I need to do to rectify this is appreciated!
DELL-Josh Cr
Moderator
•
9.6K Posts
•
44 Points
0
August 5th, 2019 09:00
Can you private message me the service tag?
Fernando.Abreu
2 Posts
0
September 7th, 2019 13:00
Hi Daniejam,
Did you successfully resolve this issue? I have the same issue.