You are on page 1of 1

Zoom Technologies CCNP Lab Guide

*Router INDIA has two FXS ports to which two analog phones are connected.
Below is the configuration for assigning phone numbers to the analog phones by
configuring the dial-peer as POTS (plain old telephone system)
INDIA(config)#dial-peer voice 10 pots
INDIA(config-dial-peer)#destination-pattern 2001
INDIA(config-dial-peer)#port 2/0/0
INDIA(config-dial-peer)#exit
INDIA(config)#dial-peer voice 20 pots
INDIA(config-dial-peer)#destination-pattern 2002
INDIA(config-dial-peer)#port 2/0/1
INDIA(config-dial-peer)#exit

*Verify the output by dialing the extension number from one to another phone

*Here we have to configure the call routing from India to Sudan. It mentions the
destination IPV4 network to which the VOIP packets have to be routed if a call to
the mentioned phone number has to be made.

INDIA(config)#dial-peer voice 30 voip


INDIA(config-dial-peer)#destination-pattern 300.
INDIA(config-dial-peer)#session target ipv4:172.16.1.5
INDIA(config-dial-peer)#end

*Below is the configuration of Sudan router to which two IP phones have been
connected.

*First we have to configure a DHCP pool from which an ip-address will be


assigned to the IP phone.
Sudan(config)#ip dhcp pool voip
Sudan(dhcp-config)#network 192.168.100.0
Sudan(dhcp-config)#default-router 192.168.100.1
Sudan(dhcp-config)#option 150 ip 192.168.100.1
Sudan(dhcp-config)#exit
Sudan(config)# ip dhcp excluded-address 192.168.100.1

*Below is the configuration for telephony-service where we configure various


parameters such as number of dial-numbers and ephones, assigning of phone
numbers to the e-phones and binding the mac-address of the ip-phone to the
ephone.
Sudan(config)#telephony-service
Sudan(config-telephony)#max-dn 10
Sudan(config-telephony)#max-ephone 5
Sudan(config-telephony)#ip source-address 192.168.100.1
Sudan(config-telephony)#exit
Sudan(config)#ephone-dn 1
Sudan(config-ephone-dn)#number 3001
Sudan(config-ephone-dn)#name zoom
65 | P a g e

You might also like