set stack mode
To configure the stack mode of all units in stack after reboot, use the set stack mode Privileged EXEC mode command.
Syntax
set stack mode {native| hybrid}
Parameters
-
native - all units in stack are of the same type (network interfaces type is the same on all units).
-
hybrid - units in stack contain units of different types (network interfaces type of different units may be different).
Default Configuration
native mode
Command Mode
Privileged EXEC mode
User Guidelines
-
command is applied to all units in stack
-
After prompting user, command will reload all devices in stack.
-
Reseting stack/unit to factory default will return all units to native mode (the default)
-
In case of changing mode from native to hybrid mode, the command will delete stack startup configuration as well, and may upgrade inactive image version on all units to active image version (if current inactive image does not support hybrid mode) . It is advisable to save device configuration to external server before changing modes.
Examples
Example 1—The following example sets all units in stack to hybrid mode.
switchxxxxxx# set stack mode hybrid
Following confirmation, changing the stacking mode to hybrid will:
* Delete the startup configuration file;
* Upgrade the in-active image to the active image version (in case in-active image version does not support hygrid mode);
* Automatically reload the stack;
It is highly recommended that you will backup the configuration before changing the mode, continue ? (Y/N)[N] Y
Example 2—The following example sets all units in stack to native mode.
switchxxxxxx# set stack mode native
Changing the stacking mode to native will reload the stack, continue ? (Y/N)[N] Y