Page 1 of 1

Refer to the exhibit. What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE

Posted: Fri Jul 22, 2022 5:26 pm
by answerhappygod
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?
Refer To The Ex 1
Refer To The Ex 1 (108.06 KiB) Viewed 59 times
A. config=m.copy_config(source='running')
B. config=m.get(source='running')
C. config=m.collect_config(source='running')
D. config=m.get_config(source='running')