In Dhcp Router Configuration ,here we take one Cisco Router& we assume that router is initially configured,
for Dhcp Config first go to router's Enable mode .Then after for Dhcp Service enable in Cisco Router by comman "ip dhcp pool".After Enabled Dhcp Service Assign Dhcp Pool to Router . After that give Network Range what you want to give here we have given "10.10.10.0 255.255.255.0"After Given a Dhcp network range give a default gate way of router.Then after give 'ip dhcp excluded-address ' for ip manually assign
for Dhcp Config first go to router's Enable mode .Then after for Dhcp Service enable in Cisco Router by comman "ip dhcp pool".After Enabled Dhcp Service Assign Dhcp Pool to Router . After that give Network Range what you want to give here we have given "10.10.10.0 255.255.255.0"After Given a Dhcp network range give a default gate way of router.Then after give 'ip dhcp excluded-address ' for ip manually assign
Cisco_Router (config)# configure terminal // Go to Router's Enable mode
Cisco_Router (config)# ip dhcp pool Ajay // Assigning pool Name
Cisco_Router (dhcp-config)# network 10.10.10.0 255.255.255.0 // Assigning Dhcp Nw Range
Cisco_Router (dhcp-config)# default-router 10.10.10.1 // Assigning Default Router Gateway
Cisco_Router (dhcp-config)# domain-name Ajay //Assigning a Domain
Cisco_Router (config)# ip dhcp excluded-address 10.10.10.1 10.10.10.3 //Excluding IP
0 comments:
Post a Comment