Cisco Nexus 7000 Series Reference Manual page 105

Nx-os system management command reference
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

C Commands
Examples
This example shows how to enable collecting the total number of bytes from the flows as a nonkey field:
switch(config)# flow record FLOW-RECORD-1
switch(config-flow-record)# collect counter bytes
This example shows how to enable collecting the total number of bytes from the flows as a nonkey field
using a 64 bit counter:
switch(config)# flow record FLOW-RECORD-1
switch(config-flow-record)# collect counter bytes long
This example shows how to enable collecting the total number of packets from the flows as a nonkey
field:
switch(config)# flow record FLOW-RECORD-1
switch(config-flow-record)# collect counter packets
This example shows how to enable collecting the total number of packets from the flows as a nonkey
field using a 64-bit counter:
switch(config)# flow record FLOW-RECORD-1
switch(config-flow-record)# collect counter packets long
Related Commands
Command
collect counter
collect flow
collect interface
collect ipv4
collect routing
collect timestamp
collect transport
debug flow record
flow record
match flow
match interface
match ipv4
match routing
match timestamp
match transport
show flow record
OL-25806-03
Description
Configures the counters as a nonkey field and collects the counter values.
Configures flow identifying fields as nonkey fields and collects their values.
Configures the input and/or output interface as a nonkey field and collects
the values.
Configures an IPv4 field as a nonkey field and collects the value in it.
Configures a routing attribute as a nonkey field and collects the value of the
field.
Configures the time stamp fields as nonkey fields and collects the values.
Configures a transport layer field as a nonkey field and collects the values.
Enables debugging output for flow records.
Creates a flow record.
Configures one or more of the flow fields as key fields.
Configures the direction that traffic flows in respect to an interface (interface
field) as a key field.
Configures one or more of the IPv4 fields as a key field.
Configures one or more of the routing fields as a key field.
Configures a time stamp field as a key field.
Configures one or more of the transport fields as key fields.
Displays the flow record status and statistics.
Cisco Nexus 7000 Series NX-OS System Management Command Reference
collect counter
77

Advertisement

Table of Contents
loading

Table of Contents