Voip LAB 1
Voip LAB 1
la Communication et de la Poste
Semestre : S9
Lab-VOIP-1
“Cisco Call Manager Express Sample Network Scenario”
Objectifs:
Cisco Call Manager Express (CME) is an enhanced IP telephony solution that is integrated
into Cisco IOS. It is an ideal solution for small business customers to efficiently use their
existing IP data connectivity to incorporate the deployment of voice and IP telephony. Being
able to support IP telephony and IP data traffic through a single global converged solution is
of great benefit to the customers both for optimizing their operations and for limiting their
maintenance costs.
For CME 3.2 the minimum Cisco IOS release required is the 12.3(11) T.
IOS version :
Always make sure that your router is loaded with the appropriate IOS release to support the
functions you are interested in.
Task
Your task is to configure the network components in and the ip phones in.
All the necessary technical specifications are given in the topology diagram.
Task 1:
Switch(config)#VLAn 10
Switch(config-vlan)#NAME DATA
Switch(config-vlan)#EXIT
Switch(config)#VLAn 20
Switch(config-vlan)#NAME VOICE
Switch(config-vlan)#EXIT
Switch(config)#INTERface GIgabitEthernet 0/1
Switch(config-if)#SWitchport MOde TRunk
Switch(config-if)#EXIT
Switch(config)#INTErface RAnge F0/1-3
Switch(config-if-range)#SWitchport ACcess VLAn 10
Switch(config-if-range)#SWitchport VOIce VLAn 20
Task 2 :
router(config)#HOStname CME
CME(config)#INTErface FAstEthernet 0/0
CME(config-if)#NO SHUtdown
Task 3 :
CME(config)#INTERface F0/0.10
%LINK-5-CHANGED: Interface FastEthernet0/0.10, changed state to up
CME(config-subif)#IP ADDress 192.168.10.1 255.255.255.0
% Configuring IP routing on a LAN subinterface is only allowed if that
subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q,
or ISL vLAN.
CME(config-subif)#ENCapsulation Dot1Q 10
CME(config-subif)#IP ADDress 192.168.10.1 255.255.255.0
CME(config)#INTERface F0/0.20
%LINK-5-CHANGED: Interface FastEthernet0/0.20, changed state to up
CME(config-subif)#ENCapsulation Dot1Q 20
CME(config-subif)#IP ADDress 192.168.20.1 255.255.255.0
When a Cisco IP phone is attached to the network it queries for DHCP server. The DHCP
server responds by assigning an IP address to the phone and providing the IP address of the
TFTP server (CME router) for the phone to use to download its firmware and configuration
file.
CME(config)#telephony-service
CME(config-telephony)#auto-reg-ephone
CME(config-telephony)#max-dn 10
CME(config-telephony)#max-ephones 5
CME(config-telephony)#IP SOurce-address 192.168.20.1 POrt 2000 ……..SCCP Signaling
port
CME(config)#ephone-dn 1
CME(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 1.1, changed state
to up
CME(config-ephone-dn)#NUmber 100
CME(config-ephone-dn)#EXIT
CME(config)#ephone-dn 2
CME(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 2.1, changed state
to up
CME(config-ephone-dn)#NUmber 101
CME(config-ephone-dn)#EXIT
CME(config)#ephone-dn 3
CME(config-ephone-dn)#%LINK-3-UPDOWN: Interface ephone_dsp DN 3.1, changed state
to up
CME(config-ephone-dn)#NUmber 102
Task 6 : Configure IP phone :
the ephone-dn, an "ephone" represents a physical telephone device on the CME. Therefore to
configure basic phone setup you need to specify at least one ephone-dn, provide extension
numbers to it and associate a line button on the IP phone with the ephone-dn.
CME (config)#ephone 1
CME (config-ephone)#type 7960….
CME(config-ephone)#BUtton 1:1….
CME (config-ephone)#exit
CME (config)#ephone 2
CME (config-ephone)#type 7960
CME(config-ephone)#BUtton 1:2
CME (config-ephone)#exit
CME (config)#ephone 3
CME (config-ephone)#type 7960
CME(config-ephone)#BUtton 1:3
Because we use auto-reg-phone and auto assign we do not need to enter the mac-
address.