SNMP Management
B.2 SNMP Environment
General
SNMP Principles
The SNMP management functions of the
The SNMP management communication uses the User Datagram Protocol (UDP). UDP is a
Note
Telnet management uses the TCP protocol over IP for management communication. After a Telnet session is started, the management interface is similar to that used for the supervision terminal (Chapter 3).
This section covers the information related to the SNMP environment. For a description of the IP environment, refer to Section
The SNMP management protocol is an asynchronous command/response polling protocol: all the management traffic, except for trap messages, is initiated by the
The managed entities include a function called an “SNMP agent”, which is responsible for interpretation and handling of the management station requests to the managed entity, and the generation of
SNMP Operations
The SNMP protocol includes four types of operations:
getRequest | Command for retrieving specific management |
| information from the managed entity. The managed entity |
| responds with a getResponse message. |
getNextRequest | Command for retrieving sequentially specific |
| management information from the managed entity. The |
| managed entity responds with a getResponse message. |
setRequest | Command for manipulating specific management |
| information within the managed entity. The managed |
| entity responds with a setResponse message. |
trap | Management message carrying unsolicited information |
| on extraordinary events (that is, events which occurred |
| not in response to a management operation) reported by |
| the managed entity. |