Network Automate - 04. Using Netmiko

preview_player
Показать описание
Network Automation using Python and Netmiko.
Chapter 4: Using Netmiko to connect to your network devices.

Source Files for this series can be found at this link:
Рекомендации по теме
Комментарии
Автор

The "attention to details" in every video session is simply superb.... This is a great learning for everyone. Thanks a ton..

rkveni
Автор

I have seen so many documents and videos. But, I think this is the best way to teach "Network Engineers" how to do coding. We all network engineers are used to login into device first and then make changes. That' the way you explain it. I am really thankful of you. Once I know how to login into the Router / Switch, it will be easier to configure them (I hope).

sammyk
Автор

I hope I can get training from you. You are great

AhmedAli-dzhy
Автор

Excellent Videos!!! I subscribed your channel, btw is Netmiko an implementation of Paramiko?

diazernesto
Автор

greg...Is there any way for us to know What ConnectionHandler requires only those specific 4 pieces of information (ip, decice_type, username & password). Or what parameters any object needs as input.

navyny
Автор

Hi Greg,
Can I use Netmiko to connect to a linux virtual machine on Virtual box and execute linux commands?
Thanks

anonnewuserp
Автор

Hi, greg thanks for the video. when I am trying to use connection.send_command('show ip int br') I am facing below error :
Router prompt not found: could you suggest what could be the problem.

wecare
Автор

Thanks Greg. what u will suggest if I install Ubuntu on virtual machine. In that case I can install netmiko in Ubuntu right

GajendraKarle
Автор

Hi Grag,
I am not able to figure out how to install Netmiko or Paramiko in my windows and ubuntu environment.
Can you help me out to download the netmiko in windows.

GajendraKarle
Автор

Hi Greg, thanks for the video tutorial. My Netmiko commands work if I use my local loopback IP address and issue commands from Netmiko on my Ubuntu Linux Virtual Machine but not if I use the address of another target Ubuntu Linux Virtual Machine on my Widows Virtual Box. Does that mean I have to also install Netmiko on my target Ubuntu Linux Virtual Machine? Does that machine need to be running a Netmiko program?

JohnCosmas
Автор

Hi Greg,
I have no network devices. Are there any dummy devices that I can use to practice what you have explained?
Thanks

anonnewuserp
Автор

Hello Greg, When I am typing the netmiko commands at the python interface, the characters are getting overwritten when I am typing a line which is lengthier, Is there anything that can be done to prevent this from happening?

balajimohanakrishnan
Автор

I did install netmiko , ,,,but when I use it ..it shows Requirement already satisfied: pycparser in (from

import netmiko
ImportError: No module named netmiko

AJAL
Автор

where do i get my device_name ? or is it same for all ?

guptarahul
Автор

Can I have your email please. I have some questions. I hope you accept that

AhmedAli-dzhy