DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
102
3.3.8 Network Settings
Using a PATCH request, it is possible to configure the network settings of the BMC. The user can
configure both inband and out of band ports by using the correct alias in the URI of the request, as
follows:
●
“eth0”:
this interface is the “NC-SI” (Network Controller Sideband Interface). The NC-SI
interface is used for inband management of the BMC. The eth0 interface is accessed by means
of the mezzanine card Ethernet port 0.
●
“eth1”:
it is the default out-of-band management interface of the BMC. It can be accessed by
means of the dedicated Ethernet port present in the front panel of the DM-SV01.
The configuration parameters are inserted in the payload of the request, as shown in the example from
the table below. Details regarding the network settings of the BMC can be found in section “2.4.1
Network settings
”.
Function
Network Settings
Operation
PATCH
URI
https://<BMC_IP>/redfish/v1/Managers/bmc/EthernetInterfaces/eth1
Payload
{
"HostName": "dmsv01",
"IPv4StaticAddresses": [
{
"Address": "192.168.15.101",
"Gateway": "192.168.15.1",
"SubnetMask": "255.255.255.0"
}
],
"StaticNameServers": ["8.8.8.8"]
}
Header
X-Auth-
Token: “<token>”
Expected
response
200 OK
Reply
None
Once the operation is successful, it returns the response “200 OK” and the network settings are applied
according to the payload.