Konsep awal :
- IP Address Pool : 192.168.9.0 / 24 atau 192.168.9.0 / 255.255.255.0
- Default Gateway : 192.168.9.1
- Name Server (DNS) : 192.168.9.161
- IP Range Untuk Pool DHCP 1 : 192.168.9.111 – 192.168.9.199
- IP Range Untuk Pool DHCP 2 : 192.168.9.211 – 192.168.9.254
- Mula-mula masuk ke console Cisco Router. Terserah mau pake cara apa … (Telnet, Console, SSH, dsb)
- Ketikkan perintah dibawah ini berurutan dari atas sampai bawah di command line.
conf t
service dhcp
ip dhcp pool 192.168.9.0/24
network 192.168.9.0 255.255.255.0
default-router 192.168.9.161
dns-server 192.168.9.161
exit
ip dhcp excluded-address 192.168.9.1 192.168.9.110
ip dhcp excluded-address 192.168.9.200 192.168.9.210
^Z (Tekan Ctrl+z)
- Jika konfigurasi sudah dicoba dan normal simpan konfigurasi dengan perintah :
copy run start
0 comments:
Post a Comment