Cisco hardware reference

Choose the collection method configured for your PBXDom collector. Have your administrator review these command references for your software version before applying them; replace the example IP address and secret with your own settings.

Configuring UC500 to send RADIUS events

Connect to the UC500 using your administrator-approved management session.

Once connected, enter the following commands to enable the UC500 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 UC500 to send Syslog events

Connect to the UC500 using your administrator-approved management session.
Once connected, enter the following commands to enable the UC500 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
8endExits configuration mode
9wrSaves the changes