Procedure
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Step 1
Device# configure terminal
Enters flow record configuration mode.flow record flow_record_name
Example:
Step 2
Device(config)# flow record fr-wdavc-4
(Optional) Creates a description for the flow
record.
description description
Example:
Step 3
Device(config-flow-record)# description
flow-record-1
Specifies a match to the IP version from the
IPv4 header.
match ipv4 version
Example:
Step 4
Device(config-flow-record)# match ipv4
version
Specifies a match to the IPv4 protocol.match ipv4 protocol
Example:
Step 5
Device(config-flow-record)# match ipv4
protocol
Specifies a match to the IPv4 source address
as a key field.
match ipv4 source address
Example:
Step 6
Device(config-flow-record)# match ipv4
source address
Specifies a match to the IPv4 destination
address as a key field.
match ipv4 destination address
Example:
Step 7
Device(config-flow-record)# match ipv4
destination address
Specifies a match to the transport source port
as a key field.
match transport source-port
Example:
Step 8
Device(config-flow-record)# match
transport source-port
Specifies a match to the transport destination
port as a key field.
match transport destination-port
Example:
Step 9
Device(config-flow-record)# match
transport destination-port
Specifies a match to the output interface as a
key field.
match interface output
Example:
Step 10
System Management Configuration Guide, Cisco IOS XE Amsterdam 17.2.x (Catalyst 9500 Switches)
137
Configuring Application Visibility and Control in a Wired Network
Flow Record 4 - Directional Flow Record - Egress