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 |
Which 2 protocols are in wan technology?
Differnce between the communication and transmission?
CO is an acronym for which of the following? A.) Central Office B.) Capital Office C.) Central Operator D.) Company Office
What is the purpose and default value of the CDP timer command? A.) 90 seconds; interval before an entry expires B.) 60 seconds; interval between updates C.) 60 seconds; interval before an entry expires D.) 90 seconds; interval between updates
Which two statements about the store and forward switching method are true? (Choose two) A. Latency remains constant regardless of frame size. B. Latency through the switch varies with frame length. C. The switch receives the complete frame before forwarding it. D. The switch checks the destination address as soon as it receives the header and begins forwarding the fram immediately.
What does the meaning of interface 0/0?
Is it possible that in a switched network that any port of the switch can be infected with any kind of viruses that jamed and create more traffic in network which cause slow network performance?
What is Phase od VPN in site to site and what information you will require to configure a SITE to SITE VPN
To which layer ICMP belongs
Mention what does the clock rate do?
Which layer is responsible for determining if sufficient resources for the intended communication exists? A.) Application B.) Network C.) Session D.) Presentation E.) Transport
What is the default encapsulation of Netware 3.12? A.) Ethernet_II B.) 802.5 C.) 802.2 D.) 802.3