To configure NIC speed and duplex settings on Sinefa Hardware Probes, follow these steps.
- Log into the Sinefa Probe control panel using VGA/keyboard, SSH or serial console with the username admin (all lowercase)
- Access the CLI by navigating to the System menu and select CLI.
- At the CLI prompt, enter the following commands:
interface.<name>.phys duplex set <full|half>
interface.<name>.phys speed set <10G|2.5G|1G|100M|10M>
interface.<name>.phys autoneg disable
Replace <name> with the name of the interface. E.g. lan1
The following example shows how to configure the wan1 interface to 100M, full duplex.
interface.wan1.phys duplex set full
interface.wan1.phys speed set 100M
interface.wan1.phys autoneg disable
After making these changes, use the "show" command to verify the settings.
interface.wan1.phys show
Once you're happy with all the changes, type the following to save the changes and ensure they survive a reboot:
config save
Handy Tip: Reboot the probe after you have saved config changes, log back into the probe and use the show command to the corresponding NIC as per above to ensure all config has been saved correctly.
See Also
Probe Networking Setup
How to configure a NIC with a VLAN tag
Comments
0 comments
Please sign in to leave a comment.