Write the procedure for Router for configuring DHCP?

Answers were Sorted based on User's Feedback



Write the procedure for Router for configuring DHCP?..

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

Write the procedure for Router for configuring DHCP?..

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

Write the procedure for Router for configuring DHCP?..

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

Write the procedure for Router for configuring DHCP?..

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

Post New Answer

More CCNA Interview Questions

Identify the named IP access-list number range? A.) 600 - 699 B.) 1 - 99 C.) 900 - 999 D.) 200 - 299 E.) none of the above

2 Answers  


What is the purpose of the Data Link?

0 Answers  


What is GRE in PPTP?

0 Answers   CCIE,


Which three are typical operational phases in a basic connection oriented neloyord service? (Choose three) A. call setup B. data transfer C. load balancing D. call termination E. call priortization F. data segmentation G. data link identification

1 Answers  


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

1 Answers  


As a system administrator, you want to debug igrp but are worried that the "debug IP igrp transaction" command will flood the console. What is the command that you should use? A. debug IP igrp event B. debug IP igrp-events C. debug IP igrp summary D. debug IP igrp events

1 Answers  


What do you mean by Port Mirroring?

0 Answers  


hi all.. can any one explain the complete topology of stp and rstp how it works . root swtch connects to a root port and then root port conenct to other switchs designated port. i was going thru his site http://www.cisco.com/en/US/tech/tk389/tk621/technologies_whi te_paper09186a0080094cfa.shtml in which DR also exist on root switch only which makes my understanding grim.I had a diff notion of stp all together. please post asap. and if possible refer a url so thst i can read it my self .. thanks

1 Answers  


How much internal and external ad of eigrp protocol?

0 Answers  


How do you set the encapsulation type to PPP for an interface? A.) encap ppp B.) ppp encapsulation C.) encapsulation ppp D.) encapsulation ppp enable E.) ppp enable encapsulation

2 Answers  


In Novell's use of RIP, there are two metrics used to make routing decisions. Select the two metrics. A. Ticks. B. Hops C. Loops D. Counts

3 Answers  


What is the default LMI type? A.) Cisco B.) ANSI C.) IETF D.) Q933a

2 Answers  


Categories