<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<link href="chrome://translator/skin/floatingPanel.css"
type="text/css" rel="stylesheet">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Radhanath,<br>
<br>
AFAIK, DHCPv4 option82 is added ONLY by the relay, towards the
Server, and is automatically replied back by the server.<br>
What exactly do wish to configure in the server?<br>
<br>
Follows an example of logging received option82.circuit-id (sub
option #1) and option82.remote-id (sub option #2):<br>
if exists agent.circuit-id {<br>
log(info, "New client with Opt82!");<br>
log(info, concat("Opt82.circuit-id=", option agent.circuit-id));<br>
if exists agent.remote-id {<br>
log(info, concat("Opt82.remote-id=", option agent.remote-id));<br>
}<br>
}<br>
<br>
And here is another example, for defining a class by matching
option82.circuit-id:<br>
class "special4Radhanath" {<br>
match if (substring(option
agent.circuit-id,0,15)="RadhanathMishra");<br>
log(info, "New special4Radhanath");<br>
}<br>
<br>
<br>
HTH,<br>
<pre class="moz-signature" cols="72">Best regards,
David Ganor
|||||||||||||||||||||||||||||||||||
Cell: +972-54-3090299
Tel: +972-74-7028642
Fax: +972-153-74-7028642
SW developer
<a class="moz-txt-link-abbreviated" href="http://www.oliver-solutions.com">www.oliver-solutions.com</a>
|||||||||||||||||||||||||||||||||||
</pre>
<div class="moz-cite-prefix">On 08/07/2015 06:04, Radhanath Mishra
wrote:<br>
</div>
<blockquote
cite="mid:CAL7+cQE_umZtFuVYYnN7Gx6M5YUxYNA07B0fSEnq4V0A4D6aMQ@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>Hello,<br>
<br>
</div>
Please help me out and let me know how i can configure
dhcp option 82 in linux dhcp server ,dhcp relay agent
is there in my setup.<br>
<br>
</div>
A working example is much appreciated .<br>
<br>
<br>
</div>
Please respond at earliest<br>
<br>
<br>
<br>
</div>
Thanks,<br>
</div>
Radhanath<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></pre>
</blockquote>
<br>
<div style="bottom: auto; left: 192px; right: auto; top: 406px;
display: none;" class="translator-theme-default"
id="translator-floating-panel">
<div title="Click to translate"
id="translator-floating-panel-button"></div>
</div>
</body>
</html>