- 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.
推薦閱讀
- JavaScript修煉之道
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 樂學Web編程:網站制作不神秘
- Visual FoxPro 程序設計
- Selenium Design Patterns and Best Practices
- Python從入門到精通(精粹版)
- JavaScript前端開發與實例教程(微課視頻版)
- 單片機應用與調試項目教程(C語言版)
- Python算法從菜鳥到達人
- Getting Started with Polymer
- 零代碼實戰:企業級應用搭建與案例詳解
- App Inventor少兒趣味編程動手做
- Python一行流:像專家一樣寫代碼
- Wearable:Tech Projects with the Raspberry Pi Zero
- JavaScript Mobile Application Development