Send dhcp-users mailing list submissions to
        dhcp-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/dhcp-users
or, via email, send a message with subject or body 'help' to
        dhcp-users-requ...@lists.isc.org

You can reach the person managing the list at
        dhcp-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of dhcp-users digest..."


Today's Topics:

   1. Strange Option82 Anomoly in lease allocation (project722)
   2. Re: Strange Option82 Anomoly in lease allocation (Bob Harold)
   3. Re: Strange Option82 Anomoly in lease allocation (project722)


----------------------------------------------------------------------

Message: 1
Date: Wed, 19 Oct 2016 09:56:01 -0500
From: project722 <project...@gmail.com>
To: Users of ISC DHCP <dhcp-users@lists.isc.org>
Subject: Strange Option82 Anomoly in lease allocation
Message-ID:
        <CAPBQMZB0NasP1zN=z-spn9rxk6xisbz-resb7mxgxhqqvfp...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

After enabling Option 82 on our Adtran and Calix shelves, along with
enabling the relay agent and log profile on the server to capture the O82
data, all of our test Genexis RG's, after a reboot, came back online with a
30 minute lease. Here is a sample conf line from one of them:

Before reboot:

Option  51 : lease-time 2592000

After Reboot:

Option  51 : lease-time 1800

And, in the lease file on the DHCP server, I see 2 leases written in the
"active" binding state, one for the new 30 minute lease, and another for
the existing lease. The new 30 minute lease record includes the option 82
data:

lease 192.168.10.5 { (30 minute)
  starts 3 2016/10/19 06:46:22;
  ends 3 2016/10/19 07:16:22;
  tstp 5 2016/11/18 07:01:22;
  tsfp 3 2016/10/19 06:43:59;
  cltt 3 2016/10/19 06:46:22;
  binding state active;
  next binding state expired;
  hardware ethernet 00:0r:24:c1:18:d0;
  uid "\001\000\017\224\301\030\320";
  option agent.circuit-id "Option82 data here";

And here is the existing lease:(30 day)

lease 192.168.10.5 {
  starts 5 2016/10/07 05:51:44;
  ends 0 2016/11/06 05:51:44;
  tstp 3 2016/08/24 05:35:15;
  tsfp 1 2016/11/21 05:51:44;
  atsfp 1 2016/11/21 05:51:44;
  binding state active;
  next binding state expired;
  hardware ethernet 00:0r:24:c1:18:d0;
  uid "\001\000\017\224D\022\200";
}

Whats even more interesting, is that once the 30 minute lease expires it
moves into a brand new 30 day lease, which is our default. My understanding
is that the RG should move directly into its new 30 day lease upon coming
back online. (I verified that these did signal a DHCPRELEASE on the
reboot).

We do not have 30 minute lease times declared on the server for any market,
and I find it strange that I see a lease record in the leases file for 2
active leases, one being the 30 minute one, and with the option 82 data
present. This seems to be happening from behind both our Adtran and Calix
shelves.

Does anyone have any thoughts on this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20161019/e1b04078/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 19 Oct 2016 11:44:15 -0400
From: Bob Harold <rharo...@umich.edu>
To: Users of ISC DHCP <dhcp-users@lists.isc.org>
Subject: Re: Strange Option82 Anomoly in lease allocation
Message-ID:
        <ca+nkc8anmgbvjqvxsd0xq0fagbcnc2rskso16khgpvz5vdr...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

On Wed, Oct 19, 2016 at 10:56 AM, project722 <project...@gmail.com> wrote:

> After enabling Option 82 on our Adtran and Calix shelves, along with
> enabling the relay agent and log profile on the server to capture the O82
> data, all of our test Genexis RG's, after a reboot, came back online with a
> 30 minute lease. Here is a sample conf line from one of them:
>
> Before reboot:
>
> Option  51 : lease-time 2592000
>
> After Reboot:
>
> Option  51 : lease-time 1800
>
> And, in the lease file on the DHCP server, I see 2 leases written in the
> "active" binding state, one for the new 30 minute lease, and another for
> the existing lease. The new 30 minute lease record includes the option 82
> data:
>
> lease 192.168.10.5 { (30 minute)
>   starts 3 2016/10/19 06:46:22;
>   ends 3 2016/10/19 07:16:22;
>   tstp 5 2016/11/18 07:01:22;
>   tsfp 3 2016/10/19 06:43:59;
>   cltt 3 2016/10/19 06:46:22;
>   binding state active;
>   next binding state expired;
>   hardware ethernet 00:0r:24:c1:18:d0;
>   uid "\001\000\017\224\301\030\320";
>   option agent.circuit-id "Option82 data here";
>
> And here is the existing lease:(30 day)
>
> lease 192.168.10.5 {
>   starts 5 2016/10/07 05:51:44;
>   ends 0 2016/11/06 05:51:44;
>   tstp 3 2016/08/24 05:35:15;
>   tsfp 1 2016/11/21 05:51:44;
>   atsfp 1 2016/11/21 05:51:44;
>   binding state active;
>   next binding state expired;
>   hardware ethernet 00:0r:24:c1:18:d0;
>   uid "\001\000\017\224D\022\200";
> }
>
> Whats even more interesting, is that once the 30 minute lease expires it
> moves into a brand new 30 day lease, which is our default. My understanding
> is that the RG should move directly into its new 30 day lease upon coming
> back online. (I verified that these did signal a DHCPRELEASE on the
> reboot).
>
> We do not have 30 minute lease times declared on the server for any
> market, and I find it strange that I see a lease record in the leases file
> for 2 active leases, one being the 30 minute one, and with the option 82
> data present. This seems to be happening from behind both our Adtran and
> Calix shelves.
>
> Does anyone have any thoughts on this?
>
>
This is all normal.
You are apparently running with failover, so a first lease (or a lease
after a release) will be the "MCLT" which defaults to 30 minutes.
The lease file is appended with new information and only occasionally
rewritten.  Only the last entry for any host counts.

-- 
Bob Harold
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20161019/12ef0b16/attachment-0001.html>

------------------------------

Message: 3
Date: Wed, 19 Oct 2016 12:23:56 -0500
From: project722 <project...@gmail.com>
To: Users of ISC DHCP <dhcp-users@lists.isc.org>
Subject: Re: Strange Option82 Anomoly in lease allocation
Message-ID:
        <capbqmzapkxwwi5bakc4n_ug+fhzm1wjt_9bvz1eletxhy_t...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Thanks Bob, looks like I need to get more familar with our failover pair :-0

On Wed, Oct 19, 2016 at 10:44 AM, Bob Harold <rharo...@umich.edu> wrote:

>
>
> On Wed, Oct 19, 2016 at 10:56 AM, project722 <project...@gmail.com> wrote:
>
>> After enabling Option 82 on our Adtran and Calix shelves, along with
>> enabling the relay agent and log profile on the server to capture the O82
>> data, all of our test Genexis RG's, after a reboot, came back online with a
>> 30 minute lease. Here is a sample conf line from one of them:
>>
>> Before reboot:
>>
>> Option  51 : lease-time 2592000
>>
>> After Reboot:
>>
>> Option  51 : lease-time 1800
>>
>> And, in the lease file on the DHCP server, I see 2 leases written in the
>> "active" binding state, one for the new 30 minute lease, and another for
>> the existing lease. The new 30 minute lease record includes the option 82
>> data:
>>
>> lease 192.168.10.5 { (30 minute)
>>   starts 3 2016/10/19 06:46:22;
>>   ends 3 2016/10/19 07:16:22;
>>   tstp 5 2016/11/18 07:01:22;
>>   tsfp 3 2016/10/19 06:43:59;
>>   cltt 3 2016/10/19 06:46:22;
>>   binding state active;
>>   next binding state expired;
>>   hardware ethernet 00:0r:24:c1:18:d0;
>>   uid "\001\000\017\224\301\030\320";
>>   option agent.circuit-id "Option82 data here";
>>
>> And here is the existing lease:(30 day)
>>
>> lease 192.168.10.5 {
>>   starts 5 2016/10/07 05:51:44;
>>   ends 0 2016/11/06 05:51:44;
>>   tstp 3 2016/08/24 05:35:15;
>>   tsfp 1 2016/11/21 05:51:44;
>>   atsfp 1 2016/11/21 05:51:44;
>>   binding state active;
>>   next binding state expired;
>>   hardware ethernet 00:0r:24:c1:18:d0;
>>   uid "\001\000\017\224D\022\200";
>> }
>>
>> Whats even more interesting, is that once the 30 minute lease expires it
>> moves into a brand new 30 day lease, which is our default. My understanding
>> is that the RG should move directly into its new 30 day lease upon coming
>> back online. (I verified that these did signal a DHCPRELEASE on the
>> reboot).
>>
>> We do not have 30 minute lease times declared on the server for any
>> market, and I find it strange that I see a lease record in the leases file
>> for 2 active leases, one being the 30 minute one, and with the option 82
>> data present. This seems to be happening from behind both our Adtran and
>> Calix shelves.
>>
>> Does anyone have any thoughts on this?
>>
>>
> This is all normal.
> You are apparently running with failover, so a first lease (or a lease
> after a release) will be the "MCLT" which defaults to 30 minutes.
> The lease file is appended with new information and only occasionally
> rewritten.  Only the last entry for any host counts.
>
> --
> Bob Harold
>
>
>
> _______________________________________________
> dhcp-users mailing list
> dhcp-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20161019/c3427c3e/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
dhcp-users mailing list
dhcp-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/dhcp-users

------------------------------

End of dhcp-users Digest, Vol 96, Issue 21
******************************************

Reply via email to