Step 1 |
enable
|
Enables privileged EXEC mode.
|
Step 2 |
configure
terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 3 |
flow
record
type
mace
name
Device(config)# flow record type mace my-flow-record
|
Configures a flow record for MACE and enters Flexible NetFlow flow record configuration mode.
|
Step 4 |
collect
art
all
Device(config-flow-record)# collect art all
|
Collects all Application Response Time (ART) metrics.
|
Step 5 |
collect
application
name
Device(config-flow-record)# collect application name
|
Collects the application name.
|
Step 6 |
collect
counter
client
bytes
Device(config-flow-record)# collect counter client bytes
|
Collects the total number of bytes from the client.
|
Step 7 |
collect
counter
server
bytes
Device(config-flow-record)# collect counter server bytes
|
Collects the total number of bytes from the server.
|
Step 8 |
collect
counter
client
packets
Device(config-flow-record)# collect counter client packets
|
Collects the total number of bytes from the server.
|
Step 9 |
collect
counter
client
packets
Device(config-flow-record)# collect counter server packets
|
Collects the total number of packets from the server.
|
Step 10 |
collect
application http host
Device(config-flow-record)# collect http host
|
Collects all Application Response Time (ART) metrics.
|
Step 11 |
collect
application http uri statistics
Device(config-flow-record)# collect http uri statistics
|
Collects application HTTP URI statistics.
|
Step 12 |
collect
policy qos classification hierarchy
Device(config-flow-record)# collect policy qos classification hierarchy
|
Collects the QoS policy classification hierarchy.
|
Step 13 |
collect
policy qos queue drops
Device(config-flow-record)# collect policy qos queue drops
|
Collects the number of QoS policy queue drops.
|
Step 14 |
collect
time inter-packet-gap histogram
Device(config-flow-record)# collect time inter-packet-gap histogram
|
Collects the inter-packet-gap time histogram.
|
Step 15 |
exit
Device(config-flow-record)# exit
|
Exits Flexible NetFlow flow record configuration mode.
|
Step 16 |
flow
exporter
exporter-name
Device(config)# flow exporter my-flow-exporter
|
Creates an FNF flow exporter and enters Flexible NetFlow flow exporter configuration mode.
|
Step 17 |
export-protocol
ipfix
Device(config-flow-exporter)# export-protocol ipfix
|
Configures IPFIX as the export protocol.
|
Step 18 |
option
application-attributes
Device(config-flow-exporter)# option application-attributes
|
Configures an option template.
|
Step 19 |
option
sub-application-table
Device(config-flow-exporter)# option sub-application-table
|
Configures an option template.
|
Step 20 |
option
class-qos-table
Device(config-flow-exporter)# option class-qos-table
|
Configures an option template.
|
Step 21 |
option
policy-qos-table
Device(config-flow-exporter)# option policy-qos-table
|
Configures an option template.
|
Step 22 |
destination
ip-address
Device(config-flow-exporter)# destination 209.165.201.1
|
Configures the IP address of the workstation to which you want to send the NetFlow information.
|
Step 23 |
exit
Device(config-flow-exporter)# exit
|
Exits Flexible NetFlow flow exporter configuration mode.
|
Step 24 |
flow
monitor
type
mace
name
Device(config)# flow monitor type mace my-flow-monitor
|
Configures an FNF flow monitor of type MACE and enters Flexible NetFlow flow monitor configuration mode.
|
Step 25 |
record
record-name
Device(config-flow-monitor)# record my-flow-record
|
Specifies the name of a user-defined flow record that was previously configured.
|
Step 26 |
exporter
exporter-name
Device(config-flow-monitor)# exporter my-flow-exporter
|
Specifies the name of a flow exporter that was previously configured.
|
Step 27 |
exit
Device(config-flow-monitor)# exit
|
Exits Flexible NetFlow flow monitor configuration mode.
|
Step 28 |
class-map
type
waas
class-map-name
Device(config)# class-map type waas my-waas-class
|
Configures a WAAS Express class map and enters class map configuration mode.
|
Step 29 |
exit
Device(config-cmap)# exit
|
Exits class-map configuration mode.
|
Step 30 |
policy-map
type
mace
name
Device(config)# policy-map type mace mace_global
|
Configures a MACE policy map and enters policy-map configuration mode.
|
Step 31 |
class
name
Device(config-pmap)# class my-waas-class
|
Configures a class name and enters policy-map class configuration mode.
|
Step 32 |
flow
monitor
monitor-name
Device(config-pmap-c)# flow monitor my-flow-monitor
|
Configures a flow monitor name.
|
Step 33 |
exit
Device(config-pmap-c)# exit
|
Exits policy-map class configuration mode.
|
Step 34 |
exit
Device(config-pmap)# exit
|
Exits policy-map configuration mode.
|
Step 35 |
interface
type
number
[name-tag ]
Device(config)# interface ethernet0/0
|
Configures an interface type and enters interface configuration mode.
|
Step 36 |
mace
enable
Device(config-if)# mace enable
|
Applies the global MACE policy on an interface.
|
Step 37 |
end
|
Exits interface configuration mode and returns to privileged EXEC mode.
|