IANA Interface Type and Address Family YANG Modules
draft-ietf-netmod-iana-if-type-04
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-04-09
(latest revision 2012-06-05)
|
|
Stream |
|
Internent Engineering Task Force (IETF)
|
|
Formats |
|
pdf
htmlized (tools)
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
WG state
|
|
WG Document
|
|
Document shepherd |
|
David Kessens
|
IESG |
IESG state |
|
AD Evaluation::Revised I-D Needed
|
|
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 June 5, 2012
Expires: December 7, 2012
IANA Interface Type and Address Family YANG Modules
draft-ietf-netmod-iana-if-type-04
Abstract
This document defines the initial versions of the iana-if-type and
iana-afn-safi YANG modules.
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 December 7, 2012.
Copyright Notice
Copyright (c) 2012 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 December 7, 2012 [Page 1]
Internet-Draft IANA Interface Types and Address Family June 2012
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
2. IANA Maintained Interface Type YANG Module . . . . . . . . . . 4
3. IANA Maintained AFN and SAFI YANG Module . . . . . . . . . . . 36
4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 45
5. Security Considerations . . . . . . . . . . . . . . . . . . . 47
6. Normative References . . . . . . . . . . . . . . . . . . . . . 48
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 49
Bjorklund Expires December 7, 2012 [Page 2]
Internet-Draft IANA Interface Types and Address Family June 2012
1. Introduction
This document defines the initial version of the iana-if-type and
iana-afn-safi YANG modules, for interface type definitions, and
Address Family Numbers (AFN) and Subsequent Address Family
Identifiers (SAFI), respectively.
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.
The iana-afn-safi module reflects IANA's existing "Address Family
Numbers" and "Subsequent Address Family Identifiers" registries.
Whenever a new address family number is added to the "Address Family
Numbers" registry, the IANA-ADDRESS-FAMILY-NUMBERS-MIB and the iana-
afn-safi YANG module are updated by IANA.
Whenever a new subsequent address family identifier is added to the
"Subsequent Address Family Identifiers" registry, the iana-afn-safi
YANG module is updated by IANA.
Bjorklund Expires December 7, 2012 [Page 3]
Internet-Draft IANA Interface Types and Address Family June 2012
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
Show full document text