<div dir="ltr"><div><div><div><div><span style="font-family:times new roman,serif"><font color="#333333"><font size="4">Hi,<br><br></font></font></span></div><span style="font-family:times new roman,serif"><font color="#333333"><font size="4"> We
 are implementing &quot;NAS Networt Ports profile&quot;, Starting with 
ProtocolEndpoint class. i have some query according to DMTF standards 
NFS port is 4200, But when i check &quot;netstat -ntlp&quot; command i got rpcbind
 is running on port 111, rpc.mountd runnig on port 20048 etc.<br>
<br>tcp  0  0 <a href="http://0.0.0.0:875" target="_blank">0.0.0.0:875</a>     0.0.0.0:*    LISTEN      3318/rpc.rquotad    <br>tcp  0  0 <a href="http://0.0.0.0:111" target="_blank">0.0.0.0:111</a>     0.0.0.0:*    LISTEN      818/rpcbind         <br>

tcp  0  0 <a href="http://0.0.0.0:20048" target="_blank">0.0.0.0:20048</a>   0.0.0.0:*    LISTEN      3320/rpc.mountd  <br>
<br></font></font></span></div><span style="font-family:times new roman,serif"><font color="#333333"><font size="4">my question is even if i write code (LMI_ProtocolEndpoint) how it will detect?<br><br></font></font></span></div>
<span style="font-family:times new roman,serif"><font color="#333333"><font size="4">Do we have to set protocolIFtype 4200 to a network adapter(p7p1, eth0...)  ?<br><br></font></font></span></div><span style="font-family:times new roman,serif"><font color="#333333"><font size="4">Do we have to implement &quot;ProtocolIFType&quot; property in association (LMI_DeviceSAPImplementation)  between LMI_ProtocolEndpoint and LMI_NetworkPort. Or we have to simply define ProtocolIFType = 4200 in LMI_ProtocolEndpoint? <br>
<br><br></font></font></span><div><div><span style="font-family:times new roman,serif"><font color="#333333"><font size="4"><br><br></font></font></span></div></div></div>