nerdexam
Cisco

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.

Device-Level Network Automation

Question

What is a benefit of using Terraform with Cisco IOS XE platforms?

Options

  • AGUI-based
  • Brequires a master server
  • Creal-time monitoring
  • Dagentless

How the community answered

(20 responses)
  • C
    5% (1)
  • D
    95% (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.

AGUI-based

Terraform is primarily a command-line interface (CLI) tool for managing infrastructure, not a GUI-based application.

Brequires a master server

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.

Creal-time monitoring

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.

DagentlessCorrect

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

#Terraform#IOS XE#Agentless#Infrastructure as Code

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice