Membuat VOIP pada Cisco Packet Tracer 5.3
Yang
harus dilakukan pertama adalah :
1.setting
switchport voice
2.
konfigurasi interface secara static pada router
3.
konfigurasi interface host secara auto (DHCP)
4.
setting voip pada router
5.
setting dial number untuk ipPhone
Ok
langsung saja, kita buat dicisco packet tracer 5.3
1 1. buka software cisco paket tracer
2.
buat sebuah router jenis 2811, pastikan untuk memilih router ini teman karena
hanya jenis ini yang menyediakan fungsi untuk ipPhone
4. buat 3 ipphone teman
5. sambungkan seluruh ipPhone ke switch, dan switch ke router masing-masing menggunakan kabel jenis straight-through teman
6.
colokkan power adapter pada setiap ipPhone klik pada ipPhone kemudian drag
power ke portnya Sampai memasang
#
Selanjutnya kita masuk pada tahap konfigurasi switch, pada CLI
ketikan
perintah-perintah sebagai berikut :
Switch>en
Switch#config
terminal
Enter
configuration commands, one per line. End with CNTL/Z.
Switch(config)#int
range fa0/1-24
Switch(config-if-range)#switchport
voice vlan 1
Switch(config-if-range)#exit
Switch(config)#
Switch#
%SYS-5-CONFIG_I:
Configured from console by console
Switch#
#Selanjutnya kita akan masuk ke tahap konfigurasi router.
Pada
tahap ini sama kita masuk ke CLI lalu
ketikan
perintah-perintah seperti di bawah ini :
---
System Configuration Dialog ---
Continue
with configuration dialog? [yes/no]: n
Press
RETURN to get started!
Router>en
Router#config
terminal
Enter
configuration commands, one per line. End with CNTL/Z.
Router(config)#ip
dhcp pool voice
Router(dhcp-config)#network
192.168.1.0 255.255.255.0
Router(dhcp-config)#default-router
192.168.1.30
Router(dhcp-config)#option
150 ip 192.168.1.30
Router(dhcp-config)#exit
Router(config)#ip
dhcp excluded-address 192.168.1.30
Router(config)#int
fastethernet 0/0
Router(config-if)#ip
address 192.168.1.30 255.255.255.0
Router(config-if)#no
shutdown
%LINK-5-CHANGED:
Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN:
Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#telephony-service
Router(config-telephony)#max-ephones
3
Router(config-telephony)#max-dn
3
Router(config-telephony)#ip
source-address 192.168.1.30 port 2000
Router(config-telephony)#auto
assign 4 to 6
Router(config-telephony)#auto
assign 1 to 5
Router(config-telephony)#exit
Router(config)#ephone-dn
1
Router(config-ephone-dn)#%LINK-3-UPDOWN:
Interface ephone_dsp DN 1.1, changed state to up
Router(config-ephone-dn)#number
1321261
Router(config-ephone-dn)#ephone-dn
2
%LINK-3-UPDOWN:
Interface ephone_dsp DN 2.1, changed state to up
Router(config-ephone-dn)#
Router(config-ephone-dn)#number
1321262
Router(config-ephone-dn)#ephone-dn
3
Router(config-ephone-dn)#%LINK-3-UPDOWN:
Interface ephone_dsp DN 3.1, changed state to up
Router(config-ephone-dn)#number
1321263
Router(config-ephone-dn)#
Sekarang
kita akan test koneksi dengan dial number
Dial
number yang saya gunakan adalah nomor NISN saya yaitu 1321261
Saya
mencoba padaipPhone 3 dengan dial number 1321262
Dia
akan menuju ke number 1321262(pada ipPhone 2)
Kemudian
pada ipPhone 2 sudah terdeteksi artinya kita berhasil karena ada keterangan
connected
Terimaksih selesai ..
Semoga
bermanfaat aminnnn….