65
INSTALLATIONCONFIGURATIONOPERATION
FURTHER
INFORMATION
INDEX
APPENDIX G - DHCP server requirements for ALIF support
Version 1.0
ALIF DHCP client
The ALIF DHCP client will identify itself to a DHCP server using DHCP option 60
(Vendor-Class-Identier) containing the brand string appropriate to the rmware, e.g.
Adder.
The ALIF DHCP client will also provide the DHCP server with its unique hostname and
a request for DHCP option 125 (Vendor Identied Vendor Sub Options).
DHCP server
A DHCP server will use the Vendor-Class-Identier to identify an ALIF and supply it with
Adder vendor information encapsulated in the Adder Enterprise number (25119) within
DHCP option 125 (Vendor Identied Vendor Sub Options).
As of ALIF rmware version 4.2, the required Adder vendor information to be
encapsulated is:
Sub-option 1: Array of IP addresses of all AIM servers in the cluster.
Note: ALIF will ignore any DHCP OFFER not containing this information.
Example Alpha (ISC DHCPd, Adder, AIM servers: 10.0.20.5, 10.0.20.6)
# ISC DHCPd conguration for Adder
set vendor-string = option vendor-class-identier;
option space adder code width 1 length width 1;
option adder.aim-servers code 1 = array of ip-address;
option space vivso code width 4 length width 1;
option vivso.iana code 0 = string;
option vivso.adder code 25119 = encapsulate adder;
option option-125 code 125 = encapsulate vivso;
default-lease-time 3600;
max-lease-time 7200;
log-facility local7;
class “adder”
{
match if option vendor-class-identier = “adder”;
}
subnet 10.0.20.0 netmask 255.255.255.0
{
pool
{
allow members of “adder”;
vendor-option-space adder;
option domain-name “customer.com”;
option domain-name-servers 10.0.20.2;
option routers 10.0.20.1;
option vivso.iana 01:01:01;
option adder.aim-servers 10.0.20.5,10.0.20.6;
range 10.0.20.100 10.0.20.200;
}
}
Example Gamma (Cisco IOS DHCPd, Adder, AIM servers: 10.0.20.5, 10.0.20.6)
ip dhcp pool vlan20
network 10.0.20.0 255.255.255.0
default-router 10.0.20.1
option 60 ascii “adder”
option 125 hex 0000.621f.0a01.080a.0014.050a.0014.06
where:
0x0000621f Adder Enterprise number (25119)
0x0a Length
0x01 Sub-option 1
0x08 Length
0x0a001405 10.0.20.5 (Primary AIM)
0x0a001406 10.0.20.6 (Backup AIM)