and this will make sure kernel has a mgmt ip
This commit is contained in:
parent
97b47fcb68
commit
629ecc9813
1 changed files with 10 additions and 4 deletions
|
@ -929,30 +929,36 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
option host-name "apc-rack16-a";
|
||||
}
|
||||
|
||||
host cavium01 {
|
||||
host cavium01-mgmt {
|
||||
hardware ethernet e0:d5:5e:ae:59:8d;
|
||||
fixed-address 10.5.130.103;
|
||||
option host-name "cavium01";
|
||||
}
|
||||
|
||||
host cavium02 {
|
||||
host cavium02-mgmt {
|
||||
hardware ethernet e0:d5:5e:ae:53:e1;
|
||||
fixed-address 10.5.130.104;
|
||||
option host-name "cavium02";
|
||||
}
|
||||
|
||||
host ppc9-01 {
|
||||
host ppc9-01-mgmt {
|
||||
hardware ethernet ac:1f:6b:5c:03:9d;
|
||||
fixed-address 10.5.130.105;
|
||||
option host-name "ppc9-01";
|
||||
}
|
||||
|
||||
host ppc9-02 {
|
||||
host ppc9-02-mgmt {
|
||||
hardware ethernet ac:1f:6b:5c:03:94;
|
||||
fixed-address 10.5.130.106;
|
||||
option host-name "ppc9-01";
|
||||
}
|
||||
|
||||
host kernel03-mgmt {
|
||||
hardware ethernet d0:94:66:7c:b2:dd;
|
||||
fixed-address 10.5.130.107;
|
||||
option host-name "ppc9-01";
|
||||
}
|
||||
|
||||
host dell-fx01-mgmt {
|
||||
hardware ethernet f4:8e:38:c1:3f:b6;
|
||||
fixed-address 10.5.130.42;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue