< draft-vergara-ccamp-flexigrid-yang-05.txt   draft-vergara-ccamp-flexigrid-yang-06.txt >
CCAMP Working Group J.E. Lopez de Vergara CCAMP Working Group J.E. Lopez de Vergara
Internet Draft Universidad Autonoma de Madrid Internet Draft Universidad Autonoma de Madrid
Intended status: Standards Track Daniel Perdices Intended status: Standards Track Daniel Perdices
Expires: January 3, 2018 Naudit HPCN Expires: July 12, 2018 Naudit HPCN
V. Lopez V. Lopez
O. Gonzalez de Dios O. Gonzalez de Dios
Telefonica I+D/GCTO Telefonica I+D/GCTO
D. King D. King
Lancaster University Lancaster University
Y. Lee Y. Lee
Huawei Huawei
G. Galimberti G. Galimberti
Cisco Photonics Srl Cisco Photonics Srl
July 3, 2017 January 8, 2018
YANG data model for Flexi-Grid Optical Networks YANG data model for Flexi-Grid Optical Networks
draft-vergara-ccamp-flexigrid-yang-05.txt draft-vergara-ccamp-flexigrid-yang-06.txt
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. This document may not be modified, provisions of BCP 78 and BCP 79. This document may not be modified,
and derivative works of it may not be created, except to publish it and derivative works of it may not be created, except to publish it
as an RFC and to translate it into languages other than English. as an RFC and to translate it into languages other than English.
Internet-Drafts are working documents of the Internet Engineering Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF), its areas, and its working groups. Note that Task Force (IETF), its areas, and its working groups. Note that
skipping to change at page 1, line 43 skipping to change at page 1, line 43
months and may be updated, replaced, or obsoleted by other documents months and may be updated, replaced, or obsoleted by other documents
at any time. It is inappropriate to use Internet-Drafts as at any time. It is inappropriate to use Internet-Drafts as
reference material or to cite them other than as "work in progress." reference material or to cite them other than as "work in progress."
The list of current Internet-Drafts can be accessed at The list of current Internet-Drafts can be accessed at
http://www.ietf.org/ietf/1id-abstracts.txt http://www.ietf.org/ietf/1id-abstracts.txt
The list of Internet-Draft Shadow Directories can be accessed at The list of Internet-Draft Shadow Directories can be accessed at
http://www.ietf.org/shadow.html http://www.ietf.org/shadow.html
This Internet-Draft will expire on January 3, 2018. This Internet-Draft will expire on July 12, 2018.
Copyright Notice Copyright Notice
Copyright (c) 2017 IETF Trust and the persons identified as the Copyright (c) 2018 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 carefully, as they describe your rights and restrictions with
respect to this document. Code Components extracted from this respect to this document. Code Components extracted from this
document must include Simplified BSD License text as described in document must include Simplified BSD License text as described in
Section 4.e of the Trust Legal Provisions and are provided without Section 4.e of the Trust Legal Provisions and are provided without
skipping to change at page 4, line 27 skipping to change at page 4, line 27
elements we can find in a flexi-grid network: a node, a transponder elements we can find in a flexi-grid network: a node, a transponder
and a link. For that, each of those elements is defined as a and a link. For that, each of those elements is defined as a
container that includes a group of attributes. References to the container that includes a group of attributes. References to the
elements are provided to be later used in the definition of a elements are provided to be later used in the definition of a
media channel. It also includes the data types for the type of media channel. It also includes the data types for the type of
modulation, the flexi-grid technology, the FEC, etc. modulation, the flexi-grid technology, the FEC, etc.
o Media-channel: This module defines the whole path from a source o Media-channel: This module defines the whole path from a source
transponder to the destination through a number of intermediate transponder to the destination through a number of intermediate
nodes and links. For this, it takes the information defined before nodes and links. For this, it takes the information defined before
in the flexi-grid TED. This module is described in in the flexi-grid TED. This module is described in
[ID.draft-vergara-ccamp-flexigrid-media-channel-yang] [I-D.draft-vergara-ccamp-flexigrid-media-channel-yang]
The following section provides a detailed view of the first module. The following section provides a detailed view of the first module.
4. Main building blocks of the Flexi-grid TED 4. Main building blocks of the Flexi-grid TED
This section details the defined YANG module. It is listed below in This section details the defined YANG module. It is listed below in
section 6. section 6.
The description of the three main components, flexi-grid-node, The description of the three main components, flexi-grid-node,
flexi-grid-transponder and flexi-grid-link is provided below. flexi-grid-transponder and flexi-grid-link is provided below.
skipping to change at page 10, line 7 skipping to change at page 10, line 7
+--rw available-operational-mode* operational-mode +--rw available-operational-mode* operational-mode
+--rw operational-mode? operational-mode +--rw operational-mode? operational-mode
flexi-grid-transponder flexi-grid-transponder
augment /nd-s:networks/nd-s:network/nd-s:node/tet-s:te/ augment /nd-s:networks/nd-s:network/nd-s:node/tet-s:te/
tet-s:tunnel-termination-point: tet-s:tunnel-termination-point:
+--ro available-operational-mode* operational-mode +--ro available-operational-mode* operational-mode
+--ro operational-mode? operational-mode +--ro operational-mode? operational-mode
A.2. YANG Model - Code A.2. YANG Model - Code
<CODE BEGINS> file "ietf-flexi-grid-ted@2017-07-03.yang" <CODE BEGINS> file "ietf-flexi-grid-ted@2018-01-08.yang"
module ietf-flexi-grid-ted { module ietf-flexi-grid-ted {
yang-version 1.1; yang-version 1.1;
namespace "urn:ietf:params:xml:ns:yang:ietf-flexi-grid-ted"; namespace "urn:ietf:params:xml:ns:yang:ietf-flexi-grid-ted";
prefix "fg-ted"; prefix "fg-ted";
import ietf-network { import ietf-network {
prefix "nd"; prefix "nd";
} }
import ietf-network-state { import ietf-network-state {
skipping to change at page 10, line 46 skipping to change at page 10, line 46
organization organization
"IETF CCAMP Working Group"; "IETF CCAMP Working Group";
contact contact
"Editor: Jorge Lopez de Vergara "Editor: Jorge Lopez de Vergara
<jorge.lopez_vergara@uam.es>"; <jorge.lopez_vergara@uam.es>";
description description
"This module contains a collection of YANG definitions for "This module contains a collection of YANG definitions for
a Flexi-Grid Traffic Engineering Database (TED). a Flexi-Grid Traffic Engineering Database (TED).
Copyright (c) 2017 IETF Trust and the persons identified as Copyright (c) 2018 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 to the license terms contained in, the Simplified BSD
License set forth in Section 4.c of the IETF Trust's Legal License set forth in Section 4.c of the IETF Trust's Legal
Provisions Relating to IETF Documents Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info)."; (http://trustee.ietf.org/license-info).";
revision 2017-07-03 { revision 2018-01-08 {
description description
"version 5."; "version 5.";
reference reference
"RFC XXX: A Yang Data Model for "RFC XXX: A Yang Data Model for
Flexi-Grid Optical Networks "; Flexi-Grid Optical Networks ";
} }
/* /*
Typedefs Typedefs
skipping to change at page 19, line 7 skipping to change at page 19, line 7
uses flexi-grid-transponder-attributes; uses flexi-grid-transponder-attributes;
description "Augment node state with transponder attributes"; description "Augment node state with transponder attributes";
} }
} }
<CODE ENDS> <CODE ENDS>
A.3. License A.3. License
Copyright (c) 2017 IETF Trust and the persons identified as authors Copyright (c) 2018 IETF Trust and the persons identified as authors
of the code. All rights reserved. of the code. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
are met: are met:
o Redistributions of source code must retain the above copyright o Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer. notice, this list of conditions and the following disclaimer.
o Redistributions in binary form must reproduce the above copyright o Redistributions in binary form must reproduce the above copyright
skipping to change at page 21, line 15 skipping to change at page 21, line 15
9.2. Informative References 9.2. Informative References
[RFC7698] Gonzalez de Dios, O., Casellas, R., Eds. "Framework and [RFC7698] Gonzalez de Dios, O., Casellas, R., Eds. "Framework and
Requirements for GMPLS-Based Control of Flexi-Grid Dense Requirements for GMPLS-Based Control of Flexi-Grid Dense
Wavelength Division Multiplexing (DWDM) Networks", Wavelength Division Multiplexing (DWDM) Networks",
RFC7698, November 2015. RFC7698, November 2015.
[I-D.draft-ietf-i2rs-yang-network-topo] Clemm, A., Medved, J., [I-D.draft-ietf-i2rs-yang-network-topo] Clemm, A., Medved, J.,
Varga, R., Bahadur, N., Ananthakrishnan, H., Liu, X., Varga, R., Bahadur, N., Ananthakrishnan, H., Liu, X.,
"A Data Model for Network Topologies", Internet Draft "A Data Model for Network Topologies", Internet Draft
draft-ietf-i2rs-yang-network-topo-14.txt, 2017. draft-ietf-i2rs-yang-network-topo-20.txt, 2017.
[I-D.draft-ietf-teas-yang-te-topo] Liu, X., Bryskin, I., Pavan [I-D.draft-ietf-teas-yang-te-topo] Liu, X., Bryskin, I., Pavan
Beeram, V., Saad, T., Shah, H., Gonzalez De Dios, O., "YANG Beeram, V., Saad, T., Shah, H., Gonzalez De Dios, O., "YANG
Data Model for TE Topologies", Internet Draft Data Model for TE Topologies", Internet Draft
draft-ietf-teas-yang-te-topo-10.txt, 2017 draft-ietf-teas-yang-te-topo-13.txt, 2017
[I-D.draft-dharini-ccamp-dwdm-if-yang] Galimberti, G., Kunze, R., [I-D.draft-dharini-ccamp-dwdm-if-yang] Galimberti, G., Kunze, R.,
Lam, K., Hiremagalur, D., Grammel, G., Fang, L., Ratterree, G., Lam, K., Hiremagalur, D., Grammel, G., Fang, L., Ratterree, G.,
Eds., "A YANG model to manage the optical interface parameters Eds., "A YANG model to manage the optical interface parameters
for an external transponder in a WDM network", Internet Draft, for an external transponder in a WDM network", Internet Draft,
draft-dharini-ccamp-dwdm-if-param-yang-02.txt, 2016. draft-dharini-ccamp-dwdm-if-param-yang-03.txt, 2016.
[I-D.draft-ietf-ccamp-wson-yang] Lee, Y. Dhody, D., Zhang, X., Guo, [I-D.draft-ietf-ccamp-wson-yang] Lee, Y. Dhody, D., Zhang, X., Guo,
A., Lopez, V., King, D., Yoon, B.,"A Yang Data Model for WSON A., Lopez, V., King, D., Yoon, B.,"A Yang Data Model for WSON
Optical Networks", Internet Draft, Optical Networks", Internet Draft,
draft-ietf-ccamp-wson-yang-06.txt, 2017. draft-ietf-ccamp-wson-yang-09.txt, 2017.
[I-D.draft-vergara-ccamp-flexigrid-media-channel-yang] Lopez de [I-D.draft-vergara-ccamp-flexigrid-media-channel-yang] Lopez de
Vergara, J., Perdices, D., Lopez, V., Gonzalez de Dios, O., Vergara, J., Perdices, D., Lopez, V., Gonzalez de Dios, O.,
King, D., Lee, Y., Galimberti, G., "YANG data model for King, D., Lee, Y., Galimberti, G., "YANG data model for
Flexi-Grid media-channels", Internet Draft, Flexi-Grid media-channels", Internet Draft,
draft-vergara-ccamp-flexigrid-media-channel-yang-00, 2017. draft-vergara-ccamp-flexigrid-media-channel-yang-01, 2017.
10. Contributors 10. Contributors
The model presented in this paper was contributed to by more people The model presented in this paper was contributed to by more people
than can be listed on the author list. Additional contributors than can be listed on the author list. Additional contributors
include: include:
o Zafar Ali, Cisco Systems o Zafar Ali, Cisco Systems
o Daniel Michaud Vallinoto, Universidad Autonoma de Madrid o Daniel Michaud Vallinoto, Universidad Autonoma de Madrid
 End of changes. 15 change blocks. 
15 lines changed or deleted 15 lines changed or added

This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/