put in ips for fx mac addresses
This commit is contained in:
parent
dbc9415230
commit
caa65f2fd3
1 changed files with 14 additions and 0 deletions
|
@ -374,6 +374,20 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
option host-name "apc-rack16-a";
|
||||
}
|
||||
|
||||
host dell-fx01 {
|
||||
hardware ethernet f4:8e:38:c1:3f:b6;
|
||||
fixed-address 10.5.130.42;
|
||||
option host-name "dell-fx01";
|
||||
}
|
||||
|
||||
host dell-fx02 {
|
||||
hardware ethernet f4:8e:38:c1:48:c6;
|
||||
fixed-address 10.5.130.43;
|
||||
option host-name "dell-fx02";
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
# ARM MGMT VLAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue