cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
650
Views
0
Helpful
4
Replies

Home Lab questions

redbull88
Level 1
Level 1

Hello all,

 

I have a a 2911 ISR I am using as my home router. I have recently come to possess a handful of 7962 phones. Working a day job as a LAN support team member for a large company I am somewhat familiar with Routers but not as well as switches.

I am currently a student studying and trying to learn more about these systems and want to build my own VoIP lab at home using the equipment I currently have. Spending only a few hours on the topic I have tried to figure out what is needed to run CME on my 2911 Router.  

 

Browsing different documentation and web pages from Cisco for different offerings I have no definite answers. At the least you could say i'm a bit overwhelmed with lots of information I don't fully understand. Which is exactly why I am here on the forum seeking advice from others who may have valuable information I am lacking which would help me achieve my end goal. 

 

Any help that can be provided will be greatly appreciated. Thank you for your time!

4 Replies 4

luis_cordova
VIP Alumni
VIP Alumni

Hi @redbull88 

 

In summary

 

Router

 

Router(config)#interface f0/0 <- to switch

Router(config-if)#no shutdown

Router(config)#interface f0/0.10

Router(config-subif)#encapsulation dot1q 10

Router(config-subif)#ip add 192.168.0.1 255.255.255.0

Router(config)#ip dhcp pool voice 

Router(dhcp-config)#network 192.168.0.0 255.255.255.0

Router(dhcp-config)#default-router 192.168.0.1

Router(dhcp-config)#option 150 192.168.0.1

Router(config)#telephony-service

Router(config-telephony)#max-ephones <1-42>

Router(config-telephony)#max-dn <1-144>

Router(config-telephony)#create cnf-files

Router(config-telephony)#ip source-address <CME ip> port 2000

Router(config)#ephone-dn <1-288>

Router(config-ephone-dn)#number <telephone number>

Router(config)#ephone <1-96>

Router(config-ephone)#mac-address <phone MAC>

Router(config-ephone)#type 7962

Router(config-ephone)#button 1:1


Switch

 

Switch(config)#vlan 10

Switch(config)#interface f0/1 <- to router

Switch(config-if)#switchport mode trunk 

Switch(config)#interface f0/2 <- to phone

Switch(config-if)#switchport mode access

Switch(config-if)#switchport access voice vlan 10

 

Regards

 

Hello,
Thank you for the reply. I have a specific subnet created for my voice traffic. Switch and Router configuration of my existing network have already been created. When trying to use the "telephony-service" command from global config it's not taking the command. Would the CME software have to be installed on the system separate from the IOS image? If so, how would I go about doing so?

Jaime Valencia
Cisco Employee
Cisco Employee

You would need to enable the UC license on the ISR, and once it has been enabled, you can refer to the CME administration guide for all the tasks related to IP Phone configuration

 

https://www.cisco.com/c/en/us/td/docs/routers/access/sw_activation/SA_on_ISR.html

HTH

java

if this helps, please rate

Hello, Thanks for the reply.
I'm not seeing that the UC license is enabled on the system. Nor would I have a clue about how to achieve this. I'm also assuming anything more than an evaluation of this feature would cost an arm and a leg?

Cisco CISCO2911/K9 (revision 1.0) with 483328K/40960K bytes of memory.
Processor board ID FTX1839ALAX
3 Gigabit Ethernet interfaces
2 Serial interfaces
1 terminal line
1 Virtual Private Network (VPN) Module
DRAM configuration is 64 bits wide with parity enabled.
255K bytes of non-volatile configuration memory.
255488K bytes of ATA System CompactFlash 0 (Read/Write)


License Info:

License UDI:

-------------------------------------------------
Device# PID SN
-------------------------------------------------
*1 CISCO2911/K9 FTxxxxxxxxx




Suite License Information for Module:'c2900'

--------------------------------------------------------------------------------
Suite Suite Current Type Suite Next reboot
--------------------------------------------------------------------------------
FoundationSuiteK9 None None None
securityk9
datak9

AdvUCSuiteK9 None None None
uck9
cme-srst
cube


Technology Package License Information for Module:'c2900'

------------------------------------------------------------------------
Technology Technology-package Technology-package
Current Type Next reboot
------------------------------------------------------------------------
ipbase ipbasek9 Permanent ipbasek9
security securityk9 Permanent securityk9
uc None None None
data None None None

Configuration register is 0x2102

CiscoSysRtr#