halmartin / meraki-builder

Scripts and tools to assemble firmware images for various Meraki MS switches and MX routers
GNU General Public License v3.0
70 stars 16 forks source link

Persistant VLAN configuration #25

Open mihailtudoran opened 2 years ago

mihailtudoran commented 2 years ago

Hi,

I would like to start writing a CLI for this switch, do you have more info on how VLAN configuration works within click ? Some basic features would be nice: port pvid, allowed vlans, etc ...

I believe storing the configuration under /etc would make it persistent correct ?

Thanks!

hall commented 2 years ago

There's some related discussion in #2 and #3. I've also been sitting on (an absolute mess of) a partial implementation of a config daemon and status command in C (the initial bash stuff, e.g., https://github.com/halmartin/meraki-builder/pull/18, proved to be way too slow for the UI): https://github.com/halmartin/meraki-builder/compare/halmartin:1f1af79...hall:0843e3c