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: 22% [?]

Share This Post

Backup Cisco Router IOS to TFTP Server

January 31, 2008 – 11:06 pm

Backup Cisco IOS to TFTP server and you can restore it later when your IOS damage. Requirement: - PC with TFTP Server (IP Address 192.168.1.1) - Network connection to Cisco Router Router> Router>enable  Password: Router#copy flash tftp Source ...

ISDN PPP Dialup as WAN Connection

January 9, 2008 – 5:22 pm

We will create a WAN connection over ISDN multilink dialup. An ISDN have two channel 128kbps. We will dial a channel first and then dial last one once bandwidth usage reach ...

Activate ASDM as GUI Interface for Cisco ASA/PIX Firewall

January 7, 2008 – 3:44 pm

pixfirewall> enable Password: pixfirewall# configure terminal pixfirewall(Config)# interface ethernet1 pixfirewall(Config-if)# nameif inside pixfirewall(Config-if)# ip address 192.168.1.1 255.255.255.0 pixfirewall(Config-if)# no shutdown pixfirewall(Config-if)# Activate ASDM and enable http server. pixfirewall(Config)# asdm image flash:/asdm.bin. pixfirewall(Config)# http server enable. Open a connection for your PC. ...

Setup IP Address On An Interface

January 7, 2008 – 3:24 pm

After successfull login as priviledge mode, follow this command to assign an IP address to related interface: Router>enable Password: Router#config terminal Router(config)# For Fast Ethernet 0 Router(config)#interface Fast 0 Router(config-if)#ip address 192.168.1.1 255.255.255.0 And for Serial 0 Router(config)#interface Serial 0 Router(config-if)#ip ...

Create Cisco VPN Tunnel over Internet

January 1, 2008 – 1:49 am

We will create VPN tunnel for connection from SiteA to SIteB over internet connection. Requirement: Internet connection each sites. 2 Cisco router with 1 LAN interface (Ethernet) and 1 WAN interface (Serial). IOS with ...

Running VOIP on Cisco Router

January 1, 2008 – 1:32 am

In this sample config we will create a voip communication over cisco router. Requirement: - 2 units Cisco router with 1 VIC2FXS and 1 WAN interface - WAN link - 1 Analog Phone Handset (2 ...

Secure Internet Connection Behind NAT (Network Address Translation) Router

January 1, 2008 – 1:08 am

You can connect to internet securely behind NATed router as firewall. Requirement: - Cisco Router with 1 LAN Interface (Ethernet) and 1 WAN Interface (Serial). - Internet connection. hostname InternetRouter ! enable password 123 ! no ip name-server ! interface ...

Cisco Configmaker

December 31, 2007 – 6:01 pm

This is an old software that can generate configuration for low and medium cisco product. If you are a beginer, you will love it. All simple config can be generated ...

Cisco Basic Command

December 31, 2007 – 2:37 pm

enable Enables higher privilege level access, such as privileged EXEC mode. At this level you can configure your cisco device without restriction. Prompt will change from > to # Example: Router> enable Password: [type password and ...

Console Cable

December 31, 2007 – 7:55 am

Console cable usually shipped with cisco device. This cable pluged to PC serial port (RS232 connector) and Cisco console port (RJ45 connector). Or  + No additional accessories needed, with this cable your cisco ...

Ads




Find entries :