Write the procedure for Router for configuring DHCP?
Answers were Sorted based on User's Feedback
Answer / vesangi rajasekhar
dhcp server configuring:-
router(config)# ip dhcp pool<pool name>
router(dhcp-config)#network<network address>
router(dhcp-config)#dns-server<dns server ip address>
router(dhcp-config)#default-router<router ip address>
router(config)#ip dhcp excluded<reserved ip address>
verification:-
router#sh ip dhcp binding
Is This Answer Correct ? | 16 Yes | 2 No |
Answer / 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 |
Answer / prashant
#service dhcp
#ipdhcp pool xxxx-dhcppool (xxxx - hostname as per router name
#network x.x.x.x x.x.x.x
EXA.. x.x.x.0 255.255.255.0
#ip dhcp excluded-address x.x.x.1 x.x.x.20 (reserved first
20 ip address)
#default-router x.x.x.x (x.x.x.x - LAN ip
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / s.m.feroz ahmed
Hi,
Router is a hardware device for connecting different
Networks for communication .For configuring DHCP one should
configure dynamic routing protocol .
# config
Config# sh interface
config# ip (Range of Ip address ,subnetmask)
config# ip (range og IpAddress,wildcard Mask)
config# Permit acl (range of ip ,subnet mask)
then come out of config mode and again type in
# sh interface or sh int
# sh runn config
it will display running configuration which is configured
and now connect router to switch or hub and goto each
system and enable DHCP and it wil automatically grant ip
address to system in network .
Is This Answer Correct ? | 0 Yes | 1 No |
I simulate ten routers r1 to r10 straightly. I want I can ping from the loop of r1 to loop of r10, but I want I cant ping r1 and r10 from inside routers.?
Tell me which protocol comes under hybrid dynamic type?
EIGRP send query reply & Acknowledgment on which address ?
Why OSI layers having 7 layers instead of one layer.
Hi all, Sorry, but i want to say that right now i have around two years experience and doing the job as a network engineer(ccna certified).but i want switch job so please can tell me any opportunity.
Which three statements about Frame Relay configurations using subinterfaces is true? (Choose three) A. Each subinterface is conferred either multipoint or point to point B. Any network address must be removed from the physical interface C. The configuration of subinterfaces is done in router (config-if)# mode D. Frame Relay encapsulation must be conferred on each subinterface
Which of the following are Distance Vector protocols? A.) IGRP B.) RIP C.) OSFP D.) EIGRP
IP extended access lists use which of the following as a basis for permitting or denying packets? A.) destination address B.) all of the above C.) protocol D.) source address E.) port
What is the difference between simple authentication and md5?
What is DLCI?
Which information must a router know in order to perform proper and pungent routing? A. destination application of an incoming packet B. number of other packets in a single flow of data C. destination network address of an incoming packet D. number of routers that also know a path to the destination
what is ping utility and how to work.