IP Fabric network discovery can collect the network state. Release 3.7.0 introduced webhooks.
Let's see how webhooks can be used for automated remediation.
Read MoreLast year I bought an Huawei Matebook D to use at home for light workload like surfing the web (is this term still in use?) and take notes for my blog.
The Matebook replaced my tablet, I preferred an actual laptop over a tablet with a keyboard.
After a year of use I finally decided to install Linux on the laptop. Here …
Read More- During Cisco Live this year I had a chance to stop by IP Fabric booth and exchange a quick chat about their product and the problem they're trying to solve.
Read More - AKIPS network monitoring.
Read More Network changes tool to prevent disasters.
Network changes
Every time I manage a change to a customer network I have a chance to taste the many shades of possible IT Operations maturity levels.
The problem
In my last post about Linux at command I talked about notifications on my mobile.
In most of my automation scripts I prefer notifications to come to my mobile instead of via email or SMS (really? in 2015?) because:
- it is always with me
- I check it thousands times a day (I know you too ;-) )
- it is a …
Read MoreThe problem
As many IT professionals I work quite often on the command line with many command prompts open.
Windows lacks a good native command prompt software so usually you see monitors filled with black terminals that are hard to manage and track.
The automation
ConsoleZ allows multiple tabs and to split tabs …
Read MoreThe problem
Security today is a main concern for every computer user. One of the first problem is how to manage password.
I see many creative solutions around: post-it or paper only, use of the same password for all services, a spreadsheet inside an encrypted zip file... none of them appear safe or efficient.
The …
Read MoreThe problem
I manage many networks and quite often I work at customer site.
For every site I need and IP address, gateway, Wi-Fi network, sometimes proxy, a printer and many other unique network settings.
Change IP address on Windows is a process that takes too much time and many clicks.
The automation
I used to use …
Read MoreQuick tool: PingInfoView
PingInfoView is a small utility that allows you to easily ping multiple host names and IP addresses, and watch the result in one table. It automatically ping to all hosts every number of seconds that you specify, and displays the number of succeed and failed pings, as well as the average ping …
Read MoreLog analysis is important to both troubleshoot and understand network devices behavior.
Tail/less/grep are great tools that can help to filter and search hundreds or thousands lines of logs.
If you prefer a GUI there are a couple of alternatives that can fit well.
For windows users only Log Expert is a great choice …
Read MoreOne of the more annoying things of the windows command line is the lack of Shift+Ins to paste the clipboard.
A bit of googling made me discover a very useful software called AutoHotkey.
While I'm just beginning to use it it proved to be the perfect tool for the job.
This simple script allows use Shift+Ins to paste the …
Read More