.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSgyMzEpLnBuZyIsIkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc3NDkyODAzNX19fV19&Signature=NiKZVY5sOzxyoVL-Lo425VHkPunB7UekOysfvEepo9lEbceUMpWoqrjeXVsBN4ZSE6dt5m1JTzGJcuD2mWQUzbIeHj8Cu0Ibug1hGEVDMdb7MMW5NpwoJmsjJnAaturotcA5iPFUjMO8SbSelEOuWbG~kteY5t45dR7to~4or3hV4kPSTN8-lUP2IM2lCLIdB7bs0EFfrvK7e9GvqBykQgLWhezQKJG8APbwezYZiAHJMR14GCItC0K-awDOu7U0njlEM8pWtx-Go~uwIG41ZyXUBh63eBtLqQdFW7aRSbULCmaBGdyRzvwTH6egWHXVTfw0nVBQEh5z7EjTm8WDqQ__&Key-Pair-Id=K2TK3EG287XSFC)
System Backup Attributes
|
Action |
Value |
Comment |
|
Backup |
|
Backup actions |
|
Create |
|
Action to create a backup file. Can be created locally or on a remote file server that is accessible via ftp, or http. |
|
Input |
|
Container |
|
Filename |
<string> |
The filename on the target to name the backup. |
|
Destination |
<string> |
The path on the target for the backup file, if local, the default path is: sftp://172.28.152.65/home/ztp/ username ztp password ztp http://172.28.6.166:8095/backup |
|
Username |
<string> |
The username to use when doing remote backups to an sftp or http destination. |
|
Password |
<string> |
The password to use when doing a remote backup to an sftp or http destination. |
The following example will demonstrate a backup to a local sftp directory. Users with access to this directory can pull the file from the OLT. This example creates a cli format which is similar to most switches.
MDS1-ESUA# tolt system backup create filename backup-10-31-example.cli <enter>
reason backup-10-31-example.cli saved to local directory - /usr/bob/sftp/backups
action-success true
MDS1-ESUA# _
|
The following example shows how to perform a backup to an sftp server, admin connected from 127.0.0.1 using console on MDS1-ESUA.
MDS1-ESUA# tolt system backup create filename olt config-11-4.cli destination
sftp://172.28.152.65/home/ztp/ username ztp password ztp <enter>
reason Backup uploaded sucessufelly to sftp://172.28.152.65/home/ztp/olt_config-11-4.cli
action-success true
MDS1-ESUA# _
|
The following example performs an http backup to the EMS:
MDS1-ESUA# tolt system backup create filename olt config-11-4.cli destination
http://172.28.6.166:8095/backup username tellabs password tellabs <enter>
reason Backup uploaded sucessufelly to http://172.28.6.166:8095/backup
action-success true
MDS1-ESUA# _
|
MDS1-ESUA# tolt system backup delete filename backup-10-31-example.cli <enter>
reason Backup: Deleted backup-10-31-example.cli
action-success true
MDS1-ESUA#_
|