Setting the iBMC Network Port State (ethlink)
Function
The maintenance -d ethlink command is used to set the state of the iBMC network port.
Format
ipmcset -t maintenance -d ethlink -v <ethname> <action>
Parameters
Parameter |
Description |
Value |
---|---|---|
ethname |
Specifies the iBMC network port to be set. |
The number of iBMC network ports varies with the server model. |
action |
Specifies the network port state. |
|
Usage Guidelines
None
Example
# Enable iBMC network port eth2.
iBMC:/->ipmcset -t maintenance -d ethlink -v eth2 enable
WARNING: This operation will enable eth2.
Do you want to continue?[Y/N]:y
Enable eth2 successfully.