GigaCore Gen1: 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
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 ...
Quick Start – Q-SYS Plugin for Luminex GigaCore Switches
Introduction The Luminex GigaCore Q-SYS plugin allows monitoring and configuration of Luminex GigaCore Gen 2 switches directly from a Q-SYS design. The plugin is available here: https://github.com/luminex-lce/gigacore-q-sys-plugin The plugin ...
GigaCore Bitfocus Companion Streamdeck module
Introduction Luminex products have an open HTTP API. This API can be used to integrate with other software applications. The GigaCore API is documented here (generation 2) and here (generation 1). One such application is Bitfocus Companion, a ...
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 Switches and Avid S6L
As most of you probably know by now, Gigacore switches can be used to connect the different units in an Avid S6L system. The procedure to configure Gigacore switches is described by Avid in this document : ...