Network Working Group M. Bjorklund
Internet-Draft Tail-f Systems
Intended status: Standards Track May 15, 2013
Expires: November 16, 2013
A YANG Data Model for Interface Management
draft-ietf-netmod-interfaces-cfg-11
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 configuration data, state data and counters
for the collection of statistics.
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 November 16, 2013.
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 November 16, 2013 [Page 1]
Internet-Draft YANG Interface Management May 2013
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Terminology . . . . . . . . . . . . . . . . . . . . . . . 3
1.2. Tree Diagrams . . . . . . . . . . . . . . . . . . . . . . 3
2. Objectives . . . . . . . . . . . . . . . . . . . . . . . . . . 5
3. Interfaces Data Model . . . . . . . . . . . . . . . . . . . . 6
3.1. The interface Lists . . . . . . . . . . . . . . . . . . . 6
3.2. Interface References . . . . . . . . . . . . . . . . . . . 7
3.3. Interface Layering . . . . . . . . . . . . . . . . . . . . 7
4. Relationship to the IF-MIB . . . . . . . . . . . . . . . . . . 9
5. Interfaces YANG Module . . . . . . . . . . . . . . . . . . . . 11
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 26
7. Security Considerations . . . . . . . . . . . . . . . . . . . 27
8. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 28
9. References . . . . . . . . . . . . . . . . . . . . . . . . . . 29
9.1. Normative References . . . . . . . . . . . . . . . . . . . 29
9.2. Informative References . . . . . . . . . . . . . . . . . . 29
Appendix A. Example: Ethernet Interface Module . . . . . . . . . 30
Appendix B. Example: Ethernet Bonding Interface Module . . . . . 32
Appendix C. Example: VLAN Interface Module . . . . . . . . . . . 33
Appendix D. Example: NETCONF <get> reply . . . . . . . . . . . . 34
Appendix E. Examples: Interface Naming Schemes . . . . . . . . . 37
E.1. Router with Restricted Interface Names . . . . . . . . . . 37
E.2. Router with Arbitrary Interface Names . . . . . . . . . . 38
E.3. Ethernet Switch with Restricted Interface Names . . . . . 39
E.4. Generic Host with Restricted Interface Names . . . . . . . 39
E.5. Generic Host with Arbitrary Interface Names . . . . . . . 40
Appendix F. ChangeLog . . . . . . . . . . . . . . . . . . . . . . 42
F.1. Version -11 . . . . . . . . . . . . . . . . . . . . . . . 42
F.2. Version -08 . . . . . . . . . . . . . . . . . . . . . . . 42
F.3. Version -07 . . . . . . . . . . . . . . . . . . . . . . . 42
F.4. Version -06 . . . . . . . . . . . . . . . . . . . . . . . 42
F.5. Version -05 . . . . . . . . . . . . . . . . . . . . . . . 42
F.6. Version -04 . . . . . . . . . . . . . . . . . . . . . . . 43
F.7. Version -03 . . . . . . . . . . . . . . . . . . . . . . . 43
F.8. Version -02 . . . . . . . . . . . . . . . . . . . . . . . 43