Universidad Politecnica Metropolitana de Hidalgo Routing Ip Phone / Cisco
Universidad Politecnica Metropolitana de Hidalgo Routing Ip Phone / Cisco
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