
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:
| Step | Command | Description |
|---|---|---|
| 1 | enable | Causes the UCME to enter EXEC mode. Type your EXEC password if requested |
| 2 | conf t | Enters the global configuration mode |
| 3 | aaa new-model | Enables aaa accounting mode |
| 4 | aaa accounting connection h323 start-stop group RADIUS | Enables aaa accounting mode |
| 5 | gw-accounting aaa | Enables aaa accounting mode |
| 6 | acct-template callhistory-detail | Enables aaa accounting mode |
| 7 | RADIUS-server host 192.168.100.1 auth-port 0 acct-port 1612 | Specifies the IP address and port of PBXDom collector, to which CDR data will be sent, default port 1612 |
| 8 | RADIUS-server key {yourpassword} | Specifies a RADIUS authentication secret that the PBXDom collector will use |
| 9 | RADIUS-server vsa send accounting | Enables VSA events |
| 10 | end | Exits configuration mode |
| 11 | wr | Saves 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:
| Step | Command | Description |
|---|---|---|
| 1 | enable | Causes the UCME to enter EXEC mode. Type your EXEC password if requested |
| 2 | conf t | Enters the global configuration mode |
| 3 | aaa new-model | Enables aaa accounting mode |
| 4 | aaa accounting connection h323 start-stop group SysLog | Enables aaa accounting mode |
| 5 | gw-accounting syslog | Enables aaa accounting mode |
| 6 | acct-template callhistory-detail | Enables aaa accounting mode |
| 7 | logging 192.168.100.1 | Specifies the IP address of PBXDom collector installed, to which CDR data will be sent |
| 8 | end | Exits configuration mode |
| 9 | wr | Saves the changes |