如何修改FLEX刀箱中以太网交换模块的CLI方式为:iscli或ibmnos-cli 问题:系统应用操作 知识点分析: ibmnos-cli:一种老式的菜单命令行 iscli:大致 90% 以上的命令与 Cisco的相同或相似 以下操作请在未进行过配置的机器中操作。操作步骤: 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]: yReset 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]: yResetting 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...
如何修改FLEX刀箱中以太网交换模块的CLI方式为:iscli或ibmnos-cli-联想乐享知识库
⚡ 核心结论
本文来源联想官方,解答关于 如何修改FLEX刀箱中以太网交换模块的CLI方式为:iscli或ibmnos-cli 的常见问题,包括:联想FLEX刀箱以太网交换模块默认使用ibmnos-cli命令行界面,如何切换为iscli模式?、联想FLEX刀箱以太网交换模块当前运行在iscli模式,如何切回ibmnos-cli模式?等。
内容来源:联想官方
常见问题解答
联想FLEX刀箱以太网交换模块默认使用ibmnos-cli命令行界面,如何切换为iscli模式?
原因是FLEX刀箱交换模块出厂默认CLI模式为ibmnos-cli,需通过Boot Options菜单修改启动模式。具体步骤:1. 在当前ibmnos-cli模式下输入'boot'进入启动选项菜单;2. 输入'mode',系统提示当前模式为'ibmnos-cli',输入'iscli'确认切换;3. 输入'reset'重启设备,确认两次警告(未保存配置及STP中断风险)后执行。注意:操作前应确保设备未进行过关键配置,重启将导致网络服务短暂中断,并重置为出厂默认配置块。
联想FLEX刀箱以太网交换模块当前运行在iscli模式,如何切回ibmnos-cli模式?
原因是iscli为默认推荐模式,但用户可根据习惯或兼容性需求切回传统ibmnos-cli菜单式CLI。具体步骤:1. 在iscli特权模式下输入'enable'进入全局配置模式;2. 执行'configure terminal'进入配置终端;3. 输入'boot cli-mode ibmnos-cli'设置下次启动模式;4. 执行'reload'重启设备,确认两次警告(运行配置未保存、STP重启影响业务)后完成切换。注意:该操作不改变当前运行配置,但重启后将加载工厂默认配置块,原有配置需提前备份并手动恢复。