Disabling FCoE
Cisco Nexus 7000: Disabling FCoE
You can disable or uninstall the FCoE feature set. You can also disallow the FCoE feature set in a VDC.
Before You Begin
Ensure you are in the correct VDC.
SUMMARY STEPS
1.
configure terminal
2.
vdc vdc_id type storage
3.
(Optional)
no allow feature-set fcoe
4.
no feature-set fcoe
5.
exit
6.
no install feature-set fcoe
7.
(Optional)
show feature-set
8.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters configuration mode.
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Enters VDC configuration mode. The
vdc_id
can be any
case-sensitive, alphanumeric string up to 32 characters.
vdc vdc_id type storage
Example:
switch(config)# vdc fcoe type storage
switch(config-vdc)#
Step 2
(Optional)
Disallows any FCoE in this VDC. The default is allow.
no allow feature-set fcoe
Example:
switch(config-vdc)# no allow feature-set fcoe
switch(config-vdc)#
Step 3
Disables the FCoE feature set. The
no feature-set fcoe
command may take some time to complete if the size of the
no feature-set fcoe
Example:
switch(config-vdc)# no feature-set fcoe
Step 4
configuration is very large. The command must clean up all
of the configuration associated with the FCoE feature set.
Cisco NX-OS FCoE Configuration Guide for Nexus 7000 and MDS 9500
OL-25809-02
13
FCoE
Disabling FCoE