[Webinar] Is your NPM vendor demanding 3x upfront at renewals? Switch to ManageEngine! Register now
Free Training - ManageEngine NetFlow Analyzer

DLink Configuration

The following set of commands have to be applied on DLink Devices to enable sFlow export:

enable sflow
create sflow analyzer_server owner {timeout [ | collectorport | maxdatagramsize }
create sflow counter_poller ports [ | all] analyzer_server_id {interval [disable | ]}
config sflow counter_poller ports [ | all] interval [disable | ]

Example for DLink:

enable sflow
create sflow analyzer_server 1 owner MENFA {timeout infinite collector address <192.16.18.2> collector port <9996>
- 192.16.18.2 is NFA server IP, 9996 is sFlow listener port and datagram size is set at default of 1400
create sflow flow_sampler ports all analyzer_server_id 1 rate 20 - Here, the actual rate is the configured rate value multiplied by 256. For example, if the rate is 20, the actual rate 5120.
create sflow counter_poller ports all analyzer_server_id 1 interval 60

Thank you for your feedback!

Was this content helpful?

We are sorry. Help us improve this page.

How can we improve this page?
Do you need assistance with this topic?
By clicking "Submit", you agree to processing of personal data according to the Privacy Policy.
Back to Top