Voice Primer Packet Tracer Lab
Voice Primer Packet Tracer Lab
Objective
Use Packet Tracer to configure Cisco Unified Communications Manager Express (CUCME) in a basic two site topology.
Background
Cisco Unified Communications Manager Express (CUCME) is VoIP call management software which runs within the router IOS. In this lab you will practice some of the basic CUCME and voice related configuration commands which would enable IP and analog phones at two locations to communicate. You will also apply many of the configuration skills learned in your CCNA curriculum. Note: Packet Tracer (PT) is a simulation tool not an emulation tool. Not every command and response that is available on physical hardware is simulated. Many VoIP commands, especially show and debug commands, which could be utilized to troubleshoot this lab are not supported in the PT environment. You may optionally use physical hardware for a richer experience with this lab if you have access to the appropriate hardware and software. Note: This lab is introducing concepts which are probably not familiar to you. Be sure to read and follow all of the directions carefully or things will probably not work as you expect.
Required Resources
You will need the following tools to complete this lab: Packet Tracer software version 5.3.3 or later
Page 1 of 5
v1.1 Developed for the Cisco Networking Academy Community by Dr. Ben Franske, Inver Hills Community College
IP Addressing Table
Device RouterA-1 Interface FastEthernet0/0 FastEthernet0/0.10 FastEthernet0/0.20 FastEthernet0/0.99 FastEthernet0/1 FastEthernet0/0 FastEthernet0/0.10 FastEthernet0/0.20 FastEthernet0/0.99 FastEthernet0/1 Vlan99 Vlan99 Address n/a 172.16.10.1 /24 172.16.20.1 /24 172.16.99.1 /24 10.0.0.1/24 n/a 172.17.10.1 /24 172.17.20.1 /24 172.17.99.1 /24 10.0.0.2/24 172.16.99.2 172.17.99.2
RouterB-1
SwitchA-1 SwitchB-1
On each switch: Create VLAN 10 with the name VOICE Create VLAN 20 with the name DATA Create VLAN 99 with the name MANAGEMENT
v1.1 Developed for the Cisco Networking Academy Community by Dr. Ben Franske, Inver Hills Community College
Page 2 of 5
CCNA Voice Primer Materials required on the Voice VLAN we have included it on the Data VLAN in case soft-phones are ever used on the PCs. The commands to setup the DHCP pools on RouterA-1 are given below. You will have to modify them as appropriate for RouterB-1 and apply them there as well. RouterA-1(config)# ip dhcp pool VOICE RouterA-1(dhcp-config)# network 172.16.10.0 255.255.255.0 RouterA-1(dhcp-config)# default-router 172.16.10.1 RouterA-1(dhcp-config)# option 150 ip 172.16.10.1 RouterA-1(config)# ip dhcp pool DATA RouterA-1(dhcp-config)# network 172.16.20.0 255.255.255.0 RouterA-1(dhcp-config)# default-router 172.16.20.1 RouterA-1(dhcp-config)# option 150 ip 172.16.10.1
v1.1 Developed for the Cisco Networking Academy Community by Dr. Ben Franske, Inver Hills Community College
Page 3 of 5
CCNA Voice Primer Materials Because we want to have our IP phones on a different VLAN than our PCs we need to perform a special configuration on all the access switch ports to turn them into two VLAN trunks when IP phones are identified by CDP. Leave the ports in switchport mode access but add a special second VLAN to them for voice traffic SwitchA-1(config-if-range)# switchport voice vlan 10 At site A we also need to provide power to the IP phones using PoE: SwitchA-1(config-if-range)# power inline auto
v1.1 Developed for the Cisco Networking Academy Community by Dr. Ben Franske, Inver Hills Community College
Page 4 of 5
CCNA Voice Primer Materials Once you have the appropriate routes installed and have tested by successfully pinging from the PC at one site to the PC at the other site we need to setup VoIP call routing between sites. This link is made by what is called a dial-peer which identifies specific destination extensions and directs them to another CUCME server in much the same way a routing table works for IP traffic. We must also identify what extension numbers to direct to the other server, something done with a destination-pattern. Examine the dial-peer configuration given for RouterA-1 below and then enter it into RouterA-1.
RouterA-1(config)# dial-peer voice 1 voip RouterA-1(config-dial-peer)# destination-pattern 5... RouterA-1(config-dial-peer)# session target ipv4:10.0.0.2 This will identify all extensions which start with a 5 followed by three other digits and direct them to the CUCME server running on RouterB-1. Make the appropriate changes to this configuration and then apply it to RouterB-1 to allow the VoIP devices at site B to call site A as well. Test your configuration by calling from site A to site B and from site B to site A.
Lab Feedback:
This lab was developed as part of the Cisco Networking Academy Community VoIP initiative by Dr. Ben Franske <[email protected]> at Inver Hills Community College. Feedback is appreciated! If you have difficulty understanding this lab, find an error or problem with the lab, or have a suggestion for improving it please let us know.
v1.1 Developed for the Cisco Networking Academy Community by Dr. Ben Franske, Inver Hills Community College
Page 5 of 5