Install Call Manager Express (CME)

Written by Yanurmal on July 24, 2009 – 7:09 am -

Requirement:

  1. Cisco router with IOS voip support.
  2. TFTP Server
  3. CME file (you can dwonload it from Cisco website).

Lets begin…

  1. Download CME file from Cisco website (file name: cme-gui-4.1.0.1.tar)
  2. Assign an IP address to Cisco LAN interface that same segment with your PC and test ping to your PC (example: 10.10.10.1).
  3. Install a TFTP server on your PC with same network with your cisco router (example: 10.10.10.2) and put CME file (file name: cme-gui-4.1.0.1.rar) in TFTP root direcory
  4. Activate HTTP and HTTPS Server.
  5. Instal CME on cisco router.
  6. And… finish.

Router>
Router>ena
Password:
Router#config term
Router (config)#ip http server
Router (config)#ip http authentication local
Router (config)#ip http path flash:
Router (config)#archive tar /xtract tftp://10.10.10.2/cme-4.1.0.1.tar
Router (config)#username cmeadmin privilege 15 secret cisco
Router (config)#line con 0
Router (config-line)#logging sync
Router (config-line)#end
Router#

And then open http://10.10.10.1/telephony-services.html from your PC.
Fill username cmeadmin and password cisco, and ready to setup you IP Phone extension.

Popularity: 15% [?]

Share This Post

Remove clock rate 2000000

January 8, 2009 – 7:49 pm

Today cisco router come with clock rate enable as factory default setup. Once you setup your serial interface, automatically cisco will insert clock rate 2000000 to the interface. And no clock ...

Accept Inbound Traffic To Servers Behind NAT

November 12, 2008 – 8:09 am

This config to make inbound traffic to a web server in local network behind NAT. Req: - Private IP Address plan (eg. 192.168.1.0/24) - Public IP Address plan (eg.100.1.2.3/30) - Web Server (port 80) ...

Break Key Combinations For Cisco Password Recovery

October 15, 2008 – 7:01 am

The break key combinations is to login to ROMMON without password authentication. This function is usually to recovery the lost password. You need to access the router phisically and pluged console ...

Quickterm is Hyperterminal equivalent for Mac

August 30, 2008 – 12:39 pm

To access Cisco console from Mac you can use QuicTerm application that very similar function with windows hyperterminal. [caption id="attachment_69" align="alignnone" width="300" caption="Quickterm"][/caption] [caption id="attachment_70" align="alignnone" width="300" caption="Quickterm Port Setting"][/caption] Limitations and Bugs QuickTerm ...

Use USB to Serial Adapter to access Cisco console

August 30, 2008 – 6:06 am

Today brand new laptop not shipped with serial (RS232) port that we need to access Cisco console via hyperterminal. [caption id="attachment_63" align="alignnone" width="300" caption="USB to Serial adapter"][/caption] USB to Serial adapter can ...

Cisco Quality of Service (QoS)

August 29, 2008 – 5:53 pm

Below is Cisco QoS sample config. In this sample config I created two class-map of traffic. Data and voice. Router_A ! service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router_A ! resource policy ! ip ...

Change Cisco Password

February 8, 2008 – 9:02 am

Below is command to change cisco password or to add new password. You need user priviledge mode to execute this command. Router> Router>enable Password: Router# Router#config terminal Router(config)#enable secret new_password_here Router(config)#exit Router#copy running start Router#exit

CLI Simple Cisco ASA/PIX Config

February 2, 2008 – 8:25 am

This config is for simple config ASA/PIX firewall with 2 network interface. One for outside (Internet) and other for inside (LAN). All traffic from internal to external is accepted. All ...

Restore Or Install New IOS From TFTP Server to Cisco Router

January 31, 2008 – 11:17 pm

Restore or Install new flash from TFTP server to Cisco Router. In this restore process existing IOS will erased completely before install the new IOS image file. Make sure you ...

Ads




Find entries :