Gathering Information
Let's get started with network reconnaissance for network automation.
We'll cover the following...
Start gathering information
Gathering information about network devices and logical topology are the
next steps to network automation. The Ansible/Cisco ios_facts
module is used to gather platform information, while the ios_command
module ...