A Data Model for Network Topologies
draft-ietf-i2rs-yang-network-topo-10
Network Working Group A. Clemm
Internet-Draft Huawei
Intended status: Standards Track J. Medved
Expires: July 7, 2017 Cisco
R. Varga
Pantheon Technologies SRO
N. Bahadur
Bracket Computing
H. Ananthakrishnan
Packet Design
X. Liu
Ericsson
January 3, 2017
A Data Model for Network Topologies
draft-ietf-i2rs-yang-network-topo-10.txt
Abstract
This document defines an abstract (generic) YANG data model for
network/service topologies and inventories. The model serves as a
base model which is augmented with technology-specific details in
other, more specific topology and inventory models.
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 July 7, 2017.
Copyright Notice
Copyright (c) 2017 IETF Trust and the persons identified as the
document authors. All rights reserved.
Clemm, et al. Expires July 7, 2017 [Page 1]
Internet-Draft draft-ietf-i2rs-yang-network-topo-10.txt January 2017
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.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Key Words . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3. Definitions and Acronyms . . . . . . . . . . . . . . . . . . 7
4. Model Structure Details . . . . . . . . . . . . . . . . . . . 7
4.1. Base Network Model . . . . . . . . . . . . . . . . . . . 7
4.2. Base Network Topology Model . . . . . . . . . . . . . . . 10
4.3. Extending the model . . . . . . . . . . . . . . . . . . . 11
4.4. Discussion and selected design decisions . . . . . . . . 12
4.4.1. Container structure . . . . . . . . . . . . . . . . . 12
4.4.2. Underlay hierarchies and mappings . . . . . . . . . . 12
4.4.3. Dealing with changes in underlay networks . . . . . . 13
4.4.4. Use of groupings . . . . . . . . . . . . . . . . . . 13
4.4.5. Cardinality and directionality of links . . . . . . . 13
4.4.6. Multihoming and link aggregation . . . . . . . . . . 14
4.4.7. Mapping redundancy . . . . . . . . . . . . . . . . . 14
4.4.8. Typing . . . . . . . . . . . . . . . . . . . . . . . 14
4.4.9. Representing the same device in multiple networks . . 14
4.4.10. Supporting client-configured and server-provided
network topology . . . . . . . . . . . . . . . . . . 15
4.4.11. Identifiers of string or URI type . . . . . . . . . . 17
5. Interactions with Other YANG Modules . . . . . . . . . . . . 17
6. YANG Modules . . . . . . . . . . . . . . . . . . . . . . . . 17
6.1. Defining the Abstract Network: network.yang . . . . . . . 17
6.2. Creating Abstract Network Topology: network-topology.yang 22
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 29
8. Security Considerations . . . . . . . . . . . . . . . . . . . 29
9. Contributors . . . . . . . . . . . . . . . . . . . . . . . . 30
10. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 30
11. References . . . . . . . . . . . . . . . . . . . . . . . . . 30
Show full document text