You are on page 1of 3

Nama : niko andreas

Kelas : XII TKJ 2

Konfiguras jaringan voip


Konfigurasi IP address pada router0
Router 0
# enable
# configure terminal
# int fa0/0
# ip addr 192.168.21.1 255.255.255.0
# no shutdown
# exit
Konfigurasi DHCP pada router0
# ip dhcp pool voice
# network 192.168.21.0 255.255.255.0
# default-router 192.168.21.1
# option 150 ip 192.168.21.1
Konfigurasi telephony service pada router0
# telephony-service
# max-ephone 5
# max-dn 5
# ip source-address 192.168.21.1 port 2000
# auto assign 1 to 4
# ephone-dn 1
# number 111
# ephone-dn 2
# number 222
# ephone-dn 3
# number 333
# ephone-dn 4
# number 444
# exit

Switch 0
Konfigurasi pada switch0
# enable
# configure terminal
# int range fa0/1-24
# switchport mode access
# switchport voice vlan 1
# exit

Switch 1
Konfigurasi pada switch1
# enable
# configure terminal
# int range fa0/1-24
# switchport mode access
# switchport voice vlan 1
# exit

Switch 2
Konfigurasi pada switch2
# enable
# configure terminal
# int range fa0/1-24
# switchport mode access
# switchport voice vlan 1
# exit

You might also like