
58-347
Usage Guide:
If no statistic sampling interval is configured, there will not be any statistic sampling on the interface.
Example:
Set the statistic sampling interval on the interface e1/1 to 20 seconds.
Switch(Config-If-Ethernet1/1)#sflow counter-interval 20
58.4 sflow data-len
Command:
sflow data-len
<length-value>
no sflow data-len
Function:
Configure the max length of the sFlow packet data; the “
no sflow data-len
” command restores the default value.
Parameter:
<length-value>
is the value of the length with a value range of 500-1470.
Command Mode:
Port Mode.
Default:
The value is 1400 by default.
Usage Guide:
When combining several samples to a sFlow group to be sent, the length of the group excluding the MAC head and
IP head parts should not exceed the configured value.
Example:
Configure the max length of the sFlow packet data to 1000.
switch (Config-If-Ethernet1/2)#sflow data-len 1000