python

March 12, 2014

DATA CENTER

#EngineersUnplugged S5|Ep2: ACI and Traditional Networking

This is an amazing episode of Engineers Unplugged, where two technologists from the community, Hal Rottenberg (@halr9000) and Colin Lynch (@ucsguru) discuss how ACI disrupts traditional networking thinking while leveraging current networking skills. It’s a great tutorial for anyone looking to…

Programmability in Python: Confessions of a Networking Guy

I am not qualified to discuss it much, but can you guess what this does? ne = NetworkElement("172.16.66.1", "JasonsApp") conn = ne.connect("admin", "cisco", sc) intf1 = ne.get_interface_by_name("FastEthernet0/1") intf1.shut_down(1) sleep(5) intf1.shut_down(0)   If…

January 29, 2014

PERSPECTIVES

Summary: Cisco is bringing together networking and programming

With the announcements on NX-OS APIs, Application Centric infrastructure APIs, python scripting support, SDN, open source projects OpenStack, OpenDaylight, and Puppet, I have opened an account at codecademy.com and will start with Python and Java. I see many late nights in my future. This stubborn o…

January 16, 2014

DATA CENTER

Cisco is bringing together networking and programming

Well Cisco has done it. I have worked in IT since 1995 and never learned programming. Sure, I can do a little HTML, and years ago, I learned just enough Perl to configure MRTG, but I have never written a program. The good old CLI has kept me very busy and brought home the bacon. With the announcemen…