<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lueyang</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lueyang"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/Lueyang"/>
	<updated>2026-05-08T20:18:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4989</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4989"/>
		<updated>2011-12-14T17:40:52Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* COnfiguring Max Ephones and DNs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. Some new features that we included in this lab are configuring a Cisco router as a TFTP server and enabling dual-line mode for an ephone-dn. The dual-line mode is useful for supporting features such as call waiting, conference calling, and an extension number can handle two simultaneous calls. However, detail of these features are not being discussed in this lab. Please visit http://www.cisco.com for more details. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement==&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(24)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
Two VLANs is created and configured on the switch. The switch interfaces FastEthernet 0/1 to 0/23 were configured as access ports, and FastEthernet1/24 was configured as trunk port that allow all VLANs to past though. Basic QoS was also configured on the switch as shown below. &lt;br /&gt;
&lt;br /&gt;
 conf t&lt;br /&gt;
 vlan 10&lt;br /&gt;
  name VOICE-VLAN&lt;br /&gt;
 vlan 50&lt;br /&gt;
  name DATA-VLAN&lt;br /&gt;
 &lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed vlan all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
*The router is configured as a DHCP Server for the two network, network 10.0.10.0 and 10.0.50.0.&lt;br /&gt;
*The router&#039;s interfaces and its sub-interfaces are configured with the appropriated IP addresses. &lt;br /&gt;
*We enabled TFTP server on the Cisco router to handout the phone images on the flash memory to the phones. &lt;br /&gt;
*We enabled and configured dual-line mode for our ephone directory numbers so that the ephone-dn is able to handle two simultaneous calls. &lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware image load into the Cisco phones. For more information of which firmware images needed to be loaded, please refer to Cisco Unified IP Phone Support page at http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm.&lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
1. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4988</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4988"/>
		<updated>2011-12-14T08:02:22Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. Some new features that we included in this lab are configuring a Cisco router as a TFTP server and enabling dual-line mode for an ephone-dn. The dual-line mode is useful for supporting features such as call waiting, conference calling, and an extension number can handle two simultaneous calls. However, detail of these features are not being discussed in this lab. Please visit http://www.cisco.com for more details. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement==&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(24)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
Two VLANs is created and configured on the switch. The switch interfaces FastEthernet 0/1 to 0/23 were configured as access ports, and FastEthernet1/24 was configured as trunk port that allow all VLANs to past though. Basic QoS was also configured on the switch as shown below. &lt;br /&gt;
&lt;br /&gt;
 conf t&lt;br /&gt;
 vlan 10&lt;br /&gt;
  name VOICE-VLAN&lt;br /&gt;
 vlan 50&lt;br /&gt;
  name DATA-VLAN&lt;br /&gt;
 &lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed vlan all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
*The router is configured as a DHCP Server for the two network, network 10.0.10.0 and 10.0.50.0.&lt;br /&gt;
*The router&#039;s interfaces and its sub-interfaces are configured with the appropriated IP addresses. &lt;br /&gt;
*We enabled TFTP server on the Cisco router to handout the phone images on the flash memory to the phones. &lt;br /&gt;
*We enabled and configured dual-line mode for our ephone directory numbers so that the ephone-dn is able to handle two simultaneous calls. &lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
1. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4987</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4987"/>
		<updated>2011-12-14T07:32:02Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Configuring the Switch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement==&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(24)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
Two VLANs is created and configured on the switch. The switch interfaces FastEthernet 0/1 to 0/23 were configured as access ports, and FastEthernet1/24 was configured as trunk port that allow all VLANs to past though. Basic QoS was also configured on the switch as shown below. &lt;br /&gt;
&lt;br /&gt;
 conf t&lt;br /&gt;
 vlan 10&lt;br /&gt;
 name VOICE-VLAN&lt;br /&gt;
 vlan 50&lt;br /&gt;
 name DATA-VLAN&lt;br /&gt;
&lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed vlan all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
1. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4975</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4975"/>
		<updated>2011-12-12T11:53:04Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Hardware Requirement */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement==&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(24)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
1. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4974</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4974"/>
		<updated>2011-12-12T11:49:37Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Hardware Requirement= */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement==&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(15)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
1. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2722&amp;diff=4973</id>
		<title>Franske CNT-2722</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2722&amp;diff=4973"/>
		<updated>2011-12-12T11:49:15Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT 2722: Building the Foundation to IP Telephony classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
= General Course Information =&lt;br /&gt;
* [[Franske CNT-2722 Syllabus|Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2722 FA11 Schedule|Fall 2011 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2722 Labs and Homework|Lab and Homework List]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* Assessments available at [http://class.ihcnt.net http://class.ihcnt.net]&lt;br /&gt;
&lt;br /&gt;
= Projects =&lt;br /&gt;
* [[Cisco Wireless VoIP Configuration]]&lt;br /&gt;
* [[VoIP Lab with CME v.4.3]]&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
* [[Asterisk Notes]]&lt;br /&gt;
* [http://www.cisco.com/en/US/tech/tk652/tk698/technologies_tech_note09186a0080094ae2.shtml Voice Over IP - Per Call Bandwidth Consumption]&lt;br /&gt;
== QoS ==&lt;br /&gt;
* [http://youtu.be/VgzRG2CiDcw How Quality of Service Works (Part 1 of 4)]&lt;br /&gt;
* [http://youtu.be/wRLhuv9BPvs How QoS Works (Part 2 of 4) - Classification and Marking]&lt;br /&gt;
* [http://youtu.be/9oFLCrVrQLQ How QoS Works (Part 3 of 4) - Queuing]&lt;br /&gt;
* [http://youtu.be/SVH7gWxNz1U How QoS Works (Part 4 of 4) - Shaping and Policing]&lt;br /&gt;
* [http://youtu.be/dSEEwHCvOnA The Three Most Challenging QoS Topics - Part 1 (Bandwidth Policing)]&lt;br /&gt;
* [http://youtu.be/ajyz8xQTcLs The Three Most Challenging QoS Topics - Part 2 (WRED)]&lt;br /&gt;
* [http://youtu.be/aVWtSjJjmco The Three Most Challenging QoS Topics - Part 3.1 (LFI)]&lt;br /&gt;
* [http://youtu.be/_KVakwfyQTM The Three Most Challenging QoS Topics - Part 3.2 (LFI cont.)]&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4972</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4972"/>
		<updated>2011-12-12T11:41:32Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement===&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(15)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
1. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4971</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4971"/>
		<updated>2011-12-12T11:40:19Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement===&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(15)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
1. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4970</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4970"/>
		<updated>2011-12-12T11:39:48Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement===&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(15)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
1. &#039;&#039;-http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;-http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;-http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;-http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;-https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4969</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4969"/>
		<updated>2011-12-12T11:37:08Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement===&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(15)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=References=&lt;br /&gt;
&#039;&#039;-http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4968</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4968"/>
		<updated>2011-12-12T11:35:55Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of the labs we have done on the CNT 2722 course. This lab is similar to the lab activity section 7.1 - IP Telephony LAN. However, I have done some researches and found some new commands that we would like to add to our lab configuration. We also add a few new phones into the lab so that we can explore the deference interfaces and configurations. &lt;br /&gt;
&lt;br /&gt;
=Requirements=&lt;br /&gt;
==Software Requirement==&lt;br /&gt;
Software versions used in this lab are: &lt;br /&gt;
*Cisco Unified CallManager Express (CME) version 4.3&lt;br /&gt;
*Cisco IP Communicator&lt;br /&gt;
*Cisco IOS Software image version c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirement===&lt;br /&gt;
Equipments and hardware versions used are:&lt;br /&gt;
&lt;br /&gt;
*Cisco 2811 Router on Cisco IOS Software Release 12.4(15)T&lt;br /&gt;
*Cisco Catalyst 3550 Switch on Cisco IOS Software Release 12.2&lt;br /&gt;
*Cisco 7940 VoIP phone&lt;br /&gt;
*Cisco 7945 VoIP phone&lt;br /&gt;
*Traditional Analog Phone&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
*Our network devices are connected as shown in the diagram. &lt;br /&gt;
&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
*We used the network 10.0.10.0/24 for voice VLAN network, and the network 10.0.50.0/24 for the data VLAN network. &lt;br /&gt;
*The steps of configuring our lab devices are straightforward as follow.&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
Router&#039;s interface FastEthernet0/0 and two sub-interfaces are configured as follow. &lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP Server===&lt;br /&gt;
*DHCP for Voice and Data VLANs are configured using the following commands. &lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
*We configured TFTP Server on the router to serve the image needed for our phones. In this lab, we are going to be configuring the Cisco 7940, 7945 and 7960 phones in our environment. Note that the Cisco IP Communicator soft-phone function as a Cisco 7960. &lt;br /&gt;
*A directory alias is provided for each phone image load so that the phone knows where to find the image in the flash directory. &lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
*The analog phone connected to voice port 0/0/0 is configured with the extension number 6001.  &lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===COnfiguring Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
*The source IP address defines the location of the CME call-processing unit.&lt;br /&gt;
*We set the max-ephone to 8 so that up to 8 phone can be added to the CME, and the ephone-directory number (ephone-dn) is set to 20.&lt;br /&gt;
*We identify and set the firmware file load into the Cisco phones. &lt;br /&gt;
*The create cnf-files command use to create the default phone configuration files. &lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
=Verify and Troubleshoot=&lt;br /&gt;
*We verified that all phones can communicate with each other by dialing between the phones. Below is the show startup-config of our final configuration on the router.&lt;br /&gt;
&lt;br /&gt;
 CME_VOICE#show startup-config&lt;br /&gt;
 Using 4401 out of 245752 bytes&lt;br /&gt;
 !&lt;br /&gt;
 ! Last configuration change at 22:22:11 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 ! NVRAM config last updated at 22:22:37 CST Tue Dec 10 2011 by tublis&lt;br /&gt;
 !&lt;br /&gt;
 version 12.4&lt;br /&gt;
 service timestamps debug datetime msec&lt;br /&gt;
 service timestamps log datetime msec&lt;br /&gt;
 no service password-encryption&lt;br /&gt;
 !&lt;br /&gt;
 hostname CME_VOICE&lt;br /&gt;
 !&lt;br /&gt;
 boot-start-marker&lt;br /&gt;
 boot system flash c2800nm-adventerprisek9_ivs_li-mz.124-24.T3.bin&lt;br /&gt;
 boot-end-marker&lt;br /&gt;
 !&lt;br /&gt;
 logging buffered 51200 warnings&lt;br /&gt;
 !&lt;br /&gt;
 no aaa new-model&lt;br /&gt;
 clock timezone CST -6&lt;br /&gt;
 no network-clock-participate slot 1&lt;br /&gt;
 voice-card 0&lt;br /&gt;
  no dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 voice-card 1&lt;br /&gt;
  dspfarm&lt;br /&gt;
 !&lt;br /&gt;
 dot11 syslog&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip cef&lt;br /&gt;
 no ip dhcp use vrf connected&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
    network 10.0.10.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.10.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
    network 10.0.50.0 255.255.255.0&lt;br /&gt;
    default-router 10.0.50.1&lt;br /&gt;
    dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
    option 150 ip 10.0.10.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 no ip domain lookup&lt;br /&gt;
 ip domain name liajlwg.com&lt;br /&gt;
 ip name-server 4.2.2.2&lt;br /&gt;
 !&lt;br /&gt;
 multilink bundle-name authenticated&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki trustpoint TP-self-signed-2399633747&lt;br /&gt;
  enrollment selfsigned&lt;br /&gt;
  subject-name cn=IOS-Self-Signed-Certificate-2399633747&lt;br /&gt;
  revocation-check none&lt;br /&gt;
  rsakeypair TP-self-signed-2399633747&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 crypto pki certificate chain TP-self-signed-2399633747&lt;br /&gt;
  certificate self-signed 01 nvram:IOS-Self-Sig#1.cer&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 username tublis privilege 15 secret 5 $1$GiUZ$pYD70DEUVBkP8YckaZdFo0&lt;br /&gt;
 archive&lt;br /&gt;
  log config&lt;br /&gt;
   hidekeys&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 controller T1 1/0/0&lt;br /&gt;
  framing esf&lt;br /&gt;
  linecode b8zs&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$&lt;br /&gt;
  no ip address &lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
 !&lt;br /&gt;
 interface FastEthernet0/1&lt;br /&gt;
  ip address dhcp&lt;br /&gt;
  duplex auto&lt;br /&gt;
  speed auto&lt;br /&gt;
 !&lt;br /&gt;
 interface Serial0/3/0&lt;br /&gt;
  no ip address&lt;br /&gt;
  shutdown&lt;br /&gt;
 !&lt;br /&gt;
 ip forward-protocol nd&lt;br /&gt;
 ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 192.168.1.1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ip http server&lt;br /&gt;
 ip http authentication local&lt;br /&gt;
 ip http secure-server&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
 !&lt;br /&gt;
 control-plane&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/1/1&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/0&lt;br /&gt;
 !&lt;br /&gt;
 voice-port 0/2/1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files version-stamp 7960 Dec 10 2011 18:09:42&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  1  dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  2  dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone-dn  3  dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  1&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button  1:1&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  2&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button  1:2&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 ephone  3&lt;br /&gt;
  device-security-mode none&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button  1:3&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 !&lt;br /&gt;
 banner login ^C&lt;br /&gt;
 ****************************&lt;br /&gt;
 !!!AUTHORIZED ACCESS ONLY!!!&lt;br /&gt;
 ****************************&lt;br /&gt;
 ^C&lt;br /&gt;
 alias exec s show ip int b&lt;br /&gt;
 !&lt;br /&gt;
 line con 0&lt;br /&gt;
  exec-timeout 0 0&lt;br /&gt;
  logging synchronous&lt;br /&gt;
  login local&lt;br /&gt;
 line aux 0&lt;br /&gt;
 line vty 0 4&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 line vty 5 15&lt;br /&gt;
  privilege level 15&lt;br /&gt;
  login local&lt;br /&gt;
  transport input telnet ssh&lt;br /&gt;
 !&lt;br /&gt;
 scheduler allocate 20000 1000&lt;br /&gt;
 ntp clock-period 17179968&lt;br /&gt;
 ntp master&lt;br /&gt;
 ntp server 149.20.54.20&lt;br /&gt;
 ntp server 216.129.110.22&lt;br /&gt;
 ntp server 173.203.202.87&lt;br /&gt;
 !&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some of the CLIs we used to troubleshoot our lab are:&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;br /&gt;
&lt;br /&gt;
=Resources=&lt;br /&gt;
&#039;&#039;-http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-http://www.cisco.com/en/US/products/sw/voicesw/ps5520/products_configuration_example09186a008037f2a9.shtml&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-http://www.cisco.com/en/US/docs/voice_ip_comm/cipc/7_0/english/administration/guide/cag70vop.pdf&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme43spc.htm&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;-https://learningnetwork.cisco.com/servlet/JiveServlet/previewBody/9250-102-1-33387/Sybex%20CCNA%20Voice.pdf&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:01-VoIP-Diagram.jpg&amp;diff=4967</id>
		<title>File:01-VoIP-Diagram.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:01-VoIP-Diagram.jpg&amp;diff=4967"/>
		<updated>2011-12-12T08:33:31Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4966</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4966"/>
		<updated>2011-12-12T08:32:57Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Network Diagram */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of our lab on the CNT 2722 course. &lt;br /&gt;
&lt;br /&gt;
=Hardware and Software Requirements=&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
[[File:01-VoIP-Diagram.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 hostname VoIP-SW&lt;br /&gt;
 &lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
==Test and Verify==&lt;br /&gt;
&lt;br /&gt;
=Troubleshoot=&lt;br /&gt;
&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4965</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4965"/>
		<updated>2011-12-12T08:27:27Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Ephone and Ephone-DN */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of our lab on the CNT 2722 course. &lt;br /&gt;
&lt;br /&gt;
=Hardware and Software Requirements=&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 hostname VoIP-SW&lt;br /&gt;
 &lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
==Test and Verify==&lt;br /&gt;
&lt;br /&gt;
=Troubleshoot=&lt;br /&gt;
&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4964</id>
		<title>VoIP Lab with CME v.4.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=VoIP_Lab_with_CME_v.4.3&amp;diff=4964"/>
		<updated>2011-12-12T08:26:05Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: Created page with &amp;quot;=Introduction=  This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of our lab on the CN...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
This lab provides brief explanation of what we did and the commands we used in this lab. This lab is setup and configured very similar to one of our lab on the CNT 2722 course. &lt;br /&gt;
&lt;br /&gt;
=Hardware and Software Requirements=&lt;br /&gt;
&lt;br /&gt;
=Configurations=&lt;br /&gt;
&lt;br /&gt;
==Network Diagram==&lt;br /&gt;
&lt;br /&gt;
==Configuring the Switch==&lt;br /&gt;
&lt;br /&gt;
 hostname VoIP-SW&lt;br /&gt;
 &lt;br /&gt;
 interface rang FastEthernet0/1-23&lt;br /&gt;
  switchport mode access&lt;br /&gt;
  switchport access vlan 50&lt;br /&gt;
  switchport voice vlan 10&lt;br /&gt;
  spanning-tree portfast&lt;br /&gt;
  auto qos voip cisco-phone&lt;br /&gt;
  auto qos voip cisco-softphone&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/24&lt;br /&gt;
  switchport trunk encapsulation dot1q&lt;br /&gt;
  switchport trunk allowed all&lt;br /&gt;
  switchport mode trunk&lt;br /&gt;
  auto qos voip trust&lt;br /&gt;
 &lt;br /&gt;
 interface Vlan50&lt;br /&gt;
  ip address 10.0.50.5 255.255.255.0&lt;br /&gt;
  ip default-gateway 10.0.50.1&lt;br /&gt;
&lt;br /&gt;
==Configuring the Router==&lt;br /&gt;
&lt;br /&gt;
===Inter-VLAN Routing===&lt;br /&gt;
&lt;br /&gt;
 interface FastEthernet0/0&lt;br /&gt;
  no shutdown&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.10&lt;br /&gt;
  encapsulation dot1Q 10&lt;br /&gt;
  ip address 10.0.10.1 255.255.255.0&lt;br /&gt;
 &lt;br /&gt;
 interface FastEthernet0/0.50&lt;br /&gt;
  encapsulation dot1Q 50&lt;br /&gt;
  ip address 10.0.50.1 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
===DHCP===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ip dhcp excluded-address 10.0.10.1 10.0.10.10&lt;br /&gt;
 ip dhcp excluded-address 10.0.50.1 10.0.50.10&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool VOICE&lt;br /&gt;
  network 10.0.10.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.10.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
 &lt;br /&gt;
 ip dhcp pool DATA&lt;br /&gt;
  network 10.0.50.0 255.255.255.0&lt;br /&gt;
  default-router 10.0.50.1&lt;br /&gt;
  dns-server 68.87.77.134 68.87.72.134 4.2.2.2&lt;br /&gt;
  option 150 ip 10.0.10.1&lt;br /&gt;
&lt;br /&gt;
===TFTP Server===&lt;br /&gt;
&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2&lt;br /&gt;
 tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/apps45.8-3-2-27.sbn alias apps45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cnu45.8-3-2-27.sbn alias cnu45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/cvm45sccp.8-3-2-27.sbn alias cvm45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/dsp45.8-3-2-27.sbn alias dsp45.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/jar45sccp.8-3-2-27.sbn alias jar45sccp.8-3-2-27.sbn&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/SCCP45.8-3-3S.loads alias SCCP45.8-3-3S.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term45.default.loads alias term45.default.loads&lt;br /&gt;
 tftp-server flash:/phone/7945-7965/term65.default.loads alias term65.default.loads&lt;br /&gt;
&lt;br /&gt;
===Analog Phone===&lt;br /&gt;
&lt;br /&gt;
 dial-peer voice 1 pots&lt;br /&gt;
  description Analog Phone 6001&lt;br /&gt;
  destination-pattern 6001&lt;br /&gt;
  port 0/1/0&lt;br /&gt;
&lt;br /&gt;
===Max Ephones and DNs===&lt;br /&gt;
&lt;br /&gt;
 telephony-service&lt;br /&gt;
  load 7960-7940 P00308000500&lt;br /&gt;
  load 7945 SCCP45.8-3-3S.loads&lt;br /&gt;
  max-ephones 8&lt;br /&gt;
  max-dn 20&lt;br /&gt;
  ip source-address 10.0.10.1 port 2000&lt;br /&gt;
  max-conferences 8 gain -6&lt;br /&gt;
  transfer-system full-consult&lt;br /&gt;
  create cnf-files&lt;br /&gt;
&lt;br /&gt;
===Ephone and Ephone-DN===&lt;br /&gt;
&lt;br /&gt;
*Ephone Directory Number with dual line enabled. Some advanced settings only available on dual-line enabled mode. For example, A single-line phone can make or receive only one call at a time. If the line is already in use, you cannot place the call on hold to make a second call. Meaning that if line 1 is in use, a second phone call to the extension will receive a busy signal. However, dual-line phones, on the other hand, allow the phone to place calls on hold or receive a second call when in use. &lt;br /&gt;
&lt;br /&gt;
 ephone-dn 1 dual-line&lt;br /&gt;
  number 7001&lt;br /&gt;
  name PHONE-1-7940&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 2 dual-line&lt;br /&gt;
  number 7002&lt;br /&gt;
  name PHONE-2-7945&lt;br /&gt;
 &lt;br /&gt;
 ephone-dn 3 dual-line&lt;br /&gt;
  number 1003&lt;br /&gt;
  name PHONE-3-Cisco-IP-Com&lt;br /&gt;
&lt;br /&gt;
*Ephone&lt;br /&gt;
&lt;br /&gt;
 ephone 1&lt;br /&gt;
  mac-address 0007.0EEA.4A9A&lt;br /&gt;
  button 1:1&lt;br /&gt;
 &lt;br /&gt;
 ephone 2&lt;br /&gt;
  mac-address 0021.5502.F01C&lt;br /&gt;
  button 1:2&lt;br /&gt;
 &lt;br /&gt;
 ephone 3&lt;br /&gt;
  mac-address 000C.2905.ABB8&lt;br /&gt;
  button 1:3&lt;br /&gt;
&lt;br /&gt;
==Test and Verify==&lt;br /&gt;
&lt;br /&gt;
=Troubleshoot=&lt;br /&gt;
&lt;br /&gt;
 show telephony-service&lt;br /&gt;
 show telephony-service ephone&lt;br /&gt;
 show telephony-service ephone-dn&lt;br /&gt;
 show ephone&lt;br /&gt;
 ephone 1&lt;br /&gt;
  restart&lt;br /&gt;
 show telephony-service tftp-bindings&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4487</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4487"/>
		<updated>2011-05-10T03:10:57Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. I will not cover everything you need to know about GNS3 here. For more information and detail, please refer to the official website at http://www.gns3.net/. As you are students in IT field, GNS3 may already being familiar to you. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms as well as PIX firewalls. I found that GNS3 is a great tool for people who preparing for Cisco certifications exam. It is really a wonderful tool for learning and testing Cisco devices in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*Can simulate complex network. &lt;br /&gt;
*Simulated topology can be connected to real world.&lt;br /&gt;
*You can take packet capture between devices on your lab.&lt;br /&gt;
*Other devices and vendors are also supported.&lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*The switching functionality is very limited.&lt;br /&gt;
*Only a few older Cisco router platforms supported. &lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, building a simple network topology, and configure the network using GNS3. There are Windows version and Linux version of GNS3 but I will not cover the Linux version in here. &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
When you download GNS3, most of the time you will need to download the all-in-one package. The all-in-one package contains all the programs needed to make GNS3 work correctly. These programs are called dependencies, and they are required as part GNS3. These dependencies are WinPCAP, Dynamips, Qemu/Pemu, Putty, and Pemuwrapper. &lt;br /&gt;
&lt;br /&gt;
*To download GNS3, go to http://www.gns3.net/download or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen installation. You must agree to the term of each program in order to install it. &lt;br /&gt;
&lt;br /&gt;
===Configure GNS3 Environment===&lt;br /&gt;
Before we define the location for a Cisco ISO image, we must have a Cisco ISO of the supported router platforms. Note that not every Cisco ISO images are supported in GNS3. Only certain IOS images of older Cisco router platforms are supported. Current platforms supported router platforms are: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
In this example, I will use the IOS image from my Cisco &#039;&#039;&#039;2621xm&#039;&#039;&#039; router. The IOS I am using here is the &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;. Due to licensing restrictions, the IOS image is not provided, and you must have your own Cisco IOS to use with GNS3.&lt;br /&gt;
&lt;br /&gt;
Once the installation is completed, you need to define the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Building a Network topology===&lt;br /&gt;
Once want the IOS image is defined, you are ready to build your network topology, power on your devices, and configure the network. Note that you can use only the router platforms corresponding to the images you have defined earlier. You must define all the images corresponding to the platform routers that you want to use in your lab. In this example I have defined the image for the Cisco 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
*To create a network diagram, just click on the device icon you needed from the left pane and drag and drop it into the work area or work space which is the middle top area. In this example, I am using the 2600 platform so I can only use the &#039;&#039;&#039;Router C2600&#039;&#039;&#039;. In this example diagram, I placed two routers and two switches on the work space. &lt;br /&gt;
&lt;br /&gt;
*To cable the network, click the &#039;&#039;&#039;Add a link&#039;&#039;&#039; button on the toolbar at the top and choose manual from the drop-down menu. Your mouse cursor will change to &#039;&#039;&#039;+&#039;&#039;&#039; sign. Click on the router or device you want to connect from and select the interface you want to connect. Click on the destination router or device you want to connect to and then select the interface you want to connect to. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*To configure the network, first you need to power on the devices. Right-click on each each device and choose Start. Then right-click the device you want to configure and choose Console. A telnet console should opens up. Note that some devices such as the Ethernet switch are not configurable through telnet console.&lt;br /&gt;
&lt;br /&gt;
[[File:06_gns3.jpg]]&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you can configure the router as you would configure a real Cisco router. Because GNS3 uses actual Cisco IOS image, you will see exactly what the IOS produces, and you will have access to any command or parameter supported by the IOS. &lt;br /&gt;
&lt;br /&gt;
Lastly, I hope you found this page useful, especially people who are students like me. If you spend sometime playing around with this program and be familiar with it, it will be a good tool for you to build your own CCNA, CCNP and even CCIE labs without spending hundred of thousand dollars on equipments.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2612&amp;diff=4486</id>
		<title>Franske CNT-2612</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2612&amp;diff=4486"/>
		<updated>2011-05-09T23:54:40Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2612: CCNP 1 Network Switching classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
= General Course Information =&lt;br /&gt;
* [[Franske CNT-2612 Syllabus|Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2612 SP11 Schedule|Spring 2011 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2612 Labs and Homework|Lab and Homework List]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* Assessments and online curriculum available at [http://cisco.netacad.net http://cisco.netacad.net]&lt;br /&gt;
&lt;br /&gt;
= Projects =&lt;br /&gt;
* [http://wiki.ihcnt.net/w/IOS_vs._CatOS:_Basic_Configuration IOS vs. CatOS: Basic Configuration]&lt;br /&gt;
* [http://wiki.ihcnt.net/w/AAA_with_802.1x_and_port_based_authentication AAA with 802.1x and Port-based Authentication]&lt;br /&gt;
* [[IPv6 Tunnel]]&lt;br /&gt;
*[[Introduction to GNS3]]&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4485</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4485"/>
		<updated>2011-05-09T23:53:05Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*Can simulate complex network. &lt;br /&gt;
*Simulated topology can be connected to real world.&lt;br /&gt;
*You can take packet capture between devices on your lab.&lt;br /&gt;
*Other devices and vendors are also supported.&lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Building a Network topology===&lt;br /&gt;
Once want the IOS image is defined, you are ready to build your network topology, power on your devices, and configure the network. Note that you can use only the router platforms corresponding to the images you have defined earlier. You must define all the images corresponding to the platform routers that you want to use in your lab. In this example I have defined the image for the Cisco 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
*To create a network diagram, just click on the device icon you needed from the left pane and drag and drop it into the work area or work space which is the middle top area. In this example, I am using the 2600 platform so I can only use the &#039;&#039;&#039;Router C2600&#039;&#039;&#039;. In this example diagram, I placed two routers and two switches on the work space. &lt;br /&gt;
&lt;br /&gt;
*To cable the network, click the &#039;&#039;&#039;Add a link&#039;&#039;&#039; button on the toolbar at the top and choose manual from the drop-down menu. Your mouse cursor will change to &#039;&#039;&#039;+&#039;&#039;&#039; sign. Click on the router or device you want to connect from and select the interface you want to connect. Click on the destination router or device you want to connect to and then select the interface you want to connect to. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*To configure the network, first you need to power on the devices. Right-click on each each device and choose Start. Then right-click the device you want to configure and choose Console. A telnet console should opens up. Note that some devices such as the Ethernet switch are not configurable through telnet console.&lt;br /&gt;
&lt;br /&gt;
[[File:06_gns3.jpg]]&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you can configure the router as you would configure a real Cisco router.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hopefully you will find this project useful for you, especially people who are students like me.&lt;br /&gt;
&lt;br /&gt;
Just spend sometime playing around with this program and be familiar with it, and it will be a very good tool for your CCNA, CCNP and even CCIE labs without spending hundred of thousand dollars on equipments.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4484</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4484"/>
		<updated>2011-05-09T23:52:29Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*Can simulate complex network. &lt;br /&gt;
*Simulated topology can be connected to real world.&lt;br /&gt;
*You can take packet capture between devices on your lab.&lt;br /&gt;
*Other devices and vendors are also supported.&lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Building a Network topology===&lt;br /&gt;
Once want the IOS image is defined, you are ready to build your network topology, power on your devices, and configure the network. Note that you can use only the router platforms corresponding to the images you have defined earlier. You must define all the images corresponding to the platform routers that you want to use in your lab. In this example I have defined the image for the Cisco 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
*To create a network diagram, just click on the device icon you needed from the left pane and drag and drop it into the work area or work space which is the middle top area. In this example, I am using the 2600 platform so I can only use the &#039;&#039;&#039;Router C2600&#039;&#039;&#039;. In this example diagram, I placed two routers and two switches on the work space. &lt;br /&gt;
&lt;br /&gt;
*To cable the network, click the &#039;&#039;&#039;Add a link&#039;&#039;&#039; button on the toolbar at the top and choose manual from the drop-down menu. Your mouse cursor will change to &#039;&#039;&#039;+&#039;&#039;&#039; sign. Click on the router or device you want to connect from and select the interface you want to connect. Click on the destination router or device you want to connect to and then select the interface you want to connect to. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
*To configure the network, first you need to power on the devices. Right-click on each each device and choose Start. Then right-click the device you want to configure and choose Console. A telnet console should opens up. Note that some devices such as the Ethernet switch are not configurable through telnet console.&lt;br /&gt;
&lt;br /&gt;
[[File:06_gns3.jpg]]&lt;br /&gt;
 &lt;br /&gt;
Now you can configure the router as you would configure a real Cisco router.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hopefully you will find this project useful for you, especially people who are students like me.&lt;br /&gt;
&lt;br /&gt;
Just spend sometime playing around with this program and be familiar with it, and it will be a very good tool for your CCNA, CCNP and even CCIE labs without spending hundred of thousand dollars on equipments.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4483</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4483"/>
		<updated>2011-05-09T23:50:04Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network. &lt;br /&gt;
*Simulated topology can be connected to real world.&lt;br /&gt;
*You can take packet capture between devices on your lab.&lt;br /&gt;
*Other devices and vendors are also supported.&lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Building a Network topology===&lt;br /&gt;
Once want the IOS image is defined, you are ready to build your network topology, power on your devices, and configure the network. Note that you can use only the router platforms corresponding to the images you have defined earlier. You must define all the images corresponding to the platform routers that you want to use in your lab. In this example I have defined the image for the Cisco 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
*To create a network diagram, just click on the device icon you needed from the left pane and drag and drop it into the work area or work space which is the middle top area. In this example, I am using the 2600 platform so I can only use the &#039;&#039;&#039;Router C2600&#039;&#039;&#039;. In this example diagram, I placed two routers and two switches on the work space. &lt;br /&gt;
&lt;br /&gt;
*To cable the network, click the &#039;&#039;&#039;Add a link&#039;&#039;&#039; button on the toolbar at the top and choose manual from the drop-down menu. Your mouse cursor will change to &#039;&#039;&#039;+&#039;&#039;&#039; sign. Click on the router or device you want to connect from and select the interface you want to connect. Click on the destination router or device you want to connect to and then select the interface you want to connect to. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
*To configure the network, first you need to power on the devices. Right-click on each each device and choose Start. Then right-click the device you want to configure and choose Console. A telnet console should opens up. Note that some devices such as the Ethernet switch are not configurable through telnet console.&lt;br /&gt;
&lt;br /&gt;
[[File:06_gns3.jpg]]&lt;br /&gt;
 &lt;br /&gt;
Now you can configure the router as you would configure a real Cisco router.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hopefully you will find this project useful for you, especially people who are students like me.&lt;br /&gt;
&lt;br /&gt;
Just spend sometime playing around with this program and be familiar with it, and it will be a very good tool for your CCNA, CCNP and even CCIE labs without spending hundred of thousand dollars on equipments.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4482</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4482"/>
		<updated>2011-05-09T23:47:02Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network. &lt;br /&gt;
*Simulated topology can be connected to real world.&lt;br /&gt;
*You can take packet capture between devices on your lab.&lt;br /&gt;
*Other devices and vendors are also supported.&lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Building a Network topology===&lt;br /&gt;
Once want the IOS image is defined, you are ready to build your network topology, power on your devices, and configure the network. Note that you can use only the router platforms corresponding to the images you have defined earlier. You must define all the images corresponding to the platform routers that you want to use in your lab. In this example I have defined the image for the Cisco 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
*To create a network diagram, just click on the device icon you needed from the left pane and drag and drop it into the work area or work space which is the middle top area. In this example, I am using the 2600 platform so I can only use the &#039;&#039;&#039;Router C2600&#039;&#039;&#039;. In this example diagram, I placed two routers and two switches on the work space. &lt;br /&gt;
&lt;br /&gt;
*To cable the network, click the &#039;&#039;&#039;Add a link&#039;&#039;&#039; button on the toolbar at the top and choose manual from the drop-down menu. Your mouse cursor will change to &#039;&#039;&#039;+&#039;&#039;&#039; sign. Click on the router or device you want to connect from and select the interface you want to connect. Click on the destination router or device you want to connect to and then select the interface you want to connect to. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
*To configure the network, first you need to power on the devices. Right-click on each each device and choose Start. Then right-click the device you want to configure and choose Console. A telnet console should opens up. Note that some devices such as the Ethernet switch are not configurable through telnet console.&lt;br /&gt;
&lt;br /&gt;
[[File:06_gns3.jpg]]&lt;br /&gt;
 &lt;br /&gt;
Now you can configure the router as you would configure a real Cisco router.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I hope this project helpful for you who are students like me.&lt;br /&gt;
&lt;br /&gt;
Just spend sometime playing around with this program and be familiar with it, and it will be a very good tool for your CCNA, CCNP and even CCIE labs without spending hundred of thousand dollars on equipments.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4481</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4481"/>
		<updated>2011-05-09T23:44:36Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network. &lt;br /&gt;
*Simulated topology can be connected to real world.&lt;br /&gt;
*You can take packet capture between devices on your lab.&lt;br /&gt;
*Other devices and vendors are also supported.&lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Building a Network topology===&lt;br /&gt;
Once want the IOS image is defined, you are ready to build your network topology, power on your devices, and configure the network. Note that you can use only the router platforms corresponding to the images you have defined earlier. You must define all the images corresponding to the platform routers that you want to use in your lab. In this example I have defined the image for the Cisco 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
*To create a network diagram, just click on the device icon you needed from the left pane and drag and drop it into the work area or work space which is the middle top area. In this example, I am using the 2600 platform so I can only use the &#039;&#039;&#039;Router C2600&#039;&#039;&#039;. In this example diagram, I placed two routers and two switches on the work space. &lt;br /&gt;
&lt;br /&gt;
*To cable the network, click the &#039;&#039;&#039;Add a link&#039;&#039;&#039; button on the toolbar at the top and choose manual from the drop-down menu. Your mouse cursor will change to &#039;&#039;&#039;+&#039;&#039;&#039; sign. Click on the router or device you want to connect from and select the interface you want to connect. Click on the destination router or device you want to connect to and then select the interface you want to connect to. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
*To configure the network, first you need to power on the devices. Right-click on each each device and choose Start. Then right-click the device you want to configure and choose Console. A telnet console should opens up. Note that some devices such as the Ethernet switch are not configurable through telnet console.&lt;br /&gt;
&lt;br /&gt;
[[File:06_gns3.jpg]]&lt;br /&gt;
 &lt;br /&gt;
Now you can configure the router as you would configure a real Cisco router.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Just spend sometime playing around with this program and be familiar with it, and it will be a very good tool for your CCNA, CCNP and even CCIE labs without spending hundred of thousand dollars on equipments.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4480</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4480"/>
		<updated>2011-05-09T23:41:23Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Building a Network topology===&lt;br /&gt;
Once want the IOS image is defined, you are ready to build your network topology, power on your devices, and configure the network. Note that you can use only the router platforms corresponding to the images you have defined earlier. You must define all the images corresponding to the platform routers that you want to use in your lab. In this example I have defined the image for the Cisco 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
*To create a network diagram, just click on the device icon you needed from the left pane and drag and drop it into the work area or work space which is the middle top area. In this example, I am using the 2600 platform so I can only use the &#039;&#039;&#039;Router C2600&#039;&#039;&#039;. In this example diagram, I placed two routers and two switches on the work space. &lt;br /&gt;
&lt;br /&gt;
*To cable the network, click the &#039;&#039;&#039;Add a link&#039;&#039;&#039; button on the toolbar at the top and choose manual from the drop-down menu. Your mouse cursor will change to &#039;&#039;&#039;+&#039;&#039;&#039; sign. Click on the router or device you want to connect from and select the interface you want to connect. Click on the destination router or device you want to connect to and then select the interface you want to connect to. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
*To configure the network, first you need to power on the devices. Right-click on each each device and choose Start. Then right-click the device you want to configure and choose Console. A telnet console should opens up. Note that some devices such as the Ethernet switch are not configurable through telnet console.&lt;br /&gt;
&lt;br /&gt;
[[File:06_gns3.jpg]]&lt;br /&gt;
 &lt;br /&gt;
Now you can configure the router as you would configure a real Cisco router.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;br /&gt;
Just spend sometime playing around with this program and be familiar with it, and it will be a very good tool for your CCNA, CCNP and even CCIE labs without spending hundred of thousand dollars on equipments.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:06_gns3.jpg&amp;diff=4479</id>
		<title>File:06 gns3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:06_gns3.jpg&amp;diff=4479"/>
		<updated>2011-05-09T23:32:20Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4478</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4478"/>
		<updated>2011-05-09T23:31:51Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Creating a Sample Topology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Building a Network topology===&lt;br /&gt;
Once want the IOS image is defined, you are ready to build your network topology, power on your devices, and configure the network. Note that you can use only the router platforms corresponding to the images you have defined earlier. You must define all the images corresponding to the platform routers that you want to use in your lab. In this example I have defined the image for the Cisco 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
*To create a network diagram, just click on the device icon you needed from the left pane and drag and drop it into the work area or work space which is the middle top area. In this example, I am using the 2600 platform so I can only use the &#039;&#039;&#039;Router C2600&#039;&#039;&#039;. In this example diagram, I placed two routers and two switches on the work space. &lt;br /&gt;
&lt;br /&gt;
*To cable the network, click the &#039;&#039;&#039;Add a link&#039;&#039;&#039; button on the toolbar at the top and choose manual from the drop-down menu. Your mouse cursor will change to &#039;&#039;&#039;+&#039;&#039;&#039; sign. Click on the router or device you want to connect from and select the interface you want to connect. Click on the destination router or device you want to connect to and then select the interface you want to connect to. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
*To configure the network, first you need to power on the devices. Right-click on each each device and choose Start. Then right-click the device you want to configure and choose Console. A telnet console should opens up. Note that some devices such as the Ethernet switch are not configurable through telnet console.&lt;br /&gt;
&lt;br /&gt;
[[File:06_gns3.jpg]]&lt;br /&gt;
 &lt;br /&gt;
Now you can configure the router as you would configure a real Cisco router.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:05_gns3.jpg&amp;diff=4477</id>
		<title>File:05 gns3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:05_gns3.jpg&amp;diff=4477"/>
		<updated>2011-05-09T20:58:00Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4476</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4476"/>
		<updated>2011-05-09T20:57:42Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Creating a Sample Topology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
Once want the IOS image is loaded, you are ready to start your topology and power on your routers. Remember that the only platform router supported the image you have loaded is useable. You have to add the image supported the platform router that you want to use. In this example I add the image from the 2600 series router, so I will be able to use the 2600 router only. &lt;br /&gt;
&lt;br /&gt;
I will show you how to place routers on the desktop, start it, and console into it. &lt;br /&gt;
&lt;br /&gt;
[[File:05_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4475</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4475"/>
		<updated>2011-05-09T20:44:12Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Setting GNS3 Environment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows. You can add more than one image for use in GNS3.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4474</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4474"/>
		<updated>2011-05-09T20:29:38Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Quick Start Guide */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco &#039;&#039;&#039;1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series&#039;&#039;&#039; routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is &#039;&#039;&#039;c2600-i-mz.122-8.T5.BIN&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Setting GNS3 Environment===&lt;br /&gt;
Once the installation is completed, you need to set the path to Dynamips executable and IOS location. Follow the steps on the &amp;quot;Setup Wizard&amp;quot; windows to complete the requirements at the first time you lunch GNS3. &lt;br /&gt;
&lt;br /&gt;
*Step 1: On the Preferences windows, click on Dynamips. You can change the working directory if you want to and then click on the &amp;quot;Test&amp;quot; button. It should says that &amp;quot;Dynamips successfully started&amp;quot; and then click &#039;&#039;&#039;Apply&#039;&#039;&#039; and then &#039;&#039;&#039;OK&#039;&#039;&#039; buttons. This test will make sure that everything working correctly.&lt;br /&gt;
&lt;br /&gt;
*Step 2: On the IOS image and hypervisors windows, add the IOS image you have into the windows and close the IOS image windows and the Setup Wizard windows.  &lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:02_gns3.jpg|thumb|upright|Setup Wizard Windows|280px]]&lt;br /&gt;
| [[Image:03_gns3.jpg|thumb|upright|Testing Dynapips|280px]]&lt;br /&gt;
| [[Image:04_gns3.jpg|thumb|upright|Adding IOS Image|280px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:04_gns3.jpg&amp;diff=4473</id>
		<title>File:04 gns3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:04_gns3.jpg&amp;diff=4473"/>
		<updated>2011-05-09T20:28:44Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:03_gns3.jpg&amp;diff=4472</id>
		<title>File:03 gns3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:03_gns3.jpg&amp;diff=4472"/>
		<updated>2011-05-09T20:28:32Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:02_gns3.jpg&amp;diff=4471</id>
		<title>File:02 gns3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:02_gns3.jpg&amp;diff=4471"/>
		<updated>2011-05-09T20:28:10Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4470</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4470"/>
		<updated>2011-05-09T19:21:35Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Defining Cisco IOS files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco 1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. The IOS I am using here is c2600-i-mz.122-8.T5.BIN.&lt;br /&gt;
&lt;br /&gt;
===Configuring Cisco IOS location===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4469</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4469"/>
		<updated>2011-05-09T19:05:46Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
[[Image:01_gns3_logo.jpg|thumb|thumb|upright|GNS3 Logo|200px]]&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco 1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. &lt;br /&gt;
&lt;br /&gt;
===Configuring Cisco IOS location===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:01_gns3_logo.jpg&amp;diff=4468</id>
		<title>File:01 gns3 logo.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:01_gns3_logo.jpg&amp;diff=4468"/>
		<updated>2011-05-09T19:05:18Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4467</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4467"/>
		<updated>2011-05-09T18:45:47Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Downloading GNS3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net/download and on the &amp;quot;GNS3 v0.7.4 all-in-one&amp;quot; on the website, or you may simply click [http://sourceforge.net/projects/gns-3/files/GNS3/0.7.4/GNS3-0.7.4-win32-all-in-one.exe/download here] to download the all in one package.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco 1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. &lt;br /&gt;
&lt;br /&gt;
===Configuring Cisco IOS location===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:01_dl_gns3.jpg&amp;diff=4466</id>
		<title>File:01 dl gns3.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:01_dl_gns3.jpg&amp;diff=4466"/>
		<updated>2011-05-09T18:28:24Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4465</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4465"/>
		<updated>2011-05-09T18:27:58Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Downloading GNS3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net and follow the downloading instruction on the website, or you may simply click here to download the all in one package of GNS3.&lt;br /&gt;
&lt;br /&gt;
[[File:01_dl_gns3.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco 1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. &lt;br /&gt;
&lt;br /&gt;
===Configuring Cisco IOS location===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4460</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4460"/>
		<updated>2011-05-09T08:53:37Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Downloading GNS3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything  you need (Dynamips, Qemu/Pemu, Putty and WinPCAP). &lt;br /&gt;
To download GNS3, go to http://www.gns3.net and follow the downloading instruction on the website, or you may simply click here to download the all in one package of GNS3.&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco 1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. &lt;br /&gt;
&lt;br /&gt;
===Configuring Cisco IOS location===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4459</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4459"/>
		<updated>2011-05-09T08:51:12Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
*GNS3 is an open source, free program.&lt;br /&gt;
*GNS3 runs an actual Cisco IOS.&lt;br /&gt;
*Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
*High CPU utilization.&lt;br /&gt;
*It can not take the place of a real router.&lt;br /&gt;
*Slow throughput compare to real equipments.&lt;br /&gt;
*Very limited switching functionality.&lt;br /&gt;
*Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything (Dynamips, Qemu/Pemu, Putty and WinPCAP) you need in just one installation package. &lt;br /&gt;
To download GNS3, go to http://www.gns3.net and follow the downloading instruction on the website, or you may simply click here to download the current version of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco 1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. &lt;br /&gt;
&lt;br /&gt;
===Configuring Cisco IOS location===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4458</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4458"/>
		<updated>2011-05-09T08:50:23Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. I found that it is a very good tool for learning and testing in a lab environment. However, there are some advantage and disadvantage of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Advantages of GNS3===&lt;br /&gt;
-GNS3 is an open source, free program.&lt;br /&gt;
-GNS3 runs an actual Cisco IOS.&lt;br /&gt;
-Can simulate complex network compare to Cisco Packet Tracer and other programs. &lt;br /&gt;
&lt;br /&gt;
===Disadvantage of GNS3===&lt;br /&gt;
-High CPU utilization.&lt;br /&gt;
-It can not take the place of a real router.&lt;br /&gt;
-Slow throughput compare to real equipments.&lt;br /&gt;
-Very limited switching functionality.&lt;br /&gt;
-Limited Cisco device platforms supported.&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
I will show you how to download, install, and setup a simple lab using GNS3. There are Windows version and Linux version of GNS3 but I will discus the version for Windows only in this project.  &lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
Most of the time you will need to download the all-in-one package that contains everything (Dynamips, Qemu/Pemu, Putty and WinPCAP) you need in just one installation package. &lt;br /&gt;
To download GNS3, go to http://www.gns3.net and follow the downloading instruction on the website, or you may simply click here to download the current version of GNS3. &lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
Once you have downloaded the package, just double click it and follow the on screen instructions. Note that GNS3 depends on many dependencies such as WinPCAP, Dynamips, and Pemuwrapper. These dependencies must be installed along with GNS3 in order for GNS3 to work correctly. &lt;br /&gt;
&lt;br /&gt;
===Defining Cisco IOS files===&lt;br /&gt;
Before we configure the location for a Cisco ISO, we must have a Cisco ISO for one of the supported platforms. Remember that not every Cisco ISO images are supported in GNS3. Only certain IOS from older platforms of Cisco routers are supported. Current platforms supported include: Cisco 1700, 2600, 2600mx, 2691, 3600, 3700, and 7200 series routers. &lt;br /&gt;
In this example, I will use the IOS image from my Cisco 2621xm router. &lt;br /&gt;
&lt;br /&gt;
===Configuring Cisco IOS location===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4457</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4457"/>
		<updated>2011-05-09T07:44:30Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
In project will give you a brief introduction to GNS3 as a Quick Start Guide only. It will not cover everything you need to know about GNS3. For more information and detail, please refer to the official website at http://www.gns3.net/. &lt;br /&gt;
&lt;br /&gt;
GNS3 is an open source, free program that can be used to to simulate actual Cisco IOS and even Juniper JunOS, too. GNS3 is a graphical network simulator that allows emulation of complex networks. It allows you to run a Cisco IOS in a virtual environment on your computer running Windows or Linux OS. Emulation is possible based on Cisco router platforms and PIX firewalls. It is a great tool for people who preparing for Cisco certifications such as CCNA and CCNP certifications. &lt;br /&gt;
&lt;br /&gt;
===Advantages===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Disadvantage===&lt;br /&gt;
&lt;br /&gt;
==Quick Start Guide==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Downloading GNS3===&lt;br /&gt;
&lt;br /&gt;
===Installing GNS3===&lt;br /&gt;
===Supported Cisco IOS Files===&lt;br /&gt;
Not every Cisco ISO images are supported GNS3. Only certain model of Cisco ISO are supported. Here is a list of Cisco router platform that supported GNS3. &lt;br /&gt;
&lt;br /&gt;
===Creating a Sample Topology===&lt;br /&gt;
I will show you how to use GNS3 to setup a simple lab.&lt;br /&gt;
&lt;br /&gt;
==Conclusion==&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4447</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4447"/>
		<updated>2011-05-08T22:25:44Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GNS3 is a graphical network simulator that can be used to simulate actual Cisco IOS and Juniper JunOS. It is an open source, free program that can be download at http://www.gns3.net/.&lt;br /&gt;
&lt;br /&gt;
The main purpose of this lab is to show you how to use GNS3 to setup a lab using a Cisco IOS.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4442</id>
		<title>Introduction to GNS3</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Introduction_to_GNS3&amp;diff=4442"/>
		<updated>2011-05-08T21:18:37Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: Created page with &amp;quot;GNS3 is a graphical network simulator that can be used to simulate actual Cisco IOS and Juniper JunOS. It is an open source, free program that can be download at http://www.gns3....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;GNS3 is a graphical network simulator that can be used to simulate actual Cisco IOS and Juniper JunOS. It is an open source, free program that can be download at http://www.gns3.net/.&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2540&amp;diff=3879</id>
		<title>Franske CNT-2540</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2540&amp;diff=3879"/>
		<updated>2010-12-15T03:11:59Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2540: Accessing the WAN classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
= General Course Information =&lt;br /&gt;
* [[Franske CNT-2540 Syllabus|Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2540 FA10 Schedule|Fall 2010 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2540 Labs and Homework|Lab and Homework List]]&lt;br /&gt;
* [[Franske CNT Service Project Assignment|Service Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
* Assessments and online curriculum available at [http://cisco.netacad.net http://cisco.netacad.net]&lt;br /&gt;
&lt;br /&gt;
= Projects =&lt;br /&gt;
*[[Frame relay multipoint lab]]&lt;br /&gt;
*[[How to configure SDM to secure a router]]&lt;br /&gt;
*[[ISDN WAN Connections]]&lt;br /&gt;
*[[IEEE 802.1x Port-Based Authentication]]&lt;br /&gt;
*[[Password Recovery and Device Reset Procedures]]&lt;br /&gt;
*[[How to Configure GRE VPN]]&lt;br /&gt;
*[[Wake On LAN]]&lt;br /&gt;
&lt;br /&gt;
= Resources =&lt;br /&gt;
== Certification ==&lt;br /&gt;
* [[CCNA Voucher Information]]&lt;br /&gt;
== General WAN Information ==&lt;br /&gt;
* [http://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr1915.html Cisco Guide to Troubleshooting Serial Line Problems]&lt;br /&gt;
== WAN Protocols ==&lt;br /&gt;
=== Frame Relay ===&lt;br /&gt;
* [http://www.cisco.com/en/US/tech/tk713/tk237/tsd_technology_support_protocol_home.html Cisco Frame Relay Technology Pages]&lt;br /&gt;
* [http://www.cisco.com/en/US/docs/internetworking/design/guide/nd2009.html Cisco Frame Relay Internetwork Design Guide]&lt;br /&gt;
* [http://www.cisco.com/en/US/docs/internetworking/troubleshooting/guide/tr1918.html Cisco Guide to Troubleshooting Frame Relay Connections]&lt;br /&gt;
* [http://www.cisco.com/en/US/tech/tk713/tk237/technologies_tech_note09186a008014f8a7.shtml Cisco Comprehensive Guide to Configuring and Troubleshooting Frame Relay with configuration examples]&lt;br /&gt;
&lt;br /&gt;
== Subnetting ==&lt;br /&gt;
* [http://www.learntosubnet.com LearnToSubnet.com] (Requires using Internet Explorer)&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_Current_Student_Projects&amp;diff=3878</id>
		<title>Franske Current Student Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_Current_Student_Projects&amp;diff=3878"/>
		<updated>2010-12-15T03:10:08Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: /* CNT 2540 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=FALL 2010=&lt;br /&gt;
==CNT 2311==&lt;br /&gt;
* [[Understanding Linux Permission Sets]] - Casey McBride&lt;br /&gt;
* NAT with a Linux System - Tsega Terefe&lt;br /&gt;
* Alphabetical Linux Command List - Don Bliss&lt;br /&gt;
&lt;br /&gt;
==CNT 2540==&lt;br /&gt;
* Lab Maintenance - Samuel Francis&lt;br /&gt;
* Update/Correct Frame Relay and ISDN Labs - Adam Nelson &amp;amp; Dan Martin&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_Completed_Student_Projects&amp;diff=3877</id>
		<title>Franske Completed Student Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_Completed_Student_Projects&amp;diff=3877"/>
		<updated>2010-12-15T03:03:54Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: Created page with &amp;#039;==CNT 2540== * Wake On LAN - Lue YANG&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==CNT 2540==&lt;br /&gt;
* [[Wake On LAN]] - Lue YANG&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Wol08.jpg&amp;diff=3875</id>
		<title>File:Wol08.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Wol08.jpg&amp;diff=3875"/>
		<updated>2010-12-15T02:58:50Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: uploaded a new version of &amp;quot;File:Wol08.jpg&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Wake_On_LAN&amp;diff=3874</id>
		<title>Wake On LAN</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Wake_On_LAN&amp;diff=3874"/>
		<updated>2010-12-15T02:52:52Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&#039;&#039;&#039;Introduction to WOL&#039;&#039;&#039;==&lt;br /&gt;
*Wake on LAN (WOL), sometime called Remote Wake Up, is an Ethernet computer networking standard that allows you to turn-on a power-off computer or wake-up a sleeping or hibernating computer from another location over a network connection. WOL works by sending a special message or signal over a local area network (LAN) or a wide area network (WAN), such as the Internet, to trigger power-up of a computer on a private LAN.&lt;br /&gt;
&lt;br /&gt;
==Purpose of Using WOL==&lt;br /&gt;
Some of the purposes of using WOL are:&lt;br /&gt;
#saves time.&lt;br /&gt;
#Saves electrical energy.&lt;br /&gt;
#Saves money on electricity bills. &lt;br /&gt;
#A PC is more secure from hackers when it is off.&lt;br /&gt;
#Allows users to turn on and shutdown PCs remotely, etc.&lt;br /&gt;
&lt;br /&gt;
Bellow are some example of using WOL.&lt;br /&gt;
*You want to be able to access your home computer anywhere at anytime you want, but you don&#039;t want to through money away for your computer that has to be turned on all the time. You want to turn it on when you want to use it and shut it down when you are done. &lt;br /&gt;
*You may want to access your home PC from work or your work PC from home, you might want to turn it on and get access to your files remotely, and then shut it down when you&#039;re done. &lt;br /&gt;
*You want to access your files on your computer at home while you are traveling. &lt;br /&gt;
*A technician may want to perform schedule and maintenance tasks without physically visit each computer on the network. &lt;br /&gt;
Implementing WOL can help you to achieve some of the above goals.&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirements==&lt;br /&gt;
A PC which supports WOL is required to enable WOL technology. Hardware requirements for WOL includes:&lt;br /&gt;
&lt;br /&gt;
# An ATX power supply that meets ATX 2.01 specifications.&lt;br /&gt;
# An ATX motherboard with an onboard 3-pin WOL connector, and a network card that can support WOL with its cable to the motherboard properly installed. Most motherboards today has a built in NIC and support Wake on LAN functionality.&lt;br /&gt;
*NOTE: Most PCs today have the above specifications built-in. You may check if your have a PC that supported WOL by checking in the Power Management option in BIOS.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;My Example Lab&#039;&#039;&#039;==&lt;br /&gt;
In this lab, I will walk you through the steps of enabling WOL, installing utility software, and testing it on a local area network (LAN). I used a PC and a laptop which both connected to a switch. The switch connected to a router that has connection to the internet. The PC I used in this lab is a custom built PC, and it has Windows XP Operating System installed. The installed motherboard is ASUS Rampage II Formula witch has quad ports NIC built-in, and the power supply is BFGR650PSU manufactured by BFG Tech. &lt;br /&gt;
&lt;br /&gt;
The performed this lab as follow: &lt;br /&gt;
#Enable WOL on the PC. &lt;br /&gt;
#Install a WOL utility on the laptop.&lt;br /&gt;
#Use the utility to trigger power on of the PC.&lt;br /&gt;
#Test to see if the PC has power on or not using ping command.&lt;br /&gt;
#Connect to the PC using Remote Desktop Connection software. &lt;br /&gt;
&lt;br /&gt;
===Enabling WOL===&lt;br /&gt;
In order for WOL to work, WOL feature must be enable in BIOS and Operating System. The process of enabling WOL may be different for each motherboard, so you may need to do some research on your motherboard. &lt;br /&gt;
*On the ASUS Rampage II Formula, there are two options that must be enable in BIOS and also two option in Windows XP. WOL feature is enabled on my PC by following the steps bellow.&lt;br /&gt;
#Enable &#039;&#039;&#039;LAN Boot ROM&#039;&#039;&#039;. Power on the PC and press Delete key to enter the BIOS setup. Select &#039;&#039;&#039;Advanced&amp;gt;LAN Boot ROM&amp;gt;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#Enable &#039;&#039;&#039;Power On By PCIE Devices&#039;&#039;&#039;. Select &#039;&#039;&#039;Power&amp;gt;APM Configuration&amp;gt;Power On By PCIE Devices&amp;gt;Enabled&#039;&#039;&#039;. &lt;br /&gt;
#Go to &#039;&#039;&#039;Exit and save changes&#039;&#039;&#039; to save the setting. Then it will boot into Windows Operating System normally.&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:wol01.jpg|thumb|upright|ENABLE WOL IN BIOS 1|200px]]&lt;br /&gt;
| [[Image:wol02.jpg|thumb|upright|ENABLE WOL IN BIOS 2|200px]]&lt;br /&gt;
| [[Image:wol03.jpg|thumb|upright|ENABLE WOL IN BIOS 3|200px]]&lt;br /&gt;
| [[Image:wol04.jpg|thumb|upright|ENABLE WOL IN BIOS 4|260px]]&lt;br /&gt;
|}&lt;br /&gt;
*WOL must be enabled on the Operation System you are running. Here I will show you how to enable WOL in Windows XP. &lt;br /&gt;
#Go to &amp;quot;Start&amp;gt;Control Panel&amp;gt;Network Connection&amp;quot;. Right clicking on &amp;quot;Local Area Connection&amp;gt;Properties&amp;quot;. Click on &amp;quot;Configure&amp;quot; button, and click on &amp;quot;Advanced&amp;quot; tab. Scroll down until you see &#039;&#039;&#039;Wake From Shutdown&#039;&#039;&#039; and &#039;&#039;&#039;Wake Up Capabilities&#039;&#039;&#039;. &lt;br /&gt;
#Select &amp;quot;Wake From Shutdown&amp;quot; and change the value from Off to &#039;&#039;&#039;On&#039;&#039;&#039;.&lt;br /&gt;
#Select &#039;&#039;&#039;Wake Up Capabilities&#039;&#039;&#039; and change the value to &#039;&#039;&#039;Magic Packet&#039;&#039;&#039;.&lt;br /&gt;
#Click &#039;&#039;&#039;OK&#039;&#039;&#039; button to save the changes.&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:wol05.jpg|thumb|upright|ENABLE WOL IN WINDOWS XP 1|200px]]&lt;br /&gt;
| [[Image:wol06.jpg|thumb|upright|ENABLE WOL IN WINDOWS XP 2|450px]]&lt;br /&gt;
| [[Image:wol07.jpg|thumb|upright|ENABLE WOL IN WINDOWS XP 3|220px]]&lt;br /&gt;
|}&lt;br /&gt;
Now the PC is ready for WOL, but you need to make notes of the Mac and IP address of the PC. I used ipconfig /all command to verified made notes of the MAC address and IP address of my PC, and then shut it down. &lt;br /&gt;
&lt;br /&gt;
===Downloading WOL Utility===&lt;br /&gt;
There are many tools that you can use to trigger power on of a PC with WOL feature enabled. I used &amp;quot;MC-WOL.EXE&amp;quot; utility. This utility is a DOS command line utility that sends a &amp;quot;Magic Packet&amp;quot; to trigger power on of remote computer. MC-WOL.EXE can be download at http://www.matcode.com/wol.htm. &lt;br /&gt;
&lt;br /&gt;
I have Windows 7 Operating System installed on my laptop. I downloaded MC-WOL.EXE and saved into C:\Users\LUE directory. &lt;br /&gt;
&lt;br /&gt;
===Testing===&lt;br /&gt;
Now I tested WOL to watch my PC turn on using the following command. The 00:22:15:46:B0:6B is the mac address of the PC witch has WOL enabled.&lt;br /&gt;
 mac-wol 00:22:15:46:B0:6B&lt;br /&gt;
&lt;br /&gt;
If the PC with WOL enabled is not physically visible, you can use the ping command follow by -t string to test and see if the target PC is powered on or not. After a while, the ping should be successful as the screen shot bellow. If you have setup everything correctly and the target PC has Remote Desktop Connection enabled, you can remotely connect to it using Remote Desktop Connection.&lt;br /&gt;
&lt;br /&gt;
[[File:wol08.jpg|650px]]&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Wake_On_LAN&amp;diff=3873</id>
		<title>Wake On LAN</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Wake_On_LAN&amp;diff=3873"/>
		<updated>2010-12-15T02:43:22Z</updated>

		<summary type="html">&lt;p&gt;Lueyang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==&#039;&#039;&#039;Introduction to WOL&#039;&#039;&#039;==&lt;br /&gt;
*Wake on LAN (WOL), sometime called Remote Wake Up, is an Ethernet computer networking standard that allows you to turn-on a power-off computer or wake-up a sleeping or hibernating computer from another location over a network connection. WOL works by sending a special message or signal over a local area network (LAN) or a wide area network (WAN), such as the Internet, to trigger power-up of a computer on a private LAN.&lt;br /&gt;
&lt;br /&gt;
==Purpose of Using WOL==&lt;br /&gt;
Some of the purposes of using WOL are:&lt;br /&gt;
#saves time.&lt;br /&gt;
#Saves electrical energy.&lt;br /&gt;
#Saves money on electricity bills. &lt;br /&gt;
#A PC is more secure from hackers when it is off.&lt;br /&gt;
#Allows users to turn on and shutdown PCs remotely, etc.&lt;br /&gt;
&lt;br /&gt;
Bellow are some example of using WOL.&lt;br /&gt;
*You want to be able to access your home computer anywhere at anytime you want, but you don&#039;t want to through money away for your computer that has to be turned on all the time. You want to turn it on when you want to use it and shut it down when you are done. &lt;br /&gt;
*You may want to access your home PC from work or your work PC from home, you might want to turn it on and get access to your files remotely, and then shut it down when you&#039;re done. &lt;br /&gt;
*You want to access your files on your computer at home while you are traveling. &lt;br /&gt;
*A technician may want to perform schedule and maintenance tasks without physically visit each computer on the network. &lt;br /&gt;
Implementing WOL can help you to achieve some of the above goals.&lt;br /&gt;
&lt;br /&gt;
==Hardware Requirements==&lt;br /&gt;
A PC which supports WOL is required to enable WOL technology. Hardware requirements for WOL includes:&lt;br /&gt;
&lt;br /&gt;
# An ATX power supply that meets ATX 2.01 specifications.&lt;br /&gt;
# An ATX motherboard with an onboard 3-pin WOL connector, and a network card that can support WOL with its cable to the motherboard properly installed. Most motherboards today has a built in NIC and support Wake on LAN functionality.&lt;br /&gt;
*NOTE: Most PCs today have the above specifications built-in. You may check if your have a PC that supported WOL by checking in the Power Management option in BIOS.&lt;br /&gt;
&lt;br /&gt;
==&#039;&#039;&#039;My Example Lab&#039;&#039;&#039;==&lt;br /&gt;
In this lab, I will walk you through the steps of enabling WOL, installing utility software, and testing it on a local area network (LAN). I used a PC and a laptop which both connected to a switch. The switch connected to a router that has connection to the internet. The PC I used in this lab is a custom built PC, and it has Windows XP Operating System installed. The installed motherboard is ASUS Rampage II Formula witch has quad ports NIC built-in, and the power supply is BFGR650PSU manufactured by BFG Tech. &lt;br /&gt;
&lt;br /&gt;
The performed this lab as follow: &lt;br /&gt;
#Enable WOL on the PC. &lt;br /&gt;
#Install a WOL utility on the laptop.&lt;br /&gt;
#Use the utility to trigger power on of the PC.&lt;br /&gt;
#Test to see if the PC has power on or not using ping command.&lt;br /&gt;
#Connect to the PC using Remote Desktop Connection software. &lt;br /&gt;
&lt;br /&gt;
===Enabling WOL===&lt;br /&gt;
In order for WOL to work, WOL feature must be enable in BIOS and Operating System. The process of enabling WOL may be different for each motherboard, so you may need to do some research on your motherboard. &lt;br /&gt;
*On the ASUS Rampage II Formula, there are two options that must be enable in BIOS and also two option in Windows XP. WOL feature is enabled on my PC by following the steps bellow.&lt;br /&gt;
#Enable &amp;quot;LAN Boot ROM&amp;quot;. Power on the PC and press Delete key to enter the BIOS setting, and then select &amp;quot;Advanced&amp;gt;LAN Boot ROM&amp;gt;Enabled&amp;quot;.&lt;br /&gt;
#Enable &amp;quot;Power On By PCIE Devices&amp;quot;. Select &amp;quot;Power&amp;gt;APM Configuration&amp;gt;Power On By PCIE Devices&amp;gt;Enabled&amp;quot;. &lt;br /&gt;
#Go to &amp;quot;Exit and save changes&amp;quot; to save the setting. Then it will boot into Windows Operating System normally.&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:wol01.jpg|thumb|upright|ENABLE WOL IN BIOS 1|200px]]&lt;br /&gt;
| [[Image:wol02.jpg|thumb|upright|ENABLE WOL IN BIOS 2|200px]]&lt;br /&gt;
| [[Image:wol03.jpg|thumb|upright|ENABLE WOL IN BIOS 3|200px]]&lt;br /&gt;
| [[Image:wol04.jpg|thumb|upright|ENABLE WOL IN BIOS 4|260px]]&lt;br /&gt;
|}&lt;br /&gt;
*WOL must be enabled on the Operation System you are running. Here I will show you how to enable WOL on Windows XP. &lt;br /&gt;
#Go to &amp;quot;Start&amp;gt;Control Panel&amp;gt;Network Connection&amp;quot;. Right clicking on &amp;quot;Local Area Connection&amp;gt;Properties&amp;quot;. Click on &amp;quot;Configure&amp;quot; button, and click on &amp;quot;Advanced&amp;quot; tab. Scroll down until you see &amp;quot;Wake From Shutdown&amp;quot; and &amp;quot;Wake Up Capabilities&amp;quot;. &lt;br /&gt;
#Select &amp;quot;Wake From Shutdown&amp;quot; and change the value from Off to &amp;quot;On&amp;quot;.&lt;br /&gt;
#Select &amp;quot;Wake Up Capabilities&amp;quot; and change the value to &amp;quot;Magic Packet&amp;quot;.&lt;br /&gt;
#Click &amp;quot;OK&amp;quot; to save the changes.&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:wol05.jpg|thumb|upright|ENABLE WOL IN WINDOWS XP 1|200px]]&lt;br /&gt;
| [[Image:wol06.jpg|thumb|upright|ENABLE WOL IN WINDOWS XP 2|450px]]&lt;br /&gt;
| [[Image:wol07.jpg|thumb|upright|ENABLE WOL IN WINDOWS XP 3|220px]]&lt;br /&gt;
|}&lt;br /&gt;
Now the PC is ready for WOL, but you need to make notes of the Mac and IP address of the PC. I used ipconfig /all command to verified made notes of the MAC address and IP address of my PC, and then shut it down. &lt;br /&gt;
&lt;br /&gt;
===Downloading WOL Utility===&lt;br /&gt;
There are many tools that you can use to trigger power on of a PC with WOL feature enabled. I used &amp;quot;MC-WOL.EXE&amp;quot; utility. This utility is a DOS command line utility that sends a &amp;quot;Magic Packet&amp;quot; to trigger power on of remote computer. MC-WOL.EXE can be download at http://www.matcode.com/wol.htm. &lt;br /&gt;
&lt;br /&gt;
I have Windows 7 Operating System installed on my laptop. I downloaded MC-WOL.EXE and saved into C:\Users\LUE directory. &lt;br /&gt;
&lt;br /&gt;
===Testing===&lt;br /&gt;
Now I tested WOL to watch my PC turn on using the following command. The 00:22:15:46:B0:6B is the mac address of the PC witch has WOL enabled.&lt;br /&gt;
 mac-wol 00:22:15:46:B0:6B&lt;br /&gt;
&lt;br /&gt;
If the PC with WOL enabled is not physically visible, you can use the ping command follow by -t string to test and see if the target PC is powered on or not. After a while, the ping should be successful as the screen shot bellow. If you have setup everything correctly and the target PC has Remote Desktop Connection enabled, you can remotely connect to it using Remote Desktop Connection.&lt;br /&gt;
&lt;br /&gt;
[[File:wol08.jpg|768px]]&lt;/div&gt;</summary>
		<author><name>Lueyang</name></author>
	</entry>
</feed>