Is it possible to monitor TTY connections via Orion?
We have a Cisco router with permanent TTY connections and it would be handy if we could monitor when one of these connections fail.
Any suggestions would be gratefully received
SolarWinds Engineers Toolset has a tool in the "security" section called "remote-TCP session reset". This tool apparently uses an SNMP MIB to view and if you have the read/write string, reset TCP sessions to the router.
I'm guessing if you can figure out what MIB that thing looks at, you could add it to Orion as a custom poller MIB.
-DW
I did a packet capture on the tool and it looks like this is the SNMP OID
1.3.6.1.2.1.6.13.1.1
Thanks I'll have a look into this
I set it up on our instance with a custom poller. Connection established should return a value of "5".
-Don