Unsolved

This post is more than 5 years old

27 Posts

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.

Moderator

 • 

9.6K Posts

 • 

44 Points

July 26th, 2019 11:00

Hi,

Which OS version are you running? The command looks correct.

27 Posts

July 26th, 2019 12:00

I am on 10.4.3

Moderator

 • 

9.6K Posts

 • 

44 Points

July 29th, 2019 09:00

It is also not working right, not just that it isn’t showing it in the running config?

27 Posts

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!

27 Posts

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, 

 

OS10(conf-if-vl-200)# show configuration
!
interface vlan200
 description GuestVLAN
 no shutdown
 ip address 10.100.200.11/24
 ip arp 10.100.200.120 01:00:5e:7f:c8:78
 ip igmp snooping querier
 !
 vrrp-group 200
  priority 10
  virtual-address 10.100.200.10

 

However, when I then check the VLAN ARP entries it doesn't show it.

 

 
OS10# show ip arp interface vlan 200
Address        Hardware address    Interface                     Egress Interface
------------------------------------------------------------------------------------------
10.100.200.121 00:15:5d:0b:66:04   vlan200                       port-channel18
10.100.200.122 00:15:5d:6e:fa:06   vlan200                       port-channel10

 

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!

IGMP multicast setup.png

Moderator

 • 

9.6K Posts

 • 

44 Points

August 5th, 2019 09:00

Can you private message me the service tag?

September 7th, 2019 13:00

Hi Daniejam,

Did you successfully resolve this issue? I have the same issue.

 

 

0 events found

No Events found!

Top