extreme switch sending multicast messages (igmpv2 membership query general) without any request from device
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-23-2016 03:37 AM
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.
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.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-23-2016 07:35 AM
will try .
tell here , how it goes .
tell here , how it goes .
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-30-2018 09:18 AM
On EXOS, the command
can be used to disable the IGMP querier function if it is not needed. Since IGMP snooping is enabled by default, an IGMP querier is needed for correct multicast data forwarding by default.
code:
disable igmp [vlan NAME]
can be used to disable the IGMP querier function if it is not needed. Since IGMP snooping is enabled by default, an IGMP querier is needed for correct multicast data forwarding by default.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-23-2016 07:33 AM
configure igmp The range is 1 to 214,748,364 seconds.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-23-2016 07:27 AM
ok
how do I increase that interval ?
how do I increase that interval ?
