Configuring UC500 to send RADIUS events
Use Telnet to connect to the IP address of your UCME.
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
Use Telnet to connect to the IP address of your UCME.
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 |
10 | end | Exits configuration mode |
11 | wr | Saves the changes |