Cisco: DHCP

From OnnoWiki
Jump to navigation Jump to search

Konfigurasi

ip dhcp excluded-address 192.168.1.254
ip dhcp pool ippool1417
   network 192.168.1.0 255.255.255.0
   dns-server 206.13.28.12 206.13.31.12
   default-router 192.168.1.254
!
interface Ethernet0
 ip address 192.168.1.254 255.255.255.0
 no ip directed-broadcast
 ip nat inside
!

Pranala Menarik