i am using extreme switch X460-24
I have vlan 174 configured with an ip pool which switch provides via dhcp
[config]
create vlan "vlan174"
configure vlan vlan174 tag 174
configure vlan vlan174 add ports 21-24 tagged
configure vlan vlan174 ipaddress 172.16.174.1 255.255.255.0
enable ipforwarding vlan vlan174
configure vlan vlan174 dhcp-address-range 172.16.174.2 - 172.16.174.200
configure vlan vlan174 dhcp-options default-gateway 172.16.174.1
configure vlan vlan174 dhcp-options dns-server 196.1.105.47
enable dhcp ports 21-24 vlan vlan174
[/config]
Why is switch sending multicast messages without being asked by any device ?
I can give wireshark log if required.
Thanks.