Q: 2
Refer to the exhibit.
What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE
device that uses NETCONF?
What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE
device that uses NETCONF?Options
Discussion
D. not A. Only
get_config is valid for pulling the running config using ncclient with NETCONF. A is used for copying configs, which doesn't match what they're asking here. Pretty sure about this but open to other takes.Ugh, Cisco could make this easier. Probably D-
get_config is the right ncclient method for dumping running config with NETCONF. The others don't match Python client syntax from what I've seen.Is the question asking for retrieving the config only, or also making changes after? Would that change A vs D?
Be respectful. No spam.