These instructions help you configure your Cisco UCME / BE4000 / UC500 to work with TIM Enterprise. Contact your system maintainer if you are not familiar with the configuration of your PBX.
...
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:
...
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 |
---|
|
Single site configuration
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 |
Multi-site configuration
If you need to send the data to more than one server, such as TIM Enterprise and UCC server for example, you can set up multiple RADIUS connections in the phone system. To configure a multi-site system, follow the steps below:
...
Info |
---|
For a system with five or more RADIUS servers, it is recommended to amend the server retransmit options in the UCME, in order to reduce the stress on the phone system. |
IP radius source-interface
To force RADIUS to use the IP address of a specified interface for all outgoing RADIUS packets, use the
Keywordmacro |
---|
Label | ip radius source-interface |
---|
|
command in global configuration mode.
Keywordmacro |
---|
Label | ip radius source-interface |
---|
|
...
If you don't wish to use the IP address of a specified interface, use the
form of this command.Step | IOS Command |
---|
1 | Keywordmacro |
---|
Label | ip radius source-interface |
---|
| SUBINTERFACE_NAME |
2 | Keywordmacro |
---|
Label | no ip radius source-interface |
---|
|
|
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:
...