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

What is the standard ISDN term for a non-native analog telephone? A.) TE1 B.) TA C.) LE D.) TE2 E.) ET

1 Answers   DELL,


What are the different types of password used in securing a cisco router?

0 Answers  


What is the difference between named and extended acl?

0 Answers  


Identify the 2 commands that display the clock rate configured on the serial0 interface? A.) show serial0 B.) show interface serial0 C.) show clock rate serial 0 D.) show controllers serial 0 E.) show running-config

5 Answers  


Identify the command that configures the bandwidth to 56K? A.) Router(config-if)# bandwidth 56000 B.) Router(config-if)# bandwidth 56k C.) Router(config)# bandwidth 56 D.) Router(config-if)# bandwidth 56

1 Answers  






Value in which type of access list?

0 Answers  


Which command would configure Interface E0 with an IP address of 12.23.4.5 using a Subnet mask of 255.255.255.0 ? A.) ip address 12.23.4.5 255.255.255.0 B.) ip address 12.23.4.5 /24 C.) ip address 12.23.4.5 mask 255.255.255.0 D.) ip address 12.23.4.5 mask ff:ff:ff:0 E.) that is an invalid mask for a class 'A' address

3 Answers   Wipro,


Hi all, Kindly can you tell me what is demand ccna voice in field and what is profile of ccna voice.so pl very urgent bcz i am going to join institute

3 Answers  


What command will not display the status of to1? A.) show int to1 B.) show to1 C.) show interface to1 D.) show interface

1 Answers  


what is native vlan any one explain sooraj

7 Answers   IBM,


How many types of ospf configuration?

0 Answers  


There are two processes to pair MAC address with IP addresses. Which process finds an IP address from a MAC address? A. RARP B. ARP C. RIP D. IGRP

3 Answers  


Categories