Netmiko
Multi-vendor library to simplify SSH connections to network devices. Utilizes the Python library Netmiko for connections. Supports SSH Key authentication and username / password.
- Category
- Utilities
- Pack
- Netmiko
Configuration parameters
- hostname — Hostname (required)
- port — Port (required)
- platform — Platform (required)
- credentials — Credentials (required)
- TimeoutOverride — Override the default timeout value
Commands (1)
- netmiko-cmds — Execute commands using Netmiko.