County IT runs Python inside Guest Shell and must gather show-command output safely for a compliance script. Which approach best fits controlled on-box command execution?
Select an answer to reveal the explanation.
Short Explanation
The CLI Python module is the polite intercom from Guest Shell to the IOS XE brain: ask for a show, get the answer, leave the secrets alone. It beats rogue expect bots shouting passwords down every VTY.
Full Explanation
IOS XE Guest Shell integrations expose a CLI Python module so scripts execute show (and carefully controlled) commands through supported APIs rather than brittle console scraping with embedded credentials. That improves safety and repeatability for county compliance collection. Disabling AAA or destroying the configuration is operationally unacceptable. Prefer the supported CLI module pattern for on-box data gathering.