Hi All,
I have the CISCO1921/K9 with Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.4(3)M, RELEASE SOFTWARE (fc1).
I whant to monitor with snmp how many people are conected to the vpn.
I can see this information with the cli
ras-hb2#sh crypto session summary
Group usersU has 1 connections
Group usrdev has 1 connections
How I can obtein this information with SNMP?
I was serching but the snmpwalk with this oid gives me
1.3.6.1.4.1.3076--> No Such Object available on this agent at this OID
SNMPv2-SMI::enterprises.9.9.171.1.2.1.1.0 = Gauge32: 0 (And i know I have two active connection)
snmpwalk -v 2c -c [comunity] hostname 1.3.6.1.4.1.9.9.171.1.2.1.1
SNMPv2-SMI::enterprises.9.9.171.1.2.1.1.0 = Gauge32: 0 (And i know I have two active connection)
snmpwalk -v 2c -c [comunity] hostname 1.3.6.1.4.1.9.9.171.1.3.1.1
SNMPv2-SMI::enterprises.9.9.171.1.3.1.1.0 = Gauge32: 0 (And i know I have two active connection)
Thanks