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

How many types of ospf configuration?

0 Answers  


What does a metric of 16 hops represent when using RIP? A.) Number of hops to the destination B.) Destination unreachable C.) Number of routers D.) Bandwidth

2 Answers   IBM,


Which statement about the Point to Point Protocol (PPP) is true? A. PPP supports TCP/IP but not Novell IPX B. PPP is being phased out of existence by the Serial Line Internet Protocol (SLIP) C. PPP providces router to router and host to network connections over both synchronous and asynchronous circuits D. PPP is an ITU T and ANSI standard that defines the process for sending data over a packet switched data network (PSDN)

2 Answers  


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

1 Answers  


What are the OSPF router rules????

6 Answers   NIIT,






What is the maximum hop count for Link-State protocols? A.) 15 B.) there is no hop count limit C.) 256 D.) 16

2 Answers  


What is true when creating static route? A.) The mask parameter is optional B.) The administrative distance is required C.) The gateway parameter is required D.) The administrative distance is optional

1 Answers  


Which one is the Best protocol- Static routing, RIPV2,EIGRP,OSPF.

20 Answers   EIGRP, HP, Tech Mahindra, Wipro,


Which three pieces of CDP information about neighbours routers are displayed on your console terminal? (Choose three) A. neighbours router a host name B. the neighbours router a hardware platform C. up to one address for each protocol supported D. up to two addresses for each protocol supported

1 Answers  


hi friends i donot know this is the networking question or not but if you help me then i will thankfull to you the problem is like that in my comnay there are 200 user which log one at a time now only one user is not able to get the dhcp address and othr are geting the dhcp my company sys admin is saying that this is the n/w fault while i am saying that this is not the n/w fault for the cleaerfication of my side i take a straight workng cable and connect that user directly to my cisco 24port switch now problem is stiil like that but one thing i wan to say he is geting manually ip and able to access internet he is able to ping the server but whrnever he tyeme \\<ip address of server> error comes like networl path provided not accepted by provider some thing like that. my systm admin is saying that i have o do somthing on my firewall but i am saying that no issue with firewall in that i connect my latop to the spefic port from where the user is conected then i am geting dhcp ip address and i am able to connect the server also i donot know why this is happen my syadmin is senior to me so i canot blame him plz help e what to do i am very weak in the filed of systym jitendera kumar sinha

6 Answers  


Which layer is responsible for identifying and establishing the availability of the intended communication partner? A.) Application B.) Presentation C.) Transport D.) Session E.) Network

1 Answers  


Cisco's implementation of ISDN BRI has multi protocol support, SNMP MIB support, and what other features? A.) Call waiting B.) Compression C.) ADSL D.) 1.544 Mbps E.) Call screening F.) Negative 'G' support

1 Answers  


Categories