beautypg.com

Samsung SMG-3200 User Manual

Page 161

background image

5-85

SMG3200:165.213.81.230> ls

<- Command used to check the file

value = 0 = 0x0

SMG3200:165.213.81.230> load "db.txt"

<- The system information is saved in db.txt file.

system_db() <- Enter the system information.

{

sys.dhcp()

{

sys.dhcp.client = 0 ;

sys.dhcp.classid = ;

}

}

. <- Enter '.' in the first space to finish.

value = 0 = 0x0

SMG3200:165.213.81.230> ls

DB.TXT <- db.txt file is created.

value = 0 = 0x0

SMG3200:165.213.81.230> dump "db.txt"

<- Check the system information file.

system_db()

{

sys.dhcp()

{

sys.dhcp.client = 0

sys.dhcp.classid = ;

}

}

value = 0 = 0x0

SMG3200:165.213.81.230>