DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Enables the aggregated flow counter.
fcflow stats aggregated index value vsan vsan-id
Example:
switch(config)# fcflow stats aggregated index 20 vsan 12
Step 2
Disables the aggregated flow counter.
no fcflow stats aggregated index value vsan vsan-id
Example:
switch(config)# no fcflow stats aggregated index 20 vsan
12
Step 3
Counting Individual Flow Statistics
You can count the flow statistics for a source and destination FC ID in a VSAN.
SUMMARY STEPS
1.
configure terminal
2.
fcflow stats index value dest-fcid source-fcid netmask vsan vsan-id
3.
no fcflow stats aggregated index value vsan vsan-id
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Enables the flow counter.
fcflow stats index value dest-fcid source-fcid netmask vsan
vsan-id
Step 2
The source ID and the destination ID are
specified in FC ID hex format (for example,
0x123aff). The mask can be one of 0xff0000
or 0xffffff.
Note
Example:
switch(config)# fcflow stats index 10 0x123aff
0x070128 0xffffff vsan 15
Cisco Nexus 5000 Series NX-OS SAN Switching Configuration Guide, Release 5.2(1)N1(1)
OL-27583-01 197
Configuring Fibre Channel Routing Services and Protocols
Flow Statistics Configuration