draft-ietf-netmod-iana-if-type-00.txt | draft-ietf-netmod-iana-if-type-01.txt | |||
---|---|---|---|---|
Network Working Group M. Bjorklund | Network Working Group M. Bjorklund | |||
Internet-Draft Tail-f Systems | Internet-Draft Tail-f Systems | |||
Intended status: Standards Track April 11, 2011 | Intended status: Standards Track September 7, 2011 | |||
Expires: October 13, 2011 | Expires: March 10, 2012 | |||
IANA Interface Type YANG Module | IANA Interface Type YANG Module | |||
draft-ietf-netmod-iana-if-type-00 | draft-ietf-netmod-iana-if-type-01 | |||
Abstract | Abstract | |||
This document defines the initial version of the iana-if-type YANG | This document defines the initial version of the iana-if-type YANG | |||
module. | module. | |||
Status of this Memo | Status of this Memo | |||
This Internet-Draft is submitted in full conformance with the | This Internet-Draft is submitted in full conformance with the | |||
provisions of BCP 78 and BCP 79. | provisions of BCP 78 and BCP 79. | |||
skipping to change at page 1, line 31 | skipping to change at page 1, line 31 | |||
Internet-Drafts are working documents of the Internet Engineering | Internet-Drafts are working documents of the Internet Engineering | |||
Task Force (IETF). Note that other groups may also distribute | Task Force (IETF). Note that other groups may also distribute | |||
working documents as Internet-Drafts. The list of current Internet- | working documents as Internet-Drafts. The list of current Internet- | |||
Drafts is at http://datatracker.ietf.org/drafts/current/. | Drafts is at http://datatracker.ietf.org/drafts/current/. | |||
Internet-Drafts are draft documents valid for a maximum of six months | Internet-Drafts are draft documents valid for a maximum of six months | |||
and may be updated, replaced, or obsoleted by other documents at any | and may be updated, replaced, or obsoleted by other documents at any | |||
time. It is inappropriate to use Internet-Drafts as reference | time. It is inappropriate to use Internet-Drafts as reference | |||
material or to cite them other than as "work in progress." | material or to cite them other than as "work in progress." | |||
This Internet-Draft will expire on October 13, 2011. | This Internet-Draft will expire on March 10, 2012. | |||
Copyright Notice | Copyright Notice | |||
Copyright (c) 2011 IETF Trust and the persons identified as the | Copyright (c) 2011 IETF Trust and the persons identified as the | |||
document authors. All rights reserved. | document authors. All rights reserved. | |||
This document is subject to BCP 78 and the IETF Trust's Legal | This document is subject to BCP 78 and the IETF Trust's Legal | |||
Provisions Relating to IETF Documents | Provisions Relating to IETF Documents | |||
(http://trustee.ietf.org/license-info) in effect on the date of | (http://trustee.ietf.org/license-info) in effect on the date of | |||
publication of this document. Please review these documents | publication of this document. Please review these documents | |||
carefully, as they describe your rights and restrictions with respect | carefully, as they describe your rights and restrictions with respect | |||
to this document. Code Components extracted from this document must | to this document. Code Components extracted from this document must | |||
include Simplified BSD License text as described in Section 4.e of | include Simplified BSD License text as described in Section 4.e of | |||
the Trust Legal Provisions and are provided without warranty as | the Trust Legal Provisions and are provided without warranty as | |||
described in the Simplified BSD License. | described in the Simplified BSD License. | |||
Table of Contents | Table of Contents | |||
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 | 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 | |||
2. IANA Maintained Interface Type YANG Module . . . . . . . . . . 4 | 2. IANA Maintained Interface Type YANG Module . . . . . . . . . . 4 | |||
3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 34 | 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 35 | |||
4. Security Considerations . . . . . . . . . . . . . . . . . . . 35 | 4. Security Considerations . . . . . . . . . . . . . . . . . . . 36 | |||
5. Normative References . . . . . . . . . . . . . . . . . . . . . 36 | 5. Normative References . . . . . . . . . . . . . . . . . . . . . 37 | |||
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 37 | Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 38 | |||
1. Introduction | 1. Introduction | |||
This document defines the initial version of the iana-if-type YANG | This document defines the initial version of the iana-if-type YANG | |||
module. This module reflects IANA's "ifType definitions" registry. | module. This module reflects IANA's "ifType definitions" registry. | |||
The latest revision of the module can be obtained from the IANA web | The latest revision of the module can be obtained from the IANA web | |||
site. | site. | |||
2. IANA Maintained Interface Type YANG Module | 2. IANA Maintained Interface Type YANG Module | |||
<CODE BEGINS> file "iana-if-type.yang" | <CODE BEGINS> file "iana-if-type.yang" | |||
module iana-if-type { | module iana-if-type { | |||
namespace "urn:ietf:params:xml:ns:yang:iana-if-type"; | namespace "urn:ietf:params:xml:ns:yang:iana-if-type"; | |||
prefix ift; | prefix ianaift; | |||
organization "IANA"; | organization "IANA"; | |||
contact | contact | |||
" Internet Assigned Numbers Authority | " Internet Assigned Numbers Authority | |||
Postal: ICANN | Postal: ICANN | |||
4676 Admiralty Way, Suite 330 | 4676 Admiralty Way, Suite 330 | |||
Marina del Rey, CA 90292 | Marina del Rey, CA 90292 | |||
Tel: +1 310 823 9358 | Tel: +1 310 823 9358 | |||
skipping to change at page 4, line 47 | skipping to change at page 4, line 47 | |||
Relating to IETF Documents | Relating to IETF Documents | |||
(http://trustee.ietf.org/license-info). | (http://trustee.ietf.org/license-info). | |||
This version of this YANG module is part of RFC XXXX; see | This version of this YANG module is part of RFC XXXX; see | |||
the RFC itself for full legal notices."; | the RFC itself for full legal notices."; | |||
// RFC Ed.: replace XXXX with actual RFC number and remove this | // RFC Ed.: replace XXXX with actual RFC number and remove this | |||
// note. | // note. | |||
// RFC Ed.: update the date below with the date of RFC publication | // RFC Ed.: update the date below with the date of RFC publication | |||
// and remove this note. | // and remove this note. | |||
revision 2011-03-30 { | revision 2011-09-07 { | |||
description | description | |||
"Initial revision."; | "Initial revision."; | |||
reference | reference | |||
"RFC XXXX: IANA Interface Type YANG Module"; | "RFC XXXX: IANA Interface Type YANG Module"; | |||
} | } | |||
typedef iana-if-type { | typedef iana-if-type { | |||
type enumeration { | type enumeration { | |||
enum "other" { | enum "other" { | |||
value 1; | value 1; | |||
description | description | |||
skipping to change at page 33, line 25 | skipping to change at page 33, line 25 | |||
enum "docsCableUpstreamRfPort" { | enum "docsCableUpstreamRfPort" { | |||
value 256; | value 256; | |||
description | description | |||
"DOCSIS CATV Upstream RF Port"; | "DOCSIS CATV Upstream RF Port"; | |||
} | } | |||
enum "cableDownstreamRfPort" { | enum "cableDownstreamRfPort" { | |||
value 257; | value 257; | |||
description | description | |||
"CATV downstream RF port"; | "CATV downstream RF port"; | |||
} | } | |||
enum "vmwareVirtualNic" { | ||||
value 258; | ||||
description | ||||
"VMware Virtual Network Interface"; | ||||
} | ||||
enum "ieee802154" { | ||||
value 259; | ||||
description | ||||
"IEEE 802.15.4 WPAN interface"; | ||||
} | ||||
} | } | |||
description | description | |||
"This data type is used as the syntax of the 'type' | "This data type is used as the syntax of the 'type' | |||
leaf in the 'interface' list in the YANG module | leaf in the 'interface' list in the YANG module | |||
ietf-interface. | ietf-interface. | |||
The definition of this typedef with the | The definition of this typedef with the | |||
addition of newly assigned values is published | addition of newly assigned values is published | |||
periodically by the IANA, in either the Assigned | periodically by the IANA, in either the Assigned | |||
Numbers RFC, or some derivative of it specific to | Numbers RFC, or some derivative of it specific to | |||
skipping to change at page 34, line 34 | skipping to change at page 35, line 34 | |||
Registrant Contact: The NETMOD WG of the IETF. | Registrant Contact: The NETMOD WG of the IETF. | |||
XML: N/A, the requested URI is an XML namespace. | XML: N/A, the requested URI is an XML namespace. | |||
This document registers one YANG module in the YANG Module Names | This document registers one YANG module in the YANG Module Names | |||
registry [RFC6020]. | registry [RFC6020]. | |||
name: iana-if-type | name: iana-if-type | |||
namespace: urn:ietf:params:xml:ns:yang:iana-if-type | namespace: urn:ietf:params:xml:ns:yang:iana-if-type | |||
prefix: ift | prefix: ianaift | |||
reference: RFC XXXX | reference: RFC XXXX | |||
4. Security Considerations | 4. Security Considerations | |||
Since this document does not introduce any technology or protocol, | Since this document does not introduce any technology or protocol, | |||
there are no security issues to be considered for this document | there are no security issues to be considered for this document | |||
itself. | itself. | |||
5. Normative References | 5. Normative References | |||
End of changes. 8 change blocks. | ||||
11 lines changed or deleted | 21 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |