Description:
Displays the current configuration for the unit. The configuration for the unit is loaded
from non-volatile memory to volatile memory at power up or reset.
Form:
Command Handler: DCMD
CONFIGURATION|CFG|CF [ARGUMENT]
Argument List:
Terse Verbose Description
0 ERASE Clears the volatile as well as the non-volatile configuration.
1 SAVE Saves the configuration to non-volatile memory.
Response:
MODIFY CONFIGURATION RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
Examples:
Verbose command to save current configuration:
*.SYSD CONFIGURATION SAVE <enter>
Response is: OK\r\n
Terse command to save current configuration:
*.SYSD CF 1 <enter>
Response is: 0\r\n
Notes: