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 the difference between simple authentication and md5?
Which protocol works only on cisco routers?
What is a Window in networking terms?
What’s the easiest way to remotely configure a router?
On which bas ospf take decision?
Explain the types of ospf configuration?
Which command we give for see routing table?
Can you give an overview of various components in IPSec?
Explain which layer are called upper layer?
What are the different types of passwords that you can use in cisco routers?
Which peer authentication method and which ipsec mode is used to connect to the branch locations?
What is the key advantage of using a switches?
State the difference between dynamic IP and static IP addressing?
What is the difference between communication and transmission?
What is osi reference model?