ip dhcp excluded-address 192.168.0.1 192.168.0.19

what is the use of that command can any one explain it

Answers were Sorted based on User's Feedback



ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / jitendera sinha

this command is very easy to understand with example

let
there is a router and u have enabled dhcp on that router
what happen any user connected to that router when enable dhcp ip address to his computer it may get some ip address that we don't want to give because it is manulay configured in network
so we make that range of ip address excluded by that comand

Is This Answer Correct ?    8 Yes 2 No

ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / jitendera kumar sinha

onfigure an IP address on the router's Ethernet por

Router(config-if)#ip address 1.1.1.1 255.0.0.0

Router(config-if)# no shutdown
Create a DHCP IP address pool for the IP addresses you want to use.
Router(config)# ip dhcp pool mypool
Specify the network and subnet for the addresses you want to use from the pool.
Router(dhcp-config)# network 1.1.1.0 /8
Specify the DNS domain name for the clients.
Router(dhcp-config)#domain-name mydomain.com
Specify the primary and secondary DNS servers.
Router(dhcp-config)#dns-server 1.1.1.10 1.1.1.11
Specify the default router (i.e., default gateway).
Router(dhcp-config)#default-router 1.1.1.1
Specify the lease duration for the addresses you're using from the pool.
Router(dhcp-config)#lease 7
Exit Pool Configuration Mode.
Router(dhcp-config)#exit
This takes you back to the global configuration prompt. Next, exclude any addresses in the pool range that you don't want to hand out.

For example, let's say that you've decided that all IP addresses up to .100 will be for static IP devices such as servers and printers. All IP addresses above .100 will be available in the pool for DHCP clients.

Here's an example of how to exclude IP addresses .100 and below:

Router(config)#ip dhcp excluded-address 1.1.1.0 1.1.1.100

smagh mai ayayay ki nhai nikhl

Is This Answer Correct ?    2 Yes 0 No

ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / sandhu

These are the ip range which is not automaticaly provided
to clients. clients will accept the ip start from
192.168.0.20 .we can use this range for reservation.

Is This Answer Correct ?    2 Yes 0 No

ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / nikhil maggu

and also Jeetu how to enable dhcp on router?? a brief idea
if possible

Is This Answer Correct ?    1 Yes 0 No

ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / jitendera kumar sinha

Router(config-if)#ip address 1.1.1.1 255.0.0.0

Router(config-if)# no shutdown
Create a DHCP IP address pool for the IP addresses you want to use.
Router(config)# ip dhcp pool mypool
Specify the network and subnet for the addresses you want to use from the pool.
Router(dhcp-config)# network 1.1.1.0 /8
Specify the DNS domain name for the clients.
Router(dhcp-config)#domain-name mydomain.com
Specify the primary and secondary DNS servers.
Router(dhcp-config)#dns-server 1.1.1.10 1.1.1.11
Specify the default router (i.e., default gateway).
Router(dhcp-config)#default-router 1.1.1.1
Specify the lease duration for the addresses you're using from the pool.
Router(dhcp-config)#lease 7
Exit Pool Configuration Mode.
Router(dhcp-config)#exit
This takes you back to the global configuration prompt. Next, exclude any addresses in the pool range that you don't want to hand out.

For example, let's say that you've decided that all IP addresses up to .100 will be for static IP devices such as servers and printers. All IP addresses above .100 will be available in the pool for DHCP clients.

Here's an example of how to exclude IP addresses .100 and below:

Router(config)#ip dhcp excluded-address 1.1.1.0 1.1.1.100

smagh mai ayayay ki nhai nikhl

Is This Answer Correct ?    2 Yes 1 No

ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / jm

this command is used to remove some addresses that a dhcp
server can't allocate to clients dynamically

Is This Answer Correct ?    1 Yes 0 No

ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / rav

hi

while we configure ip dhcp service on router this command exclude those ip which never should be changed or not gonna be assign to another host or device
dhcp filter these ip while assigning ip address to new device.

Is This Answer Correct ?    1 Yes 0 No

ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / nikhil maggu

Bhai had an idea , will surely try this config this weekend
in simulator as hardly getting time in between
Thanks ..........

Is This Answer Correct ?    0 Yes 0 No

ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one exp..

Answer / abhinam

If anyone enter this command on router
this command will provide the ip address to the client those
are connect to this router, except the ip address range
192.168.0.1 192.168.0.19.

Means, This range of ip address will not be used by Clients.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CCNA Interview Questions

Which protocol works at the Internet layer and is responsible for making routing decisions? A.) UDP B.) IP C.) TCP D.) ARP

5 Answers  


Which statement is true regarding full duplex? A.) Allows for transmission and receiving of data simultaneously B.) Only works in a multipoint configuration C.) Does not affect the bandwidth D.) Allows for transmission and receiving of data but not at the same time

2 Answers  


Which command enables directly connected network 199.55.72.0 to be used by RIP? A. Router(config router)# rip 199.55.0.0 B. Router(config router)# rip 199.55.72.0 C. Router(config router)# network 199.55.0.0 D. Router(config router)# network 199.55.72.0

1 Answers  


What is the purpose of the DLCI? A.) Identifies the remote routers B.) Contained with a 802.2 frame for routing purposes C.) Used with PPP during authentication D.) Identifies the PVC in a Frame Relay network

1 Answers  


Can anyone explain in details the STP port state?????

2 Answers  






Of the following, which reason applies to dividing a large network into two or more smaller networks? Performance Security Address Management All of the above

2 Answers  


What command do we give if router IOS is stuck?

0 Answers  


As the system administrator, you enter the following commands at the command prompt: ipx routing access-list 800 permit 2b 4d int e0 ipx network 4d ipx access-group 800 out int e1 ipx network 2b int e2 ipx network 3c What did these command accomplish? A. Traffic from network 4c destined for network 4d will be forwarded out Ethernet0. B. Traffic from network 3c destined for network 4d will be forwarded out Ethernet0. C. Traffic from network 2b destined for network 4d will be forwarded out Ethernet0. D. Traffic from network 4d destined for network 2d will be forwarded out Ethernet0.

1 Answers  


Can we write any script for router to instruct that from where it will boots e.g. TFTP,FLASH...if yes what is it and how? 1 of my frnds says its possible...

3 Answers  


Identify the 3 methods routers learn paths to destinations? A.) Dynamic routing B.) None of the above, configured by default C.) Default routes D.) Administrative distance E.) Static routes

1 Answers  


Which global configuration command will tell the router to load the IOS file 'IOS_filename' from the Network File server at 1.2.3.4 during the next boot? A.) boot system flash IOS_filename 1.2.3.4 B.) boot system tftp IOS_filename 1.2.3.4 C.) config-register 0x0 1.2.3.4 D.) boot system rom 1.2.3.4 E.) This can not be done, only the first file in flash can be used.

1 Answers  


Which command listed below sets the banner message when someone connects to the router? A.) message # B.) banner # C.) login banner # D.) description # E.) login description # F.) banner motd #

2 Answers  


Categories