RFC 8969: A Framework for Automating Service and Network Management with YANG
- Q. Wu, Ed.,
- M. Boucadair, Ed.,
- D. Lopez,
- C. Xie,
- L. Geng
Abstract
Data models provide a programmatic approach to represent services and networks. Concretely, they can be used to derive configuration information for network and service components, and state information that will be monitored and tracked. Data models can be used during the service and network management life cycle (e.g., service instantiation, service provisioning, service optimization, service monitoring, service diagnosing, and service assurance). Data models are also instrumental in the automation of network management, and they can provide closed-loop control for adaptive and deterministic service creation, delivery, and maintenance.¶
This document describes a framework for service and network management automation that takes advantage of YANG modeling technologies. This framework is drawn from a network operator perspective irrespective of the origin of a data model; thus, it can accommodate YANG modules that are developed outside the IETF.¶
Status of This Memo
This document is not an Internet Standards Track specification; it is published for informational purposes.¶
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). Not all documents approved by the IESG are candidates for any level of Internet Standard; see 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://
Copyright Notice
Copyright (c) 2021 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://
1. Introduction
Service management systems usually comprise service
activation
Software-Defined Networking (SDN) becomes crucial to address these
challenges. SDN techniques are meant to automate the overall service
delivery procedures and typically rely upon standard data models. These
models are used not only to reflect service providers' savoir faire, but
also to dynamically instantiate and enforce a set of service
Models are key for each of the four technical items above. Service and network management automation is an important step to improve the agility of network operations. Models are also important to ease integrating multi-vendor solutions.¶
YANG module [RFC7950] developers have taken both top-down and bottom-up approaches to develop modules [RFC8199] and to establish a mapping between a network technology and customer requirements at the top or abstracting common constructs from various network technologies at the bottom. At the time of writing this document (2020), there are many YANG data models, including configuration and service models, that have been specified or are being specified by the IETF. They cover many of the networking protocols and techniques. However, how these models work together to configure a function, manage a set of devices involved in a service, or provide a service is something that is not currently documented either within the IETF or other Standards Development Organizations (SDOs).¶
Many of the YANG modules listed in this document are used to exchange
data between NETCONF
This document describes an architectural framework for service and network management automation (Section 3) that takes advantage of YANG modeling technologies and investigates how YANG data models at different layers interact with each other (e.g., Service Mapping, model composition) in the context of service delivery and fulfillment (Section 4). Concretely, the following benefits can be provided:¶
This framework is drawn from a network operator perspective irrespective of the origin of a data model; it can also accommodate YANG modules that are developed outside the IETF. The document covers service models that are used by an operator to expose its services and capture service requirements from the customers (including other operators). Nevertheless, the document does not elaborate on the communication protocol(s) that makes use of these service models in order to request and deliver a service. Such considerations are out of scope.¶
The document identifies a list of use cases to exemplify the proposed approach (Section 5), but it does not claim nor aim to be exhaustive. Appendix A lists some examples to illustrate the layered YANG modules view.¶
2. Terminology and Abbreviations
2.1. Terminology
The following terms are defined in [RFC8309] and [RFC8199] and are not redefined here:¶
In addition, the document makes use of the following terms:¶
- Network Model:
-
Describes a network-level abstraction (or a subset of aspects of a network infrastructure
), including devices and their subsystems, and relevant protocols operating at the link and network layers across multiple devices. This model corresponds to the network configuration model discussed in [RFC8309].¶ It can be used by a network operator to allocate resources (e.g., tunnel resource, topology resource) for the service or schedule resources to meet the service requirements defined in a service model.¶
- Network Domain:
- Refers to a network partitioning that is usually followed by network operators to delimit parts of their network. "access network" and "core network" are examples of network domains.¶
- Device Model:
-
Refers to the Network Element YANG data model described in [RFC8199] or the device configuration model discussed in [RFC8309].¶
Device models are also used to refer to model a function embedded in a device (e.g., Network Address Translation (NAT) [RFC8512], Access Control Lists (ACLs) [RFC8519]).¶
- Pipe:
- Refers to a communication scope where only one-to-one (1:1) communications are allowed. The scope can be identified between ingress and egress nodes, two service sites, etc.¶
- Hose:
- Refers to a communication scope where one-to-many (1:N) communications are allowed (e.g., one site to multiple sites).¶
- Funnel:
- Refers to a communication scope where many-to-one (N:1) communications are allowed.¶
2.2. Abbreviations
The following abbreviations are used in the document:¶
- ACL
- Access Control List¶
- AS
- Autonomous System¶
- AP
- Access Point¶
- CE
- Customer Edge¶
- DBE
- Data Border Element¶
- E2E
- End-to-End¶
- ECA
- Event Condition Action¶
- L2VPN
- Layer 2 Virtual Private Network¶
- L3VPN
- Layer 3 Virtual Private Network¶
- L3SM
- L3VPN Service Model¶
- L3NM
- L3VPN Network Model¶
- NAT
- Network Address Translation¶
- OAM
- Operations, Administration, and Maintenance¶
- OWD
- One-Way Delay¶
- PE
- Provider Edge¶
- PM
- Performance Monitoring¶
- QoS
- Quality of Service¶
- RD
- Route Distinguisher¶
- RT
- Route Target¶
- SBE
- Session Border Element¶
- SDN
- Software-Defined Networking¶
- SP
- Service Provider¶
- TE
- Traffic Engineering¶
- VN
- Virtual Network¶
- VPN
- Virtual Private Network¶
- VRF
- Virtual Routing and Forwarding¶
3. Architectural Concepts and Goals
3.1. Data Models: Layering and Representation
As described in Section 2 of [RFC8199], layering of modules allows for better reusability of lower-layer modules by higher-level modules while limiting duplication of features across layers.¶
Data models in the context of network management can be classified into service, network, and device models. Different service models may rely on the same set of network and/or device models.¶
Service models traditionally follow a top-down approach and are
mostly customer-facing YANG modules providing a common model construct
for higher-level network services (e.g., Layer 3 Virtual Private
Network (L3VPN)). Such modules can be mapped to network
technology
Figure 1 depicts the example of a Voice over IP (VoIP) service that relies upon connectivity services offered by a network operator. In this example, the VoIP service is offered to the network operator's customers by Service Provider 1 (SP1). In order to provide global VoIP reachability, SP1 Service Site interconnects with other Service Providers service sites typically by interconnecting Session Border Elements (SBEs) and Data Border Elements (DBEs) [RFC5486][RFC6406]. For other VoIP destinations, sessions are forwarded over the Internet. These connectivity services can be captured in a YANG service model that reflects the service attributes that are shown in Figure 2. This example follows the IP Connectivity Provisioning Profile template defined in [RFC7297].¶
In reference to Figure 2, "Full traffic performance guarantees class" refers to a service class where all traffic performance metrics included in the service model (OWD, loss, delay variation) are guaranteed, while "Delay traffic performance guarantees class" refers to a service class where only OWD is guaranteed.¶
Network models are mainly network
Device (and function) models usually follow a bottom-up approach
and are mostly technology
Each level maintains a view of the supported YANG modules provided by lower levels (see for example, Appendix A). Mechanisms such as the YANG library [RFC8525] can be used to expose which YANG modules are supported by nodes in lower levels.¶
Figure 3 illustrates the overall
layering model. The reader may refer to Section 4 of [RFC8309] for an overview of "Orchestrator" and
"Controller" elements. All these elements (i.e., Orchestrator
A composite service offered by a network operator may rely on services from other operators. In such a case, the network operator acts as a customer to request services from other networks. The operators providing these services will then follow the layering depicted in Figure 3. The mapping between a composite service and a third-party service is maintained at the orchestration level. From a data-plane perspective, appropriate traffic steering policies (e.g., Service Function Chaining [RFC7665]) are managed by the network controllers to guide how/when a third-party service is invoked for flows bound to a composite service.¶
The layering model depicted in Figure 3 does not make any assumption about the location of the various entities (e.g., Controller, Orchestrator) within the network. As such, the architecture does not preclude deployments where, for example, the Controller is embedded on a device that hosts other functions that are controlled via YANG modules.¶
In order to ease the mapping between layers and data reuse, this document focuses on service models that are modeled using YANG. Nevertheless, fully compliant with Section 3 of [RFC8309], Figure 3 does not preclude service models to be modeled using data modeling languages other than YANG.¶
3.2. Automation of Service Delivery Procedures
Service models can be used by a network operator to expose its services to its customers. Exposing such models allows automation of the activation of service orders and thus the service delivery. One or more monolithic service models can be used in the context of a composite service activation request (e.g., delivery of a caching infrastructure over a VPN). Such models are used to feed a decision-making intelligence to adequately accommodate customer needs.¶
Also, such models may be used jointly with services that require
dynamic invocation. An example is provided by the service modules
defined by the DOTS WG to dynamically trigger requests to handle
Distributed Denial
Network models can be derived from service models and used to provision, monitor, and instantiate the service. Also, they are used to provide life-cycle management of network resources. Doing so is meant to:¶
Note that it is out of the scope of this document to elaborate on the communication protocols that are used to implement the interface between the service ordering (customer) and service order handling (provider).¶
3.3. Service Fulfillment Automation
To operate a service, the settings of the parameters in the device models are derived from service models and/or network models and are used to:¶
In addition, the operational state including configuration that is in effect together with statistics should be exposed to upper layers to provide better network visibility and assess to what extent the derived low-level modules are consistent with the upper-level inputs.¶
Filters are enforced on the notifications that are communicated to Service layers. The type and frequency of notifications may be agreed upon in the service model.¶
Note that it is important to correlate telemetry data with configuration data to be used for closed loops at the different stages of service delivery, from resource allocation to service operation, in particular.¶
3.4. YANG Module Integration
To support top-down service delivery, YANG modules at different
levels or at the same level need to be integrated for proper
service delivery (including proper network setup). For example, the
service parameters captured in service models need to be decomposed
into a set of configuration
In addition, these technology
High-level policies can be defined at service or network models (e.g., "Autonomous System Number (ASN) Exclude" in the example depicted in Figure 2). Device models will be tweaked accordingly to provide policy-based management. Policies can also be used for telemetry automation, e.g., policies that contain conditions to trigger the generation and pushing of new telemetry data.¶
4. Functional Blocks and Interactions
The architectural considerations described in Section 3 lead to the life-cycle management architecture illustrated in Figure 4 and described in the following subsections.¶
4.1. Service Life-Cycle Management Procedure
Service life-cycle management includes end-to-end service life-cycle
management at the service level and technology
The end-to-end service life-cycle management is
technology
4.1.1. Service Exposure
A service in the context of this document (sometimes called "Network Service") is some form of connectivity between customer sites and the Internet or between customer sites across the operator's network and across the Internet.¶
Service exposure is used to capture services offered to customers
(ordering and order handling). One example is that a customer can
use an L3VPN Service Model (L3SM) to request L3VPN service by
providing the abstract technical characterizatio
Service model catalogs can be created to expose the various services and the information needed to invoke/order a given service.¶
4.1.2. Service Creation/Modification
A customer is usually unaware of the technology that the network operator has available to deliver the service, so the customer does not make requests specific to the underlying technology but is limited to making requests specific to the service that is to be delivered. This service request can be filled using a service model.¶
Upon receiving a service request, and assuming that appropriate
authentication and authorization checks have been made with success,
the service Orchestrator
If the request is accepted, the service Orchestrator
In addition, a customer may require a change in the underlying network infrastructure to adapt to new customers' needs and service requirements (e.g., service a new customer site, add a new access link, or provide disjoint paths). This service modification can be issued following the same service model used by the service request.¶
Withdrawing a service is discussed in Section 4.1.6.¶
4.1.3. Service Assurance
The performance measurement telemetry (Section 4.2.3) can be used to provide service assurance at service and/or network levels. The performance measurement telemetry model can tie with service or network models to monitor network performance or Service Level Agreements.¶
4.1.4. Service Optimization
Service optimization is a technique that gets the configuration of the network updated due to network changes, incident mitigation, or new service requirements. One example is once a tunnel or a VPN is set up, performance monitoring information or telemetry information per tunnel (or per VPN) can be collected and fed into the management system. If the network performance doesn't meet the service requirements, the management system can create new VPN policies capturing network service requirements and populate them into the network.¶
Both network performance information and policies can be modeled
using YANG. With Policy-based management, self
The overall service optimization is managed at the service level, while the network level is responsible for the optimization of the specific network services it provides.¶
4.1.5. Service Diagnosis
Operations, Administration, and Maintenance (OAM) are important networking functions for service diagnosis that allow network operators to:¶
When the network is down, service diagnosis should be in place to pinpoint the problem and provide recommendations (or instructions) for network recovery.¶
The service diagnosis information can be modeled as
technology
Refer to Section 4.2.4 for the device-specific side.¶
4.1.6. Service Decommission
Service decommission allows a customer to stop the service by removing the service from active status, thus releasing the network resources that were allocated to the service. Customers can also use the service model to withdraw the subscription to a service.¶
4.2. Service Fulfillment Management Procedure
4.2.1. Intended Configuration Provision
Intended configuration at the device level is derived from network models at the network level or service models at the service level and represents the configuration that the system attempts to apply. Take L3SM as a service model example to deliver an L3VPN service; there is a need to map the L3VPN service view defined in the service model into a detailed intended configuration view defined by specific configuration models for network elements. The configuration information includes:¶
These specific configuration models can be used to configure Provider Edge (PE) and Customer Edge (CE) devices within a site, e.g., a BGP policy model can be used to establish VPN membership between sites and VPN service topology.¶
Note that in networks with legacy devices (that support proprietary modules or do not support YANG at all), an adaptation layer is likely to be required at the network level so that these devices can be involved in the delivery of the network services.¶
This interface is also used to handle service withdrawal (Section 4.1.6).¶
4.2.2. Configuration Validation
Configuration validation is used to validate intended configuration and ensure the configuration takes effect.¶
For example, if a customer creates an interface "eth-0/0/0" but the interface does not physically exist at this point, then configuration data appears in the <intended> status but does not appear in the <operational> datastore. More details about <intended> and <operational> datastores can be found in Section 5.1 of [RFC8342].¶
4.2.3. Performance Monitoring
When a configuration is in effect in a device, the <operational> datastore holds the complete operational state of the device, including learned, system, default configuration, and system state. However, the configurations and state of a particular device do not have visibility on the whole network, nor can they show how packets are going to be forwarded through the entire network. Therefore, it becomes more difficult to operate the entire network without understanding the current status of the network.¶
The management system should subscribe to updates of a YANG datastore in all the network devices for performance monitoring purposes and build a full topological visibility of the network by aggregating (and filtering) these operational states from different sources.¶
4.2.4. Fault Diagnostic
When configuration is in effect in a device, some devices may be misconfigured (e.g., device links are not consistent in both sides of the network connection) or network resources might be misallocated. Therefore, services may be negatively affected without knowing the root cause in the network.¶
Technology
These RPC commands received in the technology
4.3. Multi-layer/Multi-domain Service Mapping
Multi
One example is to map service parameters in the L3SM into configuration parameters such as Route Distinguisher (RD), Route Target (RT), and VRF in the L3VPN Network Model (L3NM).¶
Another example is to map service parameters in the L3SM into Traffic Engineered (TE) tunnel parameters (e.g., Tunnel ID) in TE model and Virtual Network (VN) parameters (e.g., Access Point (AP) list and VN members) in the YANG data model for VN operation [ACTN-VN-YANG].¶
4.4. Service Decomposition
Service Decomposition allows to decompose service models at the service level or network models at the network level into a set of device models at the device level. These device models may be tied to specific device types or classified into a collection of related YANG modules based on service types and features offered, and they may load at the implementation time before configuration is loaded and validated.¶
5. YANG Data Model Integration Examples
The following subsections provide some YANG data model integration examples.¶
5.1. L2VPN/L3VPN Service Delivery
In reference to Figure 5, the following steps are performed to deliver the L3VPN service within the network management automation architecture defined in Section 4:¶
[UNI-TOPOLOGY] can be used for representing, managing, and controlling the User Network Interface (UNI) topology.¶
L3NM inherits some of the data elements from the L3SM. Nevertheless, the L3NM as designed in [OPSAWG-L3SM-L3NM] does not expose some information to the above layer such as the capabilities of an underlying network (which can be used to drive service order handling) or notifications (to notify subscribers about specific events or degradations as per agreed SLAs). Some of this information can be provided using, e.g., [OPSAWG-YANG-VPN]. A target overall model is depicted in Figure 6.¶
Note that a similar analysis can be performed for Layer 2 VPNs (L2VPNs). An L2VPN Service Model (L2SM) is defined in [RFC8466], while the YANG L2VPN Network Model (L2NM) is specified in [OPSAWG-L2NM].¶
5.2. VN Life-Cycle Management
In reference to Figure 7, the following steps are performed to deliver the VN service within the network management automation architecture defined in Section 4:¶
5.3. Event-Based Telemetry in the Device Self Management
In reference to Figure 8, the following steps are performed to monitor state changes of managed resources in a network device and provide device self management within the network management automation architecture defined in Section 4:¶
6. Security Considerations
Many of the YANG modules cited in this document define schema for
data that is designed to be accessed via network management protocols
such as NETCONF [RFC6241] or RESTCONF [RFC8040]. The lowest NETCONF layer is the secure
transport layer, and the mandatory
The NETCONF access control model [RFC8341] provides the means to restrict access for particular NETCONF or RESTCONF users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content.¶
Security considerations specific to each of the technologies and protocols listed in the document are discussed in the specification documents of each of these protocols.¶
In order to prevent leaking sensitive information and the "confused deputy" problem [Hardy] in general, special care should be considered when translating between the various layers in Section 4 or when aggregating data retrieved from various sources. Authorization and authentication checks should be performed to ensure that data is available to an authorized entity. The network operator must enforce means to protect privacy-related information included in customer-facing models.¶
To detect misalignment between layers that might be induced by misbehaving nodes, upper layers should continuously monitor the perceived service (Section 4.1.4) and should proceed with checks to assess that the provided service complies with the expected service and that the data reported by an underlying layer is matching the perceived service by the above layer. Such checks are the responsibility of the service diagnosis (Section 4.1.5).¶
When a YANG module includes security
Additional considerations are discussed in the following subsections.¶
6.1. Service Level
A provider may rely on services offered by other providers to build
composite services. Appropriate mechanisms should be enabled by the
provider to monitor and detect a service disruption from these
providers. The characterizatio
The communication protocols that make use of a service model between a customer and an operator are out of scope. Relevant security considerations should be discussed in the specification documents of these protocols.¶
6.2. Network Level
Security considerations specific to the network level are listed below:¶
6.3. Device Level
Network operators should monitor and audit their networks to detect misbehaving nodes and abnormal behaviors. For example, OAM, as discussed in Section 4.1.5, can be used for that purpose.¶
Access to some data requires specific access privilege levels. Devices must check that a required access privilege is provided before granting access to specific data or performing specific actions.¶
7. IANA Considerations
This document has no IANA actions.¶
8. References
8.1. Normative References
- [RFC6241]
-
Enns, R., Ed., Bjorklund, M., Ed., Schoenwaelder, J., Ed., and A. Bierman, Ed., "Network Configuration Protocol (NETCONF)", RFC 6241, DOI 10
.17487 , , <https:///RFC6241 www >..rfc -editor .org /info /rfc6241 - [RFC6242]
-
Wasserman, M., "Using the NETCONF Protocol over Secure Shell (SSH)", RFC 6242, DOI 10
.17487 , , <https:///RFC6242 www >..rfc -editor .org /info /rfc6242 - [RFC7950]
-
Bjorklund, M., Ed., "The YANG 1.1 Data Modeling Language", RFC 7950, DOI 10
.17487 , , <https:///RFC7950 www >..rfc -editor .org /info /rfc7950 - [RFC8040]
-
Bierman, A., Bjorklund, M., and K. Watsen, "RESTCONF Protocol", RFC 8040, DOI 10
.17487 , , <https:///RFC8040 www >..rfc -editor .org /info /rfc8040 - [RFC8341]
-
Bierman, A. and M. Bjorklund, "Network Configuration Access Control Model", STD 91, RFC 8341, DOI 10
.17487 , , <https:///RFC8341 www >..rfc -editor .org /info /rfc8341 - [RFC8446]
-
Rescorla, E., "The Transport Layer Security (TLS) Protocol Version 1.3", RFC 8446, DOI 10
.17487 , , <https:///RFC8446 www >..rfc -editor .org /info /rfc8446
8.2. Informative References
- [ACTN-VN-YANG]
-
Lee, Y., Dhody, D., Ceccarelli, D., Bryskin, I., and B. Y. Yoon, "A YANG Data Model for VN Operation", Work in Progress, Internet-Draft, draft
-ietf , , <https://-teas -actn -vn -yang -10 tools >..ietf .org /html /draft -ietf -teas -actn -vn -yang -10 - [BFD-YANG]
-
Rahman, R., Zheng, L., Jethanandani, M., Pallagatti, S., and G. Mirsky, "YANG Data Model for Bidirectional Forwarding Detection (BFD)", Work in Progress, Internet-Draft, draft
-ietf , , <https://-bfd -yang -17 tools >..ietf .org /html /draft -ietf -bfd -yang -17 - [DOTS-DDOS]
-
Boucadair, M., Shallow, J., and T. Reddy.K, "Distributed Denial
-of , Work in Progress, Internet-Draft, draft-Service Open Threat Signaling (DOTS) Signal Channel Specification" -ietf , , <https://-dots -rfc8782 -bis -04 tools >..ietf .org /html /draft -ietf -dots -rfc8782 -bis -04 - [EVENT-YANG]
-
Wu, Q., Bryskin, I., Birkholz, H., Liu, X., and B. Claise, "A YANG Data model for ECA Policy Management", Work in Progress, Internet-Draft, draft
-wwx , , <https://-netmod -event -yang -10 tools >..ietf .org /html /draft -wwx -netmod -event -yang -10 - [EVPN-YANG]
-
Brissette, P., Shah, H., Hussain, I., Tiruveedhula, K., and J. Rabadan, "Yang Data Model for EVPN", Work in Progress, Internet-Draft, draft
-ietf , , <https://-bess -evpn -yang -07 tools >..ietf .org /html /draft -ietf -bess -evpn -yang -07 - [Hardy]
-
Hardy, N., "The Confused Deputy: (or why capabilities might have been invented)", DOI 10
.1145 , , <https:///54289 .871709 dl >..acm .org /doi /10 .1145 /54289 .871709 - [IDR-BGP-MODEL]
-
Jethanandani, M., Patel, K., Hares, S., and J. Haas, "BGP YANG Model for Service Provider Networks", Work in Progress, Internet-Draft, draft
-ietf , , <https://-idr -bgp -model -10 tools >..ietf .org /html /draft -ietf -idr -bgp -model -10 - [IPPM]
-
IANA, "Performance Metrics", , <https://
www >..iana .org /assignments /performance -metrics /performance -metrics .xhtml - [L2VPN-YANG]
-
Shah, H., Brissette, P., Chen, I., Hussain, I., Wen, B., and K. Tiruveedhula, "YANG Data Model for MPLS-based L2VPN", Work in Progress, Internet-Draft, draft
-ietf , , <https://-bess -l2vpn -yang -10 tools >..ietf .org /html /draft -ietf -bess -l2vpn -yang -10 - [L3VPN-YANG]
-
Jain, D., Patel, K., Brissette, P., Li, Z., Zhuang, S., Liu, X., Haas, J., Esale, S., and B. Wen, "Yang Data Model for BGP/MPLS L3 VPNs", Work in Progress, Internet-Draft, draft
-ietf , , <https://-bess -l3vpn -yang -04 tools >..ietf .org /html /draft -ietf -bess -l3vpn -yang -04 - [METRIC-METHOD]
-
Morton, A., Geib, R., and L. Ciavattone, "Metrics and Methods for One-way IP Capacity", Work in Progress, Internet-Draft, draft
-ietf , , <https://-ippm -capacity -metric -method -04 tools >..ietf .org /html /draft -ietf -ippm -capacity -metric -method -04 - [MVPN-YANG]
-
Liu, Y., Guo, F., Litkowski, S., Liu, X., Kebler, R., and M. Sivakumar, "Yang Data Model for Multicast in MPLS/BGP IP VPNs", Work in Progress, Internet-Draft, draft
-ietf , , <https://-bess -mvpn -yang -04 tools >..ietf .org /html /draft -ietf -bess -mvpn -yang -04 - [NETMOD-MODEL]
-
Clarke, J. and B. Claise, "YANG module for yangcatalog
.org" , Work in Progress, Internet-Draft, draft-clacla , , <https://-netmod -model -catalog -03 tools >..ietf .org /html /draft -clacla -netmod -model -catalog -03 - [OPSAWG-L2NM]
-
Barguil, S., Dios, O. G. D., Boucadair, M., Munoz, L. A., Jalil, L., and J. Ma, "A Layer 2 VPN Network YANG Model", Work in Progress, Internet-Draft, draft
-ietf , , <https://-opsawg -l2nm -01 tools >..ietf .org /html /draft -ietf -opsawg -l2nm -01 - [OPSAWG
-L3SM -L3NM] -
Barguil, S., Dios, O. G. D., Boucadair, M., Munoz, L. A., and A. Aguado, "A Layer 3 VPN Network YANG Model", Work in Progress, Internet-Draft, draft
-ietf , , <https://-opsawg -l3sm -l3nm -05 tools >..ietf .org /html /draft -ietf -opsawg -l3sm -l3nm -05 - [OPSAWG
-VPN -COMMON] -
Barguil, S., Dios, O. G. D., Boucadair, M., and Q. Wu, "A Layer 2/3 VPN Common YANG Model", Work in Progress, Internet-Draft, draft
-ietf , , <https://-opsawg -vpn -common -03 tools >..ietf .org /html /draft -ietf -opsawg -vpn -common -03 - [OPSAWG
-YANG -VPN] -
Wu, B., Wu, Q., Boucadair, M., Dios, O. G. D., Wen, B., Liu, C., and H. Xu, "A YANG Model for Network and VPN Service Performance Monitoring", Work in Progress, Internet-Draft, draft
-www , , <https://-opsawg -yang -vpn -service -pm -03 tools >..ietf .org /html /draft -www -opsawg -yang -vpn -service -pm -03 - [PIM-YANG]
-
Liu, X., McAllister, P., Peter, A., Sivakumar, M., Liu, Y., and F. Hu, "A YANG Data Model for Protocol Independent Multicast (PIM)", Work in Progress, Internet-Draft, draft
-ietf , , <https://-pim -yang -17 tools >..ietf .org /html /draft -ietf -pim -yang -17 - [QOS-MODEL]
-
Choudhary, A., Jethanandani, M., Strahle, N., Aries, E., and I. Chen, "YANG Model for QoS", Work in Progress, Internet-Draft, draft
-ietf , , <https://-rtgwg -qos -model -02 tools >..ietf .org /html /draft -ietf -rtgwg -qos -model -02 - [RFC4176]
-
El Mghazli, Y., Ed., Nadeau, T., Boucadair, M., Chan, K., and A. Gonguet, "Framework for Layer 3 Virtual Private Networks (L3VPN) Operations and Management", RFC 4176, DOI 10
.17487 , , <https:///RFC4176 www >..rfc -editor .org /info /rfc4176 - [RFC4364]
-
Rosen, E. and Y. Rekhter, "BGP/MPLS IP Virtual Private Networks (VPNs)", RFC 4364, DOI 10
.17487 , , <https:///RFC4364 www >..rfc -editor .org /info /rfc4364 - [RFC4664]
-
Andersson, L., Ed. and E. Rosen, Ed., "Framework for Layer 2 Virtual Private Networks (L2VPNs)", RFC 4664, DOI 10
.17487 , , <https:///RFC4664 www >..rfc -editor .org /info /rfc4664 - [RFC4761]
-
Kompella, K., Ed. and Y. Rekhter, Ed., "Virtual Private LAN Service (VPLS) Using BGP for Auto-Discovery and Signaling", RFC 4761, DOI 10
.17487 , , <https:///RFC4761 www >..rfc -editor .org /info /rfc4761 - [RFC4762]
-
Lasserre, M., Ed. and V. Kompella, Ed., "Virtual Private LAN Service (VPLS) Using Label Distribution Protocol (LDP) Signaling", RFC 4762, DOI 10
.17487 , , <https:///RFC4762 www >..rfc -editor .org /info /rfc4762 - [RFC5136]
-
Chimento, P. and J. Ishac, "Defining Network Capacity", RFC 5136, DOI 10
.17487 , , <https:///RFC5136 www >..rfc -editor .org /info /rfc5136 - [RFC5486]
-
Malas, D., Ed. and D. Meyer, Ed., "Session Peering for Multimedia Interconnect (SPEERMINT) Terminology", RFC 5486, DOI 10
.17487 , , <https:///RFC5486 www >..rfc -editor .org /info /rfc5486 - [RFC5880]
-
Katz, D. and D. Ward, "Bidirectional Forwarding Detection (BFD)", RFC 5880, DOI 10
.17487 , , <https:///RFC5880 www >..rfc -editor .org /info /rfc5880 - [RFC6406]
-
Malas, D., Ed. and J. Livingood, Ed., "Session PEERing for Multimedia INTerconnect (SPEERMINT) Architecture", RFC 6406, DOI 10
.17487 , , <https:///RFC6406 www >..rfc -editor .org /info /rfc6406 - [RFC7149]
-
Boucadair, M. and C. Jacquenet, "Software
-Defined , RFC 7149, DOI 10Networking: A Perspective from within a Service Provider Environment" .17487 , , <https:///RFC7149 www >..rfc -editor .org /info /rfc7149 - [RFC7224]
-
Bjorklund, M., "IANA Interface Type YANG Module", RFC 7224, DOI 10
.17487 , , <https:///RFC7224 www >..rfc -editor .org /info /rfc7224 - [RFC7276]
-
Mizrahi, T., Sprecher, N., Bellagamba, E., and Y. Weingarten, "An Overview of Operations, Administration, and Maintenance (OAM) Tools", RFC 7276, DOI 10
.17487 , , <https:///RFC7276 www >..rfc -editor .org /info /rfc7276 - [RFC7297]
-
Boucadair, M., Jacquenet, C., and N. Wang, "IP Connectivity Provisioning Profile (CPP)", RFC 7297, DOI 10
.17487 , , <https:///RFC7297 www >..rfc -editor .org /info /rfc7297 - [RFC7317]
-
Bierman, A. and M. Bjorklund, "A YANG Data Model for System Management", RFC 7317, DOI 10
.17487 , , <https:///RFC7317 www >..rfc -editor .org /info /rfc7317 - [RFC7455]
-
Senevirathne, T., Finn, N., Salam, S., Kumar, D., Eastlake 3rd, D., Aldrin, S., and Y. Li, "Transparent Interconnection of Lots of Links (TRILL): Fault Management", RFC 7455, DOI 10
.17487 , , <https:///RFC7455 www >..rfc -editor .org /info /rfc7455 - [RFC7665]
-
Halpern, J., Ed. and C. Pignataro, Ed., "Service Function Chaining (SFC) Architecture", RFC 7665, DOI 10
.17487 , , <https:///RFC7665 www >..rfc -editor .org /info /rfc7665 - [RFC7679]
-
Almes, G., Kalidindi, S., Zekauskas, M., and A. Morton, Ed., "A One-Way Delay Metric for IP Performance Metrics (IPPM)", STD 81, RFC 7679, DOI 10
.17487 , , <https:///RFC7679 www >..rfc -editor .org /info /rfc7679 - [RFC7680]
-
Almes, G., Kalidindi, S., Zekauskas, M., and A. Morton, Ed., "A One-Way Loss Metric for IP Performance Metrics (IPPM)", STD 82, RFC 7680, DOI 10
.17487 , , <https:///RFC7680 www >..rfc -editor .org /info /rfc7680 - [RFC8077]
-
Martini, L., Ed. and G. Heron, Ed., "Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP)", STD 84, RFC 8077, DOI 10
.17487 , , <https:///RFC8077 www >..rfc -editor .org /info /rfc8077 - [RFC8194]
-
Schoenwaelder, J. and V. Bajpai, "A YANG Data Model for LMAP Measurement Agents", RFC 8194, DOI 10
.17487 , , <https:///RFC8194 www >..rfc -editor .org /info /rfc8194 - [RFC8199]
-
Bogdanovic, D., Claise, B., and C. Moberg, "YANG Module Classification", RFC 8199, DOI 10
.17487 , , <https:///RFC8199 www >..rfc -editor .org /info /rfc8199 - [RFC8299]
-
Wu, Q., Ed., Litkowski, S., Tomotaki, L., and K. Ogaki, "YANG Data Model for L3VPN Service Delivery", RFC 8299, DOI 10
.17487 , , <https:///RFC8299 www >..rfc -editor .org /info /rfc8299 - [RFC8309]
-
Wu, Q., Liu, W., and A. Farrel, "Service Models Explained", RFC 8309, DOI 10
.17487 , , <https:///RFC8309 www >..rfc -editor .org /info /rfc8309 - [RFC8342]
-
Bjorklund, M., Schoenwaelder, J., Shafer, P., Watsen, K., and R. Wilton, "Network Management Datastore Architecture (NMDA)", RFC 8342, DOI 10
.17487 , , <https:///RFC8342 www >..rfc -editor .org /info /rfc8342 - [RFC8343]
-
Bjorklund, M., "A YANG Data Model for Interface Management", RFC 8343, DOI 10
.17487 , , <https:///RFC8343 www >..rfc -editor .org /info /rfc8343 - [RFC8345]
-
Clemm, A., Medved, J., Varga, R., Bahadur, N., Ananthakrishnan
, , and X. Liu, "A YANG Data Model for Network Topologies", RFC 8345, DOI 10H. .17487 , , <https:///RFC8345 www >..rfc -editor .org /info /rfc8345 - [RFC8346]
-
Clemm, A., Medved, J., Varga, R., Liu, X., Ananthakrishnan
, , and N. Bahadur, "A YANG Data Model for Layer 3 Topologies", RFC 8346, DOI 10H. .17487 , , <https:///RFC8346 www >..rfc -editor .org /info /rfc8346 - [RFC8348]
-
Bierman, A., Bjorklund, M., Dong, J., and D. Romascanu, "A YANG Data Model for Hardware Management", RFC 8348, DOI 10
.17487 , , <https:///RFC8348 www >..rfc -editor .org /info /rfc8348 - [RFC8349]
-
Lhotka, L., Lindem, A., and Y. Qu, "A YANG Data Model for Routing Management (NMDA Version)", RFC 8349, DOI 10
.17487 , , <https:///RFC8349 www >..rfc -editor .org /info /rfc8349 - [RFC8466]
-
Wen, B., Fioccola, G., Ed., Xie, C., and L. Jalil, "A YANG Data Model for Layer 2 Virtual Private Network (L2VPN) Service Delivery", RFC 8466, DOI 10
.17487 , , <https:///RFC8466 www >..rfc -editor .org /info /rfc8466 - [RFC8512]
-
Boucadair, M., Ed., Sivakumar, S., Jacquenet, C., Vinapamula, S., and Q. Wu, "A YANG Module for Network Address Translation (NAT) and Network Prefix Translation (NPT)", RFC 8512, DOI 10
.17487 , , <https:///RFC8512 www >..rfc -editor .org /info /rfc8512 - [RFC8513]
-
Boucadair, M., Jacquenet, C., and S. Sivakumar, "A YANG Data Model for Dual-Stack Lite (DS-Lite)", RFC 8513, DOI 10
.17487 , , <https:///RFC8513 www >..rfc -editor .org /info /rfc8513 - [RFC8519]
-
Jethanandani, M., Agarwal, S., Huang, L., and D. Blair, "YANG Data Model for Network Access Control Lists (ACLs)", RFC 8519, DOI 10
.17487 , , <https:///RFC8519 www >..rfc -editor .org /info /rfc8519 - [RFC8525]
-
Bierman, A., Bjorklund, M., Schoenwaelder, J., Watsen, K., and R. Wilton, "YANG Library", RFC 8525, DOI 10
.17487 , , <https:///RFC8525 www >..rfc -editor .org /info /rfc8525 - [RFC8528]
-
Bjorklund, M. and L. Lhotka, "YANG Schema Mount", RFC 8528, DOI 10
.17487 , , <https:///RFC8528 www >..rfc -editor .org /info /rfc8528 - [RFC8529]
-
Berger, L., Hopps, C., Lindem, A., Bogdanovic, D., and X. Liu, "YANG Data Model for Network Instances", RFC 8529, DOI 10
.17487 , , <https:///RFC8529 www >..rfc -editor .org /info /rfc8529 - [RFC8530]
-
Berger, L., Hopps, C., Lindem, A., Bogdanovic, D., and X. Liu, "YANG Model for Logical Network Elements", RFC 8530, DOI 10
.17487 , , <https:///RFC8530 www >..rfc -editor .org /info /rfc8530 - [RFC8531]
-
Kumar, D., Wu, Q., and Z. Wang, "Generic YANG Data Model for Connection
-Oriented , RFC 8531, DOI 10Operations, Administration, and Maintenance (OAM) Protocols" .17487 , , <https:///RFC8531 www >..rfc -editor .org /info /rfc8531 - [RFC8532]
-
Kumar, D., Wang, Z., Wu, Q., Ed., Rahman, R., and S. Raghavan, "Generic YANG Data Model for the Management of Operations, Administration, and Maintenance (OAM) Protocols That Use Connectionless Communications", RFC 8532, DOI 10
.17487 , , <https:///RFC8532 www >..rfc -editor .org /info /rfc8532 - [RFC8533]
-
Kumar, D., Wang, M., Wu, Q., Ed., Rahman, R., and S. Raghavan, "A YANG Data Model for Retrieval Methods for the Management of Operations, Administration, and Maintenance (OAM) Protocols That Use Connectionless Communications", RFC 8533, DOI 10
.17487 , , <https:///RFC8533 www >..rfc -editor .org /info /rfc8533 - [RFC8632]
-
Vallin, S. and M. Bjorklund, "A YANG Data Model for Alarm Management", RFC 8632, DOI 10
.17487 , , <https:///RFC8632 www >..rfc -editor .org /info /rfc8632 - [RFC8641]
-
Clemm, A. and E. Voit, "Subscription to YANG Notifications for Datastore Updates", RFC 8641, DOI 10
.17487 , , <https:///RFC8641 www >..rfc -editor .org /info /rfc8641 - [RFC8652]
-
Liu, X., Guo, F., Sivakumar, M., McAllister, P., and A. Peter, "A YANG Data Model for the Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD)", RFC 8652, DOI 10
.17487 , , <https:///RFC8652 www >..rfc -editor .org /info /rfc8652 - [RFC8675]
-
Boucadair, M., Farrer, I., and R. Asati, "A YANG Data Model for Tunnel Interface Types", RFC 8675, DOI 10
.17487 , , <https:///RFC8675 www >..rfc -editor .org /info /rfc8675 - [RFC8676]
-
Farrer, I., Ed. and M. Boucadair, Ed., "YANG Modules for IPv4-in-IPv6 Address plus Port (A+P) Softwires", RFC 8676, DOI 10
.17487 , , <https:///RFC8676 www >..rfc -editor .org /info /rfc8676 - [RFC8783]
-
Boucadair, M., Ed. and T. Reddy.K, Ed., "Distributed Denial
-of , RFC 8783, DOI 10-Service Open Threat Signaling (DOTS) Data Channel Specification" .17487 , , <https:///RFC8783 www >..rfc -editor .org /info /rfc8783 - [RFC8791]
-
Bierman, A., Björklund, M., and K. Watsen, "YANG Data Structure Extensions", RFC 8791, DOI 10
.17487 , , <https:///RFC8791 www >..rfc -editor .org /info /rfc8791 - [RFC8795]
-
Liu, X., Bryskin, I., Beeram, V., Saad, T., Shah, H., and O. Gonzalez de Dios, "YANG Data Model for Traffic Engineering (TE) Topologies", RFC 8795, DOI 10
.17487 , , <https:///RFC8795 www >..rfc -editor .org /info /rfc8795 - [RFC8819]
-
Hopps, C., Berger, L., and D. Bogdanovic, "YANG Module Tags", RFC 8819, DOI 10
.17487 , , <https:///RFC8819 www >..rfc -editor .org /info /rfc8819 - [RFC8944]
-
Dong, J., Wei, X., Wu, Q., Boucadair, M., and A. Liu, "A YANG Data Model for Layer 2 Network Topologies", RFC 8944, DOI 10
.17487 , , <https:///RFC8944 www >..rfc -editor .org /info /rfc8944 - [RFC8960]
-
Saad, T., Raza, K., Gandhi, R., Liu, X., and V. Beeram, "A YANG Data Model for MPLS Base", RFC 8960, DOI 10
.17487 , , <https:///RFC8960 www >..rfc -editor .org /info /rfc8960 - [RTGWG-POLICY]
-
Qu, Y., Tantsura, J., Lindem, A., and X. Liu, "A YANG Data Model for Routing Policy", Work in Progress, Internet-Draft, draft
-ietf , , <https://-rtgwg -policy -model -27 tools >..ietf .org /html /draft -ietf -rtgwg -policy -model -27 - [SNOOPING-YANG]
-
Zhao, H., Liu, X., Liu, Y., Sivakumar, M., and A. Peter, "A Yang Data Model for IGMP and MLD Snooping", Work in Progress, Internet-Draft, draft
-ietf , , <https://-pim -igmp -mld -snooping -yang -18 tools >..ietf .org /html /draft -ietf -pim -igmp -mld -snooping -yang -18 - [SPRING-SR-YANG]
-
Litkowski, S., Qu, Y., Lindem, A., Sarkar, P., and J. Tantsura, "YANG Data Model for Segment Routing", Work in Progress, Internet-Draft, draft
-ietf , , <https://-spring -sr -yang -29 tools >..ietf .org /html /draft -ietf -spring -sr -yang -29 - [STAMP-YANG]
-
Mirsky, G., Min, X., and W. S. Luo, "Simple Two-way Active Measurement Protocol (STAMP) Data Model", Work in Progress, Internet-Draft, draft
-ietf , , <https://-ippm -stamp -yang -06 tools >..ietf .org /html /draft -ietf -ippm -stamp -yang -06 - [TEAS-ACTN-PM]
-
Lee, Y., Dhody, D., Karunanithi, S., Vilalta, R., King, D., and D. Ceccarelli, "YANG models for VN/TE Performance Monitoring Telemetry and Scaling Intent Autonomics", Work in Progress, Internet-Draft, draft
-ietf , , <https://-teas -actn -pm -telemetry -autonomics -04 tools >..ietf .org /html /draft -ietf -teas -actn -pm -telemetry -autonomics -04 - [TEAS
-YANG -PATH -COMP] -
Busi, I., Belotti, S., Lopez, V., Sharma, A., and Y. Shi, "Yang model for requesting Path Computation", Work in Progress, Internet-Draft, draft
-ietf , , <https://-teas -yang -path -computation -11 tools >..ietf .org /html /draft -ietf -teas -yang -path -computation -11 - [TEAS-YANG-RSVP]
-
Beeram, V. P., Saad, T., Gandhi, R., Liu, X., Bryskin, I., and H. Shah, "A YANG Data Model for RSVP-TE Protocol", Work in Progress, Internet-Draft, draft
-ietf , , <https://-teas -yang -rsvp -te -08 tools >..ietf .org /html /draft -ietf -teas -yang -rsvp -te -08 - [TEAS-YANG-TE]
-
Saad, T., Gandhi, R., Liu, X., Beeram, V. P., and I. Bryskin, "A YANG Data Model for Traffic Engineering Tunnels, Label Switched Paths and Interfaces", Work in Progress, Internet-Draft, draft
-ietf , , <https://-teas -yang -te -25 tools >..ietf .org /html /draft -ietf -teas -yang -te -25 - [TRILL-YANG-OAM]
-
Kumar, D., Senevirathne, T., Finn, N., Salam, S., Xia, L., and W. Hao, "YANG Data Model for TRILL Operations, Administration, and Maintenance (OAM)", Work in Progress, Internet-Draft, draft
-ietf , , <https://-trill -yang -oam -05 tools >..ietf .org /html /draft -ietf -trill -yang -oam -05 - [TWAMP
-DATA -MODEL] -
Civil, R., Morton, A., Rahman, R., Jethanandani, M., and K. Pentikousis, "Two-Way Active Measurement Protocol (TWAMP) Data Model", Work in Progress, Internet-Draft, draft
-ietf , , <https://-ippm -twamp -yang -13 tools >..ietf .org /html /draft -ietf -ippm -twamp -yang -13 - [UNI-TOPOLOGY]
-
Dios, O. G. D., Barguil, S., Wu, Q., and M. Boucadair, "A YANG Model for User-Network Interface (UNI) Topologies", Work in Progress, Internet-Draft, draft
-ogondio , , <https://-opsawg -uni -topology -01 tools >..ietf .org /html /draft -ogondio -opsawg -uni -topology -01
Appendix A. Layered YANG Module Examples Overview
This appendix lists a set of YANG data models that can be used for the delivery of connectivity services. These models can be classified as service, network, or device models.¶
It is not the intent of this appendix to provide an inventory of tools and mechanisms used in specific network and service management domains; such inventory can be found in documents such as [RFC7276].¶
The reader may refer to the YANG Catalog (<https://
A.1. Service Models: Definition and Samples
As described in [RFC8309], the service is "some form of connectivity between customer sites and the Internet or between customer sites across the network operator's network and across the Internet". More concretely, an IP connectivity service can be defined as the IP transfer capability characterized by a (Source Nets, Destination Nets, Guarantees, Scope) tuple where "Source Nets" is a group of unicast IP addresses, "Destination Nets" is a group of IP unicast and/or multicast addresses, and "Guarantees" reflects the guarantees (expressed, for example, in terms of QoS, performance, and availability) to properly forward traffic to the said "Destination" [RFC7297]. The "Scope" denotes the network perimeter (e.g., between Provider Edge (PE) routers or Customer Nodes) where the said guarantees need to be provided.¶
For example:¶
L2SM and L3SM are customer service models as per [RFC8309].¶
A.2. Schema Mount
Modularity and extensibility were among the leading design principles of the YANG data modeling language. As a result, the same YANG module can be combined with various sets of other modules and thus form a data model that is tailored to meet the requirements of a specific use case. [RFC8528] defines a mechanism, denoted "schema mount", that allows for mounting one data model consisting of any number of YANG modules at a specified location of another (parent) schema.¶
A.3. Network Models: Samples
L2NM [OPSAWG-L2NM] and L3NM [OPSAWG-L3SM-L3NM] are examples of YANG network models.¶
Figure 9 depicts a set of additional network models such as topology and tunnel models:¶
Examples of topology YANG modules are listed below:¶
- Network Topologies Model:
- [RFC8345] defines a base model for network topology and inventories. Network topology data includes link, node, and terminate-point resources.¶
- TE Topology Model:
-
[RFC8795] defines a YANG data model for representing and manipulating TE topologies.¶
This module is extended from the network topology model defined in [RFC8345] and includes content related to TE topologies. This model contains technology
-agnostic TE topology building blocks that can be augmented and used by other technology -specific TE topology models.¶ - Layer 3 Topology Model:
-
[RFC8346] defines a YANG data model for representing and manipulating Layer 3 topologies. This model is extended from the network topology model defined in [RFC8345] and includes content related to Layer 3 topology specifics.¶
- Layer 2 Topology Model:
-
[RFC8944] defines a YANG data model for representing and manipulating Layer 2 topologies. This model is extended from the network topology model defined in [RFC8345] and includes content related to Layer 2 topology specifics.¶
Examples of tunnel YANG modules are provided below:¶
- Tunnel Identities:
- [RFC8675] defines a collection of YANG identities used as interface types for tunnel interfaces.¶
- TE Tunnel Model:
- [TEAS-YANG-TE] defines a YANG module for the configuration and management of TE interfaces, tunnels, and LSPs.¶
- Segment Routing (SR) Traffic Engineering (TE) Tunnel Model:
- [TEAS-YANG-TE] augments the TE generic and MPLS-TE model(s) and defines a YANG module for SR-TE-specific data.¶
- MPLS-TE Model:
- [TEAS-YANG-TE] augments the TE generic and MPLS-TE model(s) and defines a YANG module for MPLS-TE configurations, state, RPC, and notifications.¶
- RSVP-TE MPLS Model:
- [TEAS-YANG-RSVP] augments the RSVP-TE generic module with parameters to configure and manage signaling of MPLS RSVP-TE LSPs.¶
Other sample network models are listed hereafter:¶
- Path Computation API Model:
-
[TEAS
-YANG ] defines a YANG module for a stateless RPC that complements the stateful solution defined in [TEAS-YANG-TE].¶-PATH -COMP - OAM Models (including Fault Management (FM) and Performance Monitoring):
-
[RFC8532] defines a base YANG module for the management of OAM protocols that use Connectionless Communications. [RFC8533] defines a retrieval method YANG module for connectionless OAM protocols. [RFC8531] defines a base YANG module for connection
-oriented OAM protocols. These three models are intended to provide consistent reporting, configuration, and representation for connectionless OAM and connection -oriented OAM separately.¶ Alarm monitoring is a fundamental part of monitoring the network. Raw alarms from devices do not always tell the status of the network services or necessarily point to the root cause. [RFC8632] defines a YANG module for alarm management.¶
A.4. Device Models: Samples
Network Element models (listed in Figure 10)
are used to describe how a service can be implemented by activating
and tweaking a set of functions (enabled in one or multiple devices,
or hosted in cloud infrastructures
Figure 10 uses IETF-defined data models as an example.¶
A.4.1. Model Composition
- Logical Network Element Model:
- [RFC8530] defines a logical network element model that can be used to manage the logical resource partitioning that may be present on a network device. Examples of common industry terms for logical resource partitioning are Logical Systems or Logical Routers.¶
- Network Instance Model:
- [RFC8529] defines a network instance module. This module can be used to manage the virtual resource partitioning that may be present on a network device. Examples of common industry terms for virtual resource partitioning are VRF instances and Virtual Switch Instances (VSIs).¶
A.4.2. Device Management
The following list enumerates some YANG modules that can be used for device management:¶
A.4.3. Interface Management
The following provides some YANG modules that can be used for interface management:¶
A.4.4. Some Device Model Examples
The following provides an overview of some device models that can be used within a network. This list is not comprehensive.¶
- L2VPN:
- [L2VPN-YANG] defines a YANG module for MPLS-based Layer 2 VPN services (L2VPN) [RFC4664] and includes switching between the local attachment circuits. The L2VPN model covers point-to-point Virtual Private Wire Service (VPWS) and Multipoint Virtual Private LAN Service (VPLS). These services use signaling of Pseudowires across MPLS networks using LDP [RFC8077][RFC4762] or BGP [RFC4761].¶
- EVPN:
- [EVPN-YANG] defines a YANG module for Ethernet VPN services. The model is agnostic of the underlay. It applies to MPLS as well as to Virtual eXtensible Local Area Network (VxLAN) encapsulation. The module is also agnostic to the services, including E-LAN, E-LINE, and E-TREE services.¶
- L3VPN:
- [L3VPN-YANG] defines a YANG module that can be used to configure and manage BGP L3VPNs [RFC4364]. It contains VRF-specific parameters as well as BGP-specific parameters applicable for L3VPNs.¶
- Core Routing:
-
[RFC8349]
defines the core routing YANG data model, which is intended as a
basis for future data model development covering
more
-sophisticated routing systems. It is expected that other Routing technology YANG modules (e.g., VRRP, RIP, ISIS, or OSPF models) will augment the Core Routing base YANG module.¶ - MPLS:
- [RFC8960] defines a base model for MPLS that serves as a base framework for configuring and managing an MPLS switching subsystem. It is expected that other MPLS technology YANG modules (e.g., MPLS LSP Static, LDP, or RSVP-TE models) will augment the MPLS base YANG module.¶
- BGP:
- [IDR-BGP-MODEL] defines a YANG module for configuring and managing BGP, including protocol, policy, and operational aspects based on data center, carrier, and content provider operational requirements.¶
- Routing Policy:
-
[RTGWG-POLICY] defines a YANG
module for configuring and managing routing policies based on
operational practice. The module provides a generic policy
framework that can be augmented with protocol
-specific policy configuration.¶ - SR/SRv6:
-
[SPRING-SR-YANG] defines a YANG module for segment routing configuration and operation.¶
- BFD:
- Bidirectional Forwarding Detection (BFD) [RFC5880] is a network protocol that is used for liveness detection of arbitrary paths between systems. [BFD-YANG] defines a YANG module that can be used to configure and manage BFD.¶
- Multicast:
-
[PIM-YANG] defines a YANG module that can be used to configure and manage Protocol Independent Multicast (PIM) devices.¶
[RFC8652] defines a YANG module that can be used to configure and manage Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) devices.¶
[SNOOPING-YANG] defines a YANG module that can be used to configure and manage Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) snooping devices.¶
[MVPN-YANG] defines a YANG data model to configure and manage Multicast in MPLS/BGP IP VPNs (MVPNs).¶
- PM:
-
[TWAMP-DATA-MODEL] defines a YANG data model for client and server implementations of the Two-Way Active Measurement Protocol (TWAMP).¶
[STAMP-YANG] defines the data model for implementations of Session-Sender and Session
-Reflector for Simple Two-way Active Measurement Protocol (STAMP) mode using YANG.¶ [RFC8194] defines a YANG data model for Large-Scale Measurement Platforms (LMAPs).¶
- ACL:
- An Access Control List (ACL) is one of the basic
elements used to configure device
-forwarding behavior. It is used in many networking technologies such as Policy-Based Routing, firewalls, etc. [RFC8519] describes a YANG data model of ACL basic building blocks.¶ - QoS:
- [QOS-MODEL] describes a YANG module of Differentiated Services for configuration and operations.¶
- NAT:
-
For the sake of network automation and the need for programming the Network Address Translation (NAT) function in particular, a YANG data model for configuring and managing the NAT is essential.¶
[RFC8512] defines a YANG module for the NAT function covering a variety of NAT flavors such as Network Address Translation from IPv4 to IPv4 (NAT44), Network Address and Protocol Translation from IPv6 Clients to IPv4 Servers (NAT64), customer-side translator (CLAT), Stateless IP/ICMP Translation (SIIT), Explicit Address Mappings (EAMs) for SIIT, IPv6-to-IPv6 Network Prefix Translation (NPTv6), and Destination NAT.¶
[RFC8513] specifies a Dual-Stack Lite (DS-Lite) YANG module.¶
- Stateless Address Sharing:
- [RFC8676] specifies a YANG module for Address plus Port (A+P) address sharing, including Lightweight 4over6, Mapping of Address and Port with Encapsulation (MAP-E), and Mapping of Address and Port using Translation (MAP-T) softwire mechanisms.¶
Acknowledgements
Thanks to Joe Clark, Greg Mirsky, Shunsuke Homma, Brian Carpenter, Adrian Farrel, Christian Huitema, Tommy Pauly, Ines Robles, and Olivier Augizeau for the review.¶
Many thanks to Robert Wilton for the detailed AD review.¶
Thanks to Éric Vyncke, Roman Danyliw, Erik Kline, and Benjamin Kaduk for the IESG review.¶