I have created a new Universal Device Poller for Cisco ASA. I am looking to display the actual user names of people logged in via VPN. I have researched high and low and the OID 1.3.6.4.1.9.9.392.1.3.21.1.1 (crasUsername) is not supported. However, 1.3.6.4.1.9.9.392.1.3.21.1.2 (crasGroup) is. What is unique about this OID is that is shows the name of the user group to which this remote access session belongs to and in the ROW ID column contains ASCII numbers separated by '.'. Each of those ASCII numbers represents the combined username of the VPN Session.
Example: Convert the underline section from ASCII to Char
| Row ID | Test Result |
|---|
| 10.84.101.115.116.46.117.115.101.114.9564161 | TESTVPN |
T.e.s.t...U.s.e.r
Remove Extra periods
Test.User
Which is the logged in user name.
The options to Enumerate or Transform only work on the Results column and not the Row ID column.