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 |
Name the different types of networks
What are four benefits that can result from applying ISDN networking? (Choose four) A. Full time connectivity across the ISDN is spoofed by Cisco IOS routers using dial on demand routing (DDR) B. Small Once and Home Once sites can be economically supported with ISDN Basic Rate Interface (BRI) servkps C. ISDN replaces Signaling System 7 (SS7) in the Public Switched Telephone Network (PSTIC) backbone D. ISDN can be used as a backup service for a leased line connection between the remote and central chaps E. Modem racking and cabling can be eliminated by integration of digital modem cards on Cisco IOS Network Acess Servers (NAS)
Given the following output, how can we close Telnet session 2? (Choose two) CCNA2620#show sessions Conn Host Address Idle Conn Name 1 131.108.100.152 131.108.100.152 0 131.108.100.152 *2 126.102.57.63 126.102.57.63 0 126.102.57.63 ❍ A. Press the Enter key and enter exit. ❍ B. Enter disconnect 2. ❍ C. Press the Enter key and enter disconnect 2. ❍ D. Enter close 2.
What is the command for change serial cost?
Identify the command to determine if an IP access-list is grouped on interface e0? A.) Router(config)# show ip interface e0 B.) Router> show ip interface e0 C.) Router# show interface e0 D.) Router# show ip interface e0
Identify the command that displays ethernet0/1 interface status? A.) show interface ethernet0/1 B.) show interface ethernet e0/1 C.) show interface ethernet0.1 D.) show ethernet0/1
What is a characteristic of Store and Forward switches? A.) They work at wire speed. B.) They are the same as Cut-Through switching in 'prune' mode. C.) They forward based on transport layer info. D.) They forward the frame before it is completely read. E.) They increase latency.
Station A is transmitting data to station B faster that station B can handle it. When station B's buffer fills up, it send out a message to station A to stop sending data. After B empties out its buffer, station B sends a message to station A to start sending data again. This is most directly an example of (pick the best answer only): A.) Poison Reverse B.) Connectionless protocol C.) Windowing D.) Connection oriented protocol E.) Flow Control F.) Split Horizon
Urgent reply plz donot have time to serch on google plz reply the questions is how to remove newfolder.exe virus from my windows 2003 server i have all ready tried quick heal.spy hunter mcafee server . plz reply
Identify the purpose of the following command 'ip route 192.168.100.0 255.255.255.0 10.1.0.1' A.) Enabling a dynamic routing protocol B.) Creating a static route to the 10.1.0.0 network C.) Teaches the router about the distant network 192.168.100.0 and how it can be reached via 10.1.0.1 D.) Assigining the IP address 192.168.100.0 to an interface
What command displays the OSPF Process ID, Router ID, Address summarizations, Routing Networks, and passive interfaces configured on a router?
Can you explain encapsulating, carrier and passenger protocol?