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.
[embed:21a47d5d-b4f2-4ba8-83b4-14d0c9184868:7b877761-9d13-4987-80d2-ad3d8182c364:embedCode=%3Ciframe%20width%3D%22560%22%20height%3D%22315%22%20src%3D%22https%3A%2F%2Fwww.youtube.com%2Fembed%2F_1hAFBIinok%3Fsi%3DWZau28FHps87-s4U%22%20title%3D%22YouTube%20video%20player%22%20frameborder%3D%220%22%20allow%3D%22accelerometer%3B%20autoplay%3B%20clipboard-write%3B%20encrypted-media%3B%20gyroscope%3B%20picture-in-picture%3B%20web-share%22%20referrerpolicy%3D%22strict-origin-when-cross-origin%22%20allowfullscreen%3E%3C%2Fiframe%3E&sanitizedEmbedCode=%3Ciframe%20src%3D%22https%3A%2F%2Fwww.youtube.com%2Fembed%2F_1hAFBIinok%3Fsi%3DWZau28FHps87-s4U%22%20width%3D%22560%22%20height%3D%22315%22%20title%3D%22YouTube%20video%20player%22%20frameborder%3D%220%22%20allow%3D%22accelerometer%3B%20autoplay%3B%20clipboard-write%3B%20encrypted-media%3B%20gyroscope%3B%20picture-in-picture%22%20allowfullscreen%3E%3C%2Fiframe%3E&autoResize=False]
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.