Reference Guide
Brocade Fabric OS Command Reference 383
53-1004112-02
frameLog
-mode summary | dump
Specifies the command output mode. In dump mode, the command prints the 64 bytes of
frame contents. In summary mode, the frame contents are not displayed. Summary mode
is the default.
-n num_items
Displays the specified number of items. In summary mode, an item is a record of frames
with the same values of log timestamp, TX port, RX port, SID, DID, SFID and DFID. Note
that more frames may be represented in the lines of output than specified in the num_items
value, because one line can aggregate multiple frames in summary mode. In dump mode,
each item represents a single frame. The default value of num_items is 20. The maximum
value in summary mode is 1200, and in dump mode it is 12,000.
Examples To display the status of the frame log service and the discard frame type:
switch:user> framelog --status
Service Status: Enabled
Enabled Disc Frame Types: timeout unroute
To display the framelog when unroute type is enabled:
switch:user> framelog --show
====================================================================================
=====
Mon Mar 31 23:49:13 UTC 2014
====================================================================================
=====
Log TX RX
timestamp port port SID DID SFID DFID Type
Count
====================================================================================
=====
Mar 31 23:49:04 -- 0 0x010000 0x0a1600 128 128 unroute
20
To display eight lines of an unfiltered frame log view in summary mode:
switch:user> framelog --show -mode summary -n 8
=====================================================================
Mon Jan 31 23:54:59 UTC 2011
======================================================================
Log TX RX
timestamp port port SID DID SFID DFID Type Count
======================================================================
Jan 31 23:49:37 2 2 0xfffffd 0xfffffd 1 1 timeout 1
Jan 31 23:49:37 2 1 0x051500 0x060100 1 1 timeout 4
Jan 31 23:49:37 2 0 0x051700 0x060000 1 1 timeout 4
Jan 31 23:49:36 2 1 0x051500 0x060100 1 1 timeout 3
Jan 31 23:49:36 2 0 0x051700 0x060000 1 1 timeout 3
Jan 31 23:49:35 2 1 0x051500 0x060100 1 1 timeout 2