Srikanth Vavilapalli | 1725e49 | 2014-12-01 17:50:52 -0800 | [diff] [blame] | 1 | Destination specifier for the copy |
| 2 | |
| 3 | The keyword 'running-config' can be used to specify the controller's |
| 4 | current state (that is, overwrite the running state). |
| 5 | |
| 6 | The 'config://' URI scheme can be used to save config files |
| 7 | to the local controller's disk. |
| 8 | |
| 9 | The 'http://' and 'ftp://' URI schemes can be used to reference remote |
| 10 | resources. |
| 11 | |
| 12 | If the destination specifier is omitted, the resource referenced |
| 13 | by the source specifier is sent to the Cli console. |
| 14 | |