Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 216

A DevOps engineer must use Python to manage a Cisco device. The device is in a highly secure DMZ environment. Only trusted Cisco Python libraries can be used.

Which solution meets the requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because developing an on-box Python script allows direct interaction with the device while adhering to security constraints. Options B and D involve external cloud or container solutions, which may not comply with the DMZ's security requirements. Option C, while using trusted libraries, does not meet the requirement of being on-box, making it less suitable.