Why Learn Python as a Network Engineer

preview_player
Показать описание
Four reasons to learn Python as a Network Engineer:

*1. Efficient Documenting*
Network engineers have a lot to document, and a lot of equipment to keep track of. Software configurations, like firewall ports, need to be documented too. Using Python, an engineer can programmatically write and read to an excel file.

*2. Collect MAC Addresses*
Whenever a new device is added to a network, a Python script can be triggered to ping that device. Once pinged, the MAC address can be extracted and written to a CSV file.

*3. Speed up Processes*
Allows you to perform tasks in minutes that normally could take weeks. Not only can you implement changes quicker, they can be reversed as well.

*4. Increases Network Reliability*
By removing the human element from networking, reliability is increased, leaving actual people available to take on more creative work, such as experimenting on the network. Changes can be made without any fear.

-----------------
Connect with CBT Nuggets for the latest in IT training:

#python #networkengineer #automation #cisco #ittraining #networking #itprofessional #itcertifications #cbtnuggets #adept
Рекомендации по теме
Комментарии
Автор

Nice Video, good to hear your view on coding in python. And it's uses .
👍🏾

dwaynearthur
Автор

I'm no expert on anything, but couldn't an AI assistant manage what you suggest python to be used for? Maybe the AI would utilize python itself. I suppose young network engineers would benefit, but many are older approaching retirement. Kinda set in their ways.

DemonEyes