Hi, you only need a 1-DHCP and if you want use one scope per vlan you need a
ip helper, 

this an example 

interface Vlan20
 ip address 192.168.229.2 255.255.255.0
  ip helper-address 192.168.249.2
 !
interface Vlan30
 ip address 192.168.230.2 255.255.255.0
 ip helper-address 192.168.249.2
!
interface Vlan40
 ip address 192.168.231.2 255.255.255.0
 ip helper-address 192.168.249.2


the DHCP server IP is 192.168.249.2, and there one scope per vlan in the
server 




-----Original Message-----
From: Logan, Harold [mailto:[EMAIL PROTECTED]]
Sent: Lunes, 26 de Noviembre de 2001 11:41 a.m.
To: [EMAIL PROTECTED]
Subject: RE: multiple DHCP scopes in a vlan with primary an [7:27264]


For those of you that have implemented VLANs with DHCP, do you use one
DHCP server per VLAN, or is there a way to bind a specific DHCP scope to
each VLAN?

Thanks,
Hal


> -----Original Message-----
> From: Syed Raza [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 26, 2001 11:59 AM
> To: [EMAIL PROTECTED]
> Subject: Re: multiple DHCP scopes in a vlan with primary an [7:27264]
> 
> 
> It is not recommended to have multiple subnet in one VLAN. 
> Basically you are
> killing the whole concept of isolating the broadcast domain. 
> But you can not
> argue that it does'nt work. Your DHCP server can assign any 
> ip from its
> scopes.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=27353&t=27264
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to