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 175
Using DHCP Option 82 Agent Identifiers
Using DHCP Ethernet Address Identifiers
class "class-vmac-switch1-port1" {
match if option agent.circuit-id = 0:13:0a:4f:7c:41
}
class "class-vmac-switch1-port7" {
match if option agent.circuit-id = 0:13:0a:4f:7c:47
}
subnet 172.31.160.0 netmask 255.255.255.0 {
pool {
allow members of "class-vmac-switch1-port1";
range 172.31.160.161;
}
pool {
allow members of "class-vmac-switch1-port7";
range 172.31.160.167;
}
}
group {
host BntHost1 {
hardware ethernet 0:13:0a:4f:7c:41;
fixed-address 172.31.160.161;
}
host BntHost7 {
hardware ethernet 0:13:0a:4f:7c:47;
fixed-address 172.31.160.167;
}
}