Difference between revisions of "XML Management Protocol"
From Krupczak.org
(→Structure of Management Information) |
m (→Structure of Management Information) |
||
Line 24: | Line 24: | ||
== Structure of Management Information == | == Structure of Management Information == | ||
− | The Structure of Management Information or SMI defines the syntax and semantics of management exchanges. For XMP, we borrowed heavily from the Internet Management Framework SMI and only modified it in a few places. The Internet Management Framework's SMI is defined in several documents including [http://www.ietf.org/rfc/rfc1155.txt | + | The Structure of Management Information or SMI defines the syntax and semantics of management exchanges. For XMP, we borrowed heavily from the Internet Management Framework SMI and only modified it in a few places. The Internet Management Framework's SMI is defined in several documents including [http://www.ietf.org/rfc/rfc1155.txt SMIv1] and [http://www.ietf.org/rfc/rfc2578.txt SMIv2]. |
We enhanced the Internet Management Framework SMI in several ways. | We enhanced the Internet Management Framework SMI in several ways. |
Revision as of 09:54, 31 March 2007
Contents |
Overview
Basic Architecture
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 use with MRTG.
Structure of Management Information
The Structure of Management Information or SMI defines the syntax and semantics of management exchanges. For XMP, we borrowed heavily from the Internet Management Framework SMI and only modified it in a few places. The Internet Management Framework's SMI is defined in several documents including SMIv1 and SMIv2.
We enhanced the Internet Management Framework SMI in several ways.
Data Description and Transfer Syntax
Message Formats and Syntax
Implementations
The acronym XMP and protocol should not be confused with the IETF XMPP Extensible Messaging and Presence Protocol.