cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
191
Views
0
Helpful
1
Replies

Cisco Presence RIS Data

danofived
Level 1
Level 1

Hi All,

I'm wanting to automate reporting of logged in users for our CUP servers 8.6.5. At the moment I'm using RIS data collector and RTMT to SFTP the csv files off box to another server where I can suck in the data and graph it with a script.

I'm looking at the "CmConnectedSockets" data units.

My question is. Does anyone know if the SOAP API or even an SNMP OID can be used to collect the "CmConnectedSockets" data?

thanks in advance

1 Reply 1

danofived
Level 1
Level 1

So I can see another way to get this value via CLI is

show perf query counter "Cisco XCP CM" "CmConnectedSockets"

still requires scripting to log into CLI then regex to pull the value out but better than the RTMT method.