Great stuff, great video ! It really boosts my interest in working with Python and made me even more interested as being a traditional engineer performing all my tasks direct from the command line. so thank you a lot for this . more of these videos are appreciated !
@NetworksLearning6 ай бұрын
Thanks a million, I am really chuffed the video was useful. Automation is great, and so much to it.
@pnuema1.618Ай бұрын
I am surprised to find that I am the only troll to mention you didnt use a wild card mask for the ospf network statement! Obviously thats not the context and I understood the video very well. Thank you for taking the time!
@NetworksLearningАй бұрын
Fair point you make. Typically, stiff wild card and authentication is best practice, as well passive interfaces and tuning areas to stubby if necessary. However, since purpose was not OSPF routing demo, I did cut corners 🤓
@TheKnowledgeQuotesChannel7 күн бұрын
is it possible to make a script that also uses a .csv for a list of commands to run on the network device?
@dnoden Жыл бұрын
Thank you for posting the introductory video with great examples.
@NetworksLearning Жыл бұрын
Great to hear you found it useful, thanks a lot !
@vincentbrown5112 Жыл бұрын
Great video! Starting from scratch and haven't skipped anything important :P Thank you!
@NetworksLearning Жыл бұрын
Thanks a million for your valuable comments and for watching !
@jamesrob04 Жыл бұрын
Great video but on the os.system portion at 37:39 of the video, cat doesn't work on windows. Do you know what command I can use for windows?
@NetworksLearning Жыл бұрын
Thanks a million for your comment and question. I believe in windows, you could use “type” instead of “cat”, though I have not tested it. Please let us know if it works as expected.
@jamesrob04 Жыл бұрын
@@NetworksLearning worked perfectly, thank you
@NetworksLearning Жыл бұрын
@@jamesrob04 Excellent, and thank you so much for confirming this part, am sure it will help the community.
@1einszweidrei7 ай бұрын
Very nice video. I will follow you from now on!
@NetworksLearning7 ай бұрын
Awesome, thanks a million for watching. I am glad you enjoyed it !
@billbrown-e8t Жыл бұрын
what are you building. studied for my comptia a+ going for network+ as we speak and going for azure and powershell. any tips or advice for learning python.
@NetworksLearning Жыл бұрын
Thanks a lot for watching @bill ! What I have found worked for me, is to learn the basics, then start building small scripts as projects to make my networking tasks easier. As you progress, your scripts and projects will get more complex. There is a lot to learn, and thankfully the community does share knowledge and support is there for any level. Once again, thanks for watching and for your feedback !
@markostetner19502 ай бұрын
What program do you use for the lab where you have 2 routers? 50:49
@NetworksLearning2 ай бұрын
@@markostetner1950 Using EVE-NG, but you can also use GNS3 or Cisco own CML-P.
@Ha-th3sb17 күн бұрын
Good point.
@manaszakirov2929 Жыл бұрын
it's very good explanation, briefly and clearly, thank you ! I want to ask you, in this video, is it enough information for automation or just partly information to write scripts ? Could you give some additional information to improve this skills?
@NetworksLearning Жыл бұрын
Thank you very much for watching and your questions. This video is just an introduction to get you familiar with Python, and the logics on how to use it. To improve, I suggest to build scripts which can automate small things, such as config backup, pushing configs and develop from there. Stay tuned, I will soon be adding more videos on Python for day to day network admin.
@manaszakirov2929 Жыл бұрын
@@NetworksLearning Thanks, I'll look forward to it.
@MiladMashayekhi6 ай бұрын
thank you very much and hail from iran
@NetworksLearning6 ай бұрын
You are most welcome, glad it helped !
@Sqedabantwana9 ай бұрын
59 minutes well spent Great video
@NetworksLearning9 ай бұрын
Glad to hear, thank you so much for your comment !
@DD-mr2tk Жыл бұрын
Is this vscode installed on Linux ?
@NetworksLearning Жыл бұрын
No, I used it on MacOS
@mingosutu7 ай бұрын
I am sure it is a nice tutorial, but the script is so small I can hardly see what your typing.
@NetworksLearning6 ай бұрын
Ok thank you.
@nombreapellido3113 Жыл бұрын
Thanks ❤
@NetworksLearning Жыл бұрын
You are very welcome !!
@Tanaka_Mhuka Жыл бұрын
good stuff mate
@NetworksLearning Жыл бұрын
Thanks a lot for your feedback and for watching !
@Ha-th3sb26 күн бұрын
Why learn all this Python when u can just use ansible. I don’t get it. I’m a 4 year network engineer heck learning ansible playbooks basically allowed me to immediately be proficient at cloud formation .yaml template atre easy. I don’t get all the extra Python scripting. I just like to make money fast as possible, I cannot learn all day.
@NetworksLearning25 күн бұрын
I use and enjoy Ansible, yet it should not stop me from using or learning Python. This is for the same reason people chose to learn Spanish, or French for example. At the end of the day, it will add value and enhance skill sets.