IBM Partner Pavilion BMD00082 Switch User Manual


 
SmartConnect User’s Guide
BMD00082, February 2009 Chapter 3: Switch Virtualization
41
In the following example, one new class is added to define server port 8, 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
# 59:49:00:c1:56:5f:11:db:a8:dd:ca:d0:a4:b3:de:4a
# placed in slot 1 and blade server is connected in port 8
class "class-chassis1-slot1-port8"
{
match if option agent.circuit-id =
59:49:00:c1:56:5f:11:db:a8:dd:ca:d0:a4:b3:de:4a
and option agent.remote-id = 01:0:0:0:08; }
******Range for that class*********
# for class-chassis1-slot1-port8 only one IP
# is defined (10.70.70.10)
subnet 10.70.70.0 netmask 255.255.255.0 {
pool
{
allow members of "class-chassis1-slot1-port8"; range 10.70.70.10; }
}