Cisco
300-535 · Question #59
The Netmiko BaseConnection class contains a method called "send_config_set()". Which two actions does this method perform on the device? (Choose two.)
The correct answer is C. It automatically enters and exits configuration mode on the device. D. It takes a Python iterable, such as a list of commands, and executes them in order on the device. See the full explanation below for the reasoning.
Question
The Netmiko BaseConnection class contains a method called "send_config_set()". Which two actions does this method perform on the device? (Choose two.)
Options
- AIt takes a filename parameter that executes commands contained in that file on the device.
- BIt requires the user to explicitly send configure terminal and exit commands to the device to enter
- CIt automatically enters and exits configuration mode on the device.
- DIt takes a Python iterable, such as a list of commands, and executes them in order on the device.
- EIt saves the running configuration to the startup configuration after executing the configuration
How the community answered
(43 responses)- A7% (3)
- B2% (1)
- C77% (33)
- E14% (6)
Community Discussion
No community discussion yet for this question.