Sep 09, 2019 · Now you can import Netmiko to your python program. Python Network Automation first program. Here is the first program. from netmiko import ConnectHandler # Module which enables SSH connection platform = ‘cisco_ios’ host = input(‘Enter the HostName or IP Address: ‘) username = input(‘Enter the Login UserName: ‘) # edit to reflect