This chapter describes the Cisco NX-OS commands that begin with D that are used to manage a Cisco Nexus 2000 Series Fabric Extender from a Cisco Nexus 5000 Series switch.
To specify a description for a Fabric Extender, use the description command. To revert to the default description, use the no form of this command.
Fabric extender configuration mode
|
|
This example shows how to specify a description for a Fabric Extender:
switch#
configure terminal
switch(config)#
fex 101
switch(config-fex)#
description Rack16_FEX101
This example shows how to revert to the default description for a Fabric Extender:
switch#
configure terminal
switch(config)#
fex 101
switch(config-fex)#
no description
|
|
---|---|
Creates a Fabric Extender and enters Fabric Extender configuration mode. |
|
Displays all configured Fabric Extender chassis connected to the switch. |
To configure the bootup diagnostic level to trigger diagnostics when the device boots, use the diagnostic bootup level command. To remove the bootup diagnostic level configuration, use the no form of this command.
diagnostic bootup level { bypass | complete }
no diagnostic bootup level { bypass | complete }
Specifies that all bootup diagnostics are performed. This is the default value. |
|
|
---|---|
Support was added to control the diagnostic level of all the Fabric Extenders connected to the switch. |
This example shows how to configure the bootup diagnostics level to trigger the complete diagnostics:
This example shows how to remove the bootup diagnostics level configuration:
|
|
---|---|