- Mastering Python Networking
- Eric Chou
- 107字
- 2021-07-02 21:42:38
Summary
In this chapter, we covered the low-level ways to communicate directly to the network devices. Without a way to programmatically communicate and make changes to network devices, there is no automation. We looked at two libraries in Python that allow us to manage the devices that were meant to be managed by CLI. Although useful, it is easy to see how the process can be somewhat fragile. This is mostly due to the fact that the network gears in question were meant to be managed by human beings and not computers.
In the next chapter, we will look at network devices supporting API and intent-driven networking.
推薦閱讀
- INSTANT Weka How-to
- GitLab Repository Management
- Flash CS6中文版應用教程(第三版)
- Visual Basic程序設計實驗指導(第4版)
- GeoServer Beginner's Guide(Second Edition)
- Emgu CV Essentials
- Python Interviews
- Hands-On Neural Network Programming with C#
- JavaScript動態網頁編程
- FFmpeg開發實戰:從零基礎到短視頻上線
- WebStorm Essentials
- Visual C++從入門到精通(第2版)
- 軟件測試分析與實踐
- Android嵌入式系統程序開發(基于Cortex-A8)
- Kotlin語言實例精解