Thanks, man! I already saw this one a couple of days ago. Will try it out some time. What I've been doing: Building a script for the basic setup of a network. The script reads a CSV which contains the information about VLANs and DHCP settings. My "problem" here is, that it takes fairly long to run (for about 15 VLANs) because it will run one call for each VLAN. But it looks like it's not possible to combine all of the VLANs into one call... Your script looks fairly different then mine! Maybe it will optimize it a bit...I am pretty new to programming so my code looks like hell, I guess.
... View more