Vous êtes sur la page 1sur 6

05/04/2018 Cisco Networking: IP Phone Configuration in Packet Tracer

Cisco Networking
Monday, 16 December 2013 About Me
Ravikumar Sadhu
IP Phone Configuration in Packet Tracer
Follow 49
Topology: View my complete profile

Blog Archive
► 2017 (1)
► 2016 (4)
► 2014 (1)
▼ 2013 (8)
▼ December (5)
Configure Call Park in GNS3
Configure Intercom in GNS3
Configure Call Forwarding in GNS3
Configure Call Manager Express (CME)
in GNS3
IP Phone Configuration in Packet
Tracer

► April (3)

Total Pageviews

14841

Configure Router:

Step-1 Give IP range to the Router

Router>en
Router#conf t.
Router(config)#int f0/0
Router(config-if)#ip add 192.168.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit

Step-2 Configure DHCP in Router

Router(config)#ip dhcp pool voice


Router(dhcp-config)#network 192.168.1.0 255.255.255.0
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#option 150 ip 192.168.1.1
Router(dhcp-config)#exit

Step-3 Configure Telephony Service in Router

Router(config)#telephony-service
Router(config-telephony)#max-dn 25
Router(config-telephony)#max-ephones 5

http://ravikumarcisco.blogspot.com/2013/12/ip-phone-configuration-in-packet-tracer.html 1/6
05/04/2018 Cisco Networking: IP Phone Configuration in Packet Tracer
Router(config-telephony)#ip source-address 192.168.1.1 port 2000
Router(config-telephony)#exit 

Step-4 Go to Switch and configure VLAN in switch

Switch>en
Switch#conf t
Switch(config)#interface range fastEthernet 0/1 - fastEthernet 0/4
Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport voice vlan 1
Switch(config-if-range)#exit

Step-5 Back to the Router and Configure Directory Number for IP Phones with auto assign
telephony service:

Router(config)#telephony-service
Router(config-telephony)#auto assign 1 to 5
Router(config-telephony)#ex
Router(config)#ephone-dn 1
Router(config-ephone-dn)#number 1111
Router(config-ephone-dn)#exit
Router(config)#ephone-dn 2
Router(config-ephone-dn)#number 2222
Router(config-ephone-dn)#exit
Router(config)#ephone-dn 3
Router(config-ephone-dn)#number 3333
Router(config-ephone-dn)#exit

http://ravikumarcisco.blogspot.com/2013/12/ip-phone-configuration-in-packet-tracer.html 2/6
05/04/2018 Cisco Networking: IP Phone Configuration in Packet Tracer

From,
Ravikumar Sadhu
MSC TECH(ITIMS),
DCS, Ganpat University,
Kherva(Mehsana),
Gujarat(India).

Posted by Ravikumar Sadhu at 00:26

25 comments:

silent boy 5 May 2016 at 23:12


but show how we are suppose to ping and check if everything is all right?
Reply

Replies

Ghani Nehad 26 January 2017 at 19:15


You can ping from the router, or from the switch if you have it's SVI has
been defined. But you can't from the IP Phone because it hasn't interface

Reply

Mojahar Ali 19 July 2016 at 13:23


thanks

Reply

Belarmino Nicolau 12 August 2016 at 05:34


I can not turn on/off the Ip telephone.
Help me please..

Reply

Replies

Ghani Nehad 26 January 2017 at 19:13

did you plug it to power? you need to add The Cisco VoIP power adapter
module. See your IP Telephone setting/Physical Tab and add the module.

Reply

Nkosingiphile Dlamini 10 December 2016 at 19:07


go to the ip phone..there is a cable at the bottom drag it to the small hole on the
phone...that will switch on the phone
Reply

http://ravikumarcisco.blogspot.com/2013/12/ip-phone-configuration-in-packet-tracer.html 3/6
05/04/2018 Cisco Networking: IP Phone Configuration in Packet Tracer
Roland Lumbala 27 December 2016 at 04:31
that's great, I'm a CCIE Expert and I like your demonstration, keep it up bro!!!
Reply

Ravikumar Sadhu 27 December 2016 at 04:54


Thanks for Appreciation.
Reply

Ghani Nehad 26 January 2017 at 19:51


It's a very nice and helpfull tuto. I"ve juste a question : what's the difference between
auto assign 1 to 5 and the manual configuration of the ephones?
Reply

Replies

Ravikumar Sadhu 27 January 2017 at 09:07


Hello Ghani, Auto Assign will assign dn as Phone plugged in, no matter which
sequence and manually assignment could make a specific phone has specific
number(dn).

Reply

Christina Balutan 25 February 2017 at 09:51


I try this to 15 ip phones but the router is not setting an ip address to all ip phones

Please help
Reply

Ravikumar Sadhu 27 February 2017 at 05:25


Hello Christina, first of all thanks for taking interest in my Blog. I want to ask you that
did you copied above configuration in your scenario? If yes then it will work for only 5
Phones. You have to make changes according to your scenario. Look into "ephone-dn",
"VLAN (number of port your phone plugged in) on Switch" and finally "Number". Please
check above and still you get any problem then feel free to send me your configuration
and scenario.
Reply

umesh kathar 29 March 2017 at 22:32


Hi Ravi,
what is mean by following command?
Router(dhcp-config)#option 150 ip 192.168.1.1
Reply

Replies

Ravikumar Sadhu 30 March 2017 at 04:01


Hello Umesh, IP phone needs to download necessary boot files as well as
configuration files which we can provide it with the help of TFTP server.
Here, 'option 150' points out to the IP address of TFTP server where all files
are available to server IP phones and '192.168.1.1' is an IP address of TFTP
server; in our case, it is Router itself. In Packet Tracer, we don't need to
upload any Boot files or Config files while in GNS3, you have to upload those
in Flash. Hope you got this. If not, feel free to ask your doubts. Thanks.

Reply

basil g 6 April 2017 at 04:39


hi Ravikumar Sadhu, how can ip phone 2 from calling ip phone 1 directly .. i want ip
phone to only be able to contact ip phone 1 through call transfer from ip phone 0
Reply

http://ravikumarcisco.blogspot.com/2013/12/ip-phone-configuration-in-packet-tracer.html 4/6
05/04/2018 Cisco Networking: IP Phone Configuration in Packet Tracer

Replies

Ravikumar Sadhu 6 April 2017 at 05:03


Hello basil,

Thanks for taking interest in my blog. I would like to share with you how to
do it. Check this link for configuration of call transfer:
http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/co
nfiguration/manual/cmeadm/cmetrans.html#task_FB7018873B68471588F43
4DE70F699F8

Unfortunately, Packet Tracer can not support some commands, so we can


not configure on it. You may try on GNS3 with the reference of above link, it
might help you.

Reply

Shailaja Sadhu 7 May 2017 at 22:56


hey Ravi, you are doing a great job... keep it up.
Reply

atoh akongnwi 8 August 2017 at 03:15


thanks man ur blog has been of great help, keep up.

Reply

Unknown 17 October 2017 at 00:40


hey Ravi, can you make a new packet tracer with(1 router,1switch,2phones) that each
phone is in a vlan?
should i use 2 voice vlan? they took the ip addresses but are not taking the line number
:( please help if can
Reply

Replies

Ravikumar Sadhu 17 October 2017 at 03:53


Hello, first of all, thanks for taking interest in my blog.

Yes, you can use more than one vlan to separate voice traffic for different
IP Phones.(not for a single device)

Make sure you have configured properly and defined "option 150" correctly.

Kindly find the configs I made on your request:

https://mega.nz/#F!5x03wJhS!4aMV0qPk1lQsD2MxvY-H-w

Reply

MAN kansiime 5 November 2017 at 22:03

thank you for the good assistance but when i configured my ip phones in the WAN
network, they dont pick up the ip addresses they stop on configuring the CMI list. i
need your more help
Reply

Replies

Ravikumar Sadhu 6 November 2017 at 00:11


Hello MAN Kansiime,
Can you please share me your configuration of CME router and also send me
diagram of how you have configured your phone so, I can understand and
give you a better solution.

http://ravikumarcisco.blogspot.com/2013/12/ip-phone-configuration-in-packet-tracer.html 5/6
05/04/2018 Cisco Networking: IP Phone Configuration in Packet Tracer
Thanks,
Ravikumar Sadhu

Reply

Marvin Guru 14 November 2017 at 00:20


Hello Ravikumar Sadhu,

How are you? I just want to ask what is the command to change the phone caller ID?
like for example I want put my name as my caller ID. Thank you in advance.
Reply

Nautilus Network 19 November 2017 at 02:03


It is really a helpful blog to find some different source to add my knowledge. I came
into aware of new professional blog and I am impressed with suggestions of author.
Reply

Nautilus Network 26 November 2017 at 04:15


Professionally written blogs are rare to find, however I appreciate all the points
mentioned here. I also want to include some other writing skills which everyone must
aware of. Grandstream IP PBX Appliances
Reply

Enter your comment...

Comment as: Unknown (Goo Sign out

Publish Preview Notify me

Newer Post Home Older Post

Subscribe to: Post Comments (Atom)

Ravikumar Sadhu,Gandhinagar. Travel theme. Powered by Blogger.

http://ravikumarcisco.blogspot.com/2013/12/ip-phone-configuration-in-packet-tracer.html 6/6

Vous aimerez peut-être aussi