SWAN Concentrator and WAN Subsystem Troubleshooting Guide

Installing and Using the SWAN Tools
SWAN Concentrator and WAN Subsystem Troubleshooting Guide426992-008
5-20
QUEST 2 Command Syntax
At the interactive interface, enter one of the following to invoke the DUMP
MEM parameter.
TACL>quest2
-->in=range
or
-->dump mem=range
For SWAN CLIP dumps the valid address range for FLASH, DPRAM, DRAM,
and CLIP PAL is specified in the help text.
For SWAN 2 CLIP dumps, the address range can be displayed using the
BLOCKLIST command.
Some examples of this command follow
If entered at the TACL command line interface:
TACL> quest2 -in=0x00100000 .. +40 &
$system.zwandump.D0123456
displays the memory image of the specified range.
>quest2 -in=0x00100000 .. 0x00100040 &
$system.zwandump.D0123456
displays the start of an address to the end address.
TACL> quest2 -in=0x00100000 $system.zwandump.D0123456
displays the memory image of a single address.
If entered through the interactive interface:
-->in=0x00100000 .. +40
displays the memory image of the specified range.
-->in=0x00100000 .. 0x00100040
displays the memory image from a start address to the end address.
-->in=0x001000000
displays the memory image of a single address.
-->dump mem=0x001000000 .. +40
displays the memory image of the specified range.
-->dump mem=0x00100000 .. 0x00100040
displays the memory image from the specified start address to the end
address.
DUMP PAL=range
displays the CLIP PAL image from 0x00080010 for SWAN CLIP dumps and the
entire CLIP PAL image (256K) for SWAN 2 CLIP dumps.