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
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.
device(config)# interface ethernet 1/1/1 to 1/1/8
device(config-mif-1/1/1-1/1/8)# sflow forwarding
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.