ICR-1601
183
Plain Text System Configuration with Telnet
In addition to the web-style plain text configuration as mentioned above, the router system also allow
the configuration via Telnet CLI. Administrator can use the proprietary telnet command “txtConfig” and
related action items to perform the plain system configuration.
The command format is: txtConfig (action) [option]
Duplicate the configuration content from database and stored as a
configuration file.
(ex: txtConfig clone /tmp/config)
The contents in the configuration file are the same as the plain text
commands mentioned above. This action is exactly the same as performing
the “Backup” plain text configuration.
Commit the configuration content to database.
(ex: txtConfig commit /tmp/config)
Enable plain text system config.
Disable plain text system config.
Apply the configuration content that has been committed in database.
(ex: txtConfig run_immediately)
Assign a configuration file to apply.
(ex: txtConfig run_immediately /tmp/config)