I would like to know if there is a wsql query I can run that would return me switch name and interface config snippet for only ports that are in particular VLAN (lets say vlan 10-15)?
Currently, I am saving all configs on my servers and then trying to parse it with ciscoconfparse but it is not working as expected and getting too heavy due to large amount of switches.
I am using orion SDK and would like to get port conf if they are in particular vlan.
Please advise