Hi everybody,
I have a problem logging cmd on my acs server, all seems to work fine, all tacacs accounting works, except the cmd attributes. but the tacacs administration log file is still empty. I configured from scratch logging options in the acs server. authentification and authoriszation works fine the config on the aaa client C3750 Software (C3750-IPBASE-M), Version
12.2(25) is the following : aaa authentication login telecom group tacacs+ local aaa authentication enable default group tacacs+ enable line aaa authorization exec default group tacacs+ aaa accounting exec default start-stop group tacacs+ aaa accounting commands 1 default start-stop group tacacs+ aaa accounting commands 5 default start-stop group tacacs+ aaa accounting commands 15 default start-stop group tacacs+ aaa accounting network default start-stop group tacacs+ aaa accounting system default start-stop group tacacs+i have configure privilege 5
the debugging sounds as if it was correctly configured ;
Jan 15 15:03:15.237: AAA/ACCT/CMD: User ilao, Port tty2, Priv 15: "show running-config " Jan 15 15:03:15.237: AAA/ACCT/CMD: Found list "default" Jan 15 15:03:15.447: AAA/ACCT: user ilao, acct type 3 (1253462407): Method=tacacs+ (tacacs+) Jan 15 15:03:16.084: TAC+: (1253462407): received acct response status = SUCCESS Jan 15 15:03:16.974: AAA/ACCT/CMD: User ilao, Port tty2, Priv 15: "show running-config " Jan 15 15:03:16.974: AAA/ACCT/CMD: Found list "default" Jan 15 15:03:17.183: AAA/ACCT: user ilao, acct type 3 (2982347024): Method=tacacs+ (tacacs+) Jan 15 15:03:17.813: TAC+: (2982347024): received acct response status = SUCCESS
Can someone tell me what is the hints. In all documenation, it is mentionned that the config is fairly easy. Did I miss something ?