Users Guide

For example, on a DHCP3 server, you can congure the assignment of a xed MAC-based IP address and conguration le by entering the
following lines of conguration parameters in the dhcpd.conf le on the server:
host S4810 {
hardware ethernet 00:01:e8:81:e2:39;
fixed-address 20.0.0.48;
option configfile "customer.conf";
}
Class-Based Conguration
By matching a part of the string from the vendor class identier option 60 string, the image, conguration le, or script le is sent in the
DHCP oer.
For example:
host dt-maa-z9000-11 {
hardware ethernet 00:01:e8:a9:81:a3;
fixed-address 10.16.151.175;
option tftp-server-address 10.16.151.209;
match if substring (option vendor-class-identifier,0,17) =
"TY=DELLNTW-Z9000 "; {
filename "tftp://10.16.151.209/FTOS-ZB-9.3.0.0.bin";
option configfile "ftp://anvltest:force10@10.16.151.209//
tftpboot/basic-l3-z9k <ftp://10.16.151.209//tftpboot/
basic-l3-z9k> ";
}
match if substring (option vendor-class-identifier,0,17) =
"TY=DELLNTW-s4810 "; {
filename "tftp://10.16.151.209/FTOS-SE-9.3.0.0.bin";
option configfile "ftp://anvltest:force10@13.4.4.4//
tftpboot/basic-l3-across-s6410-s4810_z9k.cfg";
}
}
Option 60 is also called vendor class identier. It has seven xed elds that have xed osets. The xed elds are:
TY — denotes the type of the device
HW — denotes the version of the box
SN — denotes the serial number of the device
ST — denotes the service tag of the device
OS — denotes the Dell EMC Networking OS version in the device
MD — denotes the method and is set to INT, when the discovers are sent through interface. This eld is set to BMP, when the
discovers are sent during bmp–reload
US — denotes the user-dened string (a maximum string of 64 characters)
Example: DHCP Packet Logs
14:39:13.992412 IP (tos 0x10, ttl 16, id 0, offset 0, flags [none], proto UDP (17), length 380)
0.0.0.0.bootpc > 255.255.255.255.bootps: [udp sum ok] BOOTP/DHCP, Request from
00:00:78:78:78:7a (oui Unknown), length 352, xid 0x8af19310, Flags [Broadcast] (0x8000)
Client-Ethernet-Address 00:00:78:78:78:7a (oui Unknown)
Vendor-rfc1048 Extensions
Magic Cookie 0x63825363
DHCP-Message Option 53, length 1: Discover
Requested-IP Option 50, length 4: netbase-13-4-4-5.parc.xerox.com
Parameter-Request Option 55, length 7:
Subnet-Mask, BR, Time-Zone, Default-Gateway
Domain-Name, Domain-Name-Server, Hostname
Vendor-Class Option 60, length 83:
"TY=DELLNTW-
S6000 ;HW=2.0 ;SN=NA ;ST=NA ;OS=1-0(0-4248) ;MD=INT;US=CUSTOM_STRING"
Client-ID Option 61, length 6: "^@xxxz"
36
Bare Metal Provisioning