0% found this document useful (0 votes)
63 views

Lab 03

This document provides instructions for designing a VOIP network connecting two sites using a cloud and DSL connection. It outlines seven tasks: 1. Prepare the network with a router, switch, IP phones, PCs and DSL modem. 2. Configure the router with DHCP, CME and phone directory numbers. 3. Configure the switch to connect IP phones and PCs. 4. Connect the router and DSL modem to the cloud to forward data between sites. 5. Connect the switch at the second site to the DSL modem. 6. Modify the topology to include an additional switch between the router and cloud. 7. Test calls between phones at different
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Lab 03

This document provides instructions for designing a VOIP network connecting two sites using a cloud and DSL connection. It outlines seven tasks: 1. Prepare the network with a router, switch, IP phones, PCs and DSL modem. 2. Configure the router with DHCP, CME and phone directory numbers. 3. Configure the switch to connect IP phones and PCs. 4. Connect the router and DSL modem to the cloud to forward data between sites. 5. Connect the switch at the second site to the DSL modem. 6. Modify the topology to include an additional switch between the router and cloud. 7. Test calls between phones at different
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

‫مقرر شبكة مقسمات الهواتف و‬

‫الفويب‬
‫قسم االتصاالت والشبكات‪/‬الفصل‬
‫الدراسي ربيع ‪2015‬‬
‫‪Lab03. Designing a VOIP network using the‬‬
‫‪cloud and DSL connection‬‬

‫أ‪.‬علي مصطفى الشاوش‬

‫صفحة ‪ 1‬من ‪4‬‬


Overview
In this lab, we will discuss how to design a VOIP network using a cloud and DSL connection. In this
scenario, we will assume that CME Router installed in X-site, where in Y-site the VOIP network is
connected to could using the DSL connection. Our problem statement is as follow:

“Assume that XYZ Company has two sites, one in Tripoli and another one in Misurata, you were asked
to design a VOIP network depending on the following conditions:
1- CME Router exists in Tripoli
2- VOIP network exists in Misurata
3-Two sites are connecting using a cloud, where CME is connected to Cloud using Fast Ethernet and
VOIP network is connected using DSL modem.”

Your network should be as in Figure.1.

Figure.1: Lab Topology

Address Table:

Device IP address Subnet Mask Default Gateway


Router F0/0 172.16.0.1 255.255.0.0 -
DHCP Server 172.16.0.0 255.255.0.0 172.16.0.1
PC1, PC2, Phone1, From DHCP server
phone2

Task 01: Prepare the network

Use Router 2811 and switch 2960, two IP phones, two PCs, DSL Modem and Cloud.

Task 02: Configure the Router as follow

Step 1: Interface Setup


Router>enable
Router#configure terminal
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 172.16.0.1 255.255.0.0
Router(config-if)#no shutdown

4 ‫ من‬2 ‫صفحة‬
Step 2: DHCP configuration
Router(config)#ip dhcp pool VOICE
Router(dhcp-config)#network 172.16.0.0 255.255.0.0
Router(dhcp-config)#default-router 172.16.0.1
Router(dhcp-config)#option 150 ip 172.16.0.1

Step 3: Configure the CME


Router(config)#telephony-service
Router(config-telephony)#max-dn 10
Router(config-telephony)#max-ephones 10
Router(config-telephony)#ip source-address 172.16.0.1 port 2000
Router(config-telephony)#auto assign 1 to 10

Step 4: Configure the CME directory Phones


Router(config)#ephone-dn 1
Router(config-ephone-dn)#number 1001
Router(config)#ephone-dn 2
Router(config-ephone-dn)#number 1002

Complete for 10 DNs

Task 03: Configure the Switch

Step 1: connect IP phones and two PCs to the switch

Step 2: configure the switch and check you configuration by viewing IP phone status

Switch(config)#int range fastEthernet 0/1-24


Switch(config-if-range)#switchport mode access
Switch(config-if-range)#switchport voice vlan 1

Task 04: Connect Router and DSL modem to cloud

Step 1: Add a Fast Ethernet port to the cloud and connect the router to that port.

Step 2: Add a DSL modem and connect it to the cloud’s modem port using a phone cable.

Step 3: Open DSL page in the cloud configuration, and connect the Modem port with the Fethernet
port. So, the data can e forwarded from the first site to the second site.

Task 05: Connect switch to DSL model

Step 1: Connect the switch (which connected to IP phones) to the DSL modem.

Check the whole system as follow

1- Command

Router # show run


Switch # show run

2- Try to call the phones to check the system.

4 ‫ من‬3 ‫صفحة‬
Task 06: Modify the topology to be as shown in Figure.2

Figure.2: Second lab topology

Step1: add a new switch (2960) between the CME router and cloud.
Step 2: configure the switch as Task 03.
Step 3: connect IP phone to switch.

Task07: Check the system


Try to dial the two phone s in two sites

4 ‫ من‬4 ‫صفحة‬

You might also like