12.rommon 1 >? 注:我们可以使用?或help命令查看该模式下可以使用的命令。
13.
14.alias set and display aliases command
15.
16.boot boot up an external process
17.
18.break set/show/clear the breakpoint
19.
20.confreg configuration register utility
21.
22.cont continue executing a downloaded image
23.
24.……(省略多行)
25.
26.reset system reset
27.
28.set display the monitor variables
29.
30.stack produce a stack trace
31.
32.sync write monitor environment to NVRAM
33.
34.sysret print out info from last system return
35.
36.tftpdnld tftp image download
37.
38.unalias unset an alias
39.
40.unset unset a monitor variable
41.
42.xmodem x/ymodem image download
1. Router>en
2.
3. Router# 注:此时使用show version命令查看配置寄存器的值为0x2142.
4.
5. Router#copy star run 注:使用该命令加载启动配置,然后设置新口令。若没有该步操作,会导致在下次重起后,新口令设置失败。
6.
7. Router#conf t
8.
9. Router(config)#config-register 0x2102 注:路由器下次重起后将加载启动配置,需使用新口令进行验证
10.
11.Router(config)#end
12.
13.Router#copy run star 注:保存运行配置到启动配置
14.
15.Destination filename [startup-config]?
16.
17.Building configuration...
18.
19.[OK]