|
In chassis containing redundant management modules, changes the default assignment of the active management module. By default, the redundant management module in the lower slot number becomes the active redundant management module. You must use this command to override the default and make the redundant management module in the higher slot number the default active module.
NOTE: This command applies only to a chassis-based ServerIron containing redundant management modules.
NOTE: The change does not take effect until you reload the system. If you save the change to the active module's system-config file before reloading, the change persists across system reloads. Otherwise, the change affects only the next system reload.
EXAMPLE:
To override the default and specify the active redundant management module, enter the following commands:
BigServerIron(config)# redundancy BigServerIron(config-redundancy)# active-management 5
This command overrides the default and makes the redundant management module in slot 5 the active module following the next reload. The change affects only the next reload and does not remain in effect for future reloads.
Syntax: active-management <slot-num>
NOTE:
- Slots in a four-slot chassis are numbered 1 – 4, from top to bottom.
- Slots in an eight-slot chassis are numbered 1 – 8, from left to right.
To make the change permanent across future reloads, enter the
write memory command to save the change to the startup-config file, as shown in the following example:
BigServerIron(config)# redundancy BigServerIron(config-redundancy)# active-management 5 BigServerIron(config-redundancy)# write memory
NOTE: If you do not save the change to the startup-config file, the change affects only the next reload.
Moves activity to the privileged EXEC level from any level of the CLI, with the exception of the user level.
EXAMPLE:
To move to the privileged level, enter the following from any level of the CLI.
BigServerIron(config-redundancy)# end BigServerIron#
Syntax: end
Possible values: N/A
Default value: N/A
Moves activity up one level from the current level. In this case, activity will be moved to the privileged level.
EXAMPLE:
To move from the global level, back to the privileged level, enter the following:
BigServerIron(config-redundancy)# exit BigServerIron#
Syntax: exit
Possible values: N/A
Default value: N/A
Disables other commands. To disable a command, place the word
no before the command.
Returns you from any level of the CLI to the User EXEC mode.
EXAMPLE:
BigServerIron(config-redundancy)# quit BigServerIron>
Syntax: quit
Possible values: N/A
Default value: N/A
Displays a variety of configuration and statistical information about the switch or router. See "Show Commands" .
Automates synchronization of software between active and standby redundant management modules.
EXAMPLE:
To change the automatic synchronization setting, use one of the following commands:
Syntax: [no] sync-standby boot
Syntax: [no] sync-standby code
Syntax: [no] sync-standby startup-config
Syntax: [no] sync-standby running-config [<num>]
To disable automatic synchronization of the boot code, flash code, or startup-config file, enter “no” in front of the command.
The <num> parameter with the sync-standby running-config command specifies the synchronization interval. You can specify from 4 – 20 seconds. The default is 10 seconds. To disable automatic synchronization of the running-config, set the synchronization interval (the <num> parameter) to 0.
Possible values: See above
Default value: Automatic synchronization of the flash code, running-config, and system-config file is enabled by default. Automatic synchronization of the boot code is disabled by default. The default synchronization interval for the running-config is 10 seconds.
Saves the running configuration into the startup-config file.
EXAMPLE:
BigServerIron(config-redundancy)# write memory
Syntax: write memory
Possible values: N/A
Default value: N/A
Displays the running configuration of the Foundry switch or router on the terminal screen.
NOTE: This command is equivalent to the
show running-config command.
EXAMPLE:
BigServerIron(config-redundancy)# write terminal
Syntax: write terminal
Possible values: N/A
Default value: N/A
|