![]() | Technology Reference Guide 8. Network Management B. SNMP/CMIP Protocols |
| What is it? SNMP and CMIP are the two most common network management protocols. Of the two, SNMP is by far the most common. CMIP (Common Management Information Protocol) was specified as part of the OSI network protocol specification. It has not yet been widely implemented, and currently most open, multivendor networks are managed using SNMP. SNMP is part of the TCP/IP protocol stack. It is an application-layer protocol (see section on OSI reference model). It uses the services of the UDP transport layer. UDP is the little brother of the TCP transport protocol, and is used to send simple messages across a TCP/IP network. Originally designed to use the IP network protocol, it is also commonly ported to IPX, for use with Novell networks. SNMP is a simple protocol that generates minimal traffic across the network. The rest of this section will concentrate on SNMP. What does it do? SNMP inteacts with the MIB by a set of 5 messages. There are three commands that can be issued by the manager. These are a GetRequest, which queries the device about the status of a MIB variable, the GetNextRequest, which requests the status of multiple variables, and the SetRequest, which directs a change to a variable. The device agent originates two types of messages. These are a GetResponse, which acknowledges any request from the manager, and a Trap, which is a non-solicited message to the manager in response to some event, such as a device failure or other problem. How is it used? Where do I get more information? |