PADA CISCO PACKET TRACER VERSI 6.2 DAN VERSI DI BAWAH NYA
SWITCH CISCO 2950 TIDAK BISA DI KONFIGURASI DHCP-SERVER
NAMUN PADA REAL DEVICE ATAU PADA CISCO PACKET TRACER VERSI 7 KE ATAS SWITCH CISCO 2950 BISA DI SETTING DHCP-SERVER
Klik Laptop yang terhubung dengan kabel console - Kemudian klik Desktop - Kemudian klik Terminal - Kemudian klik OK
Enter
Switch>enable
Switch#configure terminal
Switch(config)#interface vlan 1
Switch(config-if)#ip address 10.10.10.1 255.255.255.0
Switch(config-if)#no shutdown
Enter
Switch(config-if)#exit
Switch(config)#exit
Enter
Switch#configure terminal
Switch(config)#ip dhcp pool VLAN-1
Switch(dhcp-config)#network 10.10.10.0 255.255.255.0
Switch(dhcp-config)#default-router 10.10.10.1
Switch(dhcp-config)#exit
Switch(config)#ip dhcp excluded-address 10.10.10.1