How to Capture Packets Using Wireshark on Omada Gateway and Switches in Standalone Mode

Tudásbázis
GYIK
07-23-2024
24491

Contents

Objective

Requirements

Introduction

Configuration

Conclusion

Objective

This article describes how to capture packets using wireshark on Omada gateway and managed switch under standalone management.

Requirements

  • Omada gateway/managed switch
  • One PC installed Wireshark software

Introduction

Packets capture and analysis are very important for us to troubleshoot when some problems occur such as the gateway can’t obtain IP from ISP, the client can’t receive multicast packets, etc. This document will introduce how to capture packets using Wireshark on Omada gateway and switch under standalone management.

A diagram showing the PC is directly connected with Omada gateway or switch.

Configuration

Step 1. Download and install Wireshark (Available at https://www.wireshark.org, a free and powerful sniffing and analyzing software) on your PC.

Step 2. Connect PC to the Omada gateway or switch directly.

Step 3. Set Port Mirror for PC and the port you want to capture packets.

  1. For Omada Gateway.

Input the IP address to the address bar in the web browser and you will visit the GUI of the Omada gateway. After logging into the page, go to Network > Switch > Mirror, enable Port Mirror, select the port connecting to your PC in the Mirroring Port and the port you want to capture packets in the Mirrored Port, click Save.

The page showing how to configure port mirror in Omada gateway’s web UI.

  1. For Omada Switch

Input the IP address to the address bar in the web browser and you will visit the GUI of the Omada switch. After logging into the page, go to MAINTENANCE > Mirroring, click Edit, select the port connecting to your PC in Destination Port Config and enable Ingress and Egress option in the port you want to capture packets in Source Interface Config, click Apply.

Port mirror setting path on Omada switches.

The page showing how to configure port mirror in Omada switch’s web UI.

Step 4. Run Wireshark, select the interface you connect to Omada gateway or switch.

The page showing how to select interface in Wireshark.

Step 5. Apply the display filter. Since the gateway/switch is forwarding packets constantly, we may need to apply some display filter to filter out the packets we are interested in. For example,

  1. IP address: ip.addr==192.168.0.1, 8.8.8.8, etc.
  2. UDP port: udp.port==29810, 4500, etc.
  3. TCP port: tcp.port==443, 53, etc.
  4. Protocol: IGMP, DHCP, ISAKMP, etc.

The page showing how to apply display filter in Wireshark.

Conclusion

By following the steps above, you have successfully completed all the setups needed for packet capture on Omada gateway and switch.

To learn more about each function and configuration, please visit Support Home to download or check the manual for your product.

Kérjük, értékelje ezt a dokumentumot

Kapcsolódó dokumentumok

How to Capture Wireless Packets via EAP and Omada Controller

Konfigurációs útmutató
09-24-2025
15863

How to configure QoS on Omada Switches in Standalone Mode

Konfigurációs útmutató
09-15-2025
33007

How to Disable NAT on Omada Gateway

Konfigurációs útmutató
06-25-2025
19726

How to configure OpenVPN on Omada Gateway in Standalone Mode

Konfigurációs útmutató
04-14-2023
42995