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

CME and CDR lgging to RADIUS ???

Hi all

I would like to log CDR from CallManager Express v.3.3 to Radius server. Have anyone somu links how to do it? Or could someone send me part of well running configuration?

Thanks Miroslav

2 Replies 2

ron_brewer
Level 1
Level 1

I use the following on the CME router:

aaa new-model

aaa accounting connection h323 stop-only group radius

gw-accounting aaa

radius-server host x.x.x.x auth-port 1812 acct-port 1813 key cisco123

I also use a modified version of a perl script named RadiusReport that was written by Paul Gregg. This script was written for ISP's that need to keep tabs on modem bank usage. I replace one of the columns that referenced the modem port number and replaced it with the called number field from the radius log. Works fine with FreeRadius.

Ron