Converting the Device Mode for a QFabric System Component
You can configure some devices to act as a standalone switch or participate in a QFabric system in a particular role. To change the role of your device, you must set the device mode. Table 1 shows the device modes available for various devices.
Device mode |
QFX3500 |
QFX3600 |
QFX5100 |
---|---|---|---|
Interconnect device |
N/A |
Supported |
Supported for QFX3000-M |
Node device |
Supported |
Supported |
Supported |
Standalone |
Supported |
Supported |
N/A |
To convert a device to a different mode, issue the request
chassis device-mode
command and specify the desired device mode.
You verify the current and future device mode with the show chassis
device-mode
command.
When you convert a device from standalone mode to either Node device or Interconnect device mode, the software prepares the device to be configured automatically by the QFabric system. However, changing the device mode erases all configuration data on the device.
The QFX3600 switch requires Jloader Release 1.1.8 before you can convert the switch to Interconnect device mode. For more information, see: Jloader 1.1.8 Release for QFX-Series Platforms.
We recommend that you back up your device configuration to an external location before converting a device to a different device mode.
The following procedures illustrate the conversion options available when you modify a device mode:
Convert from standalone switch mode to Node device mode
Convert from Node device mode to Interconnect device mode
Convert from Interconnect device mode to Node device mode
Convert from Node device mode or Interconnect device mode to standalone switch mode
To convert your device from standalone mode to Node device mode, follow these steps:
Standalone Switch to Node Device
Node Device to Interconnect Device
Interconnect Device to Node Device
QFabric Component (Interconnect or Node Device) to Standalone Switch
Node Device to Interconnect Device
To convert your device from Node device mode to Interconnect device mode, follow these steps:
From the default partition CLI prompt, back up your QFabric system configuration to an external location.
user@qfabric# save configuration-name external-path
Connect to your device through the console port and log in as the root user.
Check the current device mode by issuing the
show chassis device-mode
command.root@switch> show chassis device-mode Current device-mode : Node-device Future device-mode after reboot : Node-device
Issue the
request chassis device-mode
command and select the desired device mode.root@switch> request chassis device-mode interconnect-device Device mode set to 'interconnect-device' mode. Please reboot the system to complete the process.
Verify the future device mode by issuing the
show chassis device-mode
command.root@switch> show chassis device-mode Current device-mode : Node-device Future device-mode after reboot : Interconnect-device
Reboot the device.
root@switch> request system reboot Reboot the system ? [yes,no] (no) yes Shutdown NOW! [pid 34992] root@switch> *** FINAL System shutdown message from root@switch *** System going down IMMEDIATELY
Verify that the new device mode has been enabled by issuing the
show chassis device-mode
command.root@switch> show chassis device-mode Current device-mode : Interconnect-device Future device-mode after reboot : Interconnect-device
To enable a converted device to participate in the QFabric system in its new role, move the device to a different rack (as needed), locate the applicable network cables for your device, connect the device ports to the control plane and data plane per the design for your specific QFabric system, and reconfigure any aliases for the device at the QFabric default partition CLI prompt.
Interconnect Device to Node Device
To convert your device from Interconnect device mode to Node device mode, follow these steps:
From the default partition CLI prompt, back up your QFabric system configuration to an external location.
user@qfabric# save configuration-name external-path
Connect to your device through the console port and log in as the root user.
Check the current device mode by issuing the
show chassis device-mode
command.root@switch> show chassis device-mode Current device-mode : Interconnect-device Future device-mode after reboot : Interconnect-device
Issue the
request chassis device-mode
command and select the desired device mode.root@switch> request chassis device-mode node-device Device mode set to 'node-device' mode. Please reboot the system to complete the process.
Verify the future device mode by issuing the
show chassis device-mode
command.root@switch> show chassis device-mode Current device-mode : Interconnect-device Future device-mode after reboot : Node-device
Reboot the device.
root@switch> request system reboot Reboot the system ? [yes,no] (no) yes Shutdown NOW! [pid 34992] root@switch> *** FINAL System shutdown message from root@switch *** System going down IMMEDIATELY
Verify that the new device mode has been enabled by issuing the
show chassis device-mode
command.root@switch> show chassis device-mode Current device-mode : Node-device Future device-mode after reboot : Node-device
To enable a converted device to participate in the QFabric system in its new role, move the device to a different rack (as needed), locate the applicable network cables for your device, connect the device ports to the control plane and data plane per the design for your specific QFabric system, and reconfigure any aliases for the device at the QFabric default partition CLI prompt.
QFabric Component (Interconnect or Node Device) to Standalone Switch
To convert your QFabric component from either Interconnect device mode or Node device mode to standalone switch mode, follow these steps:
From the default partition CLI prompt, back up your QFabric system configuration to an external location.
user@qfabric# save configuration-name external-path
Connect to the desired QFabric component through the console port of the device and log in as the root user.
Check the current device mode by issuing the
show chassis device-mode
command.root@node1> show chassis device-mode Current device-mode : Node-device Future device-mode after reboot : Node-device
Issue the
request chassis device-mode standalone
command to convert the component to standalone switch mode, while the component is still connected to the QFabric system.root@node1> request chassis device-mode standalone Device mode set to 'standalone' mode. Please reboot the system to complete the process.
Note:Always convert the device mode to
standalone
before you remove the component from the QFabric system. If you remove the component from the QFabric system before converting the device mode tostandalone
, the switch might not operate properly. For example, the output of theshow chassis hardware
command might display no FPCs or interfaces for the switch.Verify the future device mode by issuing the
show chassis device-mode
command.root@node1> show chassis device-mode Current device-mode : Node-device Future device-mode after reboot : Standalone
Reboot the component to complete the conversion process.
root@node1> request system reboot Reboot the system ? [yes,no] (no) yes Shutdown NOW! [pid 34992] root@node1> *** FINAL System shutdown message from root@node1 *** System going down IMMEDIATELY
Disconnect and remove the component from the QFabric system. You may now operate the device as a standalone switch.