draft-ietf-netmod-iana-if-type-08.txt | draft-ietf-netmod-iana-if-type-09.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 November 7, 2013 | Intended status: Standards Track December 7, 2013 | |||
Expires: May 11, 2014 | Expires: June 10, 2014 | |||
IANA Interface Type YANG Module | IANA Interface Type YANG Module | |||
draft-ietf-netmod-iana-if-type-08 | draft-ietf-netmod-iana-if-type-09 | |||
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 May 11, 2014. | This Internet-Draft will expire on June 10, 2014. | |||
Copyright Notice | Copyright Notice | |||
Copyright (c) 2013 IETF Trust and the persons identified as the | Copyright (c) 2013 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 | |||
skipping to change at page 4, line 7 | skipping to change at page 4, line 7 | |||
The iana-if-type module reflects IANA's existing "ifType definitions" | The iana-if-type module reflects IANA's existing "ifType definitions" | |||
registry. The latest revision of the module can be obtained from the | registry. The latest revision of the module can be obtained from the | |||
IANA web site. | IANA web site. | |||
Whenever a new interface type is added to the "ifType definitions" | Whenever a new interface type is added to the "ifType definitions" | |||
registry, the IANAifType-MIB and the iana-if-type YANG module are | registry, the IANAifType-MIB and the iana-if-type YANG module are | |||
updated by IANA. | updated by IANA. | |||
2. IANA Maintained Interface Type YANG Module | 2. IANA Maintained Interface Type YANG Module | |||
This YANG module imports an identity from | This YANG module imports the "interface-type" identity from | |||
[I-D.ietf-netmod-interfaces-cfg]. | [I-D.ietf-netmod-interfaces-cfg]. | |||
<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 ianaift; | prefix ianaift; | |||
import ietf-interfaces { | import ietf-interfaces { | |||
prefix if; | prefix if; | |||
skipping to change at page 4, line 43 | skipping to change at page 4, line 43 | |||
This YANG module is maintained by IANA, and reflects the | This YANG module is maintained by IANA, and reflects the | |||
'ifType definitions' registry. | 'ifType definitions' registry. | |||
The latest revision of this YANG module can be obtained from | The latest revision of this YANG module can be obtained from | |||
the IANA web site. | the IANA web site. | |||
Requests for new values should be made to IANA via | Requests for new values should be made to IANA via | |||
email (iana&iana.org). | email (iana&iana.org). | |||
Copyright (c) 2011 IETF Trust and the persons identified as | Copyright (c) 2013 IETF Trust and the persons identified as | |||
authors of the code. All rights reserved. | authors of the code. All rights reserved. | |||
Redistribution and use in source and binary forms, with or | Redistribution and use in source and binary forms, with or | |||
without modification, is permitted pursuant to, and subject | without modification, is permitted pursuant to, and subject | |||
to the license terms contained in, the Simplified BSD License | to the license terms contained in, the Simplified BSD License | |||
set forth in Section 4.c of the IETF Trust's Legal Provisions | set forth in Section 4.c of the IETF Trust's Legal Provisions | |||
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. | |||
reference | reference | |||
"IANA ifType definitions registry. | "IANA ifType definitions registry. | |||
<http://www.iana.org/assignments/smi-numbers>"; | <http://www.iana.org/assignments/smi-numbers>"; | |||
// 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 2013-11-07 { | revision 2013-12-07 { | |||
description | description | |||
"Initial revision."; | "Initial revision."; | |||
reference | reference | |||
"RFC XXXX: IANA Interface Type YANG Module"; | "RFC XXXX: IANA Interface Type YANG Module"; | |||
} | } | |||
identity iana-interface-type { | identity iana-interface-type { | |||
base if:interface-type; | base if:interface-type; | |||
description | description | |||
"This identity is used as a base for all interface types | "This identity is used as a base for all interface types | |||
skipping to change at page 39, line 9 | skipping to change at page 39, line 9 | |||
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 | |||
[I-D.ietf-netmod-interfaces-cfg] | [I-D.ietf-netmod-interfaces-cfg] | |||
Bjorklund, M., "A YANG Data Model for Interface | Bjorklund, M., "A YANG Data Model for Interface | |||
Management", draft-ietf-netmod-interfaces-cfg-13 (work in | Management", draft-ietf-netmod-interfaces-cfg-14 (work in | |||
progress), November 2013. | progress), December 2013. | |||
[RFC3688] Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, | [RFC3688] Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, | |||
January 2004. | January 2004. | |||
[RFC6020] Bjorklund, M., "YANG - A Data Modeling Language for the | [RFC6020] Bjorklund, M., "YANG - A Data Modeling Language for the | |||
Network Configuration Protocol (NETCONF)", RFC 6020, | Network Configuration Protocol (NETCONF)", RFC 6020, | |||
October 2010. | October 2010. | |||
Author's Address | Author's Address | |||
End of changes. 7 change blocks. | ||||
9 lines changed or deleted | 9 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/ |