BLADE OS™ Application Guide HP GbE2c Ethernet Blade Switch for c-Class BladeSystem Version 5.1 Advanced Functionality Software

Table Of Contents
BLADE OS 5.1 Application Guide
BMD00113, September 2009 Chapter 9: Basic IP Routing 173
Switch Name Identifiers
In the following examples, consider a switch named “BladeS1”. Depending on the port type, the
dhcpd.conf configuration might appear as follows.
Using DHCP Option 61 Client Identifiers
For non-trunked ports 1 and 7:
For ports in static trunk 3:
For ports in an LACP trunk with admin key 16:
Note – The \000 in front of the switch name is the octal “type” byte required in the client
identifier.
group {
host BntHost1 {
option dhcp-client-identifier "\000BladeS1-1";
fixed-address 172.31.160.161;
}
host BntHost7 {
option dhcp-client-identifier "\000BladeS1-7";
fixed-address 172.31.160.167;
}
}
host BntTrunk3 {
option dhcp-client-identifier "\000BladeS1-t3";
fixed-address 172.31.160.153;
}
host BntLacp16 {
option dhcp-client-identifier "\000BladeS1-k16";
fixed-address 172.31.160.156;
}