VOIP
VOIP
Simple Project
Network Engineer
Ahmed Allam Networking
• Project simple in Voice IP.
▪ A simple project consisting of two branches connected to a router,
and each branch contains three telephones. We can say that it is
working configurations to router So that we can connect mobile
devices to each other.
R1(config)#int fa0/0
R1(config-if)#no sh
R1(config-if)#int fa0/0.20
R1(config-subif)#encapsulation dot1Q 20
R1(config-subif)#ip address 20.0.0.1 255.0.0.0
R1(config)#int fa0/1
R1(config-if)#no sh
R1(config-if)#int fa0/0.30
R1(config-subif)#encapsulation dot1Q 30
R1(config-subif)#ip address 30.0.0.1 255.0.0.0
R1(config)#int fa0/1
R1(config-if)#no sh
R1(config-if)#int fa0/0.40
R1(config-subif)#encapsulation dot1Q 40
R1(config-subif)#ip address 40.0.0.1 255.0.0.0
• Configurations dhcp in router
R1(config)#ip dhcp pool voic1
R1(dhcp-config)#net 10.0.0.0 255.0.0.0
R1(dhcp-config)#default-router 10.0.0.1
R1(dhcp-config)#option 150 ip 10.0.0.1
R1(config)#telephony-service
R1(config-telephony)#max-ephones 10
R1(config-telephony)#max-dn 10
R1(config-telephony)#ip source-address 30.0.0.1 port 2000
R1(config-telephony)#ip source-address 10.0.0.1 port 1000
R1(config)#ephone-dn 1
R1(config-ephone-dn)#number 101
R1(config-ephone-dn)#ephone-dn 2
R1(config-ephone-dn)#number 102
R1(config-ephone-dn)#ephone-dn 3
R1(config-ephone-dn)#number 103
R1(config-ephone-dn)#ephone-dn 4
R1(config-ephone-dn)#number 104
R1(config-ephone-dn)#ephone-dn 5
R1(config-ephone-dn)#number 105
R1(config-ephone-dn)#ephone-dn 6
R1(config-ephone-dn)#number 106
R1(config-ephone-dn)#exit
R1(config)#
R1(config)#ephone 1
R1(config-ephone)#type 7960
R1(config-ephone)#button 1:1
R1(config-ephone)#ephone 2
R1(config-ephone)#type 7960
R1(config-ephone)#button 1:2
R1(config-ephone)#ephone 3
R1(config-ephone)#type 7960
R1(config-ephone)#button 1:3
R1(config-ephone)#ephone 4
R1(config-ephone)#type 7960
R1(config-ephone)#button 1:4
R1(config-ephone)#ephone 5
R1(config-ephone)#type 7960
R1(config-ephone)#button 1:5
R1(config-ephone)#ephone 6
R1(config-ephone)#type 7960
R1(config-ephone)#button 1:6
R1(config-ephone)#exit
R1(config)#
R1(config)#do wr
Building configuration...
[OK]
R1(config)#
Thank You