Difference between revisions of "ESXi - 6.7 esxcli fcoe"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= fcoe = | = fcoe = | ||
VMware | VMware Fibre Channel over Ethernet (FCoE) commands. | ||
== adapter == | == adapter == | ||
Line 30: | Line 30: | ||
:* <code>esxcli fcoe nic set '''[cmd options]'''</code> | :* <code>esxcli fcoe nic set '''[cmd options]'''</code> | ||
= Definitions = | |||
'''ADAPTER''' | '''ADAPTER''' | ||
: The FCOE adapter name (vmhbaX) (required) | |||
'''NICNAME''' | '''NICNAME''' | ||
: The CNA adapter name (vmnicX) (required) | |||
'''[cmd options]''' | '''[cmd options]''' | ||
: -V|--enable-vn2vn=<bool> | |||
::: Enable or Disable VN2VN mode on the nic (Reboot Required) | |||
: -n|--nic-name=<str> | |||
::: The CNA adapter name (vmnicX) (required) | |||
: -p|--priority=<long> | |||
::: Priority class (0 - 7) to use for FCOE traffic | |||
: -v|--vlan-id=<long> | |||
::: The VLAN id for this nic, range '0 - 4095'(Reboot Required) |
Revision as of 22:10, 8 February 2022
fcoe
VMware Fibre Channel over Ethernet (FCoE) commands.
adapter
- list
- List FCOE-capable CNA devices.
esxcli fcoe adapter list
- remove
- Initiate FCOE adapter removal.
esxcli fcoe adapter remove -a ADAPTER
nic
- disable
- Disable rediscovery of FCOE storage on behalf of an FCOE-capable CNA upon next boot.
esxcli fcoe nic disable -n NICNAME
- discover
- Initiate FCOE adapter discovery on behalf of an FCOE-capable CNA.
esxcli fcoe nic discover -n NICNAME
- enable
- Enable an FCOE-capable NIC if it is disabled.
esxcli fcoe nic enable -n NICNAME
- list
- List FCOE-capable CNA devices.
esxcli fcoe nic list
- remove
- Initiate FCOE device destroy on behalf of an FCOE-capable PNIC.
esxcli fcoe nic remove -n NICNAME
- set
- Set options on FCOE-capable CNA.
esxcli fcoe nic set [cmd options]
Definitions
ADAPTER
- The FCOE adapter name (vmhbaX) (required)
NICNAME
- The CNA adapter name (vmnicX) (required)
[cmd options]
- -V|--enable-vn2vn=<bool>
- Enable or Disable VN2VN mode on the nic (Reboot Required)
- -n|--nic-name=<str>
- The CNA adapter name (vmnicX) (required)
- -p|--priority=<long>
- Priority class (0 - 7) to use for FCOE traffic
- -v|--vlan-id=<long>
- The VLAN id for this nic, range '0 - 4095'(Reboot Required)