PurposeCommand or Action
Returns to privileged EXEC mode.
Alternatively, you can also press Ctrl-Z to exit
global configuration mode.
end
Example:
Device(config)# end
Step 21
Creating a Flow Exporter
You can create a flow exporter to define the export parameters for a flow.
Procedure
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Step 1
Device# configure terminal
Enters flow exporter configuration mode.flow exporter flow_exporter_name
Example:
Step 2
Device(config)# flow exporter
flow-exporter-1
(Optional) Creates a description for the flow
exporter.
description description
Example:
Step 3
Device(config-flow-exporter)# description
flow-exporter-1
Specifies the hostname, IPv4 or IPv6 address
of the system to which the exporter sends data.
destination { hostname | ipv4-address |
ipv6-address }
Example:
Step 4
Device(config-flow-exporter)# destination
10.10.1.1
(Optional) Configures the application table
option for the flow exporter. The timeout option
option application-table [ timeout seconds
]
Step 5
configures the resend time in seconds for the
Example:
flow exporter. The valid range is from 1 to
86400 seconds.
Device(config-flow-exporter)# option
application-table timeout 500
Returns to privileged EXEC mode.
Alternatively, you can also press Ctrl-Z to exit
global configuration mode.
end
Example:
Device(config)# end
Step 6
Displays information about all the flow
exporters.
show flow exporter
Example:
Step 7
Device# show flow exporter
System Management Configuration Guide, Cisco IOS XE Bengaluru 17.4.x (Catalyst 9400 Switches)
198
Configuring Application Visibility and Control in a Wired Network
Creating a Flow Exporter