Table Of Contents
V Commands
verify
version 9
V Commands
This chapter describes the Cisco NX-OS system management commands that begin with the letter V.
verify
To verify the commands in the configuration session, use the verify command.
verify [verbose]
Syntax Description
verbose
|
(Optional) Verifies the current configuration session and displays more details on the results.
|
Defaults
None
Command Modes
Session configuration
Supported User Roles
network-admin
vdc-admin
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
This command does not require a license.
Examples
This example shows how to verify a configuration session:
switch# configure session myACLs
Related Commands
Command
|
Description
|
commit
|
Commits the commands in the configuration session.
|
abort
|
Deletes the session and exists session configuration mode.
|
version 9
To specify the export version 9 and enter the export version configuration mode, use the version 9 flow export configuration mode command.
version 9 {option option-type | template data} timeout seconds
no version 9 {option option-type | template data} timeout [seconds]
Syntax Description
exit
|
Exits from the current configuration mode.
|
no
|
Negates a command or sets its defaults.
|
option option-type
|
Specifies the version 9 option templates and data; valid values are as follows:
• exporter-stats—Exporter statistics option
• interface-table—Interface table option
• sampler-table—Export sampler information
|
template data
|
Specifies the data template.
|
Command Default
Flow exporters are not present in the configuration until you create them.
Command Modes
Flow export configuration
Supported User Roles
network-admin
vdc-admin
Command History
Release
|
Modification
|
4.0(1)
|
This command was introduced.
|
Usage Guidelines
Flow exporters export the data in the flow monitor cache to a remote system, such as a server running NetFlow collector, for analysis and storage. Flow exporters are created as separate entities in the configuration. Flow exporters are assigned to flow monitors to provide data export capability for the flow monitors. You can create several flow exporters and assign them to one or more flow monitors to provide several export destinations. You can create one flow exporter and apply it to several flow monitors.
Once you enter the flow exporter configuration mode, the prompt changes to the following:
switch(config-flow-exporter)#
Within the flow exporter configuration mode, you can enter the version 9 keywords. Once you enter the version 9 keywords, the prompt changes to the following:
switch(config-flow-exporter-version-9)#
When entering the no form of this command, the seconds argument is optional.
This command does not require a license.
Examples
The following example shows how to specify the name of the flow exporter that is created or modified.
switch(config)# flow exporter flow-export-test
switch(config-flow-exporter)# version 9
switch(config-flow-exporter-version-9)#
The following example shows how to specify the version 9 exporter statistics option templates and data; valid values are as follows:
switch(config)# flow exporter flow-export-test
switch(config-flow-exporter)# version 9
switch(config-flow-exporter-version-9)# exporter-stats
The following example shows how to specify the version 9 interface table option templates and data; valid values are as follows:
switch(config)# flow exporter flow-export-test
switch(config-flow-exporter)# version 9
switch(config-flow-exporter-version-9)# interface-table
The following example shows how to specify the version 9 interface table option templates and data; valid values are as follows:
switch(config)# flow exporter flow-export-test
switch(config-flow-exporter)# version 9
switch(config-flow-exporter-version-9)# sampler-table
The following example shows how to specify the option resend time in seconds:
switch(config)# flow exporter flow-export-test
switch(config-flow-exporter)# version 9
switch(config-flow-exporter-version-9)# timeout 32
The following example shows how to specify the data template:
switch(config)# flow exporter flow-export-test
switch(config-flow-exporter)# version 9
switch(config-flow-exporter-version-9)# template data
Related Commands
Command
|
Description
|
flow exporter
|
Creates a flow exporter.
|
flow monitor
|
Creates a flow monitor.
|
flow record
|
Creates a flow record.
|
sampler
|
Creates a flow sampler.
|