Cmd |
Command for configuration handling. Possible values are :
save(1) = save configuration (to FLASH)
load(2) = load configuration (from FLASH)
put(3) = write configuration (via TFTP)
get(4) = read configuration (via TFTP)
state(5) = write complete configuration (via TFTP)
delete(6) = delete configuration (within FLASH)
move(7) = move configuration (within FLASH)
copy(8) = copy configuration (within FLASH)
reboot(9) = reboot the system
reorg(10) = reorganizes the flash Enumerations: - save (1)
- load (2)
- put (3)
- get (4)
- state (5)
- delete (6)
- move (7)
- copy (8)
- reboot (9)
- reorg (10)
|
Object |
Table object id (OID) to save/load. If this field is
set, only this table is saved/loaded. Otherwise all tables
are saved/loaded. |
Path |
NAme of the configuration file in flash memory to save/load. |
PathNew |
New name of configuration file in flash memory to move/copy |
Host |
TFTP host's IP address to send/receive the file to/from.
The configuration is transfered directly from flash
memory (biboAdmConfigPath) to TFTP-file (biboAdmConfigFile). |
State |
The state of this command (i.e., biboAdmConfigCmd).
todo(1) = The command has not started;
running(2) = The command is executing;
done(3) = The command successfully
completed;
error(4) = The command failed (see
the biboAdmSyslogTable). Enumerations: - todo (1)
- running (2)
- done (3)
- error (4)
- delayed (5)
- stopped (6)
|
File |
TFTP filename to read/write from/to the specified host.
The configuration file received is stored in flash memory
specified by biboAdmConfigPath. The actual configuration
is not changed. |
Timeout |
timeout = 0 cmd executed immediately
timeout > 0 cmd executed in timeout seconds
timeout < 0 cmd execution stopped
|