2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Add global mac address for mallanox switches

This commit is contained in:
Casandra Qiu
2017-06-06 15:37:31 -04:00
parent 56fe5f4239
commit dbf52b4be7

View File

@ -38,6 +38,15 @@ my %global_mac_identity = (
"6c:ae:8b" => "BNT G8264-T switch",
"fc:cf:62" => "BNT G8124 switch",
"7c:fe:90" => "Mellanox switch",
"e4:1d:2d" => "Mellanox switch",
"24:8a:07" => "Mellanox switch",
"00:25:8b" => "Mellanox switch",
"00:02:c9" => "Mellanox switch",
"f4:52:14" => "Mellanox switch",
"ec:0d:9a" => "Mellanox switch",
"cc:37:ab" => "Edgecore Networks Switch",
"a8:2b:b5" => "Edgecore Networks Switch",
"70:72:cf" => "Edgecore Networks Switch",
"8c:ea:1b" => "Edgecore Networks Switch"
);
@ -54,6 +63,8 @@ my %global_switch_type = (
mellanox => "Mellanox",
MLNX => "Mellanox",
MELLAN => "Mellanox",
Cumulus => "onie",
cumulus => "onie",
Edgecore => "onie"
);