Python Forum
Connect to device without paramiko/netmiko modules
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connect to device without paramiko/netmiko modules
#2
use pip to install modules. (All from command line)
first you must have a minimum of python 3.3 installed, also packages:
pyserial: pip install pyserial
textfsm: pip install textfsm
then:
from command line: pip install paramiko
netmiko: pip install netmiko

some of these may already be installed, to find out, from command line, type:
pip list
and see if they are listed.
Reply


Messages In This Thread
RE: Connect to device without paramiko/netmiko modules - by Larz60+ - Jun-04-2020, 04:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  netmiko: print out specific line matches with 'Cisco IOS Software' in sh ver output sabrina 1 3,487 Nov-28-2022, 10:05 AM
Last Post: carstenlp
  Netmiko Program ssh from the Jumpssh ( host -> Jumphost -> Network Device matya0403 3 6,924 Jul-31-2020, 08:22 AM
Last Post: dtw
  Netmiko timing out after sending command c7borg 0 9,565 Mar-25-2020, 04:53 PM
Last Post: c7borg
  netmiko connecting to arista devices. dan1962 0 4,156 Feb-07-2020, 09:23 PM
Last Post: dan1962
  Copy data from 1 blk device in machine A to another blk device in machine B AbhishekV 2 3,467 Feb-01-2018, 11:40 AM
Last Post: DeaD_EyE
  SSH to a device using paramiko fails MikeHill 0 3,435 Aug-07-2017, 08:12 PM
Last Post: MikeHill

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020