White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
144 
2.  DCIM_NICString (see Section 15.2)  
3.  DCIM_NICInteger (see Section 15.3)  
4.  DCIM_NICView (see Section 15.4) 
5.  DCIM_NICCapabilities(see Section 15.5) 
6.  DCIM_NICStatistics(see Section 15.6) 
Profile and Associated MOFs:  
http://www.delltechcenter.com/page/DCIM.Library.Profile 
15.1  Listing the NIC/CNA Inventory-Enumeration Class 
Enumerate the NICEnumeration class with the following parameters and syntax: 
EXAMPLE – CNA: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_NICEnumeration 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT – CNA: For SAMPLE PORT 1 / PARTITION 1 (all attributes on all partitions are enumerated) 
<n1:DCIM_NICEnumeration> 
 <n1:AttributeName>IscsiViaDHCP</n1:AttributeName> 
 <n1:CurrentValue>Enabled</n1:CurrentValue> 
 <n1:DefaultValue xsi:nil="true"/> 
 <n1:FQDD>NIC.Embedded.1-1</n1:FQDD> 
 <n1:InstanceID>NIC.Embedded.1-1:IscsiViaDHCP</n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 
 <n1:PendingValue xsi:nil="true"/> 
 <n1:PossibleValues>Disabled</n1:PossibleValues> 
 <n1:PossibleValues>Enabled</n1:PossibleValues> 
</n1:DCIM_NICEnumeration> 
<n1:DCIM_NICEnumeration> 
 <n1:AttributeName>ChapAuthEnable</n1:AttributeName> 
 <n1:CurrentValue>Disabled</n1:CurrentValue> 
 <n1:DefaultValue xsi:nil="true"/> 
 <n1:FQDD>NIC.Embedded.1-1</n1:FQDD> 
 <n1:InstanceID>NIC.Embedded.1-1:ChapAuthEnable 
 </n1:InstanceID> 
 <n1:IsReadOnly>false</n1:IsReadOnly> 
 <n1:PendingValue xsi:nil="true"/> 
 <n1:PossibleValues>Disabled</n1:PossibleValues> 










