Automatic discovery scans for network equipment based netmiko

1. Create a new django project

2. Design table structure

  Configuration Table

  Network Device Table

  model.py

3. Build the project migration

 

4. Installation netmiko

pip install netmiko

 

The unit tests tests.py

Examples include all recursive netmiko

 

Guess you like

Origin www.cnblogs.com/wangcongxing/p/11534859.html