‎04-13-2026 06:12 AM - edited ‎04-13-2026 06:13 AM
Hi everyone,
Here is my configuration.
create mirror AnalyzerMirror
enable mirror AnalyzerMirror to port 1 (Destination port)
configure mirror AnalyzerMirror add vlan 10 (Source Vlan)
But I did not received the traffic when captured the traffic wireshark.
Could you please correct my config if something wrong?
Solved! Go to Solution.
‎04-14-2026 05:59 AM
Seems like it is configured correctly. https://extreme-networks.my.site.com/ExtrArticleDetail?an=000074211
You may want to contact GTAC and have them take a look.
Tuesday
Your setup looks almost correct, but the problem is probably coming from how the mirror source and target port are assigned. The analyzer port should only be used for packet capture and must not be included in the same source VLAN.
For example:
create mirror AnalyzerMirror
configure mirror AnalyzerMirror add vlan 10
enable mirror AnalyzerMirror to port 1
In this case, make sure port 1 is removed from VLAN 10 and is used only for Wireshark monitoring. If the same port or VLAN is used for both source traffic and mirrored output, the captured packets may not appear properly.
compass dollar tree desktop
‎04-20-2026 03:02 AM
Your configuration is close, but the issue is likely with how the mirror source and destination are defined. You need to ensure the destination port is not part of the source VLAN and is configured only as the analyzer port. For example:
‎04-14-2026 05:59 AM
Seems like it is configured correctly. https://extreme-networks.my.site.com/ExtrArticleDetail?an=000074211
You may want to contact GTAC and have them take a look.