5-74
Chapter 5
CLI (Command Line Interface)
getdefdb "filename"
Function
It saves the default DB value of the current system in a file.
Procedure
At the SMG-400 prompt, type 'getdefdb' and a space, and type the file name to
save, and press [Enter]. Then, the default DB backup file is created. The file name
must be in quotation marks ("").
For example, if you want to save the default DB in a file named defdb.txt, type
'getdefdb "defdb.txt"' at the prompt on the screen, and press [Enter].
SMG400:165.213.81.230> ls
<- command used to check the file
value = 0 = 0x0
SMG400:165.213.81.230> getdefdb "defdb.txt"
<- The system initial information is
saved in a file named defdb.txt.
SMG400:165.213.81.230> ls
DEFDB.TXT <- defdb.txt file is created.
value = 0 = 0x0
SMG400:165.213.81.230>