feature adapter-fex
To enable the Adapter Fabric Extender (Adapter-FEX), use the feature adapter-fex command. To disable Adapter-FEX, use the no form of this command.
feature adapter-fex
no feature adapter-fex
Syntax Description
This command has no arguments or keywords.
Command Default
Disabled
Command Modes
Global configuration mode
Command History
Release |
Modification |
---|---|
7.0(1)N1(1) |
This command was introduced. |
Usage Guidelines
Before you disable this feature on the switch, do the following:
-
Remove all virtual Ethernet interface configurations on the switch.
-
Remove all port profiles of type vethernet.
-
Change the port mode to access by using the switchport mode access command.
If you attempt to disable the Adapter-FEX feature with virtual Ethernet interface or port profile configurations enabled, the switch returns an error message.
Before you use a virtual Ethernet interface, you must enable Cisco Virtual Machine Fabric Extender (VM-FEX) on the switch by using the feature vmfex command.
Examples
This example shows how to enable Adapter-FEX on the switch:
switch# configure terminal
switch(config)# feature adapter-fex
Virtualization Plugin license checked out successfully
Virtualization Plugin extracted successfully
All Virtualization processes enabled successfully
switch(config)#
This example shows how to disable Adapter-FEX on the switch:
switch# configure terminal
switch(config)# no feature adapter-fex
Disabled feature adapter-fex successfully.
You should save the configuration and Reload.
switch(config)#
This example shows the error message that appears when you attempt to disable Adapter-FEX on a switch with virtual Ethernet interface configurations enabled:
switch# configure terminal
switch(config)# no feature adapter-fex
Disabling of NIV failed.veth and vntag configs found
Shutdown all veths and Remove them.
Change ports with 'switchport mode vntag' to 'switchport mode access'.
switch(config)#