
Network automation to screen-scraping devices is primarily concerned with gathering output from show commands and with making configuration changes.
Netmiko aims to accomplish both of these operations and to do it across a very broad set of platforms. It seeks to do this while abstracting away low-level state control (i.e. eliminate low-level regex pattern matching to the extent practical).
安装netmiko
pip install netmiko
查看
- C:\Users\liulinfeng>pip list
- Package Version
- ------------- -------
- bcrypt 4.0.1
- cffi 1.15.1
- cryptography 38.0.3
- future 0.18.2
- netmiko 4.1.2
- ntc-templates 3.1.0
- paramiko 2.12.0
- pip 22.3.1
- pycparser 2.21
- PyNaCl 1.5.0
- pyserial 3.5
- PyYAML 6.0
- scp 0