Q: 7
Refer to the exhibit.
Which ncclient method is used to collect the running configuration of a Cisco IOS XE device that uses
NETCONF?
Which ncclient method is used to collect the running configuration of a Cisco IOS XE device that uses
NETCONF?Options
Discussion
Option D
D. saw a similar format in some practice sets. Exam reports match this too.
D imo. ncclient uses
get_config() to pull config data, specifically stuff like running-config. get() is more for operational or state info. Pretty sure that's what Cisco is after here, but let me know if I'm missing something.Guessing D since get_config is the standard ncclient call for running config. B would be for operational state, not config. Agree?
Honestly, I was going to say B because I thought get() grabs all data, but now I'm second guessing since config and operational data use different methods. Anyone seen Cisco ask for running config but accept get() in real exams?
Probably D since
get_config() is the ncclient method for retrieving running or startup config. Option B is a common trap, but get() is used for state/operational data, not actual configuration. Someone correct me if I'm off here.Its D
Yeah D is the method for device config with ncclient. get_config() pulls running or startup config, while get() would be for operational/state data. I’m pretty sure that’s what they’re testing here. Agree?
Pretty sure it's D but open to being wrong.
Definitely D here
Be respectful. No spam.