CCNA Voice Prep: Cisco IP Phone Boot Process and Registration
CCNA Voice Prep: Cisco IP Phone Boot Process and Registration
CCNA Voice Prep: Cisco IP Phone Boot Process and Registration
PREP EXERCISES
AND LABS
PROJECT
MANAGEMENT
MICROSOFT
IT TRAINING
CLOUD
POSTED
BUSINESS IN CISCO ON SEPTEMBER 18, 2013
SKILLS
SHARE
VIRTUALIZATION
LEADERSHIP
CCNA
VIDEOS
BootCamp
INTERVIEWS 4 CERTS INCLUDED!
CLICK HERE!
What's this?
In the eyes of the normal user, powering up a Cisco IP phone looks so simple: Just
plug the phone into the Ethernet jack, wait for a minute or two, and calls can be
made when the phone’s directory number appears. It might look simple to the
everyday user, but in fact there’s a lot more than meets the eye. The CCNA Voice
candidate is expected to understand the process of IP phone boot-up and
registration as this knowledge is helpful in troubleshooting phone issues.
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 1/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
INTENSE Before
SCHOOL we dig deeper
INFOSEC into this CERTIFICATION
INSTITUTE process, weTRACKER
need to lay the foundation on how the
phone powers up and how it gets its IP address. Figure 1 shows a simple voice
network infrastructure with the components and how these interact with each
other.
TOPICS CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD CAREERS
PREP EXERCISES
AND LABS
PROJECT
MANAGEMENT
MICROSOFT
IT TRAINING
CLOUD
COMPUTING
UNCATEGORIZED
BUSINESS SKILLS
VIRTUALIZATION
LEADERSHIP
VIDEOS
INTERVIEWS
Figure-1 Simple Voice Network
There are three ways to power up the phones: using PoE (power over Ethernet) Cisco
pre-standard or 802.3af, through a power patch panel, or through Cisco power
bricks. These all supply DC (direct current) power
to the phone.
The power is supplied through the UTP cable. The UTP cable is composed of
eight wires and it has been known that only four of the eight wires are used
to transmit data. The other four can be used to deliver power to devices such
as IP phones, video cameras, and wireless access points. The Cisco pre-
standard PoE is Cisco’s implementation before IEEE finalized the 802.3af
standard. The main differences between the two are the amount of power
provided and the method used for device discovery. The 802.3af compliant
Cisco switches can provide a maximum of 15.4W. The 802.3af endpoint
devices specify through CDP how much power they require from the switch,
while the pre-standard devices don’t. Cisco pre-standard devices, such as IP
phones, require only a small amount of power (around 6-7 watts). A Cisco
switch can provide 802.3af to a non-Cisco phone through LLDP (Link Layer
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 2/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
Cisco POE switches are capable of providing sufficient power per port, but
there are some other features in the switch that might consume power,
TOPICS CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD CAREERS
which may affect the phones. Power budgeting is a practice wherein the
CISCO power availability in the2016
switch is 2015
being monitored and can be allocated
manually. Below is the command on how to check the current switch inline
CISCO EXAM 2014 2013
power usage.
PREP EXERCISES
Switch# show power inline fastethernet 4/1
AND LABS
Available:677(w) Used:11(w) Remaining:666(w)
PROJECT
Interface Admin Oper Power(Watts) Device Class
MANAGEMENT
From PS To Device
--------- ------ ---------- ---------- ---------- ------------------- -----
MICROSOFT
Fa4/1 auto on 11.2 10.0 Ieee PD 0
IT TRAINING
(Watts) (Watts)
COMPUTING
---------- --------------- --------------------
Fa4/1
UNCATEGORIZED 15.4 10.0
BUSINESS SKILLS
You can manually configure inline power and even restrict it. Below are some
configuration examples. It is a good practice to issue “power inline never” on
VIRTUALIZATION
interfaces like trunk ports that will not have any endpoint devices connected to
LEADERSHIP
them.
VIDEOS
Switch(config)# interface fastethernet 3/2
INTERVIEWS
Switch(config-if)# power inline consumption 7000
Switch(config-if)# end
If your organization has no desire to replace the current switches that are not
PoE-capable, one option is to use power patch panels. This option is not as
widely used as the inline power provided by a PoE switch. This power patch
panel looks like a typical patch panel or sometimes a switch. Cisco used to
sell their own power patch panel back in the day when this was an interim
solution to slowly replace non-POE switches with POE-capable ones. The
figure below illustrates how this solution is implemented.
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 3/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
PREP EXERCISES
AND LABS
PROJECT
MANAGEMENT
MICROSOFT
IT TRAINING
Figure-2 Power Patch Panel
CLOUD
This solution can be used if there only a few phones in the location and it’s
UNCATEGORIZED
not economically wise to purchase a PoE switch, which has a cost
BUSINESS SKILLS
significantly higher than a non-PoE one. In some cases where phones are
installed with expansion modules that will require more power than POE is
VIRTUALIZATION
capable of, using power brick is the solution.
LEADERSHIP
VLANs
VIDEOS
Once the phone is powered up, it must get its IP address so it can communicate
INTERVIEWS
with the network; but, before it can get its IP from a DHCP server, it must know what
VLAN it belongs to. Basically, a VLAN is a broadcast domain on which all devices that
belong to a VLAN can “hear” each other. It can be said that a VLAN is an IP subnet
due to the fact that the best practice in implementing VLANs is to have one IP
subnet per VLAN (multiple IP subnets can be used but not advisable). For more
information on VLANs visit this article written by my colleague.
Voice VLANs
In a switch, you can configure a data VLAN or a voice VLAN. You can configure
the same VLAN for data and voice, but this practice is not recommended.
Separating data and voice VLANs provides security, thus preventing any
packet sniffing software from capturing voice packets and converting them to
audio. It is easier to manage DHCP allocations if the phones and computers
are in different VLANs. Another benefit of this segregation is a simpler
deployment of QoS which can prioritize voice traffic over the rest.
Most implementations use the switchport at the back of the Cisco phones to
connect the computers. This is to save port consumption on the switch. You
might wonder, “How will the data and voice VLANs be separated if they are
connected to the same port on the switch?” The Cisco IP Phone switchport
works like a full-fledged port on a standard switch and can actually send and
receive 802.1Q tagged packets. It will not tag any packets coming from the
PC but will tag its own packet with its corresponding voice VLAN. How does
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 4/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
Even though the switchport is only an access port that can accommodate
one VLAN by definition, the voice VLAN is allowed. Configuring voice VLAN
TOPICS CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD CAREERS
allows the port to become a “mini trunk.” Years ago, to allow data and voice
CISCO VLAN, the port had to be configured
2016 2015as a trunk.
PREP EXERCISES
AND LABS
PROJECT
Figure-3 Data and Voice VLANs
MANAGEMENT
The excerpt below shows how to configure an interface and verify voice VLAN
MICROSOFT
on a switch. It is recommended that you configure “spanning-tree portfast” on
IT TRAININGswitchports where the phones connect so that the port will immediately go
into the forwarding state thus saving time on boot-up and registration.
CLOUD
Switch(config)#interface fastethernet0/2
COMPUTING
Switch(config-if)#switchport mode access
UNCATEGORIZED
Switch(config-if)#switchport access vlan 100
Switch(config-if)#switchport voice vlan 150
BUSINESS SKILLS
Switch(config-if)#spanning-tree portfast
VIRTUALIZATION
Switch(config-if)#end
LEADERSHIP
Switch#sh vlan
VLAN Name Status Ports
VIDEOS
---- -------------------------------- --------- -------------------------------
Once the phone is in the correct voice VLAN, it can request its own IP address
through a DHCP server. DHCP operates on UDP ports 67 and 68, port 67 being the
port used by the server and 68 by the client. The request is done through a
broadcast message issued by the client to inform the DHCP that a device requires
an IP address.
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 5/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
Router#configure terminal
MANAGEMENT
Router(config)#ip dhcp excluded-address 10.100.1.1 10.100.1.5
MICROSOFT
Router(config)#ip dhcp excluded-address 10.150.1.1 10.150.1.5
VIDEOS
IP Helper-Address Command
INTERVIEWS
In most cases, the DHCP server doesn’t reside in the same VLAN as the
phones. As we all know, the DHCP works through a broadcast method to
request and provide IP addresses. Since the DHCP client and DHCP server
reside in different VLANs, the broadcast request from the client will not reach
the server. The “ip helper” command is used to forward these requests by
converting the broadcast into a directed-broadcast or into unicast. The IP
address indicated in the “ip helper-address” command is the IP address of the
DHCP server from which the DHCP client should get its IP address. The DHCP
will know which IP address to lease to the client by looking at the source of
the packets, which in this case is the interface of the router (default gateway)
that the broadcast was received from.
Router(config)#interface Gi0/1.100
Router(config-if)#ip helper-address 100.100.100.1
Router(config-if)#exit
Router(config)#interface Gi0/1.150
Router(config-if)#ip helper-address 150.150.150.1
Now that you have understood the concepts on how the phone boots up and gets
its IP address, it will be easier to understand the IP phone boot process. The
statements below walk through the boot and registration processes.
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 6/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
Cisco SKILLS
BUSINESS IP Phone Registration
VIRTUALIZATION
Once the phone has successfully downloaded its base configuration from the TFTP
server, it will try to communicate to the call processing servers, using SIP (session
LEADERSHIP
initiation protocol) or SCCP (skinny client control protocol), depending on the
VIDEOS
firmware installed on the phone. The phone identifies itself to the server using its
MAC address. The server then looks at its database and sends the operational
INTERVIEWS
configuration to the IP phone. This configuration is different from what has been
received from the TFTP. This contains the phone DN’s (directory number) soft-key
layout, speed dial, URL of the services available, phone screen background, and a lot
more.
The phone will communicate with the call processing servers using SIP or SCCP. The
phone mostly doesn’t do anything by itself; it always asks the call processing servers
what to do. For example, if someone presses the buttons and if someone calls the
phone, the call processing servers will tell the phone what to display and to sound a
ring tone, respectively.
I hope you’ve learned something from this article. The next ones will discuss the
administration and management of the call processing servers. Have a good one
now!
References:
POE
http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SX/configuration/guide/power_over_ethernet.html
http://www.cisco.com/en/US/products/hw/phones/ps379/products_qanda_item09186a00808996f3.shtml
http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/12.2/25sg/configuration/guide/PoE.html
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 7/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
INTENSE VLANs
SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER
http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SX/configuration/guide/vlans.html
http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_19_ea1/configuration/guide/swvoip.html
DHCP
TOPICS CONTRIBUTORS CONTENT ARCHIVES CONTENT ARCHIVES JOB BOARD CAREERS
AND LABS
Tweet 21
0
Like
PROJECT
Reddit
MANAGEMENT
MICROSOFT
COMPUTING
Peterson the author of ciscodreamer.blogspot.com and currently
Amar preparing for his 2nd CCIE. His profile can be found at
UNCATEGORIZED http://www.linkedin.com/in/petersonamar.
BUSINESS SKILLS
VIRTUALIZATION
FREE PRACTICE EXAMS
LEADERSHIP
EDITORS CHOICE
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 8/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
MANAGEMENT
IT TRAINING
Video: CUCM Part 11 –
CLOUD Adding Users Through BAT
BUSINESS SKILLS
Video: MPLS TE – Pre-
LEADERSHIP
VIDEOS
INTERVIEWS
CCDA Lab #12: NAT CCDA Lab #11: CCDA Lab #10:
Variations Cisco ASA Case… Best Practices for…
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 9/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
Sponsored
INTENSE SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER
Get Trained in Financial Modeling Skills Online for just ₹2,999. Enroll Now.
Skillfin Learning
PlayPREP
Rummy Online at Rummy Passion
EXERCISES
Rummy Passion
AND LABS
PROJECT
Win Real Money With Rummy Circle, Register Now.
Rummy Circle
MANAGEMENT
MICROSOFT
CLOUD
COMPUTING
Here's How Smart CIOs are Saving 90 % Storage Capacity
HPE | Tech Data
UNCATEGORIZED
BUSINESS SKILLS
Recommend
LEADERSHIP t Tweet f Share Sort by Best
VIDEOS
Join the discussion…
INTERVIEWS
LOG IN WITH OR SIGN UP WITH DISQUS ?
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 10/11
12/04/2020 CCNA Voice Prep: Cisco IP Phone Boot Process and Registration - Intense School
Sponsored
INTENSE SCHOOL INFOSEC INSTITUTE CERTIFICATION TRACKER
Get Trained in Financial Modeling Skills Online for just ₹2,999. Enroll Now.
Skillfin Learning
Your Aspiration
PREP EXERCISESAnswered. Sumadhura presents Aspire Aurum from ₹25L
Sumadhura Group
AND LABS
PROJECT
What is your IQ score? - International IQ Test
MANAGEMENT
international-iq-test.com
MICROSOFT
WinIT Real
TRAINING
Money With Rummy Circle, Register Now.
Rummy Circle
CLOUD
COMPUTING
Here's How Smart CIOs are Saving 90 % Storage Capacity
UNCATEGORIZED
HPE | Tech Data
BUSINESS SKILLS
VIRTUALIZATION
LEADERSHIP
VIDEOS
INTERVIEWS
About Intense Connect with us Join our newsletter
Intense School has been providing Stay up to date with InfoSec Get the latest news, updates & offers
accelerated IT training and certification Institute and Intense School by straight to your inbox!
for over 12 years to more than 45,000 IT connecting with us on Social
and Information Security professionals Media! ENTER YOUR EMAIL SUBSCRIBE
worldwide. Come see why we have the
Like 118
highest pass rates in the industry!
Follow @intenseschool
resources.intenseschool.com/ccna-voice-prep-cisco-ip-phone-boot-process-and-registration/ 11/11