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
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
There are 2 types of PPP authentication supported by the Cisco IOS. What are they? A.) PAP B.) PREDICTOR C.) MD5 D.) CHAP E.) STACKER F.) MSCHAP
what are the port numbers for DNS,FTP,TELNET,SMTP,NNTP
5 Answers Airtel, Walton Group,
Which protocols are link states?
What are the three sources of signal degradation on a data link?
What utility can you use to see the path a packet takes through an internetwork? A.) Route B.) SNMP C.) Trace D.) Ping
Which type of switching is considered to be 'wire speed?' A.) Cut-Through B.) Multiplexed C.) Inverted D.) Layer 4 E.) Store and Forward F.) Layer 3
Identify the command that displays the SAP table? A.) show ipx servers B.) display SAP table C.) display SAP's D.) show sap table
Which command successfully pings an individual IP address? A. Router> ping 192.5.5.0 B. Router# ping 192.5.5.30 C. Router> ping 192.5.5.256 D. Router# ping 192.5.5.255
Identify 3 methods used to prevent routing loops? A.) Split horizon B.) Holddown timers C.) Poison reverse D.) SPF algorithm E.) LSP's
Which two of the following protocols are used at the Transport layer? A.) ARP B.) UDP C.) ICMP D.) RARP E.) TCP F.) BootP
What is the purpose of ARP? A.) IP to host name resolution B.) Host name to IP address resolution C.) Mac to IP address resolution D.) IP to Mac address resolution
Which symbol in the router prompt indicates you are in the privelaged mode? A. > B. ! C. # D. :