![Cisco AS5350 - Universal Access Server Скачать руководство пользователя страница 169](http://html.mh-extra.com/html/cisco/as5350-universal-access-server/as5350-universal-access-server_configuration-manual_63700169.webp)
-3
Cisco AS5350 and Cisco AS5400 Universal Gateway Software Configuration Guide
OL-3418-02 B0
Appendix
ROM Monitor Commands
ROM Monitor Commands
At the ROM monitor prompt, enter ? or help at the
rommon n >
prompt to display a list of available
commands and options, as follows:
rommon 12 > help
alias set and display aliases command
boot boot up an external process
break set/show/clear the breakpoint
confreg configuration register utility
cont continue executing a downloaded image
context display the context of a loaded image
cookie display contents of cookie PROM in hex
dev list the device table
dir list files in file system
dis disassemble instruction stream
dnld serial download a program module
dram verify DRAM
frame print out a selected stack frame
hardware_info display hardware information
help monitor builtin command help
history monitor command history
meminfo memory information (-spd dumps SDRAM cookie)
repeat repeat a monitor command
reset system reset
set show all monitor variables
show_spd show all SPD data
sleep millisecond sleep command
stack produce a stack trace
sync write monitor environment to NVRAM
sysret print out info from last system return
unalias unset an alias
unset unset a monitor variable
Note
You can display additional details for a command by entering the command name with a -? option, which
prints the command usage message.
The commands are listed and described in alphabetical order. Note that the ROM monitor commands are
case sensitive.
•
alias [name=value]—Aliases a name to a value. If the value contains white space or other special
(shell) characters, it must be quoted. If the value has a space as the last character the next
command-line word is also checked for an alias (normally only the first word on the command line
is checked). Without an argument, this command prints a list of all aliased names with their values.
For example:
rommon 1 > alias
r=repeat
h=history
?=help
b=boot
ls=dir