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

Exporting AAA Clients

dengqi
Level 1
Level 1

Hi, Anyone knows how to export AAA clients from ACS into a TXT file. I know ACS can do it for users but I can't the way for AAA clients.

1 Reply 1

emma
Level 1
Level 1

Hi,

you can use the csutil -y command, which exports the ACS-Registry information into an text file:

------------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Cisco\CiscoAAAv3.3\Hosts\CAT-19]

"key"=hex:12,a9,3e,3b,1f,e2,d6,4b,62,40,30,90,0c,9b,bb,96,85,67,bd,00,c2,15,dc,\

5d

"vendor"=dword:00000000

"protocol"=dword:00000000

"type"=dword:00000000

"direction"=dword:00000001

"acct Packet Filter"=dword:00000005

"network device group"=dword:00000002

"ip"=hex(7):34,00,39,00,2e,00,34,00,39,00,2e,00,31,00,34,00,39,00,2e,00,31,00,\

39,00,00,00,00,00

"lastModified"=hex:10,58,16,aa,7c,1c,c4,01

---------------------------------------------------

Tht Output format isnt`t very confotable, but this is the only way I know, to get a text file with the AAA Client information.

emma