Send dhcp-users mailing list submissions to
        [email protected]
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
        [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 dhcp-users digest..."


Today's Topics:

   1. Subclass Scope in Subnet? (Alp Eren Kose)


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

Message: 1
Date: Fri, 18 Dec 2015 17:27:39 +0200
From: Alp Eren Kose <[email protected]>
To: Users of ISC DHCP <[email protected]>
Subject: Subclass Scope in Subnet?
Message-ID:
        <CAPJgEWbD6SN9ztMbx59x8-KjmcE2ub6Tkn33n=stttt3rwx...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi all,

I have got a question about subclass declaration scopes. The thing is we
will be sending the Controller IP to Aruba APs using Option 43.

The recommended configuration of Aruba for this is like the following:

option serverip code 43 = ip-address;
class "vendor-class" {
      match option vendor-class-identifier;
}
.
.
.
subnet 10.200.10.0 netmask 255.255.255.0 {
   default-lease-time 200;
   max-lease-time 200;
   option routers 10.200.10.1;

   subclass "vendor-class" "ArubaAP" {
      option vendor-class-identifier "ArubaAP";
      option serverip 10.200.10.10;
   }

   range 10.200.10.200 10.200.10.252;
}

As you can see in the example the subclass declaration is in the subnet.

I know that class declarations are global, but what about subclass
declarations? Are they global as well? If I have another subnet with the
same subclass name inside but with different serverip or router, would it
work correctly? Or what would you recommend for configuring Option 43 for
Aruba APs on different subnets with different controller ip?

Thank you so much in advance.
Alp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/dhcp-users/attachments/20151218/b824f850/attachment-0001.html>

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

_______________________________________________
dhcp-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/dhcp-users

End of dhcp-users Digest, Vol 86, Issue 11
******************************************

Reply via email to