Valid 350-601 Dumps shared by EduDump.com for Helping Passing 350-601 Exam! EduDump.com now offer the newest 350-601 exam dumps, the EduDump.com 350-601 exam questions have been updated and answers have been corrected get the newest EduDump.com 350-601 dumps with Test Engine here:
Refer to the exhibit. An engineer must develop a Python script that generates an interface configuration JinJa template called port_config.j2 with values defined in a Python dictionary called int_dict. The generated output must be written to a file called port.conf in the same directory as the Python script. Which line must be added to complete the script and send the interface configuration generated to a Cisco Nexus switch using SSH?
Correct Answer: A
The script generates the configuration from the port_config.j2template using the int_dict dictionary. The rendered configuration is written to a file named port.conf. To send the generated configuration to the Cisco Nexus switch using SSH, the file port.conf must be read and passed to the send_config_from_filemethod of the ConnectHandler object (nexus).