On the VLAN interfaces that are used for the end-users, you will want to
implement the ip-helper command to forward the DHCP/BOOTP packets to the
DHCP server.  That would be a better configuration than using a multi-port
VLAN approach, IMHO.

The interface config below shows the IP address of the DHCP server...

interface Vlan101
 ip address 10.10.101.3 255.255.255.0
 ip helper-address 10.10.5.36
 no ip redirects
 ip directed-broadcast
 standby 101 priority 108 preempt
 standby 101 ip 10.10.101.1

The global config parameters below prevent to forwarding of the following
broadcast traffic that would otherwise be forwarded with the use of the
ip-helper command.

no ip forward-protocol udp tftp
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
no ip forward-protocol udp tacacs

Hope this helps.

-Brant.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Robert Cabeca
Sent: Sunday, January 07, 2001 7:07 PM
To: groupstudy
Subject: DHCP & Multi VLAN's


Hi guys,

        I have been trying to locate info on how to utilize one DHCP server for
multiple VLAN's on campus. So far I have come across utilizing a multi-vlan
port configuration and IP helper addresses, but I am using 3524's and 6506
w/MSFC. If you have had any experience with this, I would appreciate hearing
from you.

Thanks
Robert

_________________________________
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________
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