Hi,
I am running NPM 10 - is is possible to monitor the state of some VPN tunnels that we have configured? Some stats on tunnel usage as well would be useful. If so can someone point me in the right direction for getting this set up?
Thanks
There is a UDP on the Content Exchange for a Cisco device that can display things like the # of active connections. Im sure it wouldnt be difficulet to pull stats with a UDP/SNMP. For Cisco, I would start around 1.3.6.1.4.1.9.9.392 (ciscoRemoteAccessMonitorMIB)
Actually - it looks like what your after can be found at 1.3.6.1.4.1.9.9.392.1.3 (crasActivity) - shows to have the Number of Users, Packets In/Out, etc..
HTH.