DGS-1210 Metro Ethernet Managed Switch CLI Reference Guide
406
config sflow analyzer_server
Purpose
Used to configure the receiver information. You can specify more
than one collector with the same IP address if the UDP port numbers
are unique.
Syntax
config sflow analyzer_server <int 1-4> {timeout [<sec 1-
2000000> | infinite] | collectoraddress [<ipaddr> | <ipv6_addr>] |
collectorport <int 1-65535> | maxdatagramsize <int 300-1400>}
Description
The
config sflow analyzer_server
command is to configure the
receiver information.
Parameters
<int 1-4> -
Specify the ID of analyzer server to be configured.
timeout [<sec 1-2000000> | infinite] –
Specify the time-out value of
analyzer server. When the analyzer server times out, all of the
flow_samplers and counter_pollers associated with this analyzer
server will be deleted. This value must be between 1 and 2000000,
and the default value is 400 seconds.
collectoraddress [<ipaddr> | <ipv6_addr>] –
Specify the IPv4 or IPv6
address to be configured.
collectorport <int 1-65535> -
Enter the destination UDP port number
for sending the sFlow datagram. If not specified, the default vaue is
6364. The specified UDP port number can NOT conflict with other
applicaions.
maxdatagramsize <int 300-1400> -
Enter the maximum datagram
size. The maximum number of data bytes that can be packed in a
single sample datagram. This value must be between 300 and
1400, and the default value is 1400 bytes.
Restrictions
Only Administrator, operator and power user-level users can issue
this command.
Example usage:
To configure the host 10.90.90.94 to be the sFlow analyzer server with the ID 2:
DGS-1210-28MP/ME:5# config sflow analyzer_server 2 collectoraddress 10.90.90.94
Command: config sflow analyzer_server 2 collectoraddress 10.90.90.94
Success.
DGS-1210-28MP/ME:5#
delete sflow analyzer_server
Purpose
Used to delete specified analyzer server.
Syntax
show sflow analyzer_server
Description
The
show sflow analyzer_server
command is used to delete
specified analyzer server.
Parameters
<int 1-4> -
Specify the ID of analyzer server to be deleted.
Restrictions
Only Administrator, operator and power user-level users can issue
this command.
Example usage: