This is a command parser for Ansible network-engine.
It issues the Cisco IOS command 'show vlan brief' and parses the output.
The file show_vlan_brief.yml is a playbook using the parser. It can be used as an example and should be self-explanatory.
Inspiration came from this great blog: https://termlen0.github.io/2018/06/26/observations/
Here is an example of how the output might look like:
"100": {
"data": {
"name": "Management",
"status": "active",
"vlan": "100"
}
},
Licensed under the Apache License Version 2.0
Written by [email protected]
http://www.joubbi.se/monitoring.html
https://github.com/network-automation/cisco_ios_command_parsers