SNMPv3 Applications
RFC 2263
Document | Type |
RFC - Proposed Standard
(January 1998; No errata)
Obsoleted by RFC 2273
|
|
---|---|---|---|
Authors | paul meyer , David Levi , Bob Stewart | ||
Last updated | 2013-03-02 | ||
Stream | IETF | ||
Formats | plain text html pdf htmlized bibtex | ||
Stream | WG state | (None) | |
Document shepherd | No shepherd assigned | ||
IESG | IESG state | RFC 2263 (Proposed Standard) | |
Consensus Boilerplate | Unknown | ||
Telechat date | |||
Responsible AD | (None) | ||
Send notices to | (None) |
Network Working Group D. Levi Request for Comments: 2263 SNMP Research, Inc. Category: Standards Track P. Meyer Secure Computing Corporation B. Stewart Cisco Systems January 1998 SNMPv3 Applications Status of this Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited. Copyright Notice Copyright (C) The Internet Society (1997). All Rights Reserved. Abstract This memo describes five types of SNMP applications which make use of an SNMP engine as described in [RFC2261]. The types of application described are Command Generators, Command Responders, Notification Originators, Notification Receivers, and Proxy Forwarders. This memo also defines MIB modules for specifying targets of management operations, for notification filtering, and for proxy forwarding. Table of Contents 1 Overview ..................................................... 2 1.1 Command Generator Applications ............................. 3 1.2 Command Responder Applications ............................. 3 1.3 Notification Originator Applications ....................... 3 1.4 Notification Receiver Applications ......................... 3 1.5 Proxy Forwarder Applications ............................... 3 2 Management Targets ........................................... 5 3 Elements Of Procedure ........................................ 6 3.1 Command Generator Applications ............................. 6 3.2 Command Responder Applications ............................. 8 3.3 Notification Originator Applications ....................... 13 3.4 Notification Receiver Applications ......................... 16 Levi, et. al. Standards Track [Page 1] RFC 2263 SNMPv3 Applications January 1998 3.5 Proxy Forwarder Applications ............................... 18 3.5.1 Request Forwarding ....................................... 19 3.5.1.1 Processing an Incoming Request ......................... 19 3.5.1.2 Processing an Incoming Response ........................ 22 3.5.1.3 Processing an Incoming Report Indication ............... 23 3.5.2 Notification Forwarding .................................. 24 4 The Structure of the MIB Modules ............................. 27 4.1 The Management Target MIB Module ........................... 27 4.1.1 Tag Lists ................................................ 28 4.1.2 Definitions .............................................. 28 4.2 The Notification MIB Module ................................ 41 4.2.1 Definitions .............................................. 42 4.3 The Proxy MIB Module ....................................... 53 4.3.1 Definitions .............................................. 53 5 Identification of Management Targets in Notification Originators ............................................... 59 6 Notification Filtering ....................................... 60 7 Management Target Translation in Proxy Forwarder Applications .............................................. 61 7.1 Management Target Translation for Request Forwarding ....... 61 7.2 Management Target Translation for Notification Forwarding ........................................................... 62 8 Intellectual Property ........................................ 63 9 Acknowledgments .............................................. 64 10 Security Considerations ..................................... 65 11 References .................................................. 65 12 Editors' Address ............................................ 67 A. Trap Configuration Example .................................. 68 B. Full Copyright Statement .................................... 70 1. Overview This document describes five types of SNMP applications: - Applications which initiate SNMP Get, GetNext, GetBulk, and/or Set requests, called 'command generators.' - Applications which respond to SNMP Get, GetNext, GetBulk, and/or Set requests, called 'command responders.' - Applications which generate notifications, called 'notification originators.'Show full document text