i want to send RMCP 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
Asked
Active
Viewed 986 times
1 Answers
1
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.

Erik Philips
- 53,428
- 11
- 128
- 150