Repository for cisco-ios command parser templates, will update with what I find / create
- Install ansible on your machine - Installation Docs
- Install ansible network-engine from ansible galaxy via the ansible-galaxy command - Ansible Galaxy Docs
- ansible-galaxy install ansible-network.network-engine Ansible Network Engine Page
- Clone Parser Repository - 'git clone https://github.com/RanFirstTry/cisco-ios-command-parser-templates.git'
- TO BE CONTINUED
Current directory for command parser templates include:
- show ip interface brief
- show ip bgp summary
- show ip neighbors advertised-routes (for showing advertised route command like 'show ip neighbors {IP ADDRESS} advertised-routes)
- show ip neighbors received-routes (for showing advertised route command like 'show ip neighbors {IP ADDRESS} received-routes)
I will continue to update as more are needed