1、从ibmnos-cli模式进入到iscli模式
>> Main# boot
------------------------------------------------------------
[Boot Options Menu]
sched - Scheduled Switch Reset Menu
image - Select software image to use on next boot
conf - Select config block to use on next boot
netboot - NetBoot and NetConfig menu
mode - Select CLI mode to use on next boot
prompt - Prompt for selectable CLI mode
gtimg - Download new software image via SFTP/FTP/TFTP
ptimg - Upload selected software image via SFTP/FTP/TFTP
reset - Reset switch [WARNING: Restarts Spanning Tree]
cur - Display current boot options
>> Boot Options# mode
Currently set to use switch mode "ibmnos-cli" on next boot.
Specify new mode to use ["ibmnos-cli"/"iscli"]: iscli
Next boot will use mode "iscli".
重启交换机
Boot Options# reset
WARNING: There are unsaved configuration changes.
Confirm operation without saving changes (leave them pending) [y/n]: y
Reset will use software "image1" and the factory default config block.
>> Note that this will RESTART the Spanning Tree,
>> which will likely cause an interruption in network service.
Confirm reset [y/n]: y
Resetting at 2:28:11 Fri Aug 26, 2016...
2、从iscli模式进入到ibmnos-cli模式
Router>enable
Router#configure terminal
Router(config)#boot cli-mode ibmnos-cli
Next boot will use mode "ibmnos-cli".
Router(config)#reload
WARNING: The running-config is different to startup-config.
Confirm operation without saving running-config to startup-config (y/n) ? y
Reset will use software "image1" and the factory default config block.
>> Note that this will RESTART the Spanning Tree,
>> which will likely cause an interruption in network service.
Confirm reload (y/n) ? y
Resetting at 2:19:31 Fri Aug 26, 2016...