F Commands
flow monitor
203
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
–
record-name—Name of a record.
–
netflow ipv4 collection-type—Specifies the traditional IPv4 NetFlow collection schemes as
follows:
original-input—Specifies the traditional IPv4 input NetFlow.
original-output—Specifies the traditional IPv4 output NetFlow.
protocol-port—Specifies the protocol and ports aggregation scheme.
–
netflow-original—Specifies the traditional IPv4 input NetFlow with origin autonomous
systems.
The netflow-original and original-input keywords are the same and are equivalent to the following
commands:
• match ipv4 source address
• match ipv4 destination address
• match ip tos
• match ip protocol
• match transport source-port
• match transport destination-port
• match interface input
• collect counter bytes
• collect counter packet
• collect timestamp sys-uptime first
• collect timestamp sys-uptime last
• collect interface output
• collect transport tcp flags
• collect routing next-hop address ipv4
• collect routing source as
• collect routing destination as
The original-output keywords are the same as the original-input keywords except for the following:
• match interface output (instead of match interface input)
• collect interface input (instead of collect interface output)
This command does not require a license.
Examples This example shows how to create and configure a flow monitor named FLOW-MONITOR-1:
switch(config)# flow monitor FLOW-MONITOR-1
switch(config-flow-monitor)# description monitor location las vegas, NV
switch(config-flow-monitor)# exporter exporter-name1
switch(config-flow-monitor)# record test-record
switch(config-flow-monitor)# netflow ipv4 original-input