Remote Ping for Cisco network devices.
Template is based on PowerShell (running locally on SolarWinds server) and is connecting via SSH Terminal, in order to execute Ping command.
Posh-SSH module is required:
https://www.powershellgallery.com/packages/Posh-SSH/
Command for installing Posh-SSH on servers with Internet access:
Install-Module -Name Posh-SSH
Example for terminal output:
Router1>ping 8.8.8.8
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/25/31 ms
Router1>
Final result in SolarWinds:
Take care, Marcin.