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. DHCP option Space (Teja)


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

Message: 1
Date: Mon, 1 Jul 2019 07:43:32 -0500 (CDT)
From: Teja <suryateja...@gmail.com>
To: dhcp-users@lists.isc.org
Subject: DHCP option Space
Message-ID: <1561985012262-0.p...@n4.nabble.com>
Content-Type: text/plain; charset=us-ascii

Hi ,
How can a DHCP client can get the DHCP option space data from respective
server config
Ex: I have constructed my local server config as below by taking online
example references
default-lease-time 3600;
authoritative;
option space optionSpacedb;
option optionSpacedb.option1d code 1 = ip-address;
subnet 15.0.0.0 netmask 255.255.255.0 {
        pool {
           range 15.0.0.16 15.0.0.17;
        }
         option domain-name "test123.com";
         option optionSpacedb.option1d 5.6.7.8;
         option routers 15.0.0.1;
         option subnet-mask 255.255.255.0;
        }
But I was stuck in testing it by DHCP clients. Do we need to do any setting
on the client side to request the option space, I have checked in other
forums but they only provide the declaration examples but no where we have
practical test example.can any one please help on testing it or any
reference links that can be test on real time environment.Any reference site
for the DHCP option space concept because all i found are the part of its no
complete stuff.Thanks in advance

Thanks



--
Sent from: http://isc-dhcp-users.2343191.n4.nabble.com/


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

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 129, Issue 2
******************************************

Reply via email to