Cisco Implementing Cisco Data Center Core Technologies (350-601 DCCOR) 350-601 Question # 42 Topic 5 Discussion

Cisco Implementing Cisco Data Center Core Technologies (350-601 DCCOR) 350-601 Question # 42 Topic 5 Discussion

350-601 Exam Topic 5 Question 42 Discussion:
Question #: 42
Topic #: 5

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?


A.

com =nexus.send_config_from_file(‘commands')


B.

com = nexus.send_config_from_file(‘port.conf')


C.

com =nexus.send_config_from_file('file')


D.

com =nexus.send_config_from_file(‘int_dict’)


Get Premium 350-601 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.