These instructions help you configure your Cisco UCME / UC500 to work with TIM Enterprise. Contact your system maintainer if you are not familiar with the configuration of your PBX.
Pbxsummary |
---|
Supportfiles1 | Cisco UCME - RADIUS.TDT |
---|
Supportfiles2 | Cisco UCME - RADIUS.TDS |
---|
Connection | RADIUS connection |
---|
RequiredTask1 | Configure Cisco AXL sync |
---|
RequiredTask2 | Configure UCME to send RADIUS events |
---|
RequiredTask3 | Configure TIM Enterprise to capture RADIUS packets |
---|
|
HTML |
---|
<a id="Configure Cisco AXL sync"></a> |
Configuring Cisco AXL sync
Follow the steps below to configure TIM Enterprise to synchronise with the directory of your your Cisco UCME:
- Click on the Directory tab.
- Go to the Directory level where you want to sync the UCME files and add a new Directory Sync object. Enter a name for the object and click on the Add button, as shown below:
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/13271095/cisco_ucme_6.png |
---|
|
- Left-click on the newly-created object and select Properties.
- In the Directory type drop-down list, select Cisco UCME.
- In the Host name field, enter the IP address of your UCME.
- In the Host port field, enter the port number of the IOS service, e.g. 23 .
- In the Username field, enter the username of the IOS login that can perform synchronisation.
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/13271095/cisco_ucme_3.png |
---|
|
- Click on Set password button and enter the password of the IOS login that can perform synchronisation.
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/13271095/cisco_ucme_4.png |
---|
|
- Click on the Save button to apply the changes.
HTML |
---|
<a id="Configure UCME to send RADIUS events"></a> |
Configuring UCME to send RADIUS events
Use Telnet to connect to the IP address of your UCME as shown below:
Screenshotmacro |
---|
Border | false |
---|
Shadow | false |
---|
URL | /download/attachments/12158183/cisco_ucme_4.png |
---|
|
Once connected, enter the following commands to enable the UCME to send RADIUS events to TIM Enterprise:
Step | IOS commands | 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 |
aaa accounting connection h323 start-stop group RADIUS |
gw-accounting aaa |
acct-template callhistory-detail |
4 | RADIUS-server host 192.168.0.1 auth-port 0 acct-port 1612 | Specifies the IP address and port of TIM Enterprise's RADIUS, to which CDR data will be sent, e.g. 192.168.0.1:1612 |
5 | RADIUS-server key C1sco | Specifies a RADIUS authentication secret that will be used by TIM Enterprise (configured in the next section), e.g. C1sco |
6 | RADIUS-server vsa send accounting
| Enables VSA events |
7 | end | Exits configuration mode |
8 | wr | Saves the changes |
HTML |
---|
<a id="Configure TIM Enterprise to capture RADIUS packets"></a> |
Configuring TIM Enterprise to capture RADIUS packets
Follow the steps below to configure TIM Enterprise to receive RADIUS data from your UCME:
- Click on the Directory tab.
- Locate the PBX object you want to configure in the Directory, right-click on it and select Properties.
- A new window will open, displaying the general properties of your PBX object. Select Cisco UCME - RADIUS from the Data format list and tick the
Keywordmacro |
---|
Label | Keep a local backup of data |
---|
|
box, as shown below:
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/13271095/cisco_ucme_5.png |
---|
|
- Click on the Connection tab and select RADIUS connection from the Connection method list.
- In the Client IP field, enter the IP address of your UCME.
- In the Secret key field, enter the RADIUS-server key you configured on your UCME in the section above, e.g. C1sco.
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/13271095/cisco_ucme_2.png |
---|
|
- Click on the Save button to apply the settings.