Write the procedure for Router for configuring DHCP?
Answer Posted / nitin nayyar
router>enable
router#config t
router(config)#ip dhcp pool Nitin
router(dhcp-config)#network 192.168.10.0 255.255.255.0
router(dhcp-config)#default-router 192.168.10.1
router(dhcp-config)#dns-server 192.168.10.5
router(dhcp-config)#domain-name hcl.com
router(dhcp-config)#exit
router(config)#ip dhcp excluded-address 192.168.10.1
192.168.10.5
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is meant arp and rarp?
What is bia?
Tell me which cable called roll-over?
Name the different types of networks
Explain the major types of networks and explain?
What does the show protocol display?
Explain the benefits of vlan?
Which peer authentication method and which ipsec mode is used to connect to the branch locations?
What is the size of IP address?
How does RIP differ from IGRP?
What is the difference between named and extended acl?
How are internetworks created?
What is the mac address?
Explain the benefits of VLANs.
Which command we give on privilege mode for coming back to user execution mode?