python-netmiko
Port variant v11
Summary Simplify CLI connections to network devices (3.11)
Package version 4.3.0
Homepage https://github.com/ktbyers/netmiko
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 17 NOV 2023, 00:46:25 UTC
Port created 07 JAN 2023, 04:18:24 UTC
Subpackage Descriptions
single [![PyPI - Python Version]](https://img.shields.io/pypi/pyversions/netmiko) [PyPI] [Downloads] [GitHub contributors] [Code Style] [image] Netmiko ======= Multi-vendor library to simplify CLI connections to network devices
## Contributing to Netmiko [CONTRIBUTING.md]
## Why Netmiko? 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).
## Getting Started - [Getting Started]
## Examples *You really should look here.* - [Netmiko Examples]
## Supported Platforms [PLATFORMS]
## Installation To install netmiko, simply us pip: ``` $ pip install netmiko ```
## API-Documentation [API-Documentation]
## Common Issues/FAQ Answers to some [common questions]
### Tutorials - [Netmiko Overview] - [Secure Copy] - [Netmiko through SSH Proxy] - [Netmiko and TextFSM] - [Netmiko and what constitutes done]
### Getting Started: #### Create a dictionary representing the device. Supported device_types can be found in [ssh_dispatcher.py], see CLASS_MAPPER keys. ```py from netmiko import ConnectHandler cisco_881 = { 'device_type': 'cisco_ios', 'host': '10.10.10.10', 'username': 'test', 'password': 'password', 'port' : 8022, # optional, defaults to 22 'secret': 'secret', # optional, defaults to '' }
Configuration Switches (platform-specific settings discarded)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Runtime (only) python-ntc-templates:single:v11
python-paramiko:single:v11
python-pyserial:single:v11
python-PyYAML:single:v11
python-scp:single:v11
python-textfsm:single:v11
Download groups
main mirror://PYPIWHL/a8/4c/504be61a9f24e1971807d78a796db45e0580eb237c9563b1637ba819a4cf
Distribution File Information
a873b186e0b61be4a2100eda51e996d917ceddce195b734346b686757e61d324 219198 netmiko-4.3.0-py3-none-any.whl
Ports that require python-netmiko:v11
python-napalm:v11 Vendor-agnostic router interaction libary (3.11)
python-netbox-config-backup:v11 NetBox Configuration Backup (3.11)
python-netdoc:v11 Network documentation plugin for NetBox (3.11)
python-nornir-netmiko:v11 Netmiko's plugins for Nornir (3.11)