Links to my new Network Automation training at CBT Nuggets: ---------------------------------------------------------------------------------------------- UNDERSTAND THE NORNIR AUTOMATION FRAMEWORK ---------------------------------------------------------------------------------------------- www.cbtnuggets.com/it-training/understanding-nornir-automation-framework? ---------------------------------------------------------------------------------------------- AUTOMATE NETWORK CONFIGURATIONS WITH NORNIR ---------------------------------------------------------------------------------------------- www.cbtnuggets.com/it-training/automate-network-configuration-nornir? --------------------------------------------------------------------------------------------- UNDERSTAND AUTOMATION SECURITY --------------------------------------------------------------------------------------------- www.cbtnuggets.com/it-training/understand-automation-security?
Cool as always! Any chance for ci/cd pipelines with gitlab or Jenkins? I know it's next level but maybe you had chance to work with it. I'm trying to figure it out and would be awesome to get step by step tutorial from you! I was mentioning Hanks Preston demos under your other material and ci/cd is that what he used for auto confg deployment.
Hey Fototranzystor! Yes, I remember our conversation :) I am still learning how to implement CI/CD properly myself, so I wouldn't be comfortable filming a video just yet - I'd hate to make a glaring mistake and mislead people! That said, it's absolutely something I'm gonna try and do in the near future. I'm actually looking at utilising CI/CD for my final university project so it's gonna be a pretty big focus for me. Rest assured, as soon as I feel comfortable releasing accurate material on the subject, I'll start uploading step-by-step vids :) Thanks for the support, man, really appreciate getting feedback on what people would like to see! -John
Thanks , could you please explain how to convert the following config to netmiko format, i need to ssh to multiple devices in a network subnet and push a config to multiple hosts for n in range (72,77): print "Telnet to host" + str(n) HOST = "192.168.122." + str(n) tn = telnetlib.Telnet(HOST) tn.read_until("Username: ") tn.write(user + " ") if password: tn.read_until("Password: ") tn.write(password + " ")
Links to my new Network Automation training at CBT Nuggets:
----------------------------------------------------------------------------------------------
UNDERSTAND THE NORNIR AUTOMATION FRAMEWORK
----------------------------------------------------------------------------------------------
www.cbtnuggets.com/it-training/understanding-nornir-automation-framework?
----------------------------------------------------------------------------------------------
AUTOMATE NETWORK CONFIGURATIONS WITH NORNIR
----------------------------------------------------------------------------------------------
www.cbtnuggets.com/it-training/automate-network-configuration-nornir?
---------------------------------------------------------------------------------------------
UNDERSTAND AUTOMATION SECURITY
---------------------------------------------------------------------------------------------
www.cbtnuggets.com/it-training/understand-automation-security?
Just want to say thanks, this help me understand python on a network level. Keep up the great work
Thanks so much!! :)
-John
Timestamp: Script is deployed - 14:10
Brilliant as usual!!
Thanks man! Really appreciate the support!
-John
Cool as always! Any chance for ci/cd pipelines with gitlab or Jenkins? I know it's next level but maybe you had chance to work with it. I'm trying to figure it out and would be awesome to get step by step tutorial from you! I was mentioning Hanks Preston demos under your other material and ci/cd is that what he used for auto confg deployment.
Hey Fototranzystor! Yes, I remember our conversation :)
I am still learning how to implement CI/CD properly myself, so I wouldn't be comfortable filming a video just yet - I'd hate to make a glaring mistake and mislead people! That said, it's absolutely something I'm gonna try and do in the near future. I'm actually looking at utilising CI/CD for my final university project so it's gonna be a pretty big focus for me. Rest assured, as soon as I feel comfortable releasing accurate material on the subject, I'll start uploading step-by-step vids :)
Thanks for the support, man, really appreciate getting feedback on what people would like to see!
-John
I'm happy to hear that. I wish you all the best in New Year!
@@linkflap1342 And you! :)
Thanks , could you please explain how to convert the following config to netmiko format, i need to ssh to multiple devices in a network subnet and push a config to multiple hosts
for n in range (72,77):
print "Telnet to host" + str(n)
HOST = "192.168.122." + str(n)
tn = telnetlib.Telnet(HOST)
tn.read_until("Username: ")
tn.write(user + "
")
if password:
tn.read_until("Password: ")
tn.write(password + "
")
plz sir make more vedio for network automation
thanks
What accent is this?
Hey, Fendi. It's a Scottish accent. Glasgow, to be precise!
Learn to use vs code