====== Fibre Channel management commands ====== ===== Name ===== FCMGMT_CMD ===== Header file ===== Configured via ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/general.h|config/general.h]]''. ===== Examples ===== === Enable FCoE protocol and Fibre Channel management commands === #define NET_PROTO_FCOE /* Fibre Channel over Ethernet protocol */ #define FCMGMT_CMD /* Fibre Channel management commands */ ===== Description ===== This build option enables the commands ''[[:cmd:fcstat]]'' and ''[[:cmd:fcels]]''. ===== See also ===== * ''[[:buildcfg:NET_PROTO_FCOE]]'' * [[:buildcfg|List of all iPXE build options]] ===== Notes ===== This option will take effect only if iPXE is configured to support a Fibre Channel protocol stack. You may wish to enable support for the Fibre Channel over Ethernet (FCoE) protocol using the build option ''[[:buildcfg:NET_PROTO_FCOE]]''.