Mirroring a port for traffic capture
In order to analyse the traffic coming from and going to a specific device, you might have to mirror the port it is plugged into.
To do so, connect to the switches CLI using Putty or any SSH client software.
Enter username and password ( default : username=admin , no password )
then :
- # configure terminal
- (config)# monitor source interface GigabitEthernet 1/<source port number> both
- (config)# monitor destination interface GigabitEthernet 1/<destination port number>
Once you are done with monitoring, to deactivate the port mirroring :

- (config)# no monitor destination
- (config)# no monitor source interface GigabitEthernet 1/<source port number>
- (config)# exit
You can reboot the switch to discard the mirroring configuration as well.
Related Articles
LumiNode LED indicators
There are various LEDs on the LumiNode. Here is a list of the LEDs, the possible colours, and the meaning of each colour: DMX Port Status Meaning DMX Input Green Blinking: Active input DMX only (output mode) Cyan Blinking: DMX activity DMX + RDM ...
GigaCore RJ45 serial Connection on the console port
RJ45 serial pinout: Pin 4,5: GND Pin 3: RX (Data going to the GigaCore) Pin 6: TX (Data out of the GigaCore) Signal levels are RS232! Serial connection settings: Speed: 115200 Data bits: 8 Stop bits: 1 Parity: None Flow Control: None
GigaCore Gen2 API documentation
In the attached document you can find all the web API commands available for the second generation GigaCore. The API is also available on the device itself by browsing to http://{YOUR_DEVICE_IP}/api/doc This API works for Gen2 GigaCore switches. All ...
Show additional edge device information in Araneo based on LLDP
Introduction Starting from Araneo version 1.9.0, Araneo will show additional information of edge devices if the edge devices support LLDP (Link Layer Discovery Protocol). If the LLDP information contains an IPv4 management address, it is possible to ...
Group aware RLinkX
Group aware RLinkX ring detection RLinkX, which stands for Redundant Link by Luminex, is an automated system to indicate redundant paths between your GigaCore switches. It has been a well known feature of the first generation of GigaCore switches: if ...