300-435 · Question #145
What is a benefit of using Terraform with Cisco IOS XE platforms?
The correct answer is D. agentless. Terraform is an infrastructure-as-code tool that manages network devices like Cisco IOS XE platforms in an agentless manner by using standard network protocols.
Question
Options
- AGUI-based
- Brequires a master server
- Creal-time monitoring
- Dagentless
How the community answered
(20 responses)- C5% (1)
- D95% (19)
Why each option
Terraform is an infrastructure-as-code tool that manages network devices like Cisco IOS XE platforms in an agentless manner by using standard network protocols.
Terraform is primarily a command-line interface (CLI) tool for managing infrastructure, not a GUI-based application.
Terraform does not inherently require a master server for its operations; it can be run from a local machine, although state files are often stored remotely for collaboration.
Terraform is designed for provisioning and managing infrastructure state, not for real-time monitoring of network performance or status, which typically involves separate monitoring tools.
Terraform operates as an agentless tool, meaning it does not require a software agent to be installed on the Cisco IOS XE platforms it manages. Instead, it interacts with devices over standard network protocols such as NETCONF or RESTCONF, making it easier to deploy and manage without altering the device's native software stack.
Concept tested: Terraform characteristics for network automation
Source: https://developer.cisco.com/docs/ios-xe/#!terraform-and-ios-xe/what-is-terraform
Topics
Community Discussion
No community discussion yet for this question.