Brocade Fabric OS Command Reference Manual Supporting Fabric OS v7.0.0 (April 2011)

382 Fabric OS Command Reference
53-1001764-01
frameLog
22
-sid source_PID
Displays only the frames with the specified 24-bit source address in the FC
header. The port ID (PID) must be written in hexadecimal and must be prefixed by
0x.
-did destination_PID
Displays only the frames with the specified 24-bit destination address in the FC
header. The port ID (PID) must be written in hexadecimal and must be prefixed by
0x.
-sfid fabric_ID
Displays only the frames with the specified fabric ID as the source fabric ID.
-sdfid fabric_ID
Displays only the frames with the specified fabric ID as the destination fabric ID.
-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 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
To display the frame contents in dump mode:
switch:user> framelog --show -mode dump -n 4
====================================================================
Mon Jan 31 18:34:47 UTC 2011
====================================================================
Log TX RX
timestamp port port Type Frame contents (first 64 bytes)
====================================================================
Jan 31 18:34:46 7/32 7/33 timeout
00 03 a0 00 00 03 a1 00 00 28 00 00 00 00 00 00
80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00