Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
8-54
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 8 Fibre Channel Commands
fcflow stats
fcflow stats
To configure fcflow statistics, use the fcflow stats command. To disable the counter, use the no form of
the command.
fcflow stats {aggregated index flow-number vsan vsan-id | index flow-number destination-fcid
source-fcid netmask vsan vsan-id}
no fcflow stats {aggregated index flow-number | index flow-number}
Syntax Description
Command Default None
Command Modes Configuration mode
Command History
Usage Guidelines If you enable flow counters, you can enable a maximum of 1024 entries for aggregate flow and flow
statistics. Be sure to assign an unused flow index or each new flow. The number space for flow index is
shared between the aggregate flow statistics and the flow statistics.
Examples The following example enables the aggregated flow counter:
switch(config)# fcflow stats aggregated index 1005 vsan 1
The following example disables the aggregated flow counter:
switch(config)# no fcflow stats aggregated index 1005
The following example enables the flow counter for a specific flow:
switch(config)# fcflow stats index 1 0x145601 0x5601 0xffffff vsan 1
The following example disables the flow counter for index 1001:
switch(config)# no fcflow stats index 1001
aggregated Configures aggregated fcflow statistics.
index flow-number Specifies a flow index. The range is 1 to 2147483647.
vsan vsan-id Specifies a VSAN ID. The range is 1 to 4093.
destination-fcid Enters the destination FCID in hexadecimal format.
source-fcid Enters the source FCID in hexadecimal format.
netmask Enters the mask for the source and destination FCID (restricted to 6
hexadecimal characters ranging from 0xff0000 to 0xffffff).
Release Modification
4.0(0)N1(1a) This command was introduced.