- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2017 01:27 AM
Hi,
I would like to ask if I can do "load ftp:<username>:<password@<host>/config_file.cfg" and "commit replace" operation via ydk-py??
Thanks a lot!!
Solved! Go to Solution.
- Labels:
-
YANG Development Kit (YDK)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2017 01:29 PM
The API does support a full config replace from a remote repository using the copy_config operation of the NETCONF service:
Note that the NETCONF server needs to support that functionality and advertise the capabilities appropriately for your client to work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2017 01:29 PM
The API does support a full config replace from a remote repository using the copy_config operation of the NETCONF service:
Note that the NETCONF server needs to support that functionality and advertise the capabilities appropriately for your client to work.
