Is there a way to retrieve usernames from Cisco devices have to list which user accounts are on which Cisco device?
Hi ajf,
One method would be to create a custom activity within CatTools to capture the device running configuration and then parse the returned data for just the username information.
Take a look at the custom activity template provided by CatTools in the \Templates sub folder which is for a simple Version report.
Using this template as a guide, you should be able to create a username report by changing the command to send to 'show running-config' (or equivalent) instead of 'show version', then modify the parsing to extract the username information from the configuration data.
Steve