Cisco Call Manager

Configuring UCME to send RADIUS events

Use Telnet to connect to the IP address of your UCME.

Once connected, enter the following commands to enable the UCME to send RADIUS events to the PBXDom collector:

StepCommandDescription
1enableCauses the UCME to enter EXEC mode. Type your EXEC password if requested
2conf tEnters the global configuration mode
3aaa new-modelEnables aaa accounting mode
4aaa accounting connection h323 start-stop group RADIUSEnables aaa accounting mode
5gw-accounting aaaEnables aaa accounting mode
6acct-template callhistory-detailEnables aaa accounting mode
7RADIUS-server host 192.168.100.1 auth-port 0 acct-port 1612Specifies the IP address and port of PBXDom collector, to which CDR data will be sent, default port 1612
8RADIUS-server key “yourpassword”Specifies a RADIUS authentication secret that the PBXDom collector will use
9RADIUS-server vsa send accountingEnables VSA events
10endExits configuration mode
11wrSaves the changes

Configuring UCME to send Syslog events

Use Telnet to connect to the IP address of your UCME.
Once connected, enter the following commands to enable the UCME to send Syslog events to the PBXDom collector:

StepCommandDescription
1enableCauses the UCME to enter EXEC mode. Type your EXEC password if requested
2conf tEnters the global configuration mode
3aaa new-modelEnables aaa accounting mode
4aaa accounting connection h323 start-stop group SysLogEnables aaa accounting mode
5gw-accounting syslogEnables aaa accounting mode
6acct-template callhistory-detailEnables aaa accounting mode
7logging 192.168.100.1Specifies the IP address of PBXDom collector installed, to which CDR data will be sent
10endExits configuration mode
11wrSaves the changes