Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 are the advantages of lan switching?

0 Answers  


Explain the difference between rip and ripv2?

0 Answers  


Name the 2 protocols are in wan technology?

0 Answers  


Which IP address and wildcard mask would you use in your ACL to block all the hosts in the subnet 192.168.16.43/28?

2 Answers   Siemens,


HI ALL , wanted to know if the rstp protocol.. rapid spanning tree protocol .. is imp to study with ccna's point of view or study of STP will be enough.. in some books rstp is nt given like todd lamle however in icnd2 its explained in detail.. please suggest asap .. thanks ..

2 Answers  


Explain the benefits of vlan?

0 Answers  


What is the beaconing?

0 Answers  


what is firewall how fiarewall work how many interfaeces in the cisco pix 501 firewall what is the working of that dmz interface

3 Answers   Aptron, Volvo,


What are the advantages of layered model in networking industry?

0 Answers  


Although Cisco IOS 11.2 and later can auto-detect the LMI type in Frame Relay, which command will force the LMI type to q933a? A.) frame-relay lmi-type q933a B.) encapsulation frame-relay q933a C.) don't need to, it is the default D.) encapsulation q933a E.) encapsulation frame-relay type=q933a

1 Answers  


What is the purpose of Split Horizon? A.) It prevents the regular update messages from reinstating a route that has gone down B.) Information received on an interface cannot be sent back out the same interface C.) Informs all neighbor routers that two routes exist D.) Tells the router the destination is unreachable

1 Answers  


What is the passive topology in ccna?

0 Answers  


Categories