How can we help?

How to configure sFlow on D-Link switches

Follow

These instructions assume:

Access the switch CLI

  1. Telnet or SSH into the switch.
  2. Enter privileged mode by typing enable and entering your enable password.

Enable sFlow

Run the following command. Replace <AuvikCollectorIP> with the IP address of your Auvik collector. By default, D-link uses port 6343 for sFlow.

enable sflow
create sflow analyzer_server 1 owner analyzer1 timeout infinite collectoraddress <AuvikCollectorIP>
create sflow counter_poller ports all analyzer_server_id 1 interval 60
create sflow flow_sampler ports all analyzer_server_id 1 rate 512

Confirm the settings

Run the following command to confirm the configuration: 

show sflow flow_sampler
show sflow

References:
https://blog.sflow.com/2010/03/configuring-d-link-switches.html

http://www.netflowauditor.com/forum/viewtopic.php?f=42&t=160

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request