Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Accelerated Upgrade utility for automated SW upgrade of Cisco devices
Accelerated upgrade utility is an automation of Cisco device software upgrades or SMU (Patch installation )installation. It can be installed on any Linux/Unix or Mac and executed from there. It only requires Python available and if using older (older than python 2.7.1) version of pythonpexpect module needs to be installed. This utility contains a set of pre upgrade checks before doing upgrade to ensure everything needed is in place, then upgrade and post upgrade checks to verify upgrade was successful.
It's aimed at reducing human intervention during upgrade and hence making more human error free upgrades.
...
This is a tool I wrote a couple of years back in python. Requires python 2.x pexpect to run. It'll run via a webpage(cgi) and will issue commands to netscreen firewalls and display the results to the user(s).
Much like a standard looking glass type application.
Email me for questions/issues.
Pexpect is a Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. Pexpect is pure Python.
Note that Pexpect development has moved to Github: https://github.com/pexpect/pexpect
A Python/PyGTK based terminal emulation program like Procomm for configuring serial devices like routers, switches, phone systems, etc. Serial back-end through PySerial, Expect-like scripting through pExpect. What else? I could really use your help!