Enable sFlow on Force 10

Reading Time: < 1 minute

1. The following commands configure a Force10 switch (10.0.0.245), sampling packets at 1-in-512, polling counters every 30 seconds and sending the sFlow to an analyzer (10.0.0.50) over UDP using the default sFlow port (6343) :

config> sflow collector 10.0.0.50 agent-addr 10.0.0.245
config> sflow sample-rate 512
config> sflow polling 30
config> sflow enable

2. Then for each interface :

interface> sflow enable

3. You can also use the following command to list the configuration settings :

show sflow
wpadmin
Author: wpadmin