Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Pbxsummary
Supportfiles1Cisco UCME - RADIUS.TDT
Supportfiles2Cisco UCME - RADIUS.TDS
ConnectionRADIUS connection
RequiredTask1Configure Cisco AXL sync
RequiredTask2Configure UCME to send RADIUS events
RequiredTask3Configure 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:

  1. Click on the Directory tab.
  2. 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
    Borderfalse
    URL/download/attachments/13271095/cisco_ucme_6.png
  3. Left-click on the newly-created object and select Properties.
  4. In the Directory type drop-down list, select Cisco UCME.
  5. In the Host name field, enter the IP address of your UCME.
  6. In the Host port field, enter the port number of the IOS service, e.g. 23 .
  7. In the Username field, enter the username of the IOS login that can perform synchronisation.
    Screenshotmacro
    Borderfalse
    URL/download/attachments/13271095/cisco_ucme_3.png
  8. Click on Set password button and enter the password of the IOS login that can perform synchronisation.
    Screenshotmacro
    Borderfalse
    URL/download/attachments/13271095/cisco_ucme_4.png
  9. 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
Borderfalse
Shadowfalse
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:

StepIOS commandsDescription
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
aaa accounting connection h323 start-stop group RADIUS
gw-accounting aaa
acct-template callhistory-detail
4RADIUS-server host 192.168.0.1 auth-port 0 acct-port 1612Specifies the IP address and port of TIM Enterprise's RADIUS, to which CDR data will be sent, e.g. 192.168.0.1:1612
5RADIUS-server key C1scoSpecifies a RADIUS authentication secret that will be used by TIM Enterprise (configured in the next section), e.g. C1sco
6RADIUS-server vsa send accounting
Enables VSA events
7endExits configuration mode
8wrSaves 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
Replace SITE_NAME with a unique name for the destination RADIUS information.
Replace SITE_IP with the IP address of the RADIUS server.
Replace SITE_KEY with the secret you want to assign to that specific site.
StepIOS CommandsDescription
1enableCauses the UCME to enter EXEC mode. Type your EXEC password if requested
2conf tEnters the global configuration mode
3aaa new-modelEnables
Referencemacro
Labelaaa
accounting mode
4
aaa accounting update newinfo
5radius-server vsa send accountingEnables VSA events

6

gw-accounting aaaEnables aaa accounting

 

acct-template callhistory-detail

 exit
7radius server SITE_NAMEConfigures the call accounting for each separate site
 address ipv4 SITE_IP acct-port 1612Specifies the IP address and port of TIM Enterprise's RADIUS, to which CDR data will be sent, e.g. 192.168.0.1:1612
 key SITE_KEYSpecifies a RADIUS authentication secret that will be used by TIM Enterprise (configured in the next section), e.g. C1sco
 exitExits current site configuration
Info
Repeat step 7 for each individual site
8aaa group server radius SITE_NAMEConfigures a specified 
Referencemacro
Labelaaa
server group
 server name SITE_NAMESpecifies a RADIUS server to use for this aaa group
 exitExits current site configuration
Info
Repeat step 8 for each individual site
9aaa accounting connection h323Configures the 
Referencemacro
Labelaaa
connection information
 action-type start-stopSetting the action type will send RADIUS information when the call starts and stops
 broadcastEnabling broadcast means that all the 
Referencemacro
Labelaaa
groups will be sent RADIUS data
10group SITE_NAMESpecifies the 
Referencemacro
Labelaaa
group(s) that the accounting system will send RADIUS data to
Info
Repeat step 10 for each system
11end Exits configuration mode
12wr Saves the changes
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
Labelip radius source-interface
command in global configuration mode.  If you don't wish to use the IP address of a specified interface, use the 
Referencemacro
Labelno
form of this command.

StepIOS Command
1
Keywordmacro
Labelip radius source-interface
SUBINTERFACE_NAME
2
Keywordmacro
Labelno 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:

  1. Click on the Directory tab.
  2. Locate the PBX object you want to configure in the Directory, right-click on it and select Properties.
  3. 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
    LabelKeep a local backup of data
    box, as shown below:
    Screenshotmacro
    Borderfalse
    URL/download/attachments/13271095/cisco_ucme_5.png
  4. Click on the Connection tab and select RADIUS connection from the Connection method list.
  5. In the Client IP field, enter the IP address of your UCME.
  6. In the Secret key field, enter the RADIUS-server key you configured on your UCME in the section above, e.g. C1sco.
    Screenshotmacro
    Borderfalse
    URL/download/attachments/13271095/cisco_ucme_2.png
  7. Click on the Save button to apply the settings.