[dhcwg] DHCP and VLANs
Bazy <bazy84@gmail.com> Wed, 17 May 2006 11:38 UTC
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1FgKM7-00056U-5R; Wed, 17 May 2006 07:38:19 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1FgKM5-00055A-SV for dhcwg@ietf.org; Wed, 17 May 2006 07:38:17 -0400
Received: from py-out-1112.google.com ([64.233.166.180]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1FgKM4-0003WB-MH for dhcwg@ietf.org; Wed, 17 May 2006 07:38:17 -0400
Received: by py-out-1112.google.com with SMTP id f28so229322pyf for <dhcwg@ietf.org>; Wed, 17 May 2006 04:38:16 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=t1eL9KirB88c8kozDrth30rA39EKfGIulKloK+t9jmN5NZD1tDgD2p2yWad33nEHlvCLx3MetAtU4uBBgosJ4+sQSy2nWhbHoHcG6wnEO5GII7l6eFd2DD2QiI2yaMccKFk/+Uf14+6+TvI79/DRzpGAkIooeG4RVmxyx6x6B3o=
Received: by 10.35.87.8 with SMTP id p8mr914351pyl; Wed, 17 May 2006 04:38:16 -0700 (PDT)
Received: by 10.35.81.8 with HTTP; Wed, 17 May 2006 04:38:16 -0700 (PDT)
Message-ID: <6c2184ab0605170438s26de887bs72b1d7ef81d66b5c@mail.gmail.com>
Date: Wed, 17 May 2006 14:38:16 +0300
From: Bazy <bazy84@gmail.com>
To: dhcwg@ietf.org
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Spam-Score: 0.5 (/)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32
Subject: [dhcwg] DHCP and VLANs
X-BeenThere: dhcwg@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: dhcwg.ietf.org
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:dhcwg@ietf.org>
List-Help: <mailto:dhcwg-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=subscribe>
Errors-To: dhcwg-bounces@ietf.org
Hello, I have a Cisco Catalyst 2950T-48-SI with 48 ports 100Base-T and 2 ports with 1000Base-T and a 50 floor building. On each of the 48 ports there is a floor connected and each floor has its own VLAN, for security reasons. Port 1 for floor 1 has VLAN ID 10 native, port 2 for floor 2 has VLAN ID 11 native and so on. On the Linux Server (Debian sarge) I' run dhcp3, I've worked with dhcp before and I'm familiar to it. The server is connected on one of the 1000Base-T ports. The problem begins here... On the server I have virtual interfaces for each port(VLAN), for example for floor 1 i have eth1.10, for floor 2 I have eth1.11. Can I start dhcp with the -q eth1.10 eth1.11 eth1.xx? or I need to start it with the -q eth1 option, but then I don't think that is will work... because eth1 has no ip address and the packets sent from it are each one tagged with their specific VLAN ID. So... Anyone tried this? Or can anyone tell me if it will work or not? I can't afford to test this... Thank you all! Have a great day! _______________________________________________ dhcwg mailing list dhcwg@ietf.org https://www1.ietf.org/mailman/listinfo/dhcwg
- [dhcwg] DHCP and VLANs Bazy
- Re: [dhcwg] DHCP and VLANs David W. Hankins