Configuring Application Visibility and Control in a Wired Network
Command or Action
Step 3
description description
Example:
Device(config-flow-exporter)# description
flow-exporter-1
Step 4
destination { hostname | ipv4-address |
ipv6-address }
Example:
Device(config-flow-exporter)# destination 10.10.1.1
Step 5
option application-table [ timeout seconds ]
Example:
Device(config-flow-exporter)# option
application-table timeout 500
Step 6
end
Example:
Device(config)# end
Step 7
show flow exporter
Example:
Device# show flow exporter
Step 8
show flow exporter statistics
Example:
Device# show flow exporter statistics
Creating a Flow Monitor
You can create a flow monitor and associate it with a flow record.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12. show flow monitor flow-monitor-name cache format table
configure terminal
flow monitor monitor-name
description description
record record-name
exporter exporter-name
cache { entries number-of-entries | timeout {active | inactive} | type normal }
end
show flow monitor
show flow monitor flow-monitor-name
show flow monitor flow-monitor-name statistics
clear flow monitor flow-monitor-name statistics
System Management Configuration Guide, Cisco IOS XE Fuji 16.8.x (Catalyst 9500 Switches)
Purpose
(Optional) Creates a description for the flow exporter.
Specifies the hostname, IPv4 or IPv6 address of the system
to which the exporter sends data.
(Optional) Configures the application table option for the
flow exporter. The timeout option configures the resend
time in seconds for the flow exporter. The valid range is
from 1 to 86400 seconds.
Returns to privileged EXEC mode. Alternatively, you can
also press Ctrl-Z to exit global configuration mode.
Displays information about all the flow exporters.
Displays flow exporter statistics.
Creating a Flow Monitor
123