White Papers

13 Standards-based NIC and FC-HBA management for Dell EMC PowerEdge servers
Id
"NIC.Integrated.1-4"
LinkStatus
"Down"
Name
"Network Port View"
NetDevFuncMaxBWAlloc
[]
NetDevFuncMinBWAlloc
[]
PhysicalPortNumber
"4"
Status
Health
null
HealthRollup
null
State
"Enabled"
SupportedEthernetCapa
bilities
0
"WakeOnLAN"
SupportedLinkCapabili
ties
0
LinkNetworkTechnology
"Ethernet"
LinkSpeedMbps
0
WakeOnLANEnabled
false
3.3 Configuring network device properties by using Redfish 2016
To configure network device properties such as enabling iSCSI and FCoE, run a PATCH command by using
the target URI for a selected network port
redfish/v1/Systems/System.Embedded.1/NetworkAdapters/ {network device
id}/NetworkDeviceFunctions/{network port}/Settings with a payload passing in the selected
properties. Running the PATCH command sets the property to a pending value. To apply the change, execute
a PATCH command to create a configuration job by using "@Redfish.SettingsApplyTime".
Examples of the URI and payload dictionary for PATCH command to set pending property values:
/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDe
viceFunctions/NIC.Integrated.1-4-1/Settings
payload={"iSCSIBoot":{"InitiatorIPAddress":"192.168.0.120","InitiatorNetmask":"
255.255.255.0"},"FibreChannel":{"FCoELocalVLANId":100}}”
Examples of the URI and payload dictionary for PATCH command to create the configuration job to apply the
changes.
Note: URI for creating the configuration job will be the same one that was used for PATCH command to set
property pending values.
/redfish/v1/Systems/System.Embedded.1/NetworkAdapters/NIC.Integrated.1/NetworkDeviceFunctions/NIC.Int
egrated.1-4-1/Settings
payload = {"@Redfish.SettingsApplyTime":{"ApplyTime":"OnReset"}}