0) { ?>
Error Message Image Error Message

Error code:
Informational Message Image

Operation complete



It is highly recommended that the library's configuration is saved to an external file after each Configuration change. This can be done from the Save/Restore Configuration page.

Close Message


Ethernet Speed/Duplex

AutoNegotiate) == 1) { $choiceIndex = 0; } elseif ($speed_duplex->Speed == 10) { if ($speed_duplex->Duplex == 1) { $choiceIndex = 1; } else { $choiceIndex = 2; } } elseif ($speed_duplex->Speed == 100) { if ($speed_duplex->Duplex == 1) { $choiceIndex = 3; } else { $choiceIndex = 4; } } elseif ($speed_duplex->Speed == 1000) { if ($speed_duplex->Duplex == 1) { $choiceIndex = 5; } else { $choiceIndex = 6; } } error_log("choiceIndex: ".$choiceIndex); ?>

role == "Admin") || ($user->role == "Service")) { ?>