SSH Configuration with Netmiko

preview_player
Показать описание
SSH Configuration with Netmiko
=====================================================

=====================================================
In this video, you'll learn how to configure a Secure Shell (SSH) connection using Netmiko.
=====================================================
Рекомендации по теме
Комментарии
Автор

For some reason, your tone and speaking style reminds me of a college football sportscaster. Love netmiko.

crazyredneck
Автор

I am commerce graduate.. But few years back I developed passion for Networking. I was having so much of trouble with understanding programming..
Thank you.. your videos helped me in CCNA. Now taking help of your videos for CCNP ENCOR.

hussainm.sultan
Автор

Man I been trying to do this for days, and watching your finally it click and work. Thank you!!!

vainilk
Автор

Great video as always Kevin. Thank you for sharing the knowledge.

roberthorn
Автор

Kavin W thanks for your simple explanation

hdhillon
Автор

Nice dev ops video, Kevin. Kirk Byers did a great job with that python package.

PatrickKinane
Автор

waw.. interesting stuff
It seems it also handles the exit/end of vlan sub-config mode.

barbossa
Автор

This is all cool stuff, however it seems I would have done it faster by writing the commands in notepad and then pasting them into command line. I am interested to see how would you do it on 20 switches at the same time. Also what is lacking in those scripts is the workspace concept which you could leverage for storage of configuration templates and building a database/inventory of devices you want to work with :) I think Nornir has got this functionality.

wiecaszekpawel
Автор

What would be suggested for other network device platforms that weren't listed?

nick_
Автор

I'm guessing the answer is "use jinja2 templates" but what if we had to do deeper into the prompt, such as*interface* or *config-bgp* *config-ospf*, is it still possible to configure with just netmiko? I guess we would just have to change what we expect back from the router as the expect value (so not #) or just put in send_config_timing?

kewlguyjason
Автор

Hi Kevin,

Is this from the course you have on o’Reily? I’m thinking about taking it on there. Or is this from a different course?

Thanks

shezzy
Автор

how would you go about grabbing the existing user logged in and then prompt for a password instead of typing it in the script?

auticity
Автор

I got failed to enter configuration mode.... May I know why it is happening

zebakhan
Автор

with this voice you could work for a radio station

anouartouil
Автор

kevin where exactly can i learn network programmability?

kennethmuchadenyika
Автор

How to input enable secret password? I try with this command : net_connect.enable() . But enable secret password not input to device. with log device : % Invalid input detected at '^' marker.

gusyee
Автор

How to input enable secret password? I try with this command : net_connect.enable() . But enable secret password not input to device. with log device : % Invalid input detected at '^' marker.

gusyee