System information

12-67
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
debug fcip
debug fcip
To enable trace facilities for debugging FCIP instances, use the debug fcip command. To disable
debugging, use the no form of this command.
debug fcip name {mailboxtrace | packettrace mask}
no debug fcip name mailboxtrace
Syntax Description
Defaults All trace facilities are enabled, by default. The packet trace mask value defaults to 0xFFFF, capturing all
traces.
Command Modes Administrator.
Command History
Usage Guidelines The debug fcip command is designed for debug purposes, and should be used under the guidance of a
Cisco Technical Support professional.
Use this command to trace traffic associated with the named FCIP instance. Use the show debug fcip
command to view the trace buffer output. The mask value defaults to 0xFFF, all packets are traced. A
mask value of 0x0000 will turn off packet tracing.
Debug settings are not persistent and will return to default value when the storage router is rebooted. To
retain a mask value for packet tracing services, use the fcip destination config command with the
pkttracemask keyword to change the FCIP instance configuration and then save the changes to the
storage router bootable configuration.
Examples The following example enables the debug mail box tracing services for the FCIP instance named fcip1:
[SN5428-2A]# debug fcip fcip1 mailboxtrace
The following example enables the debug packet tracing services for the FCIP instance named fcip2. All
packets will be traced.
[SN5428-2A]# debug fcip fcip2 packettrace 0xffff
name The name of the FCIP instance to be debugged.
mailboxtrace Keyword, indicating that mail box tracing services will be enabled.
packettrace mask Keyword, indicating that packet tracing services will be enabled. The mask
value indicates the traces to capture, in hex. The default value, 0xFFFF,
captures all traces. A value of 0x0000 turns off packet tracing.
Release Modification
3.3.1 This command was introduced.