Networking Forums

Networking Forums > Computer Networking > Windows Networking > DHCP superscpes

Reply
Thread Tools Display Modes

DHCP superscpes

 
 
=?Utf-8?B?S01OUg==?=
Guest
Posts: n/a

 
      11-19-2004, 04:09 PM
My current network consists of multiple VLANS connected via the same physical
media. I want to setup a DHCP superscope on our DHCP4 server to handle
dynamic IP address allocation for each subnet.
Our DHCP server currently resides in VLAN 1 and has a VLAN 1 subnet address.
How does the DHCP server determine which pool to assign the appropiate
subnet address to the lease request, originating from different VLANS,
understanding that requesting clients submit an all 1's broadcast to initiate
the DHCP lease process?
 
Reply With Quote
 
 
 
 
Fender Axe
Guest
Posts: n/a

 
      11-22-2004, 01:01 AM
"=?Utf-8?B?S01OUg==?=" <(E-Mail Removed)> wrote in
news:9C8737D4-4983-471D-A8A1-(E-Mail Removed):

> My current network consists of multiple VLANS connected via the same
> physical media. I want to setup a DHCP superscope on our DHCP4 server
> to handle dynamic IP address allocation for each subnet.
> Our DHCP server currently resides in VLAN 1 and has a VLAN 1 subnet
> address. How does the DHCP server determine which pool to assign the
> appropiate subnet address to the lease request, originating from
> different VLANS, understanding that requesting clients submit an all
> 1's broadcast to initiate the DHCP lease process?
>


The DHCP server assigns IP addresses based on the network address of the
first router through which the request passes. So let's say you have
three VLANS -- on the VLAN-aware router you configure the router as the
default gateway with a different IP addr for each VLAN. Then you
configure scopes on the DHCP server to correspond to the IP address
range you intend to use for each VLAN.

So if VLAN 1 is range 192.168.1.0-254, you configure the router IP for
VLAN 1 as (for example) 192.168.1.1. Then you create a scope on the
DHCP server using this address range, and you configure the router (and
all other routers between the client and the DHCP server) to forward
DHCP messages. When a client on VLAN 1 sends a DHCP discover, the
message contains the statically configured IP address of the router
(which is the client's default gateway) -- which is 192.168.1.1. The
DHCP server therefore leases an IP address from this range to the
client.

HTH --

FA
 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      11-22-2004, 08:36 PM
No superscopes! That is not what they are for,...in fact I have never really
seen their use explained clearly enough to make any real sense,..or at least
good enough to prove they are ever really unavoidably needed. There are
always better ways which end up preventing them from being needed.

Use a separate distinct scope for each subnet (VLAN). Leave the DHCP in a
single VLAN. Configure the Router(s) to forward DHCP Queries. The routers
will include the required information so the DHCP Server knows where it came
from and from what scope to pull from.

There is no functional difference between VLANs and physical LANs,...it
still works the same way. VLANs share the same cable physically but *not*
"logically", and it is only the "logical" realm that matters with VLANs. So
you do *not* have the same situation as running multiple physical LANs over
the same physical cable,....which is one of the described purposes of
Superscopes.

Ours here is a hybrid of VLAN and physical LAN,...everything works fine and
I am careful to never over-complicate things.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com



"KMNR" <(E-Mail Removed)> wrote in message
news:9C8737D4-4983-471D-A8A1-(E-Mail Removed)...
> My current network consists of multiple VLANS connected via the same

physical
> media. I want to setup a DHCP superscope on our DHCP4 server to handle
> dynamic IP address allocation for each subnet.
> Our DHCP server currently resides in VLAN 1 and has a VLAN 1 subnet

address.
> How does the DHCP server determine which pool to assign the appropiate
> subnet address to the lease request, originating from different VLANS,
> understanding that requesting clients submit an all 1's broadcast to

initiate
> the DHCP lease process?



 
Reply With Quote
 
Steven L Umbach
Guest
Posts: n/a

 
      11-23-2004, 03:39 AM
Hi Phillip.

Superscopes?? My understanding is that they are only good for multinetting
where you have more than one logical network on the same physical network??
Such a case would be that you have filled up a class C network and you
decide for whatever reason that the solution for more IP's is to add another
class C network [192.168.1.1 and 192.168.1.2 for example] and to accommodate
DHCP you use supercopes. Then you have the problem of computers with
different network addresses on the same physical segment finding each other
which can be done by configuring the default gateway or first router in the
path to the default gateway to send the traffic back to the originating
network side router interface where arp takes over. That's pretty much how I
understand it which may be mostly wrong. --- Steve


"Phillip Windell" <@.> wrote in message
news:(E-Mail Removed)...
> No superscopes! That is not what they are for,...in fact I have never
> really
> seen their use explained clearly enough to make any real sense,..or at
> least
> good enough to prove they are ever really unavoidably needed. There are
> always better ways which end up preventing them from being needed.
>
>> --

>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
>
>
> "KMNR" <(E-Mail Removed)> wrote in message
> news:9C8737D4-4983-471D-A8A1-(E-Mail Removed)...
>> My current network consists of multiple VLANS connected via the same

> physical
>> media. I want to setup a DHCP superscope on our DHCP4 server to handle
>> dynamic IP address allocation for each subnet.
>> Our DHCP server currently resides in VLAN 1 and has a VLAN 1 subnet

> address.
>> How does the DHCP server determine which pool to assign the appropiate
>> subnet address to the lease request, originating from different VLANS,
>> understanding that requesting clients submit an all 1's broadcast to

> initiate
>> the DHCP lease process?

>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      11-23-2004, 02:29 PM
"Steven L Umbach" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Phillip.
>
> Superscopes?? My understanding is that they are only good for multinetting
> where you have more than one logical network on the same physical

network??

I think we are saying the same thing. In the diagram I saw it had two
distinct networks (nothing "logical", no VLANs) that were simply running on
the same physical network (the wiring). They used it to illustrate the need
for Superscopes. But it wasn't really clear to me "why".

VLANs aren't the same situation because traffic is separated by "frame
tagging", so even though it is on the same physical wire,..it really isn't
on the same physical wire,...if that makes any sense.. :-) The "frame
tagging" creates the same effect as having two different and completely
isolated physical segments

One other thing I read claimed Superscopes are used to take multiple scopes
and make them behave as a single scope. But when I read that I
thought,...What's the point??,..this is so easily over come by supernetting
by simply borrowing bits from the network side of the mask that the whole
thing was silly. So to this day I still haven't seen a clear example of
when a superscope would be absolutely needed with no other way around it. In
every case I've seen it is so simple and so easy to avoid them that it makes
them kind of pointless.

But maybe there is someone that can clear it up for me.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Server 2008 DHCP Reservations not visible from 2003 DHCP mmc Ckuderna Windows Networking 2 04-02-2009 01:47 PM
moved dhcp from w2k to w2k3-clients unable to connect to dhcp server Tony Villani Windows Networking 8 04-17-2008 12:09 PM
DHCP Option : Release DHCP Lease on Shutdown (1) doesn't work Antoine Golio Windows Networking 2 11-30-2005 08:49 AM
Load Ballacing broke DHCP - The DHCP service is not servicing any clients because....... Creative Twitch Windows Networking 3 10-28-2004 01:25 PM
Redhat 9.0 dhcp client & windows 2003 dhcp server: dynamic dns update Mads Ravn Linux Networking 0 06-29-2004 05:27 PM



1 2 3 4 5 6 7 8 9 10 11