我在Cisco 2960G上启用巨型帧时遇到了问题。
这是我的尝试,我得到了什么:
Switch(config)#system mtu jumbo 9000 vb:: Read-only file system Changes to the system jumbo MTU will not take effect until the next reload is done Switch(config)#exit Switch#sh sys mtu System MTU size is 1500 bytes System Jumbo MTU size is 1500 bytes On next reload, System Jumbo MTU will be 9000 bytes System Alternate MTU size is 1500 bytes Routing MTU size is 1500 bytes Switch#reload System configuration has been modified. Save? [yes/no]:y
[…重新加载开关…]
Switch#sh sys mtu System MTU size is 1500 bytes System Jumbo MTU size is 1500 bytes System Alternate MTU size is 1500 bytes Routing MTU size is 1500 bytes
正如你所看到的,我得到了“vb ::只读文件系统”,听起来不太好。
所以我尝试了不同的东西(从12.2(44)SE6升级到12.2(55)SE5和12.2(58)SE2)我尝试闪存卡闪存卡,然后我试图重置与flash_init,然后格式闪光和上传iOS在xmodem …我不知道如果我做的一切都好,但我仍然得到那些“VB ::只读文件系统”…
另一个奇怪的例子
Switch(config)#boot system flash:c2960-lanbasek9-mz.122-58.SE2.bin vb:: Read-only file system
感谢您的帮助
经过广泛的研究,这里是解决scheme(对不起,这是法文: http : //osdir.com/ml/org.operators.frnog/2007-11/msg00259.html )
汇报,这是一个密码恢复尝试后的错误。 您需要手动将文件系统设置为恢复模式:“set_bs vb:rw”
一切正常后。