Common YANG Data Types
draft-ietf-netmod-rfc6021-bis-02
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (netmod WG)
|
|
Last updated |
|
2013-06-07
(latest revision 2013-05-07)
|
|
Replaces |
|
draft-schoenw-netmod-rfc6021-bis
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Proposed Standard
|
|
Formats |
|
plain text
pdf
html
bibtex
|
Stream |
WG state
|
|
WG Document
|
|
Document shepherd |
|
David Kessens
|
|
Shepherd write-up |
|
Show
(last changed 2013-05-08)
|
IESG |
IESG state |
|
RFC Ed Queue
|
|
Consensus Boilerplate |
|
Yes
|
|
Telechat date |
|
|
|
Responsible AD |
|
Benoit Claise
|
|
IESG note |
|
David Kessens (david.kessens@nsn.com) is the document shepherd.
|
|
Send notices to |
|
netmod-chairs@tools.ietf.org, draft-ietf-netmod-rfc6021-bis@tools.ietf.org
|
IANA |
IANA review state |
|
IANA OK - Actions Needed
|
|
IANA action state |
|
Waiting on Authors
|
RFC Editor |
RFC Editor state |
|
EDIT |
Network Working Group J. Schoenwaelder, Ed.
Internet-Draft Jacobs University
Obsoletes: 6021 (if approved) May 8, 2013
Intended status: Standards Track
Expires: November 9, 2013
Common YANG Data Types
draft-ietf-netmod-rfc6021-bis-02
Abstract
This document introduces a collection of common data types to be used
with the YANG data modeling language. This document obsoletes RFC
6021.
Status of this Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
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 November 9, 2013.
Copyright Notice
Copyright (c) 2013 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
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Schoenwaelder Expires November 9, 2013 [Page 1]
Internet-Draft Common YANG Data Types May 2013
This document may contain material from IETF Documents or IETF
Contributions published or made publicly available before November
10, 2008. The person(s) controlling the copyright in some of this
material may not have granted the IETF Trust the right to allow
modifications of such material outside the IETF Standards Process.
Without obtaining an adequate license from the person(s) controlling
the copyright in such materials, this document may not be modified
outside the IETF Standards Process, and derivative works of it may
not be created outside the IETF Standards Process, except to format
it for publication as an RFC or to translate it into languages other
than English.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3. Core YANG Derived Types . . . . . . . . . . . . . . . . . . . 6
4. Internet-Specific Derived Types . . . . . . . . . . . . . . . 17
5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 28
6. Security Considerations . . . . . . . . . . . . . . . . . . . 29
7. Contributors . . . . . . . . . . . . . . . . . . . . . . . . . 30
8. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 31
9. References . . . . . . . . . . . . . . . . . . . . . . . . . . 32
9.1. Normative References . . . . . . . . . . . . . . . . . . . 32
9.2. Informative References . . . . . . . . . . . . . . . . . . 32
Appendix A. Changes from RFC 6021 . . . . . . . . . . . . . . . . 36
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 37
Schoenwaelder Expires November 9, 2013 [Page 2]
Internet-Draft Common YANG Data Types May 2013
1. Introduction
YANG [RFC6020] is a data modeling language used to model
configuration and state data manipulated by the Network Configuration
Protocol (NETCONF) [RFC6241]. The YANG language supports a small set
of built-in data types and provides mechanisms to derive other types
from the built-in types.
This document introduces a collection of common data types derived
from the built-in YANG data types. The derived types are designed to
be applicable for modeling all areas of management information. The
definitions are organized in several YANG modules. The
"ietf-yang-types" module contains generally useful data types. The
"ietf-inet-types" module contains definitions that are relevant for
the Internet protocol suite.
This version of the document adds new type definitions to the YANG
modules and obsoletes [RFC6021]. For the further details, see the
revision statement of the YANG modules.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
Show full document text