You can export the User database and Event subscription setup from one subsystem to a TFTP server and then repeatedly import it to other VTrak subsystems. This works on both M-Class and E-Class subsystems. EXPORT Usage: export -t <fileType> [-s <tftpServer>] [-p <port>] -f <fileName> Summary: export certain type of configuration files to remote or local host. Options: -t <file type> Specifies what type of file to export. Examples: Usage: import -t <fileType> -s <tftpServer> -f <fileName> [-p <port>] [-i] Summary: import certain type of configuration files from remote host. Options: -t <file type> Specifies what type file to import. Example:
Here is the CLI command's help entry:
userdb User database file. This file type is not applicable for
in-band and can only be exported to remote host.
subsystem Subsystem information file. This file is exported to
remote host for embedded and local host for in-band.
-f <file name> Specifies the name of the file to be exported.
-s <TFTP server> Specifies tftp server's IP or host name. Do not specify
TFTP server for in-band.
-p <port num> The port number of the TFTP server. Default is 69. Do
not specify port number for in-band.
export -t userdb -s 192.168.10.168 -f userdb.xml
export -t subsystem -s 192.168.10.168 -f subsystem.txt # for embedded
export -t subsystem -f subsystem.txt # for in-band
IMPORT
userdb User database file.
-s <TFTP server> Specifies tftp server's IP or host name.
-f <file name> Specifies the name of the file to import.
-p <port num> The port number of the TFTP server. Default is 69.
-i Get format validation information about imported file
only. File is not really applied to subsystem yet.
import -t userdb -s 192.168.10.168 -f userdb.xml
How do I import/export the user database and event subscriptions on Vtrak E-Class or M-Class using the CLI?
- Topic Is Locked
- 1.5K Views
- Last Post 19 March 2007
Ken Chou
posted this
19 March 2007