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 |
What is required to support full-duplex Ethernet? A.) Multiple paths between multiple stations on a link B.) Automatic sensing operation by all connected stations C.) Loopback and collision detection disabled D.) Full-duplex NIC cards
What command can you type to view the connections after telneting into multiple routers simultaneously? A.) sh users B.) sh ports C.) sh host D.) sh sessions
What are four functions/characteristics of the network layer of the OSI model? (Choose four) A. It uses a two-part address B. It maintains routing tables C. It uses broadcast addresses D. It establishes network addresses E. It provides access to the LAN media F. It provides media independence for upper layers G. It provides path selection for Internetwork communication
what is full form of rst,smtps & http?
Identify the 3 characteristics of IGRP? A.) Uses hop count as a metric B.) Supports multiple unequal paths C.) Administrative distance is 100 D.) Configured with an Automous system number E.) Link state
Where is the point between the customers site and the phone carrier that responsibility changes? A.) CO B.) Demarc C.) DCE D.) DTE E.) CPE
When you type google.com what are the process involved from layer 7-layer1?
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
What are the different layers of osi model?
What was the key reason the International Organization for Standardization released the OSI model? A. users could access network servers faster B. different vendor networks could work with each other C. the industry could create a standard for how computers work D. network administrators could increase the overall speed of their network
What does the IPX maximum-path command do? A.) Allows you to disable the TTL on an IPX packet B.) This parameter is only used in NLSP routing C.) Sets the maximum metric that can appear in the routing table D.) Configures round robin load sharing over multiple equal metric paths (parallel paths)
Identify the 3 characteristics of IPX RIP? A.) Distance vector B.) Does not support multiple paths C.) 60 second updates D.) Default encapsulation is SAP E.) Uses ticks and hop count as a metric