By Gilbert Moisio, Senior consultant, specialist on knowledge acquisition, technologies and methodologies. He published several papers about automation, Software-Defined Networking and Wi-Fi.
AOS8 has more automation features than AOS6, but the common features between the two systems are:
- Zero-touch Provisioning.
- DHCP / FTP / TFTP servers.
- OmniVista 2500 NMS on-premise or cloud server, such as OmniVista Cirrus.
Python / SSH with my Netmiko module in Off-box scripting.
- I recommend using Netmiko with the Python Nornir framework: [More information about this framework are available in this previous article on Spacewalkers](https://www.spacewalkers.com/netmiko-for-omniswitch/).Ansible / SSH with my Network Modules available in the Galaxy.
On AOS8, an Off-box automation method consists of using the Python language and access to Web Services. This approach allows you to build a complete application in CLI mode or in web mode with a framework like Django or Flask.

