XML Management Protocol: Difference between revisions

From Krupczak.org
Rdk (talk | contribs)
New page: =='''XMP: XML Management Protocol'''== ----
 
Rdk (talk | contribs)
Line 1: Line 1:
=='''XMP: XML Management Protocol'''==
=='''XMP: XML Management Protocol'''==


----
<center>
<graphviz>
digraph P {
 
  rankdir=TB;
  style=transparent;
  SSL [style=filled];
  XMP -> XML -> SSL -> TCP -> IP;
  label = "XMP Encapsulation";
}
</graphviz>
</center>
 
Entities acting as managers initiate communication with agents.  Manager closes session when finished.
 
XMP has been implemented in ''C'' and ''Java''.  Bindings for Perl are in the works.  An XMP adapter has also been written for MRTG.

Revision as of 01:15, 31 March 2007

XMP: XML Management Protocol

Diagrams error (with dot command): /bin/bash: line 1: dot: command not found

Entities acting as managers initiate communication with agents. Manager closes session when finished.

XMP has been implemented in C and Java. Bindings for Perl are in the works. An XMP adapter has also been written for MRTG.