option exporter-stats timeout
To configure the NetFlow exporter resend timer, use the option exporter-stats timeout command. To remove the NetFlow exporter resend timer, use the no form of this command.
option exporter-stats timeout time
no option exporter-stats timeout
Syntax Description
time |
Time in seconds. The range is from 1 to 86400. |
Command Default
None
Command Modes
NetFlow exporter version 9 configuration (config-flow-exporter-version-9)
Command History
Release |
Modification |
---|---|
7.0(0)N1(1) |
This command was introduced. |
Usage Guidelines
This command does not require a license.
Examples
This example shows how to configure the NetFlow exporter resend timer:
switch(config)# flow exporter Custom-Flow-Exporter-1
switch(config-flow-exporter)# version 9
switch(config-flow-exporter-version-9)# option exporter-stats timeout 1200
switch(config-flow-exporter-version-9)#
This example shows how to remove the NetFlow exporter resend timer configuration:
switch(config-flow-exporter-version-9)# no option exporter-stats timeout
switch(config-flow-exporter-version-9)#