sending RMCP ping
i want to send RMCP开发者_JAVA百科 ping in powerShell (or c#) as i understood it is a ping to port 623 how can i do it? send ping to port and get the resoponse? thanks
RMCP stands for Remote Management and Control Protocol. This is VERY different then ICMP (Protocol & Ping). You are going to have to assemble your own UDP RMCP Ping
packet that adheres to the Protocol defined under DMTF ASF Releases, as I am not aware of any libararies that do this currently.
Specifically under the heading 3.2.2.3 RMCP Data
in version 2.0.0.
精彩评论