noc01 / dhcp: add mgmt interfaces for new arm boxes
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7c206b65aa
commit
522dab442a
1 changed files with 30 additions and 0 deletions
|
@ -1707,5 +1707,35 @@ host bvmhost-p09-05-mgmt {
|
|||
option host-name "bvmhost-p09-05-mgmt";
|
||||
}
|
||||
|
||||
host bvmhost-a64-12-mgmt {
|
||||
hardware ethernet d8:5e:d3:8b:5f:72;
|
||||
fixed-address 10.3.160.80;
|
||||
option host-name "bvmhost-a64-12-mgmt";
|
||||
}
|
||||
|
||||
host bvmhost-a64-13-mgmt {
|
||||
hardware ethernet d8:5e:d3:8b:5d:da;
|
||||
fixed-address 10.3.160.81;
|
||||
option host-name "bvmhost-a64-13-mgmt";
|
||||
}
|
||||
|
||||
host bvmhost-a64-14-mgmt {
|
||||
hardware ethernet d8:5e:d3:8b:89:6e;
|
||||
fixed-address 10.3.160.82;
|
||||
option host-name "bvmhost-a64-14-mgmt";
|
||||
}
|
||||
|
||||
host bvmhost-a64-15-mgmt {
|
||||
hardware ethernet d8:5e:d3:8b:5f:3a;
|
||||
fixed-address 10.3.160.83;
|
||||
option host-name "bvmhost-a64-15-mgmt";
|
||||
}
|
||||
|
||||
host bvmhost-a64-16-mgmt {
|
||||
hardware ethernet d8:5e:d3:8b:73:d8;
|
||||
fixed-address 10.3.160.84;
|
||||
option host-name "bvmhost-a64-16-mgmt";
|
||||
}
|
||||
|
||||
## End of file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue