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 167
In the following example, one new class is added to define server port 2, then an IP address is
associated with the new class:
This example was performed with Internet Systems Consortium DHCP Server, version 3.0.4
******CLASS******
# in this class I have defined a switch in chassis with ID
# 55:53:45:36:33:35:31:4d:34:36:00:00:00:00:00:00
# placed in slot 1 and blade server is connected in port 2
class "chass_a _sw_1_port_2"
{
match if option agent.circuit-id =
55:53:45:36:33:35:31:4d:34:36:00:00:00:00:00:00
and option agent.remote-id = 01:0:0:0:02; }
******Range for that class*********
# for class chass_a _sw_1_port_2 only one IP
# is defined (10.70.70.10)
subnet 10.70.70.0 netmask 255.255.255.0 {
pool
{
allow members of " chass_a _sw_1_port_2"; range 10.70.70.10; }
}