Send kea-dev mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."
Today's Topics:
1. Host reservation with remote-id (Mathias Aichinger)
----------------------------------------------------------------------
Message: 1
Date: Wed, 16 May 2018 12:09:40 +0200
From: Mathias Aichinger <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [kea-dev] Host reservation with remote-id
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Hi guys,
I?m trying to use KEA in a DOCSIS and I have the following scenario where I
would need the remote-id for the host reservation:
DOCSIS Modem as a Bridge.
I want to reserve an IP address for the management interface and based on the
remote-id I want to reserve an IP for the client behind the bridge. The client
behind the bridge can change and so his mac address should not be used for
reservation and leases. I saw that there is a Premium API ?reservation-add" for
the remote-id, but it?s not in the database schema. There are only the
following options:?hw-address,?duid,?circuit-id and?client-id. Here how it
looks like with my old dhcpd.
?- Management?
host 190 {
hardware ethernet 94:87:7c:xx:xx:xx;
fixed-address 192.168.225.15;
filename = concat ("dynamic_bootfiles/?, ?dynamic_bootfile_name.bin");
options?.
}
class "94877Cxxxxxx" {
match if option agent.remote-id = 94:87:7c:9a:dc:22;
}
- Client behind bridge
host 94877cxxxxxx_35 {
host-identifier option agent.remote-id 94:87:7c:9a:dc:22;
fixed-address 192.168.226.101;
}
How can I realize this with KEA? Does it work with the Premium API?
Best Regards,
Mathias
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.isc.org/pipermail/kea-dev/attachments/20180516/04b3067b/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev
------------------------------
End of kea-dev Digest, Vol 50, Issue 2
**************************************