D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
623
delete sflow flow_sampler
Purpose Used to delete the sFlow flow_sampler.
Syntax
delete sflow flow_sampler ports [<portlist> | all]
Description Used to delete the sFlow flow_sampler.
Parameters
ports - Specifies the list of ports to be configured.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
Delete the sFlow sampler port 1:
DGS-3627:admin# delete sflow flow_sampler ports 1
Command: delete sflow flow_sampler ports 1
Success.
DGS-3627:admin#
create sflow counter_poller
Purpose Used to create the sFlow counter_poller:
Syntax
create sflow counter_poller ports [<portlist> | all] analyzer_server_id < value 1-4>
{interval [ disable | <sec 20-120>]}
Description This command is used to create the sFlow counter poller. The poller function instructs the
switch to forward statistics counter information with respect to a port. The counters are RFC
2233 counters.
Parameters
analyzer_server_id - The analyzer_server_id is the id of a analyzer_server,
interval - The maximum number of seconds between successive statistic counters
information.
If set to 0, the counter-poller is disabled.
If interval is not specified, its default value is 0.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
Create sFlow counter poller,which sample port 1 to analyzer server 1:
DGS-3627:admin# create sflow counter_poller ports 1 analyzer_server_id 1
Command: create sflow counter_poller ports 1 analyzer_server_id 1
Success.
DGS-3627:admin#
config sflow counter_poller
Purpose Used to config the sFlow counter_poller parameters.
Syntax
config sflow counter_poller ports [<portlist> | all] interval [disable | <sec 20-120>]
Description This command is used to configure the sFlow counter_poller parameters. If the user wants
the change the analyzer_server_id, he needs to delete the counter_poller and creates a new
one.