cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
343
Views
0
Helpful
2
Replies

cisco av pair for Account Code in CDR on ccme system

mark_gardner
Level 1
Level 1

How would I setup a cisco-av-pair in cisco acs to record the "account code" inputted via a user with the "acct softkey" on an ip phone in ccme ?

Does anyone have an example of the format of the cisco-av-pair and how to implement ?

Thanks in advance

2 Replies 2

thomas.chen
Level 6
Level 6

example config for logging CDRs to a syslog server:

telephony-service#(config) service timestamps log datetime msec localtime

telephony-service #(config) aaa new-model

telephony-service #(config) aaa authentication login default none

telephony-service #(config) aaa accounting connection h323 start-stop radius

telephony-service #(config) gw-accounting syslog

telephony-service #(config) logging 172.19.1X.X

172.19.1X.X is the ip address of syslog server, multiple servers may be specified

I have tried logging to a syslog server, but syslog messages do not include the "account code" entered by the user via the acct softkey.

It seems the only way to go is via snmp or Radius, Radius being my preferred choice.

However, when creating the format for radius logs on the radius server there is no field for "account code" to include in your radius log, so.... I believe I must configure a cisco-av-pair for the "account code" but how ? what is the format ? Anyone got an example ?

Thanks for input.