O Commands
This chapter describes theCisco Nexus 1000V commands that begin with the letter O.
option exporter-stats timeout
To specify a timeout period for resending NetFlow flow exporter data, use the option exporter-stats timeout command. To remove the timeout period, use the no form of this command.
option exporter-stats timeout time
no option exporter-stats timeout
Syntax Description
time |
A time period between 1 and 86400 seconds. |
Defaults
None
Command Modes
Netflow Flow Exporter Version 9 Configuration (config-flow-exporter-version-9)
network-admin
Command History
|
|
4.0(4)SV1(1) |
This command was introduced. |
Usage Guidelines
Examples
This example shows how to configure a 3600-second timeout period for resending NetFlow flow exporter data:
n1000v#
config t
n1000v(config)# flow exporter ExportTest
n1000v(config-flow-exporter)# version 9
n1000v(config-flow-exporter-version-9)# option exporter-stats timeout 3600
This example shows how to remove the timeout period for resending NetFlow flow exporter data:
n1000v#
config t
n1000v(config)# flow exporter ExportTest
n1000v(config-flow-exporter)# version 9
n1000v(config-flow-exporter-version-9)# no option exporter-stats timeout
n1000v(config-flow-exporter)#
Related Commands
option interface-table timeout
To specify the timeout period for resending the NetFlow flow exporter interface table, use the option interface-table timeout command. To remove the timeout period, use the no form of this command.
option interface-table timeout time
no option interface-table timeout
Syntax Description
time |
A time period between 1 and 86400 seconds. |
Defaults
None
Command Modes
Netflow Flow Exporter Version 9 Configuration (config-flow-exporter-version-9)
network-admin
Command History
|
|
4.0(4)SV1(1) |
This command was introduced. |
Usage Guidelines
Examples
This example shows how to configure a 3600 second timeout period for resending the NetFlow flow exporter interface table:
n1000v#
config t
n1000v(config)# flow exporter ExportTest
n1000v(config-flow-exporter)# version 9
n1000v(config-flow-exporter-version-9)# option exporter-stats timeout 3600
This example shows how to remove the timeout period for resending the NetFlow flow exporter interface table:
n1000v#
config t
n1000v(config)# flow exporter ExportTest
n1000v(config-flow-exporter)# version 9
n1000v(config-flow-exporter-version-9)# no option exporter-stats timeout
n1000v(config-flow-exporter)#