add hosts to mgmt ports
This commit is contained in:
parent
c27a41763a
commit
9759186e1f
1 changed files with 34 additions and 5 deletions
|
@ -929,12 +929,41 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
|
|||
option host-name "apc-rack16-a";
|
||||
}
|
||||
|
||||
host apc-rackXX-Y {
|
||||
hardware ethernet 00:c0:b7:72:a3:4b;
|
||||
fixed-address 10.5.130.101;
|
||||
option host-name "apc-rackXX-Y";
|
||||
host cavium01 {
|
||||
hardware ethernet e0:d5:5e:ae:59:8d;
|
||||
fixed-address 10.5.130.103;
|
||||
option host-name "cavium01";
|
||||
}
|
||||
|
||||
host cavium02 {
|
||||
hardware ethernet e0:d5:5e:ae:53:e1;
|
||||
fixed-address 10.5.130.104;
|
||||
option host-name "cavium02";
|
||||
}
|
||||
|
||||
host ppc9-01 {
|
||||
hardware ethernet ac:1f:6b:5c:03:9d;
|
||||
fixed-address 10.5.130.105;
|
||||
option host-name "ppc9-01";
|
||||
}
|
||||
|
||||
host ppc9-02 {
|
||||
hardware ethernet ac:1f:6b:5c:03:94;
|
||||
fixed-address 10.5.130.106;
|
||||
option host-name "ppc9-01";
|
||||
}
|
||||
|
||||
host qa01 {
|
||||
hardware ethernet 4c:d9:8f:03:95:28;
|
||||
fixed-address 10.5.130.185;
|
||||
option host-name "qa01";
|
||||
}
|
||||
|
||||
host qa02 {
|
||||
hardware ethernet 4c:d9:8f:04:3d:1c;
|
||||
fixed-address 10.5.130.186;
|
||||
option host-name "qa02";
|
||||
}
|
||||
|
||||
|
||||
host dell-fx01-mgmt {
|
||||
hardware ethernet f4:8e:38:c1:3f:b6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue