cancel
Showing results for 
Search instead for 
Did you mean: 

igmp v2 packets generated by extreme summit x460-24t switch

igmp v2 packets generated by extreme summit x460-24t switch

sumeetinanicdot
New Contributor
hi,

In extreme switch i have configured vlan 104 on ports 19 and 20 with lacp.

This is the setting

configure vlan vlan104 tag 104
enable sharing 19 grouping 19-20 algorithm address-based L2
configure vlan vlan104 add ports 19, 21-24 tagged
configure vlan vlan104 ipaddress 172.16.3.1 255.255.255.0
enable ipforwarding vlan vlan104
configure vlan vlan104 dhcp-address-range 172.16.3.2 - 172.16.3.200
configure vlan vlan104 dhcp-options default-gateway 172.16.3.1
configure vlan vlan104 dhcp-options dns-server 196.1.105.47
enable dhcp ports 19, 21-24 vlan vlan104

this is current situation

* X460-24t.15 # show "vlan104"
VLAN Interface with name vlan104 created by user
Admin State: Enabled Tagging: 802.1Q Tag 104
Virtual router: VR-Default
IPv4 Forwarding: Enabled
Primary IP : 172.16.3.1/24
IPv6 Forwarding: Disabled
IPv6: None
STPD: None
Protocol: Match all unfiltered protocols
Loopback: Disabled
NetLogin: Disabled
QosProfile: None configured
Egress Rate Limit Designated Port: None configured
Flood Rate Limit QosProfile: None configured
Ports: 5. (Number of active ports=2)
Tag: *21, 22, 23, 24, *19g
Flags: (*) Active, (!) Disabled, (g) Load Sharing port
(b) Port blocked on the vlan, (m) Mac-Based port
(a) Egress traffic allowed for NetLogin
(u) Egress traffic unallowed for NetLogin
(t) Translate VLAN tag for Private-VLAN
(s) Private-VLAN System Port, (L) Loopback port
(e) Private-VLAN End Point Port
(x) VMAN Tag Translated port
(G) Multi-switch LAG Group port
* X460-24t.16 # show sharing
Load Sharing Monitor
Config Current Agg Ld Share Ld Share Agg Link Link Up
Master Master Control Algorithm Group Mbr State Transitions
==============================================================================
19 20 Static L2 19 - R 0
L2 20 Y A 0
==============================================================================
Link State: A-Active, D-Disabled, R-Ready, NP-Port not present, L-Loopback
Load Sharing Algorithm: (L2) Layer 2 address based, (L3) Layer 3 address based
(L3_L4) Layer 3 address and Layer 4 port based
(custom) User-selected address-based configuration
Custom Algorithm Configuration: ipv4 L3-and-L4, xor
Number of load sharing trunks: 1
X460-24t.17 # show "vlan104" dhcp-config
DHCP Address Range : 172.16.3.2->172.16.3.200
Netlogin Lease Timer : Not configured (Default = 10 seconds)
DHCP Lease Timer : Not configured (Default = 7200 seconds)
Default Gateway : 172.16.3.1
Primary DNS Server : 196.1.105.47
Ports DHCP Enabled : 19, 21-24

I notice that switch periodically generated IGMP v2 packets membership query and report packets.
How can I avoid their generation ?
Also there is an EDP packet which has no mac or ip address . What is its purpose ?

Thanks.
1 ACCEPTED SOLUTION

CThompsonEXOS
Extreme Employee
You can try disabling igmp on the vlan in question with the "disable igmp <vlan>' command.

Below is more information regarding EDP which can also be disabled on a per port basis with "disable edp port <port>":

ExtremeXOS® User Guide (extremenetworks.com)

Thanks,
Chris Thompson

View solution in original post

3 REPLIES 3

sumeetinanicdot
New Contributor
I tried 'disable igmp' and it worked.
Thanks.

sumeetinanicdot
New Contributor
Christopher Thompson , I will try disable igmp and report back . Thanks .

CThompsonEXOS
Extreme Employee
You can try disabling igmp on the vlan in question with the "disable igmp <vlan>' command.

Below is more information regarding EDP which can also be disabled on a per port basis with "disable edp port <port>":

ExtremeXOS® User Guide (extremenetworks.com)

Thanks,
Chris Thompson
GTM-P2G8KFN