0% found this document useful (0 votes)
34 views

Universidad Politecnica Metropolitana de Hidalgo Routing Ip Phone / Cisco

This document provides instructions for configuring IP phones and routing using Cisco devices. It describes setting up the network topology with IP phones and analog phones connected to a switch. It then details the configuration of the switch interfaces and VLAN. Finally, it explains how to configure the router for DHCP, IP addressing, and Call Manager Express to provide phone numbers and routing for the IP phones.

Uploaded by

Juan Knight
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Universidad Politecnica Metropolitana de Hidalgo Routing Ip Phone / Cisco

This document provides instructions for configuring IP phones and routing using Cisco devices. It describes setting up the network topology with IP phones and analog phones connected to a switch. It then details the configuration of the switch interfaces and VLAN. Finally, it explains how to configure the router for DHCP, IP addressing, and Call Manager Express to provide phone numbers and routing for the IP phones.

Uploaded by

Juan Knight
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

UNIVERSIDAD POLITECNICA METROPOLITANA DE HIDALGO ROUTING IP PHONE / Cisco

First you need to set the following topology ip phones / analog.

Next you will need to configure your switch with the following commands: Switch#conf t Switch(config)#interface range fa0/1 5 Switch(config-if-range)#switchport mode access Switch(config-if-range)#switchport voice vlan 1 Configure the router to provide ip address to ip phones and set the calling numbers for phones, we will use CME call manager express embed with router IOS it self. Router#conf t Router(config)#int fa 0/0 Router(config-if)#ip add 192.168.10.1 255.255.255.0 Router(config-if)#no shut Router(config-if)#exit Router(config)#ip dhcp pool voicelab Router(dhcp-config)#network 192.168.10.0 255.255.255.0 Router(dhcp-config)#default-router 192.168.10.1 Router(dhcp-config)#option 150 ip 192.168.10.1 Router(dhcp-config)#exit (Cisco recommends using option 150 rather 066 to obtain the TFTP address to the IP phones. Option 66 only allows 1 host, while option 150 can contain more than 1 ip address, which can be used for TFTP redundancy.) Router(config)#telephony-service Router(config-telephony)#max-dn 5 <- max numbers on directory Router(config-telephony)#max-ephones 5 <-- max number of phones Router(config-telephony)#ip source-address 192.168.10.1 port 2000 < gateway can be used by phones Router(config-telephony)#auto assign 4 to 6 Router(config-telephony)#auto assign 1 to 5 Router(config)#ephone-dn 1 Router(config-ephone-dn)#number 54001 Router(config)#ephone-dn 2 Router(config-ephone-dn)#number 54002 Router(config)#ephone-dn 3 Router(config-ephone-dn)#number 11111 <--- phone number 1 <--- phone calling number

Ing. Jos Ivn Espinosa Snchez - Ruteo

You might also like