This chapter will introduce ways to interact with network devices using Python. We will also see certain use cases on configuring network devices using configuration templates, and also write a modular code to ensure high reusability of the code to perform repetitive tasks. We will also see the benefits of parallel processing of tasks and the efficiency that can be gained through multithreading.
The following topics will be covered in this chapter:
- Interaction of network devices
- Network device configuration using template
- Multithreading
- Use cases