Tcp/Ip Services Components For Snmp; Snmp Component Files - Compaq TCP/IP Services for OpenVMS Programming And Reference Manual

Tcp/ip services for openvms
Table of Contents

Advertisement

Overview
1.2 Request Handling
The network management station sends an SNMP request to the master
agent running on the host, using port 161. An SNMP request is made using
one of the following commands:
Get
GetNext
GetBulk
Set
TCP/IP Services does not support the standard SNMP
The request specifies the object identifer (OID) of the data to be accessed.
For information about formatting
Request formats are specified in RFC 1905.
2. The master agent sends the request to the subagent that registered the
subtree containing the OID.
The subagent receives communications from the master agent over the socket
that was assigned when the subagent registered the subtree.
3. The appropriate subagent processes the request.
4. The subagent sends the response message to the master agent using the port
that was assigned when the subagent registered the MIB.
When they are idle, subagents periodically send a message to port 705 to ensure
that the master agent is still running. In Figure 1–2, subagent 1 is sending the
esnmp_are_you_there
A
trap
is generated by the subagent and sent to the client. In Figure 1–2,
subagent n is generating a trap for the trap client on NMS 2.
The
trap

1.3 TCP/IP Services Components for SNMP

Table 1–1 lists the components of SNMP and the command procedures for
managing SNMP that are supplied with TCP/IP Services.
Table 1–1 SNMP Component Files
File
TCPIP$ESNMP_SERVER.EXE
TCPIP$OS_MIBS.EXE
TCPIP$HR_MIB.EXE
TCPIP$SNMP_REQUEST.EXE
TCPIP$SNMP_TRAPSND.EXE
1–4 Overview
message.
and
esnmp_are_you_there
Location
SYS$SYSTEM
SYS$SYSTEM
SYS$SYSTEM
SYS$SYSTEM
SYS$SYSTEM
Note
Inform
and
requests, refer to Section 5.2.
get
set
routines are described in Section 5.1.
Function
Master agent image.
MIB II subagent image.
Host Resources MIB
subagent image.
Simple MIB browser.
Utility for sending trap
messages.
(continued on next page)
command.

Advertisement

Table of Contents
loading

Table of Contents