A playbook must set an interface description, ensure VLAN 20 exists, and add a static route on IOS XE. Which task approach best matches DEVCOR 5.3.a construction?
Select an answer to reveal the explanation.
Short Explanation
Use the right power tools—cisco.ios-style modules for interface, VLAN, and route intent—not a raw CLI crowbar or a Webex chat pretending to be a switch module.
Full Explanation
Constructed 5.3.a tasks call IOS/IOS-XE oriented modules (cisco.ios collection families) for interface, VLAN, or static-route parameters. Blind raw/shell CLI typing is a weaker construction. Webex APIs are ChatOps, not the network-parameter modules this workflow requires.