What I like about JUNOS is that it’s designed with programmability in mind. All the show commands have xml output that can be requested using RPC. They also have rich and well-documented APIs and python library(PyEZ). Possibilities are endless once we have the XML output. You can write apps and integrate the Junos API within. …
programming
Python Based Netflow Collector
Recently, I have been wanting to start another programming project in Python. I also wanted to play around with Cisco’s Netflow implementation. So I build my own flow collector in Python for educational purpose. For now it’s only limited to version 5 but I’m planning to add additional updates to include v9 and IPFIX, which …