IANA Interface Type YANG Module
draft-ietf-netmod-iana-if-type-07
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (netmod WG)
|
|
Author |
|
Martin Björklund
|
|
Last updated |
|
2013-07-04
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Proposed Standard
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
WG state
|
|
WG Document
|
|
Document shepherd |
|
David Kessens
|
IESG |
IESG state |
|
AD Evaluation::AD Followup
|
|
Consensus Boilerplate |
|
Yes
|
|
Telechat date |
|
|
|
Responsible AD |
|
Benoît Claise
|
|
IESG note |
|
David Kessens (david.kessens@nsn.com) is the document shepherd.
|
|
Send notices to |
|
netmod-chairs@tools.ietf.org, draft-ietf-netmod-iana-if-type@tools.ietf.org
|
Network Working Group M. Bjorklund
Internet-Draft Tail-f Systems
Intended status: Standards Track July 4, 2013
Expires: January 5, 2014
IANA Interface Type YANG Module
draft-ietf-netmod-iana-if-type-07
Abstract
This document defines the initial version of the iana-if-type YANG
module.
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 January 5, 2014.
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.
Bjorklund Expires January 5, 2014 [Page 1]
Internet-Draft IANA Interface Types YANG Module July 2013
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
2. IANA Maintained Interface Type YANG Module . . . . . . . . . . 4
3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 36
3.1. URI Registrations . . . . . . . . . . . . . . . . . . . . 37
3.2. YANG Module Registrations . . . . . . . . . . . . . . . . 37
4. Security Considerations . . . . . . . . . . . . . . . . . . . 38
5. Normative References . . . . . . . . . . . . . . . . . . . . . 39
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 40
Bjorklund Expires January 5, 2014 [Page 2]
Internet-Draft IANA Interface Types YANG Module July 2013
1. Introduction
This document defines the initial version of the iana-if-type YANG
module for interface type definitions.
The iana-if-type module reflects IANA's existing "ifType definitions"
registry. The latest revision of the module can be obtained from the
IANA web site.
Whenever a new interface type is added to the "ifType definitions"
registry, the IANAifType-MIB and the iana-if-type YANG module are
updated by IANA.
Bjorklund Expires January 5, 2014 [Page 3]
Internet-Draft IANA Interface Types YANG Module July 2013
2. IANA Maintained Interface Type YANG Module
<CODE BEGINS> file "iana-if-type.yang"
module iana-if-type {
namespace "urn:ietf:params:xml:ns:yang:iana-if-type";
prefix ianaift;
organization "IANA";
contact
" Internet Assigned Numbers Authority
Postal: ICANN
4676 Admiralty Way, Suite 330
Marina del Rey, CA 90292
Tel: +1 310 823 9358
E-Mail: iana&iana.org";
description
"This YANG module defines the iana-if-type typedef, which
contains YANG definitions for IANA-registered interface types.
This YANG module is maintained by IANA, and reflects the
'ifType definitions' registry.
The latest revision of this YANG module can be obtained from
the IANA web site.
Copyright (c) 2011 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).
This version of this YANG module is part of RFC XXXX; see
the RFC itself for full legal notices.";
// RFC Ed.: replace XXXX with actual RFC number and remove this
// note.
// RFC Ed.: update the date below with the date of RFC publication
Show full document text