A YANG Data Model for Interface Management
RFC 8343
Document | Type |
RFC - Proposed Standard
(March 2018; No errata)
Obsoletes RFC 7223
|
|||||
---|---|---|---|---|---|---|---|
Author | Martin Björklund | ||||||
Last updated | 2018-12-19 | ||||||
Replaces | draft-bjorklund-netmod-rfc7223bis | ||||||
Stream | Internent Engineering Task Force (IETF) | ||||||
Formats | plain text html pdf htmlized (tools) htmlized bibtex | ||||||
Yang Validation | ☯ 0 errors, 0 warnings. | ||||||
Reviews | |||||||
Additional Resources |
|
||||||
Stream | WG state | Submitted to IESG for Publication | |||||
Document shepherd | Joel Jaeggli | ||||||
Shepherd write-up | Show (last changed 2017-12-18) | ||||||
IESG | IESG state | RFC 8343 (Proposed Standard) | |||||
Action Holders |
(None)
|
||||||
Consensus Boilerplate | Yes | ||||||
Telechat date | |||||||
Responsible AD | Benoît Claise | ||||||
Send notices to | Joel Jaeggli <joelja@bogus.com> | ||||||
IANA | IANA review state | Version Changed - Review Needed | |||||
IANA action state | RFC-Ed-Ack |
Internet Engineering Task Force (IETF) M. Bjorklund Request for Comments: 8343 Tail-f Systems Obsoletes: 7223 March 2018 Category: Standards Track ISSN: 2070-1721 A YANG Data Model for Interface Management Abstract This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes definitions for configuration and system state (status information and counters for the collection of statistics). The YANG data model in this document conforms to the Network Management Datastore Architecture (NMDA) defined in RFC 8342. This document obsoletes RFC 7223. Status of This Memo This is an Internet Standards Track document. This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841. Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at https://www.rfc-editor.org/info/rfc8343. Bjorklund Standards Track [Page 1] RFC 8343 YANG Interface Management March 2018 Copyright Notice Copyright (c) 2018 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 (https://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. Table of Contents 1. Introduction ....................................................3 1.1. Summary of Changes from RFC 7223 ...........................3 1.2. Terminology ................................................3 1.3. Tree Diagrams ..............................................4 2. Objectives ......................................................5 3. Interfaces Data Model ...........................................5 3.1. The Interface List .........................................6 3.2. Interface References .......................................8 3.3. Interface Layering .........................................8 4. Relationship to the IF-MIB ......................................9 5. Interfaces YANG Module .........................................10 6. IANA Considerations ............................................34 7. Security Considerations ........................................35 8. References .....................................................36 8.1. Normative References ......................................36 8.2. Informative References ....................................37 Appendix A. Example: Ethernet Interface Module ...................38 Appendix B. Example: Ethernet Bonding Interface Module ...........39 Appendix C. Example: VLAN Interface Module .......................40 Appendix D. Example: NETCONF <get-config> Reply ..................41 Appendix E. Example: NETCONF <get-data> Reply ....................42 Appendix F. Examples: Interface Naming Schemes ...................44 F.1. Router with Restricted Interface Names ....................44 F.2. Router with Arbitrary Interface Names .....................45 F.3. Ethernet Switch with Restricted Interface Names ...........46 F.4. Generic Host with Restricted Interface Names ..............47 F.5. Generic Host with Arbitrary Interface Names ...............48 Acknowledgments ...................................................49 Author's Address ..................................................49 Bjorklund Standards Track [Page 2] RFC 8343 YANG Interface Management March 2018 1. Introduction This document defines a YANG data model [RFC7950] for the management of network interfaces. It is expected that interface-type-specific data models will augment the generic interfaces data model defined in this document. Network interfaces are central to the management of many Internet protocols. Thus, it is important to establish a common data model for how interfaces are identified, configured, and monitored.Show full document text