Enable DHCP on a Cisco Router
يونيو 1, 2009
أضف تعليقاً
Summary:
configuring DHCP service on a cisco router…
Requirements:
get into “enable” mode (typing ‘ena’ then the enable password)
Procedures:
as basic short procedures we need to create a dhcp pool to assign teh IP addresses as follows:
- creating the DHCP pool and name it “Network”
ip dhcp pool Network
- after we made the pool we assign the network range to it:
network 192.168.1.0 255.255.255.0
- now we add the default router (which is in this case our same router)
dafault-router 192.168.1.1
- and finally the dns servers to use with the internet connection if any:
dns-server 200.25.54.129
التصنيفات:Tech Notes
cisco dhcp, configure dhcp cisco, dhcp router