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
176 Chapter 9: Basic IP Routing BMD00113, September 2009
Chassis-Based Identifiers
The following example configuration declares a class for the server connected to port 8 of a switch
in slot 1 of chassis ID of “ChasR1”.
Using DHCP Option 61 Client Identifiers:
Note – The \000 in front of the chassis ID is the octal “type” byte required in the client identifier.
Using DHCP Option 82 Agent Identifiers
group {
host BntHost1 {
option dhcp-client-identifier "\000ChasR1-1-1";
fixed-address 172.31.160.161;
}
}
class "class-chassis1-slot1-port8" {
match if option agent.circuit-id = "ChasR1" and
option agent.remote-id = 01:0:0:0:08;
}
subnet 10.70.70.0 netmask 255.255.255.0 {
pool {
allow members of "class-chassis1-slot1-port8";
range 10.70.70.10;
}
}