Understanding The Cisco IP Phone Concepts and Configuring Voice VLAN
Understanding The Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 2
Lesson Objectives
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 3
Voice VLAN Concepts
Part 1
Connecting and Powering Cisco IP Phones
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
The terms inline power and PoE describe two methods you can use to send
electricity over the unused Ethernet wires to power a connected device.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 5
Connecting and Powering Cisco IP Phones
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
The network diagram shown in Figure 1 represents the placement of the three (3)
technologies.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 6
Figure 1. VoIP Network
Connecting and Powering Cisco IP Phones
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
2. The Cisco switch delivers voice VLAN information to the IP phone using
CDP as a delivery mechanism,
3. The Cisco IP Phone sends a DHCP request asking for an IP address on its
voice VLAN,
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 13
Cisco IP Phone Boot Process
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 14
Configuring a Router-Based DHCP Server for Voice
and Data VLANs
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 15
Configuring a Router-Based DHCP Server for Voice
and Data VLANs
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
Notice a DNS server of 4.2.2.2 is assigned to both the data and voice
devices.
• The IP address 4.2.2.2 is a well-known, open DNS server on the Internet.
• This IP address works fantastically to test connectivity and DNS services in new network
deployments because it is such a simple IP address to remember.
Also notice that the VOICE_SCOPE DHCP pool includes the option 150
syntax.
Option 150 creates the custom TFTP server option to be handed out to
the Cisco IP Phones along with their IP address information.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 18
IP Phone Registration
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
Now that the Cisco IP Phone has gone through the complete
process, it is ready to register with the call-management system
(CUCME or CUCM).
Keep in mind what the phone has gone through up to this point:
1. The phone has received Power over Ethernet (PoE) from the switch.
2. The phone has received VLAN information from switch via CDP.
3. The phone has received IP information from the DHCP server (including
Option 150).
4. The phone has downloaded its configuration file from the TFTP server.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 19
Basic Manual CME Setup using the CLI
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 21
Creating Directory Numbers and Ethernet Phones for VoIP network
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
Router(config-ephone-dn)# number <ephone-number> Configure the ephone number (ex. number 1001)
Assigns a name to the directory number (ex. name DCE
Router(config-ephone-dn)# name <ephone-name>
VoIP)
Router(config)# ephone <ephone-number> Enters the ephone configuration mode (ex. ephone 1)
Associates the MAC address with ephone (ex. mac-
Router(config-ephone)# mac-address <ephone-mac-add>
address 1234:5678:ABCD)
Router(config-ephone)# type <type-name> Configures the type of phone (ex. type VoIP1)
Assigns the first button on the phone to directory number
(ex. Button 1:2)
Router(config-ephone)# button <first-button><type-
ring><dn-number> NOTE: The first number indicates the first button. The
colon (:) indicates a normal ringer. The second number
represents directory number.
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 22
Configuring Voice VLAN in Router-in-
a-Stick Inter-VLAN Routing
Part 3
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 23
Example of Configuring Inter-VLAN with Voice VLAN
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 24
Example of Configuring Inter-VLAN with Voice VLAN
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
CME_RTR(config)#
Example of Configuring Inter-VLAN with Voice VLAN
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 27
Example of Configuring Inter-VLAN with Voice VLAN
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 28
Example of Configuring Inter-VLAN with Voice VLAN
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 29
Summary
Part 4
© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 30
Lesson’s Summary
Understanding the Cisco IP Phone Concepts and Configuring Voice VLAN
Cisco 7960 IP phone potential sources of power in a Cisco VoIP network are RS232, 10/100
used to connect the IP phone to the network, and 10/100 PC used to connect a co-located PC
(or other network device) to the IP Phone
There are already easy-to-use applications available, such as Wireshark and Voice Over
Misconfigured Internet Telephones (VOMIT), that allow intruders to capture voice conversations
on the network and convert them into WAV data files.
The incoming switchport is able to receive and send 802.1Q tagged packets that gives the
capability to establish a type of trunk connection between the Cisco switch and IP phone
Separating voice and data traffic using VLANs provides three (3) solid security boundary such
as preventing data applications from reaching the voice traffic, simpler method to deploy QoS,
and prioritizing the voice traffic over the data.
Option 150 creates the custom TFTP server option to be handed out to the Cisco IP Phones
along with their IP address information. © 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 31