Configure NetFlow Analyzer with RUCKUS ICX Switch

RUCKUS ICX 750 supports SFlow flow export. To configure RUCKUS ICX 7550 with NetFlow Analyzer, follow the below commands:

RUCKUS ICX Switch:

Note: X.X.X.X is the OpManager Server IP

device# configure terminal

device(config)# sflow enable

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

device(config)# sflow polling-interval 60

device(config)# sflow sample 2048

Enable sFlow forwarding.

To enable sFlow forwarding, you must first enable sFlow on a global basis using the sFlow enable command, then enable on individual interfaces or LAG ports or both using the Sflow forwarding command.

Enable sFlow forwarding on individual interfaces

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

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

Enable sFlow forwarding on individual LAG ports

device(config)# lag test static id 1

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

device(config-lag-test)# sflow forwarding

Note: sFlow forwarding is supported on LAG and LACP LAG ports.

Back to Top