Skip to main content

Configure AIOps Flow Explorer with RUCKUS ICX Switch

This document outlines the steps to configure a RUCKUS ICX 750 switch for sFlow flow export with a AIOps Flow Explorer.

Configuration Steps

Connect to the device's terminal.

Enter configuration mode:

device# configure terminal

Enable sFlow:

device(config)# sflow enable

Set the destination for sFlow to the Motadata AIOps Server IP (replace X.X.X.X with the actual IP):

device(config)# sflow destination X.X.X.X 2055

Set the polling interval:

device(config)# sflow polling-interval 60

Set the sample size:

device(config)# sflow sample 2048

Enter the interface configuration mode:

device(config)# interface ethernet 1/1/1 to 1/1/8

Enable sFlow forwarding:

device(config-mif-1/1/1-1/1/8)# sflow forwarding

Enable sFlow Forwarding on Individual LAG Ports

Move to Individual LAG port configuration:

device(config)# lag test static id 1

Assign ports to the LAG:

device(config-lag-test)# ports ethernet 1/1/1 to 1/1/3

Enable sFlow forwarding on the LAG:

device(config-lag-test)# sflow forwarding
note

sFlow forwarding is supported on both LAG and LACP LAG ports.

Enable sFlow Forwarding on Individual Interface

Move to Individual interface configuration:

device(config)# interface ethernet 1/1/1 to 1/1/5

Enable sFlow forwarding:

device(config-mif-1/1/1-1/1/5)# sflow forwarding

After completing the configuration, navigate to Menu > Flow Explorer and select the Event Source(s) and the associated Interface(s) from the drop-downs to view the active flow data.