--- 1/draft-ietf-6lo-lowpan-mib-02.txt 2014-08-07 02:14:31.374635232 -0700 +++ 2/draft-ietf-6lo-lowpan-mib-03.txt 2014-08-07 02:14:31.426636505 -0700 @@ -1,23 +1,23 @@ Internet Engineering Task Force J. Schoenwaelder Internet-Draft A. Sehgal Intended status: Standards Track Jacobs University -Expires: January 26, 2015 T. Tsou +Expires: February 8, 2015 T. Tsou Huawei Technologies (USA) C. Zhou Huawei Technologies - July 25, 2014 + August 7, 2014 Definition of Managed Objects for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) - draft-ietf-6lo-lowpan-mib-02 + draft-ietf-6lo-lowpan-mib-03 Abstract This memo defines a portion of the Management Information Base (MIB) for use with network management protocols in the Internet community. In particular, it defines objects for managing IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs). Status of This Memo @@ -27,21 +27,21 @@ Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on January 26, 2015. + This Internet-Draft will expire on February 8, 2015. Copyright Notice Copyright (c) 2014 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents @@ -91,58 +91,65 @@ 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]. 3. Conventions 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]. + "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and + "OPTIONAL" in this document are to be interpreted as described in RFC + 2119 [RFC2119]. 4. Overview The left part of Figure 1 provides an overview of the protocols typically used on constrained devices. The right part lists the MIB - modules providing monitoring and troubleshooting support ([RFC2013], + modules providing monitoring and troubleshooting support ([RFC4113], [RFC4292], [RFC4293], [RFC2863]). The LOWPAN-MIB defined in this document fills a hole by providing monitoring and troubleshooting support for the 6LoWPAN layer. Protocol Layer MIB Modules +---------------+ | CoAP | +---------------+ +--------------------------+ - | UDP | | UDP-MIB [RFC2013] | + | UDP | | UDP-MIB [RFC4113] | +---------------+ +--------------------------+ | IPv6 | | IP-MIB [RFC4293] | | ICMPv6 | | IP-FORWARD-MIB [RFC4292] | +---------------+ +--------------------------+ | 6LoWPAN | | LOWPAN-MIB [RFCXXXX] | +---------------+ +--------------------------+ | IF-MIB [RFC2863] | +---------------+ +--------------------------+ | IEEE 802.15.4 | +---------------+ + /* RFC Ed.: replace XXXX above with RFC number + and remove this note */ + Figure 1: Protocol Layers and MIB Modules The LOWPAN-MIB module is primarily a collection of counters that reflect how 6LoWPAN datagrams are processed by the 6LoWPAN layer. The objects are defined twice, once to report the global statistics as seen by the 6LoWPAN layer and once to report per interface 6LoWPAN layer statistics. The per interface statistics are optional to implement. The object identifier registration tree has the following structure: + /* RFC Ed.: replace XXXX below with IANA assigned OID number + and remove this note */ + ---- lowpanMIB(1.3.6.1.2.1.XXXX) +---- lowpanNotifications(0) +---- lowpanObjects(1) | +---- lowpanStats(1) | | +--r- lowpanReasmTimeout(1) Unsigned32 | | +--r- lowpanInReceives(2) Counter32 | | +--r- lowpanInHdrErrors(3) Counter32 | | +--r- lowpanInMeshReceives(4) Counter32 | | +--r- lowpanInMeshForwds(5) Counter32 | | +--r- lowpanInMeshDelivers(6) Counter32 @@ -299,21 +306,21 @@ LOWPAN-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, Counter32, mib-2 FROM SNMPv2-SMI -- RFC 2578 OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF -- RFC 2580 ifIndex FROM IF-MIB; -- RFC 2863 lowpanMIB MODULE-IDENTITY - LAST-UPDATED "201407250000Z" + LAST-UPDATED "201408070000Z" ORGANIZATION "Jacobs University Bremen" CONTACT-INFO "Juergen Schoenwaelder Jacobs University Bremen Email: j.schoenwaelder@jacobs-university.de Anuj Sehgal Jacobs University Bremen Email: s.anuj@jacobs-university.de @@ -333,21 +340,21 @@ Copyright (c) 2014 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info)." - REVISION "201407250000Z" + REVISION "201408070000Z" DESCRIPTION "Initial version, published as RFC XXXX." -- RFC Ed.: replace XXXX with RFC number and remove this note ::= { mib-2 XXXX } -- object definitions lowpanNotifications OBJECT IDENTIFIER ::= { lowpanMIB 0 } lowpanObjects OBJECT IDENTIFIER ::= { lowpanMIB 1 } @@ -1174,28 +1181,27 @@ [RFC4944] Montenegro, G., Kushalnagar, N., Hui, J., and D. Culler, "Transmission of IPv6 Packets over IEEE 802.15.4 Networks", RFC 4944, September 2007. [RFC2863] McCloghrie, K. and F. Kastenholz, "The Interfaces Group MIB", RFC 2863, June 2000. 10.2. Informative References - [RFC2013] McCloghrie, K., "SNMPv2 Management Information Base for - the User Datagram Protocol using SMIv2", RFC 2013, - November 1996. - [RFC3410] Case, J., Mundy, R., Partain, D., and B. Stewart, "Introduction and Applicability Statements for Internet- Standard Management Framework", RFC 3410, December 2002. + [RFC4113] Fenner, B. and J. Flick, "Management Information Base for + the User Datagram Protocol (UDP)", RFC 4113, June 2005. + [RFC4292] Haberman, B., "IP Forwarding Table MIB", RFC 4292, April 2006. [RFC4293] Routhier, S., "Management Information Base for the Internet Protocol (IP)", RFC 4293, April 2006. [RFC7252] Shelby, Z., Hartke, K., and C. Bormann, "The Constrained Application Protocol (CoAP)", RFC 7252, June 2014. [I-D.ietf-6lo-btle]