From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 20:13:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF0861065673 for ; Tue, 26 Aug 2008 20:13:48 +0000 (UTC) (envelope-from jhall@vandaliamo.net) Received: from trueband.net (director.trueband.net [216.163.120.8]) by mx1.freebsd.org (Postfix) with SMTP id 7E4E38FC0A for ; Tue, 26 Aug 2008 20:13:47 +0000 (UTC) (envelope-from jhall@vandaliamo.net) Received: (qmail 749 invoked by uid 1006); 26 Aug 2008 20:13:44 -0000 Received: from jhall@vandaliamo.net by rs0 by uid 1003 with qmail-scanner-1.16 (spamassassin: 3.1.4. Clear:SA:0(-1.4/100.0):. Processed in 0.225034 secs); 26 Aug 2008 20:13:44 -0000 X-Spam-Status: No, hits=-1.4 required=100.0 X-Spam-Level: Received: from unknown (HELO trueband.net) (172.16.0.15) by -v with SMTP; 26 Aug 2008 20:13:44 -0000 Received: (qmail 32558 invoked from network); 26 Aug 2008 20:13:43 -0000 Received: from unknown (HELO admintool.trueband.net) (127.0.0.1) by -v with SMTP; 26 Aug 2008 20:13:43 -0000 Received: from 12.170.206.13 (SquirrelMail authenticated user jhall@vandaliamo.net) by admintool.trueband.net with HTTP; Tue, 26 Aug 2008 20:13:43 -0000 (GMT) Message-ID: <52628.12.170.206.13.1219781623.squirrel@admintool.trueband.net> Date: Tue, 26 Aug 2008 20:13:43 -0000 (GMT) From: jhall@vandaliamo.net To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: DHCP and Encapsulating Vendor Options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2008 20:13:51 -0000 Ladies and Gentlemen, I have a need to encapsulate option 125 for my phone system on my isc-dhcp server. Following is a snippet from my dhcpd.conf file. option space MITEL; option MITEL.Option-125 code 125 = string; subnet 1.2.3.0 netmask 255.255.255.0 { range 1.2.3.100 1.2.3.200; option routers 1.2.3.1; option domain-name-servers 1.2.3.1; vendor-option-space MITEL; option MITEL.Option-125 "Mitel hexadecimal data goes here" } Is this the right way to encapsulate the Hex data? I have not been able to find any information from Mitel concerning how to setup this option on an isc-dhcp server. The information I found was for a Windows 2003 DHCP server, and the data type needed to be encapsulated. So, my assumption is (I know, I know), the data will have to be encapsulated on the isc dhcp server as well. Any help would be appreciated. Thanks, Jay