Network Management
Configure sFlow export on Dell Power Connect switches
These steps were run against a Dell Powerconnect 6224P with firmware version 3.2.0.7. The syntax of these commands can vary slightly over various Dell firmware versions.
First published date
Last published date
Overview
Product section
Resolution
-
Login to device
-
Type enable, to enter enable mode
-
Type configure to enter configuration mode
-
Set the destination IP and port by typing the following. 192.168.1.1 is the IP address of the collector, the port number is optional, but if you do not include it, it will leave it on the default port which is 6343. Omitting the port number could cause you to not receive sFlow on your collector.
“sflow 1 destination 192.168.1.1 2055”
-
Set the owner and timeout by typing:
“sflow 1 destination owner NTA timeout 4294967295”
-
Enable polling for all interfaces by typing:
Sflow 1 polling Ethernet 1/g1-1/g16
-
Enable sampling for all interfaces by typing:
“sflow 1 sampling Ethernet 1/g1-1/g16”
-
Leave configure mode by typing “exit”
-
To check the settings type the following commands:
“show sflow 1 destination” “show sflow 1 sampling” “show sflow 1 polling”