Configuring Wired AVC Flexible Netflow
Creating a Flow Record
Wired AVC FNF supports two types of predefined flow records — Legacy Bidirectional flow records and
Directional flow records (ingress and egress). A total of four different predefined flow records, two bidirectional
flow records and two directional flow records, can be configured and associated with a flow monitor. The
legacy bidirectional records are client/server application statistics records, and the new directional records
are application-stats for input/output.
Bidirectional Flow Records
Flow Record 1 - Bidirectional Flow Record
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-1
(Optional) Creates a description for the flow
record.
description description
Example:
Step 3
Device(config-flow-record)# description
fr-wdavc-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 application name.match application name
Step 6
Example:
This action is mandatory for AVC
support, as this allows the flow to
be matched against the application.
Note
Device(config-flow-record)# match
application name
Specifies a match to the IPv4 address of the
client (flow initiator).
match connection client ipv4 address
Example:
Step 7
System Management Configuration Guide, Cisco IOS XE Bengaluru 17.4.x (Catalyst 9400 Switches)
185
Configuring Application Visibility and Control in a Wired Network
Configuring Wired AVC Flexible Netflow