Implementing Automation for Cisco Service Provider Solutions (SPAUTO) — Question 36

The Netmiko BaseConnection class contains a method called "send_config_set()". Which two actions does this method perform on the device? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answer is C and D because the 'send_config_set()' method is designed to automate the process of entering and exiting configuration mode while executing a list of commands. Options A and E are incorrect as the method does not take a filename parameter or save the configuration automatically, and option B is wrong because it eliminates the automation feature of the method.