Simple Network Management Protocol (SNMP) over IEEE 802 Networks
RFC 4789
Document | Type |
RFC - Proposed Standard
(November 2006; No errata)
Obsoletes RFC 1089
Updates RFC 3417
Was draft-schoenw-snmp-ether (individual in ops area)
|
|
---|---|---|---|
Last updated | 2018-12-20 | ||
Stream | IETF | ||
Formats | plain text html pdf htmlized bibtex | ||
Reviews | |||
Stream | WG state | (None) | |
Document shepherd | No shepherd assigned | ||
IESG | IESG state | RFC 4789 (Proposed Standard) | |
Consensus Boilerplate | Unknown | ||
Telechat date | |||
Responsible AD | Dan Romascanu | ||
Send notices to | (None) |
Network Working Group J. Schoenwaelder Request for Comments: 4789 International University Bremen Obsoletes: 1089 T. Jeffree Updates: 3417 Consultant Category: Standards Track November 2006 Simple Network Management Protocol (SNMP) over IEEE 802 Networks 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 IETF Trust (2006). Abstract This document specifies how Simple Network Management Protocol (SNMP) messages can be transmitted directly over IEEE 802 networks. This document obsoletes RFC 1089. Table of Contents 1. Introduction ....................................................2 1.1. Key Words ..................................................2 2. Definitions .....................................................3 3. SNMP over IEEE 802 Networks .....................................4 3.1. Serialization ..............................................4 3.2. Well-known Values ..........................................4 3.3. IEEE 802.3 Frame Format ....................................5 4. Relationship to Other MIB Modules ...............................5 5. IANA Considerations .............................................6 6. Security Considerations .........................................6 7. Acknowledgments .................................................7 8. References ......................................................7 8.1. Normative References .......................................7 8.2. Informative References .....................................7 Schoenwaelder & Jeffree Standards Track [Page 1] RFC 4789 SNMP over IEEE 802 November 2006 1. Introduction This document specifies how Simple Network Management Protocol (SNMP) messages can be transmitted directly over IEEE 802 networks. For a detailed overview of the documents that describe the Internet- Standard management framework, please refer to section 7 of RFC 3410 [RFC3410]. This document supplements the standard SNMP transport mappings defined in RFC 3417 [RFC3417]. This document obsoletes RFC 1089. Managed objects are accessed via a virtual information store, termed the Management Information Base or MIB. MIB objects are generally accessed through the Simple Network Management Protocol (SNMP). Objects in the MIB are defined using the mechanisms defined in the Structure of Management Information (SMI). This memo specifies a MIB module that is compliant to the SMIv2, which is described in STD 58, RFC 2578 [RFC2578], STD 58, RFC 2579 [RFC2579] and STD 58, RFC 2580 [RFC2580]. 1.1. Key Words The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC2119]. Schoenwaelder & Jeffree Standards Track [Page 2] RFC 4789 SNMP over IEEE 802 November 2006 2. Definitions SNMP-IEEE802-TM-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, snmpModules, snmpDomains FROM SNMPv2-SMI; snmpIeee802TmMib MODULE-IDENTITY LAST-UPDATED "200611210000Z" ORGANIZATION "IETF Operations and Management Area" CONTACT-INFO "Juergen Schoenwaelder (Editor) International University Bremen P.O. Box 750 561 28725 Bremen, Germany Phone: +49 421 200-3587 EMail: j.schoenwaelder@iu-bremen.de Send comments to <ietfmibs@ops.ietf.org>." DESCRIPTION "This MIB module defines the SNMP over IEEE 802 transport mapping. Copyright (C) The IETF Trust (2006). This version of this MIB module is part of RFC 4789; see the RFC itself for full legal notices." REVISION "200611210000Z" DESCRIPTION "The initial version, published as RFC 4789." ::= { snmpModules 21 } snmpIeee802Domain OBJECT-IDENTITY STATUS current DESCRIPTION "The SNMP over IEEE 802 networks transport domain. The corresponding transport address is of type MacAddress as defined in the SNMPv2-TC module (RFC 2579)."Show full document text