Device Config: Alcatel-Lucent OmniSwitch 6800 Series — sFlow Export

Modified on Mon, 4 May at 1:50 PM

TABLE OF CONTENTS


Overview

The Alcatel-Lucent OmniSwitch 6800 Series is a high-performance enterprise and carrier-grade switch platform. To gain centralized visibility and proactive threat detection, these switches support sFlow, enabling sampled traffic export to an external collector.


In this integration, the switch forwards sFlow data to the ADR Control and Collection Engine (CCE). The CCE then relays data to the Analytics and Policy Engine (APE) within ADR SIEM for real-time monitoring, anomaly detection, and threat correlation.


Prerequisites

Before proceeding, ensure:

  • Administrative access to the Alcatel OmniSwitch CLI.

  • ADR CCE IP address.

  • UDP port 6343 open between the switch and CCE.

  • Proper interface identification (port range or list).


Configuration Roadmap

  1. Configure an sFlow receiver (CCE as destination).

  2. Define sFlow samplers on relevant interfaces.

  3. Optionally configure sampling header size.

  4. Verify sFlow configuration on the switch.

  5. Validate traffic visibility on ADR SIEM (UI + CCE).


Configuration Steps

Step 1: Configure sFlow Receiver

Run the following command:

-> sflow receiver 1 name Golden address <CCE_IP_Address>
  • 1 = Receiver index.

  • Golden = Friendly name for the session.

  • <CCE_IP_Address> = IP of ADR CCE server.

Default settings:

  • UDP Port: 6343

  • Timeout: 65535

Step 2: Configure sFlow Sampler

Create a sampler for the required ports:

-> sflow sampler 1 2/1-5 receiver 1 rate 2048
  • 1 = Sampler instance ID.

  • 2/1-5 = Ports to monitor.

  • receiver 1 = Refers to the sFlow receiver configured earlier.

  • rate 2048 = Sampling rate (1 in every 2048 packets).

Step 3: Configure Optional Parameters

To increase sampled packet header size (default is often 128 bytes):

-> sflow sampler 1 2/1-5 receiver 1 rate 2048 sample-hdr-size 128

Step 4: Verify on Switch

Run the command:

-> show sflow receiver

Expected Output Example:

Receiver 1
  Name       = Golden
  Address    = IPv4 <CCE_IP>
  UDP Port   = 6343
  Timeout    = 65535
  Packet Size= 1400
  DatagramVer= 5


Verification (MSSP Only)

On ADR CCE (CLI)

Run tcpdump to confirm sFlow packets are received:

sudo tcpdump -i any port 6343 and host <Switch_IP> -s0 -AAA
  • <Switch_IP> = IP of the Alcatel switch.

On ADR SIEM UI

  1. Log in to ADR SIEM UI.

  2. Navigate: System → Logs and Flows Collection Status.


  3. Confirm the Switch IP appears under Source Device IP.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article