Skip to content

Instantly share code, notes, and snippets.

@tcuthbert
Last active October 22, 2015 07:08
Show Gist options
  • Save tcuthbert/a4cd867b6e2dc50cc68a to your computer and use it in GitHub Desktop.
Save tcuthbert/a4cd867b6e2dc50cc68a to your computer and use it in GitHub Desktop.
---
devices:
- { "1.1.1.1": "cisco" }
- { "2.2.2.2": "cisco" }
- { "10.10.10.10": "cisco" }
- { "20.20.20.20": "cisco" }
- { "100.100.100.100": "cisco" }
- { "200.200.200.200": "cisco" }
commands:
- { "show version": "all" }
- { "show inventory": "all" }
- { "show int desc": [ "router" ] }
- { "show int status": [ "switch" ] }
- { "show logging": [ "router" ] }
- { "show ip access-lists": [ "router", "switch" ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment