Page 2 - Lab 2.1.1a Basic Setup for the CME Router with Switch Module; Objectives; Configure a switch in preparation for CME; Equipment Requirements; Cisco CallManager Express (CME) capable router with switch module
2 - 165 IP Telephony v1.0 Lab 2.1.1a Copyright © 2005, Cisco Systems, Inc. Lab 2.1.1a Basic Setup for the CME Router with Switch Module Objectives • Configure a Cisco router in preparation for CallManager Express (CME) • Configure a switch in preparation for CME Equipment Requirements • Cisco CallMa...
Page 3 - Step 1 Assign a Pod Number; delete; Step 3 Basic CME Router Configuration; hostname CMERouterX; cisco
3 - 165 IP Telephony v1.0 Lab 2.1.1a Copyright © 2005, Cisco Systems, Inc. Step 1 Assign a Pod Number a. Ask the instructor to assign a pod number to the lab group. What pod number was the group assigned? ____________________ Step 2 Erasing Configuration and VLANs from the Router a. The router with ...
Page 4 - interface vlan 1; CMERouterX
4 - 165 IP Telephony v1.0 Lab 2.1.1a Copyright © 2005, Cisco Systems, Inc. g. Create two VLANs—one for the voice VLAN and one for the data VLAN. VLAN 1, the management VLAN, is already created. Note that the X shown in the command is the pod number. CMERouterX# vlan database CMERouterX(vlan)# vlan X...
Page 5 - Step 4 Configure the Router Switch Ports; slot; Step 5 Verify VLAN Configuration
5 - 165 IP Telephony v1.0 Lab 2.1.1a Copyright © 2005, Cisco Systems, Inc. Step 4 Configure the Router Switch Ports a. Verify the slot into which the router switch four port module inserts by (1) viewing the router and (2) using the show diag command. Look for the words 4 Port FE Switch. CMERouterX#...
Page 6 - show; is the switch port; switchport; d. What is the status of the switch port (shown as; command can be used to verify trunk operations.; show interfaces trunk; The native VLAN is the
6 - 165 IP Telephony v1.0 Lab 2.1.1a Copyright © 2005, Cisco Systems, Inc. c. From privileged mode verify the port is properly configured as a trunk port by using the show interfaces slot/port-adapter/port switchport command (where interface-id is the switch port used to connect to the router). CMER...
Page 7 - Step 6 Save the Router Configuration; a. Save the router configuration by typing the following command:
7 - 165 IP Telephony v1.0 Lab 2.1.1a Copyright © 2005, Cisco Systems, Inc. Step 6 Save the Router Configuration a. Save the router configuration by typing the following command: CMERouterX# copy running-config startup-config Note: Save the router configuration to a text file as well. These configura...
Page 8 - a. The pod number depends on what the instructor assigned.
8 - 165 IP Telephony v1.0 Lab 2.1.1a Copyright © 2005, Cisco Systems, Inc. Answers to 2.1.1a lab 1a. The pod number depends on what the instructor assigned. 3m. 10. X 0.0.1 (Pod1 is 10.1.0.1; Pod2 is 10.2.0.1, etc.) 4b. Depends on the router being used 4d. Usually this answer will be something simil...
Page 9 - Lab 2.1.1b Basic Setup for the CME Router and Switch; Identify the DHCP configuration commands; Cisco CallManager Express (CME) capable router; a. Ask the instructor to assign a pod number to the lab group.
9 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. Lab 2.1.1b Basic Setup for the CME Router and Switch Objectives • Configure a Cisco router in preparation for CallManager Express (CME) • Identify the DHCP configuration commands • Configure a switch in preparation for CME Eq...
Page 10 - Step 2 Basic CME Router Configuration
10 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. Step 2 Basic CME Router Configuration a. Connect to the console port of a Cisco CallManager Express router and power it on. If the router has a configuration already on it, erase the router and reload it. b. Enter privilege ...
Page 11 - encapsulation dot1q X0; command; encapsulation dot1q X5
11 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. j. Configure the management VLAN subinterface with an IP address appropriate for the management VLAN. From the subinterface configuration mode, enter the IP address for the management VLAN based on the information found in I...
Page 12 - network; show ip interface brief; Step 3 Erasing the CME Switch; Step 4 Examine the current switch configuration
12 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. r. Configure the EIGRP routing protocol by using the router eigrp 100 command to start an EIGRP process with an autonomous system number of 100. Then enter the command network 10.0.0.0 , which enables and advertises EIGRP up...
Page 13 - Step 5 Assign a name to the switch; hostname CMESwitchX; Step 6 Examine the current running configuration; Step 8 Set the command mode password; enable secret; password; Step 9 Configure Layer 3 access to the switch
13 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. Step 5 Assign a name to the switch a. Enter privilege mode and then configuration mode. Use the hostname CMESwitchX command (where X is the pod number) to name the switch. Throughout the rest of the lab, use IP Telephony Tab...
Page 14 - c. Set the default gateway for the switch to; Step 10 Verify and activate the management VLANs settings; a. Verify the interface settings on VLAN 1 as follows:; no shutdown; Step 11 Save the configuration
14 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. c. Set the default gateway for the switch to 10.X.0.1 (where X is the pod number). CMESwitchX(config)# ip default-gateway 10.X.0.1 d. What is the purpose of putting a default gateway on a switch? (Be specific.) _____________...
Page 15 - show interfaces fastethernet 0/1 switchport; Step 13 Test connectivity across the trunk
15 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. e. Besides trunking, what are the other modes for which a switch port can be configured? _____________________________________________________________________________ f. From enable mode verify the port is properly configure...
Page 16 - Step 14 Create VLANs on the switch
16 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. Step 14 Create VLANs on the switch a. Manually create the data and voice VLANs in the VLAN database. The X in the VLAN number is the pod number. CMESwitchX# vlan database CMESwitchX(vlan)# vlan X0 CMESwitchX(vlan)# vlan X5 C...
Page 17 - f. Save the switch configuration by typing the following command:
17 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. f. Save the switch configuration by typing the following command: CMESwitchX# copy running-config startup-config Note: Save the router and switch configurations to a text file as well. These configurations will be required i...
Page 18 - from the switch command prompt; down
18 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. Answers to 2.1.1b lab 1a. The pod number depends on what the instructor assigned. 2h. The interfaces on the router depends on the router model and physical configuration being used by the student. 2j. 10.X.0.1 (Pod1 is 10.1....
Page 19 - 2k. all of the VLANs
19 - 165 IP Telephony v1.0 Lab 2.1.1b Copyright © 2005, Cisco Systems, Inc. 12k. all of the VLANs 12m. If this command can be done, it is the port that the student is using to connect to the router, port 1. 12n. VLAN X0 (where X is the pod number) 12o. 1-4094 (all of them) 12p. VLAN 1 13b. Yes
Page 20 - Lab 2.1.2 Installing Cisco CME Software; Objective; Install Cisco CallManager Express (CME) software on the router
20 - 165 IP Telephony v1.0 Lab 2.1.2 Copyright © 2005, Cisco Systems, Inc. Lab 2.1.2 Installing Cisco CME Software Objective • Install Cisco CallManager Express (CME) software on the router Equipment Requirements • Cisco CallManager Express (CME) capable router • Cisco router IOS version that suppor...
Page 21 - Step 1 Configure the TFTP server; Enter the IOS filename. It is best to copy and; Address or name of remote host
21 - 165 IP Telephony v1.0 Lab 2.1.2 Copyright © 2005, Cisco Systems, Inc. Step 1 Configure the TFTP server Note: If the router has multiple Ethernet interfaces use the lowest numbered interface. For example, if there are two Ethernet interface, 0 and 1, then 0 should be used. a. Ensure the computer...
Page 22 - show flash
22 - 165 IP Telephony v1.0 Lab 2.1.2 Copyright © 2005, Cisco Systems, Inc. c. Use the show flash command to verify that the IOS file is present in flash memory. CMERouterX# show flash For example: -#- --length-- -----date/time------ path 1 24119024 Mar 24 2005 22:17:00 +00:00 c2800nm-ipvoice-mz.123-...
Page 24 - Lab 2.1.3 Connecting the IP Phone to a Switch; Connect an IP phone to a switch and provide power to it; Two Cisco IP phones
24 - 165 IP Telephony v1.0 Lab 2.1.3 Copyright © 2005, Cisco Systems, Inc. Lab 2.1.3 Connecting the IP Phone to a Switch Objective • Connect an IP phone to a switch and provide power to it Equipment Requirements • Inline power capable switch or non-inline power switch with power injectors • Two Cisc...
Page 25 - Step 1 Understanding the two types of switches; Note: If an inline power switch is not available, skip to Step 3.
25 - 165 IP Telephony v1.0 Lab 2.1.3 Copyright © 2005, Cisco Systems, Inc. Step 1 Understanding the two types of switches a. There are two types of switches that can be used with Cisco IP phones: (1) an inline power switch and (2) a non-inline power switch. A switch that can provide power to another...
Page 27 - Device to the IP phone port labeled 10/100 SW.
27 - 165 IP Telephony v1.0 Lab 2.1.3 Copyright © 2005, Cisco Systems, Inc. The port on the left labeled 10/100BaseTX to Device is used to connect to the IP phone (via a straight-through cable).The port on the right labeled 10/100BaseTX to Network is used to connect to a non-inline power switch such ...
Page 29 - Lab 2.1.4 Resetting a 7900 Series Cisco IP Phone to Factory Defaults; Erase the current configuration from an IP phone; Cisco IP Phone 79xx series; Step 1 Provide power to the switch
29 - 165 IP Telephony v1.0 Lab 2.1.4 Copyright © 2005, Cisco Systems, Inc. Lab 2.1.4 Resetting a 7900 Series Cisco IP Phone to Factory Defaults Objective • Erase the current configuration from an IP phone Equipment Requirements • Cisco IP Phone 79xx series • Inline power capable switch or non-inline...
Page 30 - Step 2 Reset the Cisco IP phone; Settings
30 - 165 IP Telephony v1.0 Lab 2.1.4 Copyright © 2005, Cisco Systems, Inc. d. What is an advantage of using an in-line power switch? ________________________________ _____________________________________________________________________________ Step 2 Reset the Cisco IP phone a. On the IP phone press...
Page 31 - c. Depends on the equipment available in the classroom.
31 - 165 IP Telephony v1.0 Lab 2.1.4 Copyright © 2005, Cisco Systems, Inc. Answers to 2.1.4 lab 1c. Depends on the equipment available in the classroom. 1d. An inline power switch can provide power to remote devices such as an IP phone through an Ethernet cable. This saves power outlet in the office...
Page 32 - Configure two dual-line phones
32 - 165 IP Telephony v1.0 Lab 3.1.1 Copyright © 2005, Cisco Systems, Inc. Lab 3.1.1 CME Automated Phone Setup Objectives • Identify the basic steps to automatically configure Cisco CallManager Express (CME) • Configure two dual-line phones • Verify the IP phones register and calls can be placed bet...
Page 33 - telephony-service setup
33 - 165 IP Telephony v1.0 Lab 3.1.1 Copyright © 2005, Cisco Systems, Inc. Step 1 Configure Cisco IP Telephony Express using the Automated Method a. From privilege exec (EXEC) mode on the router, use the show running-config command and view the current configuration. Save or print a copy of the curr...
Page 34 - Enter; yes; Step 2 Confirm Correct Setup of CME
34 - 165 IP Telephony v1.0 Lab 3.1.1 Copyright © 2005, Cisco Systems, Inc. o. Refer to the Table 2 IP Telephony Dial Plan (back of lab manual) to find the appropriate first extension number. Use the first column in the table to locate the pod being used. The second column lists extension numbers. Fr...
Page 35 - Step 3 Review Changes to the Running Configuration; show running-config; Step 4 Connect a PC to the IP phone port
35 - 165 IP Telephony v1.0 Lab 3.1.1 Copyright © 2005, Cisco Systems, Inc. Step 3 Review Changes to the Running Configuration a. From privilege exec (EXEC) mode, enter the show running-config command and view the changes made in the configuration. Pay particular attention to the telephony-service se...
Page 36 - Step 5 Reload Router; configuration to a text file that can be used later.; NOT
36 - 165 IP Telephony v1.0 Lab 3.1.1 Copyright © 2005, Cisco Systems, Inc. Step 5 Reload Router a. Do NOT save the router configuration. However, it is recommended that you copy the current configuration to a text file that can be used later. b. Reload the router so that a manual configuration can b...
Page 37 - d. Student dependent; ip dhcp pool ITS
37 - 165 IP Telephony v1.0 Lab 3.1.1 Copyright © 2005, Cisco Systems, Inc. Answers to 3.1.1 lab 1d. Student dependent 1q. Pod dependent 1s. Pod dependent 3b. ip dhcp pool ITS network 10.15.0.0 255.255.255.0 option 150 ip 10.15.0.1 default-router 10.15.0.1 ! tftp-server flash:P00303020214.bin (perhap...
Page 38 - ephone 1
38 - 165 IP Telephony v1.0 Lab 3.1.1 Copyright © 2005, Cisco Systems, Inc. call-forward busy 6001 call-forward noan 6001 timeout 18 ! ephone-dn 4 dual-line number 5003 call-forward busy 6001 call-forward noan 6001 timeout 18 ! ephone 1 mac-address 0013.C43B.4999 type 7940 button 1:1 ! ephone 2 mac-a...
Page 39 - Configure IP Phones using the manual configuration process; Workstation with an Ethernet 10/100 NIC installed
39 - 165 IP Telephony v1.0 Lab 3.1.2 Copyright © 2005, Cisco Systems, Inc. Lab 3.1.2 CME Manual Phone Setup Objective • Configure IP Phones using the manual configuration process Equipment Requirements • Cisco CallManager Express (CME) capable router with specific files for IP phone (basic CME .tar ...
Page 40 - Step 1 Verify if the Telephony Service is Running; begin; Step 2 Configure DHCP for the IP Phones; ip dhcp pool CMEVoiceX; Step 3 Verify and Configure Firmware
40 - 165 IP Telephony v1.0 Lab 3.1.2 Copyright © 2005, Cisco Systems, Inc. Step 1 Verify if the Telephony Service is Running a. If necessary, put the basic configuration from 3.1.1 on the router and switch. b. Ensure that NO phones are connected to the switch at this time. c. Access the Cisco CallMa...
Page 41 - archive tar; Step 4 Basic Phone Configuration
41 - 165 IP Telephony v1.0 Lab 3.1.2 Copyright © 2005, Cisco Systems, Inc. Note: The .tar file must match the IOS version on the CME router. The file must be extracted and uploaded to the router Flash memory from a TFTP server. Copy the .tar file into the appropriate TFTP server folder. From privile...
Page 42 - without; load; load model filename
42 - 165 IP Telephony v1.0 Lab 3.1.2 Copyright © 2005, Cisco Systems, Inc. CMERouterX(config-telephony)# max-dn ? _________________________________________________________________ g. Use the max-dn command to configure the maximum number of directory numbers to 20, as this will be sufficient for the...
Page 43 - keepalive
43 - 165 IP Telephony v1.0 Lab 3.1.2 Copyright © 2005, Cisco Systems, Inc. j. Use the create cnf-files command to build XML configuration files that will be used by the phones during the boot process. CMERouterX(config-telephony)# create cnf-files k. What message(s) did the router display when the c...
Page 44 - name Ray Hampton; name firstname lastname; exit
44 - 165 IP Telephony v1.0 Lab 3.1.2 Copyright © 2005, Cisco Systems, Inc. r. Add an ephone-dn for the first line appearance on the first phone in the pod by entering the ephone-dn 1 dual-line command. The dual-line parameter defines the type of ephone-dn is being created. CMERouterX(config)# ephone...
Page 45 - button; Step 5 Verify Phone Registration; debug ephone register; b. Plug in the IP phone with MAC address configured previously.; debug; to turn off all debugging.; undebug all
45 - 165 IP Telephony v1.0 Lab 3.1.2 Copyright © 2005, Cisco Systems, Inc. w. The button command is used to define properties to the buttons located to the right of the IP phone’s LCD. The button command has a number that follows it with the number 1 representing the top button on the IP phone. The ...
Page 46 - model and IOS version.
46 - 165 IP Telephony v1.0 Lab 3.1.2 Copyright © 2005, Cisco Systems, Inc. Answers to 3.1.2 lab 3b. Answers will vary according to IOS version, but common answers will be similar to the following: P00303020214.bin and P00305000301.bin. 4d. 52 (2821 with 12.3.11T); 30 (1760 with 12.3(8)T3. Note that ...
Page 47 - Lab 3.1.3 CME Partially Automated Phone Setup; Configure an IP phone using the partially automated process
47 - 165 IP Telephony v1.0 Lab 3.1.3 Copyright © 2005, Cisco Systems, Inc. Lab 3.1.3 CME Partially Automated Phone Setup Objective • Configure an IP phone using the partially automated process Equipment Requirements • Cisco CallManager Express (CME) capable router with .tar configuration files alrea...
Page 48 - Step 1 Add a Second IP Phone by using the Auto Assign Method; auto assign 2 to 2 type ?; Step 2 Connect an IP Phone
48 - 165 IP Telephony v1.0 Lab 3.1.3 Copyright © 2005, Cisco Systems, Inc. Step 1 Add a Second IP Phone by using the Auto Assign Method a. Ensure the second IP phone is not connected to the switch. Add a second ephone-dn by using the ephone-dn 2 dual-line command. CMERouterX(config)# ephone-dn 2 dua...
Page 49 - k. If the second IP phone rings, save your configuration by using the
49 - 165 IP Telephony v1.0 Lab 3.1.3 Copyright © 2005, Cisco Systems, Inc. j. Lift the handset of the first IP phone and dial the other IP phone by pressing the four digit identifier of the second phone. This number is located in the upper right display of the second phone. k. If the second IP phone...
Page 51 - Configure a router FXS port for an analog phone; Cisco CallManager Express (CME) capable router with a FXS port
51 - 165 IP Telephony v1.0 Lab 4.1.1 Copyright © 2005, Cisco Systems, Inc. Lab 4.1.1 Configuring a FXS Port Objective • Configure a router FXS port for an analog phone Equipment Requirements • Cisco CallManager Express (CME) capable router with a FXS port • Inline power capable switch or non-inline ...
Page 52 - Step 1 Verify FXS interface; show hardware; Step 2 Connect Analog Phone
52 - 165 IP Telephony v1.0 Lab 4.1.1 Copyright © 2005, Cisco Systems, Inc. Step 1 Verify FXS interface a. Power on the router and switch. b. Connect the IP phones. Test them by calling from one phone to another. c. Use the show hardware privileged mode command to verify a FXS interface is installed ...
Page 53 - dial-peer voice 1 pots; destination-pattern number
53 - 165 IP Telephony v1.0 Lab 4.1.1 Copyright © 2005, Cisco Systems, Inc. b. Access global configuration mode on the router and configure the FXS port for connectivity. The first step is to configure a dial-peer for POTS connectivity. CMERouterX(config)# dial-peer voice 1 pots c. The destination-pa...
Page 54 - d. The answer is router dependent, but the common answer is 2.
54 - 165 IP Telephony v1.0 Lab 4.1.1 Copyright © 2005, Cisco Systems, Inc. Answers to Lab 4.1.1 1d. The answer is router dependent, but the common answer is 2. 1f. The answer is router dependent. 1h. The answer is router model dependent. 1j. Dormant 1k. Up 1m. No. 2g. Pod dependent: Pod 1 5555028; P...
Page 55 - Configure a router FXO port for an analog phone; Cisco CallManager Express (CME) capable router with a FXO port
55 - 165 IP Telephony v1.0 Lab 4.1.2 Copyright © 2005, Cisco Systems, Inc. Lab 4.1.2 Configuring a FXO Port Objective • Configure a router FXO port for an analog phone Equipment Requirements • Cisco CallManager Express (CME) capable router with a FXO port • Inline power capable switch or non-inline ...
Page 56 - Step 1 Configure the FXO Port; ring number 2; Step 2 Configure the Dial Peer; dial-peer voice 5 pots
56 - 165 IP Telephony v1.0 Lab 4.1.2 Copyright © 2005, Cisco Systems, Inc. Step 1 Configure the FXO Port a. Connect a RJ-11 phone cable from the lowest numbered FXO port on the router to a port on the Adtran Octal FXS card. b. What port on the Adtran was used to connect the FX0 router port? ________...
Page 57 - h. From enable mode on the router, debug the dial peer information.; debug voice dialpeer all; i. While viewing the
57 - 165 IP Telephony v1.0 Lab 4.1.2 Copyright © 2005, Cisco Systems, Inc. f. From the analog phone attached to router FXS port, dial the number associated with the analog phone attached to the Adtran. The phone numbers used on the Adtran Octal FXS ports are as follows: port 1 phone number is 555-60...
Page 58 - b. Student’s choice
58 - 165 IP Telephony v1.0 Lab 4.1.2 Copyright © 2005, Cisco Systems, Inc. Answers to Lab 4.1.2 1b. Student’s choice 1e. Router model dependent. An example on a 2811 router is 0/2/0. 2g. Yes 2i. List of Matched Outgoing Dial-peer(s): 1: Dial-peer Tag=5 2l. Yes
Page 59 - Lab 4.1.3 Configuring PRI Interface and DID
59 - 165 IP Telephony v1.0 Lab 4.1.3 Copyright © 2005, Cisco Systems, Inc. Lab 4.1.3 Configuring PRI Interface and DID Objective • Configure a router POTS and PRI interface Equipment Requirements • Cisco CallManager Express (CME) capable router with a T1 PRI port • Inline power capable switch or non...
Page 60 - Step 1 Locate the T1 Port on the CME Router
60 - 165 IP Telephony v1.0 Lab 4.1.3 Copyright © 2005, Cisco Systems, Inc. This lab relies on labs 2.1.1, 2.1.2, 3.1.1, and 4.1.1, being successfully completed and loaded. In this lab the ACME.com Company has decided that the analog connection to the PSTN is not sufficient and, as a result, a PRI wi...
Page 61 - Step 2 Configure the ISDN Switch Type; network-clock-participate wic slot number; framing esf
61 - 165 IP Telephony v1.0 Lab 4.1.3 Copyright © 2005, Cisco Systems, Inc. Step 2 Configure the ISDN Switch Type a. From global configuration mode, use the command isdn switch-type primary-ni to set the PRI switch type. Note that this type must be the same one being used by the provider. In this lab...
Page 62 - show isdn status; Step 4 Configure the Dial-Peer to Call the Analog Phone; not; dial-peer voice 2 pots
62 - 165 IP Telephony v1.0 Lab 4.1.3 Copyright © 2005, Cisco Systems, Inc. j. Use the command show isdn status and verify that Layer 1 is ACTIVE, and that Layer 2 shows MULTIPLE_FRAME_ESTABLISHED. CMERouterX# show isdn status k. Did the show isdn status command output show the proper states (ACTIVE ...
Page 63 - do show running config; dial-peer voice 3 pots; incoming called-number number; incoming called-number 5555...
63 - 165 IP Telephony v1.0 Lab 4.1.3 Copyright © 2005, Cisco Systems, Inc. pattern. For example, the command destination-pattern 555[4,6]… directs the router to send a call starting with 5554XXX or 5556XXX out the specified port. The numbers in the brackets mean either a 4 or a 6. The three periods ...
Page 64 - the
64 - 165 IP Telephony v1.0 Lab 4.1.3 Copyright © 2005, Cisco Systems, Inc. f. Use the port X/X/X:23 command to apply the dial peer to a specific interface. This command allows calls that come in from the previously defined numbers (5555xxx) to be allowed through a particular router port. An example ...
Page 65 - d. Router model dependent, but the normal answer will be 1.
65 - 165 IP Telephony v1.0 Lab 4.1.3 Copyright © 2005, Cisco Systems, Inc. Answers to Lab 4.1.3 1b. Hardware dependent, but the module is normally inserted into slot 1. 1d. Yes and how it lists is router dependent. An example is controller T1 1/0/0 2b. Other types include the following: primary-4ess...
Page 66 - Configure the VoIP dial peers across a WAN link.; Adtran
66 - 165 IP Telephony v1.0 Lab 4.1.4 Copyright © 2005, Cisco Systems, Inc. Lab 4.1.4 Configuring VoIP Dial-Peers Across a WAN Link Objective • Configure the VoIP dial peers across a WAN link. Equipment Requirements • Two Cisco CallManager Express (CME) capable routers with a serial port • Two inline...
Page 67 - Step 1 Configure the Serial Interface; the lowest pod number; encapsulation hdlc; dial-peer voice 6 voip
67 - 165 IP Telephony v1.0 Lab 4.1.4 Copyright © 2005, Cisco Systems, Inc. Step 1 Configure the Serial Interface a. In this lab, Pod 1 and Pod 2 will partner, and Pod 3 and Pod 4 will partner. b. Ensure that a serial cable connects from the lowest serial interface on the lowest pod number router ter...
Page 68 - destination-pattern digits; codec; . This codec will be used by any call that matches this dial peer.; Step 3 Test the Configuration; or question mark; Step 4 Reconfigure the Codec; voice 6 voip
68 - 165 IP Telephony v1.0 Lab 4.1.4 Copyright © 2005, Cisco Systems, Inc. b. Associate a pattern to the dial peer by using the global configuration mode command destination-pattern digits . Refer to Table 2 for the destination patterns being used. Depending on the pod number, use one of the followi...
Page 69 - entering the command; the four digit extensions.
69 - 165 IP Telephony v1.0 Lab 4.1.4 Copyright © 2005, Cisco Systems, Inc. b. The G729 codec uses an 8kbps data rate. Reconfigure the codec to use the G729 codec by entering the command codec g729br8 . CMERouterX(config-dial-peer)# codec g729br8 c. Coordinate with the partner pod to place two simult...
Page 70 - n. Unknown number is the message that displays.
70 - 165 IP Telephony v1.0 Lab 4.1.4 Copyright © 2005, Cisco Systems, Inc. Answers to Lab 4.1.4 1d. Hardware dependent, but common answers include serial 0/0 or serial 0/1/0. 1m. No the call did not complete because a dial peer has not been defined. 1n. Unknown number is the message that displays. 3...
Page 71 - Lab 4.1.5 Configuring Class of Restriction; Configure Class of Service on the IP telephony network.
71 - 165 IP Telephony v1.0 Lab 4.1.5 Copyright © 2005, Cisco Systems, Inc. Lab 4.1.5 Configuring Class of Restriction Objective • Configure Class of Service on the IP telephony network. Equipment Requirements • Two Cisco CallManager Express (CME) capable routers with a serial and PRI ports • Two inl...
Page 72 - Step 1 Configure Class of Restriction
72 - 165 IP Telephony v1.0 Lab 4.1.5 Copyright © 2005, Cisco Systems, Inc. • Configure the lowest numbered IP phone to be able to call over the WAN, but not over the PSTN • Configure the highest numbered IP phone to be able to call to any destination that the router can call • The analog phone shoul...
Page 73 - Step 2 Apply Class of Restriction to a Dial Peer
73 - 165 IP Telephony v1.0 Lab 4.1.5 Copyright © 2005, Cisco Systems, Inc. m. Type exit to go to global configuration mode. Define a COR list by using the command dial-peer cor list Type1 . CMERouterX(config)# dial-peer cor list Type1 n. Put a member in the COR list with the command member WAN . CME...
Page 74 - cor incoming Type1; to go to global configuration mode. Enter; to enter dial peer; k. Assign an outbound COR list to the dial peer with the command; cor incoming Type2; n. When the test is successful, reload the router making sure you do
74 - 165 IP Telephony v1.0 Lab 4.1.5 Copyright © 2005, Cisco Systems, Inc. i. In ephone-dn mode, enter the command cor incoming Type1 . CMERouterX(config-ephone-dn)# cor incoming Type1 j. Type exit to go to global configuration mode. Enter dial-peer voice 1 pots to enter dial peer configuration mode...
Page 75 - c. Student’s opinion
75 - 165 IP Telephony v1.0 Lab 4.1.5 Copyright © 2005, Cisco Systems, Inc. Answers to 4.1.5 lab 2c. Student’s opinion 2m. Yes
Page 76 - Lab 5.1.1 Configure GUI for System Administrator; Configure and use the GUI system administrator interface
76 - 165 IP Telephony v1.0 Lab 5.1.1 Copyright © 2005, Cisco Systems, Inc. Lab 5.1.1 Configure GUI for System Administrator Objective • Configure and use the GUI system administrator interface Equipment Requirements • Cisco CallManager Express (CME) capable router • Appropriate .tar file loaded on t...
Page 77 - Step 1 Configure the GUI interface for the System Administrator
77 - 165 IP Telephony v1.0 Lab 5.1.1 Copyright © 2005, Cisco Systems, Inc. • Enable the GUI on the CallManager Express router using files located on the TFTP server • Create a username and password • Use the GUI to create an ephone-dn and assign it to one of the two IP phones • Use the GUI to add a ...
Page 78 - Step 2 Configure the GUI interface for the System Administrator
78 - 165 IP Telephony v1.0 Lab 5.1.1 Copyright © 2005, Cisco Systems, Inc. extracting ephone_admin.html (6146 bytes)! extracting logohome.gif (4658 bytes)! extracting normal_user.html (3724 bytes)! extracting normal_user.js (76732 bytes)!!!!!!!!!!!!!!! extracting sxiconad.gif (843 bytes)! extracting...
Page 79 - Step 3 Configure a speed dial using the GUI; other
79 - 165 IP Telephony v1.0 Lab 5.1.1 Copyright © 2005, Cisco Systems, Inc. Step 3 Configure a speed dial using the GUI a. Ensure the PC that will be used to access the CME GUI either (1) connects to a switch port that has been configured for the data VLAN or (2) connects to the 10/100 PC port on one...
Page 80 - Step 4 Configure system time using the GUI
80 - 165 IP Telephony v1.0 Lab 5.1.1 Copyright © 2005, Cisco Systems, Inc. o. What feedback is received as a result of clicking the OK button? _______________________ p. In the message that appears on the screen, click the OK button to clear the message. q. Look at the IP phone that was being change...
Page 81 - web admin system
81 - 165 IP Telephony v1.0 Lab 5.1.1 Copyright © 2005, Cisco Systems, Inc. Answers to 5.1.1 Lab 1b. Yes 1d. Yes 3c. Student dependent, but it should be 10.X0.0.X (where the first X is the pod number and the second X is a number other than 1 or 4—these are used by the router and the switch). 3e. No, ...
Page 82 - Lab 5.1.2 Configure GUI for Customer Administrator
82 - 165 IP Telephony v1.0 Lab 5.1.2 Copyright © 2005, Cisco Systems, Inc. Lab 5.1.2 Configure GUI for Customer Administrator Objective • Configure and use the GUI interface for the customer administrator Equipment Requirements • Cisco CallManager Express (CME) capable router • Inline power capable ...
Page 83 - Step 2 Review Changes to the Configuration
83 - 165 IP Telephony v1.0 Lab 5.1.2 Copyright © 2005, Cisco Systems, Inc. • Create credentials of ACMEcust with a password of cisco • Copy the XML file using a TFTP server • Examine the context of the XML file Step 1 Configure a Phone using the GUI interface for the Customer Administrator a. Ensure...
Page 84 - ACMEadmin; Step 4 Download XML Template; web customize load filename.xml
84 - 165 IP Telephony v1.0 Lab 5.1.2 Copyright © 2005, Cisco Systems, Inc. f. When prompted for a username and password, use the System Administrator account ( ACMEadmin for the username and cisco for the password). g. How many System Parameters can be changed using the System Administrator account?...
Page 86 - EFriend
86 - 165 IP Telephony v1.0 Lab 5.1.3 Copyright © 2005, Cisco Systems, Inc. Lab 5.1.3 Configure GUI for Phone User Objective • Configure and use the GUI for the Phone User Equipment Requirements • Cisco CallManager Express (CME) capable router • Inline power capable switch or non-inline power switch ...
Page 87 - Step 1 Configure a Phone using the GUI for the Phone User; ephone 2
87 - 165 IP Telephony v1.0 Lab 5.1.3 Copyright © 2005, Cisco Systems, Inc. • Configure a user named KHampton and a password of cisco for the IP phone with a sequence number of 2 from the CLI • Open the GUI and log in as one of the user accounts created Step 1 Configure a Phone using the GUI for the ...
Page 88 - n. Open a Web browser and use the URL; account and a password of
88 - 165 IP Telephony v1.0 Lab 5.1.3 Copyright © 2005, Cisco Systems, Inc. m. Save the router changes. CMERouterX# copy running-config startup-config n. Open a Web browser and use the URL http://10.X0.0.1/ccme.html (where X is the pod number). Authenticate with the EFriend account and a password of ...
Page 90 - Lab 5.1.4 Configuring Call Transfer and Call Forward; Transfer calls and set up call forwarding
90 - 165 IP Telephony v1.0 Lab 5.1.4 Copyright © 2005, Cisco Systems, Inc. Lab 5.1.4 Configuring Call Transfer and Call Forward Objective • Transfer calls and set up call forwarding Equipment Requirements • Cisco CallManager Express (CME) capable router • Inline power capable switch or non-inline po...
Page 91 - Step 1 Configure Call Transfer and Call Forward
91 - 165 IP Telephony v1.0 Lab 5.1.4 Copyright © 2005, Cisco Systems, Inc. • Configure consultative transfer • Use the IP phone to configure call forward to the other IP phone • Restrict the ability to forward calls from the IP phone using IOS commands Step 1 Configure Call Transfer and Call Forward...
Page 92 - Step 2 Examining Call Forward Features
92 - 165 IP Telephony v1.0 Lab 5.1.4 Copyright © 2005, Cisco Systems, Inc. k. What message appears when all calls have been forwarded to another IP phone? ____________________________________________________________________________ l. From the analog phone, call the number of the second IP phone. Th...
Page 93 - e. Either X000 or X0001 depending on the pod and configuration.
93 - 165 IP Telephony v1.0 Lab 5.1.4 Copyright © 2005, Cisco Systems, Inc. Answers to 5.1.4 Lab 1b. Yes 1d. Yes 1e. Student’s own reasoning, but blind transfer is that the phone where the call is being transferred to cannot tell the phone number that transferred the call. Only the originating number...
Page 94 - Configure the Call Park option
94 - 165 IP Telephony v1.0 Lab 5.1.5 Copyright © 2005, Cisco Systems, Inc. Lab 5.1.5 Configuring Call Park Objective • Configure the Call Park option Equipment Requirements • Cisco CallManager Express (CME) capable router • Inline power capable switch or non-inline power switch with power injectors ...
Page 95 - park-slot timeout 10 limit 3
95 - 165 IP Telephony v1.0 Lab 5.1.5 Copyright © 2005, Cisco Systems, Inc. • Configure the ability to park a call at the extension X800 (where X is the pod number) • Configure the system to send a reminder after 10 seconds and to repeat this three times • Retrieve a parked call from a different IP p...
Page 97 - to up
97 - 165 IP Telephony v1.0 Lab 5.1.5 Copyright © 2005, Cisco Systems, Inc. Answers to 5.1.5 Lab 1b. May 24 15:10:36.824: %LINK-3-UPDOWN: Interface ephone_dsp DN 11.1, changed state to up 1e. 18.2 hours (65,535 seconds) 1i. The analog phone beeps three times and the IP phone rings again. 1j. The phon...
Page 98 - Lab 5.1.6 Customize the IP Phone Display; Customize the IP Phone Display
98 - 165 IP Telephony v1.0 Lab 5.1.6 Copyright © 2005, Cisco Systems, Inc. Lab 5.1.6 Customize the IP Phone Display Objective • Customize the IP Phone Display Equipment Requirements • Cisco CallManager Express (CME) capable router • Inline power capable switch or non-inline power switch with power i...
Page 99 - Step 1 Customize the IP Phone Display; description Phone1; DIDnumber
99 - 165 IP Telephony v1.0 Lab 5.1.6 Copyright © 2005, Cisco Systems, Inc. • Configure the top line of the two IP phones • Configure the system message on the IP phone using the CLI • Label the first line on the first IP phone with my line X000 (where X is the pod number) Step 1 Customize the IP Pho...
Page 100 - ACME Classroom
100 - 165 IP Telephony v1.0 Lab 5.1.6 Copyright © 2005, Cisco Systems, Inc. l. Reset both IP phones by pressing * * # * * on the keypad, or by using the method shown in lab 2.1.2. Some IP phone firmware versions may require selecting the “Settings” button prior to pressing **#**. m. What visible cha...
Page 101 - m. The system message; appears
101 - 165 IP Telephony v1.0 Lab 5.1.6 Copyright © 2005, Cisco Systems, Inc. Answers to 5.1.6 Lab 1e. The message ACME Classroom appears at the bottom of the phone display. 1m. The system message ACME Classroom appears on the bottom of both IP phones. On the first IP phone, Phone1 appears at the top ...
Page 102 - Lab 5.1.7 Configure the Intercom Feature
102 - 165 IP Telephony v1.0 Lab 5.1.7 Copyright © 2005, Cisco Systems, Inc. Lab 5.1.7 Configure the Intercom Feature Objective • Configure an intercom between the two IP phones Equipment Requirements • Cisco CallManager Express (CME) capable router • Inline power capable switch or non-inline power s...
Page 103 - Step 1 Configure the Intercom
103 - 165 IP Telephony v1.0 Lab 5.1.7 Copyright © 2005, Cisco Systems, Inc. Step 1 Configure the Intercom a. Ensure the two IP phones can connect to one another before this lab begins. Troubleshoot as necessary. b. Access the CME router using the Web-based GUI configuration method. Login as the syst...
Page 104 - Step 2 Test the Intercom Configuration; command to view the changes.
104 - 165 IP Telephony v1.0 Lab 5.1.7 Copyright © 2005, Cisco Systems, Inc. Step 2 Test the Intercom Configuration a. Once the second IP phone has rebooted and the Intercom option appears beside one of the phone buttons on the second IP phone, press the button that corresponds to the word Intercom. ...
Page 105 - d. Student’s choice
105 - 165 IP Telephony v1.0 Lab 5.1.7 Copyright © 2005, Cisco Systems, Inc. Answers to 5.1.7 Lab 1d. Student’s choice 1h. Student’s choice 1n. The message Intercom appears beside a button on the phone. 2b. The first IP phone turns on its speaker and the spoken message is heard through the phone. 2e....
Page 106 - Lab 5.1.8 Configuring a Dialable Intercom; Configure an intercom that can be accessed from an outside line
106 - 165 IP Telephony v1.0 Lab 5.1.8 Copyright © 2005, Cisco Systems, Inc. Lab 5.1.8 Configuring a Dialable Intercom Objective • Configure an intercom that can be accessed from an outside line Equipment Requirements • Cisco CallManager Express (CME) capable router • Inline power capable switch or n...
Page 107 - Step 1 Configure the dialable intercom; menu option and select; Phones
107 - 165 IP Telephony v1.0 Lab 5.1.8 Copyright © 2005, Cisco Systems, Inc. • Configure a second intercom on the two IP phones • Test that the intercom works and that the analog phone can access the intercom Step 1 Configure the dialable intercom a. Ensure that the two IP phones can call one another...
Page 109 - c. Equipment dependent
109 - 165 IP Telephony v1.0 Lab 5.1.8 Copyright © 2005, Cisco Systems, Inc. Answers to 5.1.8 Lab 1c. Equipment dependent 1f. Equipment dependent 1i. Student dependent 1l. Student dependent 1o. Student dependent 1v. This is phone and router dependent, but a sample output lists below: ephone-dn 5 numb...
Page 110 - ephone 2
110 - 165 IP Telephony v1.0 Lab 5.1.8 Copyright © 2005, Cisco Systems, Inc. type 7960 button 1:7 2:6 ! ephone 2 username "KHampton" password cisco mac-address 0013.C43B.4999 type 7940 button 1:8 2:5
Page 112 - Step 1 Configure paging groups
112 - 165 IP Telephony v1.0 Lab 5.1.9 Copyright © 2005, Cisco Systems, Inc. • Configure one IP phone in the Sales paging group • Configure the other IP phone in the Technical Support paging group • Configure the emergency paging group to contain all sales and technical support phones • Test the pagi...
Page 113 - Step 2 Configure a combined group; name EmergencyAll
113 - 165 IP Telephony v1.0 Lab 5.1.9 Copyright © 2005, Cisco Systems, Inc. m. The paging function allows you to dial a number and talk to a group of IP phones. In this scenario, the X500 (where X is the pod number) represents Sales, which could be a group of Sales representatives that have IP phone...
Page 114 - k. From the privilege exec mode, use the command; service
114 - 165 IP Telephony v1.0 Lab 5.1.9 Copyright © 2005, Cisco Systems, Inc. k. From the privilege exec mode, use the command show running-config | begin telephony- service command to view the changes. CMERouterX# show running-config | begin telephony-service l. What settings changed under the ephone...
Page 118 - Step 1 Verify Connectivity and IP Phones; ping; Step 2 Configuring AutoQoS on Cisco IOS Routers
118 - 165 IP Telephony v1.0 Lab 7.1.1 Copyright © 2005, Cisco Systems, Inc. • Configure the command to implement AutoQoS for VoIP • Examine the results of implementing AutoQoS for VoIP Step 1 Verify Connectivity and IP Phones a. This lab requires that two pods be used and both pods are functional. E...
Page 119 - ip cef; command from global configuration mode to access the; module/port number that follows the; serial; parameter may be three digits separated by forward; interface serial; enabling AutoQoS. The following is a sample output.
119 - 165 IP Telephony v1.0 Lab 7.1.1 Copyright © 2005, Cisco Systems, Inc. Target IP address: < ip_address > Repeat count [5]: 1000 Datagram size [100]: 15000 Timeout in seconds [2]: <Enter> Extended commands [n]: <Enter> While the ping is occurring, place at least one phone call ...
Page 121 - d. Student’s opinion
121 - 165 IP Telephony v1.0 Lab 7.1.1 Copyright © 2005, Cisco Systems, Inc. Answers to 7.1.1 Lab 1b. Yes 1d. Student’s opinion 1f. Student’s opinion 2d. Student’s opinion 2f. CEF implements expedited IP look-up and forwarding algorithm to deliver maximum Layer 3 switching performance. 2h. The serial...
Page 122 - Case Study 1: Registering IP Phones with a remote Call; Place calls from IP Phones under R1 to IP Phones under R2; Scenario
122 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. Case Study 1: Registering IP Phones with a remote Call Manager Objectives • Place calls from IP Phones under R1 to IP Phones under R2 • Place calls from any IP Phone (under R1 and under R2) to the regular PSTN/POTS Phone...
Page 124 - Step 1 Basic Switch Configuration; configuration already on them, erase it and reload them.; Switch1# vlan database; switchport voice vlan; command) and to specify the; switchport native vlan
124 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. 1 1MFT-T1 card 1 NM-HDV Network Module; Appropriated cables and power supplies, Notes: - If using switch modules connected to the routers instead external 3550/3560 switches, check the “IPTX Appendix A - Using Switch Mod...
Page 125 - Switch2# vlan database; Step 2: Basic CME Router Configuration; Enter privilege exec mode.
125 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. headed to the PC will be be untagged (PC’s do not support tagged packets). Finally, configure the port connected to the Router as a trunk port. Switch1(config)# interface range fast0/5 – 10 Switch1(config-if-range)# swit...
Page 126 - Step 3 Voice CME Router Configuration; Preparing the Routers to handle the VLANs; command is used to provide the ip address of the TFTP server.
126 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. Step 3 Voice CME Router Configuration 3.1 Preparing the Routers to handle the VLANs Create and configure two sub-interfaces on the fastEthernet 0/0 of R1 and two sub-interfaces on the fastEthernet 0/0 of R2. They will be...
Page 127 - ip dhcp pool DATA; to enable; command to start a “configuration
127 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. On R2: R2(config)# ip dhcp pool DATA R2(dhcp-config)# network 10.20.0.0 255.255.255.0 R2(dhcp-config)# default-router 10.20.0.1 R2(config)# ip dhcp pool VOICE R2(dhcp-config)# network 10.25.0.0 255.255.255.0 R2(dhcp-conf...
Page 128 - pattern
128 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. The ip source-address command specifies the address and port used by the CME software. Create the phones configuration files on the flash memory by issuing the create cnf-files. Specify the format of the dial plan to be ...
Page 129 - Configuring the PSTN/POTS interface on the CME Router
129 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. R1(config)# ephone 1 R1(config-ephone)# mac-address xxxx.xxxx.xxxx R1(config-ephone)# type 7960 R1(config-ephone)# button 1:1 R1(config)# ephone 2 R1(config-ephone)# mac-address yyyy.yyyy.yyyy R1(config-ephone)# type 794...
Page 130 - translation-profile incoming DID; command specifies the
130 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. Note: The ADTRAN Atlas550 must be configured to forward calls to the PRI ports every time a 5555xxx number is dialed. Also, make sure you connected the CME Router’s PRI port to the right ADTRAN Atlas550 PRI port R1(confi...
Page 131 - port
131 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. The port command specifies which voice port will be used by the router to forward the calls to PSTN. Use the forward-digits command to specify how many digits, of the dialed number, will be forwarded, from left to the ri...
Page 132 - Step 5: Testing and Troubleshooting; command on R1, place a call from the PSTN to one of the; command can be used to make sure your ISDN connection is
132 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. Finally, connect a regular phone to the port 8 of the PSTN/POTS Module on ADTRAN Atlas550. The Atlas550 is configured to use the 555-600[1-8] numbers on the ports 1-8 of the PSTN/ POTS module. Connecting a regular phone ...
Page 133 - Total Allocated ISDN CCBs = 0; . This command allows you to; and then connect the IP; protocols; are very useful and powerful troubleshoot commands as well.
133 - 165 IP Telephony v1.0 Case Study 1: Copyright © 2005, Cisco Systems, Inc. r1#sh isdn status Global ISDN Switchtype = primary-ni ISDN Serial1/0/0:23 interface dsl 0, interface ISDN Switchtype = primary-ni Layer 1 Status: ACTIVE Layer 2 Status: TEI = 0, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_...
Page 142 - Add the networks in the routing protocol.
142 - 165 IP Telephony v1.0 SBA Version 1: Copyright © 2005, Cisco Systems, Inc. The PCs and IP Phones will need IP Addresses. Configure the DHCP Pools on both R1 and R2 routers so the routers will be able to teach IP information to PCs and IP Phones. On R1: R1(config)# ip dhcp pool DATA R1(dhcp-con...
Page 143 - Configuring the Telephony Service on the CME Router
143 - 165 IP Telephony v1.0 SBA Version 1: Copyright © 2005, Cisco Systems, Inc. 3.3 Configuring the Telephony Service on the CME Router On this scenario, R1 and R2 will be running the Cisco CME Software. The IP Phones connected at R1 will register on R1 and the IP Phones connected to R2 will regist...
Page 144 - command is used to; name; will be use to specify the phone; ephone; The; type
144 - 165 IP Telephony v1.0 SBA Version 1: Copyright © 2005, Cisco Systems, Inc. You will need to setup the ephone-dn’s and ephones on R1 in order for the voice service to work. From the configuration mode, create the ephone-dn’s. The ephone-dn command is used to create the ephone-dn. number, descri...
Page 146 - voice translation-rule; and; rule; will handle both the outgoing and incoming calls.
146 - 165 IP Telephony v1.0 SBA Version 1: Copyright © 2005, Cisco Systems, Inc. R1 will receive calls from the POTS system, so it is necessary to make it handle these calls. In the real world the dial plan used is E.64 but here we have created our own dial plan and configured it on the Atlas550. Th...
Page 148 - command can be very useful when troubleshooting
148 - 165 IP Telephony v1.0 SBA Version 1: Copyright © 2005, Cisco Systems, Inc. Some small but important changes must be made on R2 commands. It is necessary to change the dial-peer type. On R1 the pots dial-peer type was used but since R2 has no direct connection to the PSTN/POTS, all calls from R...
Page 153 - IP Telephony v1.0 Student Skills Based Assessment (SBA) Version 1; Topology
153 - 165 IP Telephony v1.0 SBA Version 1: Copyright © 2005, Cisco Systems, Inc. Student Name____________________________________________ Course/Class______________________ Date__________________ IP Telephony v1.0 Student Skills Based Assessment (SBA) Version 1 Topology The ACME.com Company is trans...
Page 154 - All tasks must be successfully completed.; Instructor Checklist
154 - 165 IP Telephony v1.0 SBA Version 1: Copyright © 2005, Cisco Systems, Inc. 1. Configure the router and switch network using a workable IP addressing scheme for data, voice and management networks. 2. Install and configure CallManager Express on the router. 3. Configure two Cisco IP telephony p...
Page 155 - IP Telephony v1.0 Student Skills Based Assessment (SBA) Version 2; Install and configure CallManager Express on the router.
155 - 165 IP Telephony v1.0 SBA Version 2: Copyright © 2005, Cisco Systems, Inc. Student Name____________________________________________ Course/Class______________________ Date__________________ IP Telephony v1.0 Student Skills Based Assessment (SBA) Version 2 Topology The ACME.com Company is trans...
Page 165 - Command Example
165 - 165 IP Telephony v1.0 Command List: Copyright © 2005, Cisco Systems, Inc. Command List: Command Example Description archive tar /xtract source destination Extracts the contents of a tar to the destination specified auto assign 2 to 2 Turns on auto registration and configuration of new ephone-d...