<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.24 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-nmop-simap-concept-03" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.0 -->
  <front>
    <title abbrev="SIMAP Concept &amp; Needs">SIMAP: Concept, Requirements, and Use Cases</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-simap-concept-03"/>
    <author fullname="Olga Havel">
      <organization>Huawei</organization>
      <address>
        <email>olga.havel@huawei.com</email>
      </address>
    </author>
    <author fullname="Benoit Claise">
      <organization>Huawei</organization>
      <address>
        <email>benoit.claise@huawei.com</email>
      </address>
    </author>
    <author fullname="Oscar Gonzalez de Dios">
      <organization>Telefonica</organization>
      <address>
        <email>oscar.gonzalezdedios@telefonica.com</email>
      </address>
    </author>
    <author fullname="Thomas Graf">
      <organization>Swisscom</organization>
      <address>
        <email>thomas.graf@swisscom.com</email>
      </address>
    </author>
    <date year="2025" month="March" day="03"/>
    <area>Operations and Management</area>
    <workgroup>Network Management Operations</workgroup>
    <keyword>Service &amp; Infrastructure Maps</keyword>
    <keyword>Service emulation</keyword>
    <keyword>Automation</keyword>
    <keyword>Network Automation</keyword>
    <keyword>Orchestration</keyword>
    <keyword>service delivery</keyword>
    <keyword>Service provisioning</keyword>
    <keyword>service flexibility</keyword>
    <keyword>service simplification</keyword>
    <keyword>Network Service</keyword>
    <keyword>Digital Map</keyword>
    <keyword>Emulation</keyword>
    <keyword>Simulation</keyword>
    <keyword>Topology</keyword>
    <keyword>Multi-layer</keyword>
    <abstract>
      <?line 64?>

<t>This document defines the concept of Service &amp; Infrastructure Maps (SIMAP) and identifies a set of SIMAP
requirements and use cases. The SIMAP was previously known as Digital Map.</t>
      <t>The document intends to be used as a reference for the assessment of the various topology modules to meet
SIMAP requirements.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Network Management Operations Working Group mailing list (nmop@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/nmop/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/ietf-wg-nmop/draft-ietf-nmop-digital-map-concept"/>.</t>
    </note>
  </front>
  <middle>
    <?line 72?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Service &amp; Infrastructure Maps (SIMAP) is a data model that provides a view of the operator's networks and services,
including how it is connected to other models/data (e.g., inventory, observability sources, and
operational knowledge). It specifically provides an approach to model multi-layered topology
and an appropriate mechanism to navigate amongst layers and correlate between them.
This includes layers from physical topology to service topology.
This model is applicable to multiple domains (access, core, data center, etc.) and
technologies (Optical, IP, etc.).</t>
      <t>The SIMAP modelling defines the core topological entities (network, node, link, and termination point) at each layer,
their role in the network topology, core topological properties, and topological relationships
both inside each layer and between the layers. It also defines how to access other external models
from a topology. The SIMAP model is a topological model that is linked to other functional
models and connects them all: configuration, maintenance, assurance (KPIs, status, health, and symptoms),
Traffic-Engineering (TE), different behaviors and actions, simulation, emulation, mathematical abstractions,
AI algorithms, etc. These other models exist outside of the SIMAP and are not defined during SIMAP modelling.</t>
      <t>The SIMAP data consists of virtual instances of network and service topologies at different layers.
The SIMAP provides access to this data via standard APIs for both read and write access, typically as a nortbound
interface from a controller, with query capabilities and links to other YANG modules (e.g., Service Assurance for
Intent-based Networking (SAIN) <xref target="RFC9417"/>, Service Attachment Points (SAPs) <xref target="RFC9408"/>,
Inventory <xref target="I-D.ietf-ivy-network-inventory-yang"/>, and potentially linking to non-YANG models).
The SIMAP also provides write operations with the same set of APIs, not to change a topology layer
on the fly as a northbound interface from the controller, but for offline simulations, before applying
the changes to the network via the normal controller operations.</t>
      <t>Both read and write APIs are similar, stemming from the same YANG model, to facilitate the comparison
of the offline simulated SIMAP with the network one.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>This document makes use of the following terms:</t>
      <dl>
        <dt>Topology:</dt>
        <dd>
          <t>Topology in this document refers to the network and service topology.
A network topology defines how physical or logical nodes, links and
termination points are related and arranged. A Service topology defines how
service components (e.g., VPN instances, customer interfaces, and
customer links) between customer sites are interrelated and
arranged.</t>
        </dd>
        <dt/>
        <dd>
          <t>There are several types of topologies: point-to-point,
bus, ring, star, tree, mesh, hybrid, and daisy chain.</t>
        </dd>
        <dt/>
        <dd>
          <t>Topologies may be unidirectional or bidirectional (bus, some
rings).</t>
        </dd>
        <dt>Multi-layered topology:</dt>
        <dd>
          <t>A multi-layered topology models relationships between different topology layers,
where each layer represents a connectivity aspect of the network
and services that needs to be configured, controlled and monitored.
Each topology layer has a separate lifecycle.</t>
        </dd>
        <dt>Topology layer:</dt>
        <dd>
          <t>A topology layer represents topology at a single layer in the multi-layered topology.</t>
        </dd>
        <dt/>
        <dd>
          <t>The topology layer can also represent what needs to be managed by a
specific user or application, for example the IGP layer can be of interest to the operator
troubleshooting or optimizing the routing, while the optical layer may be
of interest to the user managing the optical network.</t>
        </dd>
        <dt/>
        <dd>
          <t>Some topology layers may relate closely to OSI layers, like Layer 1 topology
for physical topology, Layer 2 for link topology and Layer 3 for IPv4 and
IPv6 topologies.</t>
        </dd>
        <dt/>
        <dd>
          <t>Some topology layers represent the control aspects of Layer 3, like OSPF, IS-IS, or BGP.</t>
        </dd>
        <dt/>
        <dd>
          <t>The service layer represents the service view of the connectivity, that can differ for
different types of services and for different providers/solutions.</t>
        </dd>
        <dt/>
        <dd>
          <t>The top layer represents the application/flow view of service connectivity.</t>
        </dd>
        <dt>Service:</dt>
        <dd>
          <t>A service represents network connectivity service provided over a network that enables devices, systems, or networks to
communicate and exchange data with each other. It provides the underlying infrastructure and mechanisms
necessary for establishing, maintaining, and managing connections between different endpoints.
The example services are: L2VPN, L3VPN, EVPN, VPLS, VPWS,</t>
        </dd>
        <dt>Resource:</dt>
        <dd>
          <t>Defined in <xref target="I-D.ietf-nmop-terminology"/></t>
        </dd>
      </dl>
      <t>The document defines the following terms:</t>
      <dl>
        <dt>Service &amp; Infrastructure Maps (SIMAP):</dt>
        <dd>
          <t>SIMAP is a data model that provides a view of the operator's networks and services,
including how it is connected to other models/data (e.g., inventory, observability sources, and
operational knowledge). It specifically provides an approach to model multi-layered topology
and an appropriate mechanism to navigate amongst layers and correlate between them.
This includes layers from physical topology to service topology.</t>
        </dd>
        <dt/>
        <dd>
          <t>This model is applicable to multiple domains (access, core, data centers, etc.) and
technologies (Optical, IP, etc.).</t>
        </dd>
        <dt>SIMAP modelling:</dt>
        <dd>
          <t>SIMAP modelling is the set of principles, guidelines, and conventions to model the SIMAP
using the IETF modelling approach <xref target="RFC8345"/>. They cover the
network types (layers and sublayers), entity types, entity roles
(network, node, termination point, or link), entity properties,
relationship types between entities and relationships to other entities.</t>
        </dd>
        <dt>SIMAP model:</dt>
        <dd>
          <t>A SIMAP model defines the core topological entities, their role in the network,
core topological properties, and relationships both inside each layer and
between the layers.</t>
        </dd>
        <dt/>
        <dd>
          <t>It is the basic topological model with references/pointers to other models and connects them all:
configuration, maintenance, assurance (KPIs, status, health, symptoms, etc.), traffic engineering,
different behaviors, simulation, emulation, mathematical abstractions, AI algorithms, etc.</t>
        </dd>
        <dt>SIMAP data:</dt>
        <dd>
          <t>SIMAP data consists of instances of network and service topologies at
 different layers.  This includes instances of networks, nodes,
 links and termination points, topological relationships between
 nodes, links and termination points inside a network,
 relationships between instances belonging to different networks,
 links to functional data for the instances, including
 configuration, health, symptoms.</t>
        </dd>
        <dt/>
        <dd>
          <t>The SIMAP data can be historical, real-time, or future data for 'what-if' scenarios.</t>
        </dd>
      </dl>
    </section>
    <section anchor="sample-simap-use-cases">
      <name>Sample SIMAP Use Cases</name>
      <t>The following subsections provides a non-exhaustive list of SIMAP use cases.</t>
      <section anchor="common-enablers-for-simap">
        <name>Common Enablers for SIMAP</name>
        <t>This section identifies a set of enablers that are invoked when providing the various business-oriented SIMAP use cases.
These enablers are grouped here to avoid duplication.</t>
        <section anchor="service-resource">
          <name>Service -&gt; Resource</name>
          <t>The SIMAP API can be be invoked to retrieve all services for selected network types.
An application that triggers such a request will be able to retrieve the topology for selected services via
the SIMAP API and, from the response,
it will be able to navigate via the supporting relationship top-down to the lower layers. In doing so,
the application will be able to
determine what logical resources are used by a service. The supporting relations to the lowest layer will help
the application to determine what physical resources are used by the service.</t>
        </section>
        <section anchor="resource-service">
          <name>Resource -&gt; Service</name>
          <t>An application can navigate from the physical, Layer 2, or Layer 3 topology to the services that rely upon specific
resources. For example, the application will be able to select the resources and by navigating the supporting
relationship bottom-up come to the service and its nodes, termination points and links.</t>
          <t>This API can be invoked for service impact analysis, for example.</t>
        </section>
        <section anchor="traffic-engineering-te">
          <name>Traffic Engineering (TE)</name>
          <t>Traffic Engineering (TE) <xref target="RFC9522"/> is a network optimization technique designed to enhance network performance
and resource utilization by intelligently controlling the flow of data, for example by enabling dynamic path
selection based on constraints such as bandwidth availability, latency, and link costs.</t>
          <t>Its primary goals are to prevent network congestion, balance traffic loads, and ensure efficient use of
bandwidth while meeting performance requirements.</t>
          <t>The TE use case is a combination of both the capacity planning and the simulation use case. Therefore, there
are no specific SIMAP requirements.</t>
        </section>
        <section anchor="closed-loop">
          <name>Closed Loop</name>
          <t>A network closed loop refers to an automated and intelligent system where network operations are continuously
monitored, analyzed, and optimized in real time through feedback mechanisms. This self-adjusting cycle ensures
that the network dynamically adapts to changes, resolves issues proactively, and maintains optimal performance
without manual intervention.</t>
          <t>Key Characteristics of a Network Closed Loop:</t>
          <ul spacing="normal">
            <li>
              <t>Real-Time Monitoring: Collects data from network devices, traffic flows, and applications to build
a comprehensive view of network health and performance.</t>
            </li>
            <li>
              <t>Automated Analysis: Ideally leverages AI and machine learning to identify anomalies, predict potential failures,
or detect security threats.</t>
            </li>
            <li>
              <t>Proactive Action: Automatically triggers corrective measures, such as reconfiguring devices, isolating
compromised endpoints, or rerouting traffic.</t>
            </li>
            <li>
              <t>Continuous Optimization: Uses feedback from previous cycles to refine network policies and improve future responses.</t>
            </li>
          </ul>
          <t>The application will be able to retrieve a topology layer and any network/node/termination point/link instances
from the controller via the SIMAP API and from the response it will be able to map the traffic analysis to
the entities (typically links and router) for automated analysis. The corrective measures would be applied,
either directly to the network by managing the SIMAP entities (network/node/termination point/link instances)
or by first validating the corrective measure in an offline simulation (see the simulation and
traffic engineering use cases).</t>
        </section>
      </section>
      <section anchor="inventory-queries">
        <name>Inventory Queries</name>
        <t>A network inventory refers to a comprehensive record or database that tracks and documents all the network
components and devices within an organization's IT infrastructure.</t>
        <t>Key elements typically found in a network inventory include:</t>
        <ul spacing="normal">
          <li>
            <dl>
              <dt>Hardware Details:</dt>
              <dd>
                <t>Descriptions of physical devices such as routers (including their internal components such as cards, power supply
units, pluggables), switches, servers, network cables, including model numbers, serial numbers, and manufacturer
information. This information will facilitate locating additional details of the hardware in the manufacturer systems
and the correlation with the purchase catalog of the company.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>Software and Firmware:</dt>
              <dd>
                <t>Versions of operating systems, network management tools, and firmware running on network devices.
Note that a network device can have components with their own software and firmware.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>Licensing Information:</dt>
              <dd>
                <t>For any licensed software or devices, the network inventory will track license numbers, expiry dates, and compliance.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>A network inventory lifecycle refers to the stages a network device or component goes through from
its introduction to the network until its removal or replacement. It encompasses everything from acquisition and
deployment to maintenance, upgrade, and eventually decommissioning. Managing the network inventory lifecycle
efficiently is crucial for maintaining a secure, functional, and cost-effective network.</t>
        <t>A well-maintained network inventory helps organizations with network management, troubleshooting, asset tracking,
security, and ensuring compliance with regulations. It also helps in scaling the network, planning upgrades,
and responding to issues quickly.  In order to facilitate the planning and troubleshooting processes it is
necessary to be able to navigate from network inventory to network topology and services.</t>
        <t>The application will be able to retrieve physical topology from the controller via the SIMAP API and from the
response it will be able to retrieve the physical inventory of individual devices and cables.</t>
        <t>The application may request either one or multiple topology layers via the SIMAP API and from the response
it will be able to retrieve both physical and logical inventory.</t>
        <t>For Access network providers the ability to have linkage in the SIMAP of the complete network (active + passive) is
essential as it provides many advantages for optimized customer service, reduced Mean Time To Repair (MTTR), and
lower operational costs through truck roll reduction.
For example, operators may use custom-tags that are readily available for a customer-facing device, then query
the inventory based on that tag to correlate it with the inventory and then map it to the network/service topology.
The mapping and correlation can then be used for triggering appropriate service checks.</t>
      </section>
      <section anchor="sec-feasibility">
        <name>Service Placement Feasibility Checks</name>
        <t>Service placement feasibility checks refer to the process of evaluating whether a specific service can be deployed
and operated effectively in a given network. This includes accessing the various factors to ensure that the
service will function as intended (e.g., based on traffic performance requirements) without causing network disruptions
or inefficiencies and effecting other services already provisioned on the network.</t>
        <t>Some of the factors that need assesing are network capabilities, status, limitations, resource usage and availability.
The service could be simulated during the feasibility checks to identify if there are any potential issues.
The load testing could be done to evaluate performance under stress.</t>
        <t>The Service Feasibility Check application will be able to retrieve the topology at any layer from the controller
via the SIMAP API and from the response it will be able to navigate to any other YANG modules outside of the
core SIMAP topology to retrieve any other information needed, such as resource usage, availability, status, etc.</t>
      </section>
      <section anchor="intentservice-assurance">
        <name>Intent/Service Assurance</name>
        <t>Network intent and service assurance work together to ensure that the network aligns with business goals and
that the services provided meet the agreed-upon Service Level Agreements (SLAs).</t>
        <t>The Service Assurance for Intent-Based Networking Architecture (SAIN) <xref target="RFC9417"/> approach emphasizes
a comprehensive view of components involved in service delivery, including network devices and functions,
to effectively monitor and maintain service health.</t>
        <t>The key objectives of this architecture include:</t>
        <ul spacing="normal">
          <li>
            <dl>
              <dt>Holistic Service Monitoring:</dt>
              <dd>
                <t>By considering all elements involved in service delivery, the architecture enables a thorough assessment of
service health.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>Correlation of Service Degradation:</dt>
              <dd>
                <t>It assists in linking service performance issues to specific network components, facilitating precise
identification of faults.</t>
              </dd>
            </dl>
          </li>
          <li>
            <dl>
              <dt>Impact Assessment:</dt>
              <dd>
                <t>The architecture identifies which services are affected by the failure or degradation of particular
network components, aiding in prioritizing remediation efforts.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>When a service is degraded, the SAIN architecture will highlight where to look in the assurance service graph,
as opposed to going hop by hop to troubleshoot the issue.
More precisely, the SAIN architecture will associate a list of symptoms originating
from specific SAIN subservices to each service instance, corresponding to components of the network.
These components are good candidates for explaining the source of a service degradation.</t>
        <t>The application will be able to retrieve a topology layer and any network/node/termination point/link instances
from the controller via the SIMAP API and from the response it will be able to determine the health of each instance
by navigating to the SAIN subservices and its symptoms.</t>
      </section>
      <section anchor="service-e2e-and-per-link-kpis">
        <name>Service E2E and Per-link KPIs</name>
        <t>The application will be able to retrieve a topology at any layer from a controller via the SIMAP API and from the
response it will be able to navigate to and retrieve any KPIs for selected topology entity.</t>
      </section>
      <section anchor="capacity-planning">
        <name>Capacity Planning</name>
        <t>Network Capacity Planning refers to the process of analyzing, predicting, and ensuring that the network has sufficient
capacity (e.g., <xref target="RFC5136"/>), resources, and infrastructure to meet current and future demands. It involves
evaluating the network's ability to handle increasing (including forecasted) amounts of data, traffic, and users'
activity, while maintaining acceptable levels of performance, reliability, and security.</t>
        <t>The capacity planning primary goal is to ensure that a network can support business operations, applications, and
services without interruptions, delays, or degradation in quality. This requires a thorough understanding of the
network's current state, as well as future requirements and growth projections.</t>
        <t>Key aspects of network capacity planning include:</t>
        <ul spacing="normal">
          <li>
            <t>Traffic analysis: Monitoring and analyzing network traffic patterns to identify trends, peak usage periods, and areas
of congestion. For example, by generating a core traffic matrix with IPFIX flow record <xref target="RFC7011"/> or deducting
an approximate traffic matrix from the link utilization data.</t>
          </li>
          <li>
            <t>Resource utilization: Evaluating the link utilization throughout the network for the current demand to identify
bottlenecks and potential QoS peformance issues.</t>
          </li>
          <li>
            <t>Growth forecasting: Predicting future network growth based on business expansion, new applications, or changes in
users' behavior.</t>
          </li>
          <li>
            <t>What-if scenarios: Creating models to assess the network behavior under different scenarios, such as increased traffic,
failure conditions (link, router or Shared Risk Resource Group), and new application deployments (such as a new
Content Delivery Network source, a new peering point, a new data center...).</t>
          </li>
          <li>
            <t>Upgrade planning: Identifying areas where upgrades or additions are needed to ensure that the network can minimize the
 effect of node/link failures, mitigate QoS problems, or simply to support growing demands.</t>
          </li>
          <li>
            <t>Cost-benefit analysis: Evaluating the costs and benefits of upgrading or adding new resources to determine the most
cost-effective solutions.</t>
          </li>
        </ul>
        <t>By implementing a robust capacity planning process, organizations can:</t>
        <ul spacing="normal">
          <li>
            <t>Ensure better network reliability: Minimize downtime and ensure that the network is always available when needed.</t>
          </li>
          <li>
            <t>Improve performance: Optimize network resources to support business-critical applications and services.</t>
          </li>
          <li>
            <t>Optimize costs: Avoid unnecessary over-provisioning by making informed decisions based on data-driven insights.</t>
          </li>
          <li>
            <t>Support business growth: Scale the network to meet increasing demands and support business expansion.</t>
          </li>
        </ul>
        <t>The application will be able to retrieve a topology layer and any network/node/termination point/link instances from
the controller via the SIMAP API and from the response it will be able to map the traffic analysis to the entities
(typically links and router), evaluate their current utilization, evaluate which elements
to add to the network based on the growth forecasting, and finally perform the 'what-if' failure analysis by
simulating the removal of link(s) and/or router(s) while evaluating the network performance.</t>
      </section>
      <section anchor="network-design">
        <name>Network Design</name>
        <t>Network design involves defining both the logical structure, such as access, aggregation, and core layers, and
the physical layout, including devices and links.</t>
        <t>It serves as a blueprint, detailing how these elements
interconnect to deliver the intended network behavior and functionality. The application will retrieve a
candidate network topology as the initial design, which can then undergo further analysis (e.g., perform traffic flow
simulations to identify bottlenecks and redundancy checks to ensure resilience) before being transformed into
actionable intent and, eventually, deployment actions.</t>
        <t>Throughout the network's lifecycle, the design rules
embedded within a topology can be continuously validated. For example, a link rule might specify that a connection
between core and aggregation layers must have its source(s) and destination(s) located within the same data center.
Another example is to declare that a specific link type should only exist between Core &lt;-&gt; Aggregation layer with
certain contraints on port optic speed, type (LR vs SR for instance), etc.</t>
        <t>The application can (via SIMAP API):</t>
        <ul spacing="normal">
          <li>
            <t>Write the proposed network design (topology + rules), this is a new potential network.
One network (in case of small network) or interconnect of multiple networks (bigger networks).</t>
          </li>
          <li>
            <t>Write the intended network design (topology + rules), this is the intent of the network topology that cannot
be retrieved from the real network (e.g. our L2 topology intent, or L3 topology intent).
One network (in case of small network) or interconnect of multiple networks (bigger networks).</t>
          </li>
          <li>
            <t>Retrieve the proposed network design (topology + rules)  </t>
            <ul spacing="normal">
              <li>
                <t>Use case can be for purpose of traffic simulation, testing behavior under failures. Network simulation
use case is described in <xref target="sec-emule"/>.</t>
              </li>
              <li>
                <t>Use case can be for purpose of comparing different proposed network designs.</t>
              </li>
              <li>
                <t>Use case can be to build a simulated environment using this design. Network simulation
use case is described in <xref target="sec-emule"/>.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Retrieve the intended network design (topology + rules)</t>
          </li>
          <li>
            <t>At any point in time, compare the discovered topology with intended one  </t>
            <ul spacing="normal">
              <li>
                <t>Potentially validating discovered device configurations with intended ones assuming SIMAP has the
external reference to configuration from topology.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="sec-emule">
        <name>Network Simulation and Network Emulation</name>
        <t>Network simulation is a process used to analyse the behaviour of networks via software. It allows network engineers
and researchers to assess how the network protocols work under different conditions, such as different topologies,
traffic loads, network failures, or the introduction of new devices. Network emulation, on the other hand,
replicates the behavior of a real-world network, allowing for more realistic analysis compared to network simulation.
While network simulation focuses on modeling and approximating network behavior, network emulation involves creating
a real-time, functional network environment whose protocols behave exactly like a real network. Ideally, network
emulation uses the same software images as the real network, but it could also be peformed (with less accuracy)
using generic software.</t>
        <section anchor="types-of-network-simulation">
          <name>Types of Network Simulation</name>
          <t>There are several types of network simulations, each designed to address specific needs and use cases. Below are
the main categories of network simulation:</t>
          <ol spacing="normal" type="1"><li>
              <dl>
                <dt>Discrete Event Simulation (DES):</dt>
                <dd>
                  <t>This is the most common type of network simulation. It models a series of events that occur at specific points
in time. Each event triggers a change in the state of a network component (e.g., a link is down, a card fails,
or a packet arrives).</t>
                </dd>
              </dl>
            </li>
            <li>
              <dl>
                <dt>Continuous Simulation:</dt>
                <dd>
                  <t>In contrast to discrete event simulation, continuous simulation models systems where variables change continuously
over time. Network parameters like bandwidth, congestion, and throughput can be treated as continuous functions.</t>
                </dd>
                <dt/>
                <dd>
                  <t>The main use case is to model certain aspects of network performance that evolve continuously, such as link speeds
or delay distributions in links that are impacted by environmental conditions (such as microwave or satellite links).</t>
                </dd>
              </dl>
            </li>
            <li>
              <dl>
                <dt>Monte Carlo Simulation:</dt>
                <dd>
                  <t>This type of simulation uses statistical methods to model and analyze networks under uncertain or variable conditions.
Monte Carlo simulations generate a large number of random samples to predict the performance of a network across
multiple scenarios. It is used for probabilistic analysis, risk assessment, and performance evaluation under
uncertain conditions.</t>
                </dd>
              </dl>
            </li>
          </ol>
        </section>
        <section anchor="goals-of-network-simulation">
          <name>Goals of Network Simulation</name>
          <t>The simulations can be also classified depending on the goal of the simulation.</t>
          <section anchor="network-protocol-analysis">
            <name>Network Protocol Analysis</name>
            <t>This type of simulation focuses on simulating specific networking protocols (IS-IS, OSPF, BGP, SR) to understand
how they perform under different conditions. It models the protocol operations and interactions among devices in
the network. For example, simulation can be used to assess the impact of changing a link metric. Moreover, specific
features of the networking protocol can be tested. For example, how fast-reroute performs in a given network topology.</t>
          </section>
          <section anchor="traffic-simulation">
            <name>Traffic Simulation</name>
            <t>This simulation focuses on modelling traffic flow across the network, including packet generation, flow control,
routing, and congestion. It aims to evaluate traffic's impact on network performance.</t>
            <t>The main use is to model the impact of different types of traffic (e.g., voice, video, mobile data, web browsing) and
understand how they affect the network's bandwidth and congestion levels. It can be used to identify bottlenecks and
assist the capacity planning process.</t>
          </section>
          <section anchor="simulation-of-different-topologies-under-normal-and-failure-scenarios">
            <name>Simulation of Different Topologies Under Normal and Failure Scenarios</name>
            <t>This type of simulation focuses on the structure and layout of the network itself. It simulates different network
topologies, such as mesh, horse-shoe, bus, star, or tree topologies, and their impact on the network's performance.
It can be used, together with the traffic simulation, to evaluate the most efficient topology for a network under
normal conditions and considering factors like fault tolerance.</t>
          </section>
        </section>
      </section>
      <section anchor="postmortem-replay">
        <name>Postmortem Replay</name>
        <t>The postmortem replay use case consists of using SIMAPs for the purpose of analysis of network service property
evolution based on recorded changes. A collection of relevant timestamped network events, such as routing updates,
configuration changes, link status modifications, traffic metrics evolution, and service characteristics, is being
made accessible from and/or within a SIMAP to support investigation and automated processing.
Using a structured format, the stored data can be replayed in sequence, allowing network operators to examine
historical network behavior, diagnose issues, and assess the impact of such events on service assurance.</t>
        <t>The mechanism supports correlation with external data sources to facilitate comprehensive post-mortem analysis.
Beyond centralizing and correlating such various sources of information, the SIMAP can provide simulation of
the network behaviour to assist investigations.</t>
        <t>In essence, this use case builds upon a collection of other SIMAP use cases, such as inventory queries,
intent/service assurance, service KPIs, capacity planning, and simulation, to provide a thorough understanding of
a network event impacting service assurance.</t>
        <t>Note that this use case may serve as a component of Service Disruption Detection fine tuning as described in
<xref target="I-D.ietf-nmop-network-anomaly-architecture"/>.</t>
      </section>
      <section anchor="network-digital-twin-ndt">
        <name>Network Digital Twin (NDT)</name>
        <t>Per <xref target="I-D.irtf-nmrg-network-digital-twin-arch"/>, Network Digital Twin (NDT) is a digital representation that is
used in the context of Networking and whose physical counterpart is a data network (e.g., provider network or
enterprise network). Also, as discussed in <xref section="9.2" sectionFormat="of" target="I-D.irtf-nmrg-network-digital-twin-arch"/>, network element
models and topology models help generate a virtual twin of the network according to the network element configuration,
operation data, network topology relationship, link state and other network information. The operation status can be
monitored and displayed and the network configuration change and optimization strategy can be pre-verified.</t>
        <t><xref section="9.4" sectionFormat="of" target="I-D.irtf-nmrg-network-digital-twin-arch"/> further elaborates on the requirements on various
interfaces:</t>
        <ul spacing="normal">
          <li>
            <t>Network-facing interfaces are twin interfaces between the real network and its twin entity.
They are responsible for the information exchange between a real network and NDT. SIMAP API can be invoked within
such interfaces.</t>
          </li>
          <li>
            <t>Application-facing interfaces are between the NDT and applications. They are responsible for the information
exchange between Network Digital Twin and network applications. SIMAP API can be used for feasibility checks
(<xref target="sec-feasibility"/>) or emulation (<xref target="sec-emule"/>)).</t>
          </li>
        </ul>
        <t><xref section="9.4" sectionFormat="of" target="I-D.irtf-nmrg-network-digital-twin-arch"/> recommends that these interfaces are open
and standardized so as to avoid either hardware or software vendor lock and achieve interoperability.</t>
      </section>
    </section>
    <section anchor="simap-requirements">
      <name>SIMAP Requirements</name>
      <t>The SIMAP requirements are split into three groups for different target audiences:</t>
      <ul spacing="normal">
        <li>
          <dl>
            <dt>Operator requirements:</dt>
            <dd>
              <t>These requirements are collected from the operators. They are functional requirements derived from the operators'
use cases. Some of the more specific semantic requirements were identified as <xref target="RFC8345"/> gaps during the Hackathons
with operators and added as specific semantic requirements to the operator use cases.</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt>Design requirements:</dt>
            <dd>
              <t>These requirements are derived from the operators' requirements. Although there is some duplication,
these are focused on summarizing the operators' requirements for the design of the data model and API.
These are functional requirements translated into low-level requirements for the model designers.
The rationale for adopting this approach is to ensure that the data model is designed according to the operators'
requirements and that they could be used for both design and review of the candidate YANG module(s).</t>
            </dd>
          </dl>
        </li>
        <li>
          <dl>
            <dt>Architecture requirements:</dt>
            <dd>
              <t>Architectural (non-functional) requirements are captured as well, as operators identified performance needs,
large scale support,  and network discovery. These are not data model requirements, but are requirements
either to drive the API design itself (e.g., to better optimize performance) or for the network controllers and
orchestrators that expose a SIMAP API. Although, they may be common sense requirements
not specific to SIMAP API,  they are listed here for completeness.</t>
            </dd>
          </dl>
        </li>
      </ul>
      <section anchor="operator-requirements">
        <name>Operator Requirements</name>
        <t>The following are the operators' requirements for the SIMAP. Note that some of these requirements are supported by
default by <xref target="RFC8345"/>.</t>
        <dl>
          <dt>REQ-BASIC-MODEL-SUPPORT:</dt>
          <dd>
            <t>Basic model with network, node, link, and termination point entity types.</t>
          </dd>
          <dt/>
          <dd>
            <t>This means that users of the SIMAP model
must be able to understand a topology model at any layer via these core concepts only,
without having to go to the details of the specific augmentations to understand the topology.</t>
          </dd>
          <dt>REQ-LAYERED-MODEL:</dt>
          <dd>
            <t>Topology layers from physical layer up to service layer.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must provide the view for all layers of network topology, from physical network
(ideally optical), layer 2, layer 3 up to  service and intent views.</t>
          </dd>
          <dt>REQ-PASSIVE-TOPO:</dt>
          <dd>
            <t>Topology includes passive topology.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must support topology of the complete network, including active and passive parts.</t>
          </dd>
          <dt/>
          <dd>
            <t>For Access network providers the ability to have linkage in the SIMAP of the complete network (active + passive) is
essential as it provides many advantages for optimized customer service, reduced MTTR, and lower operational costs
through truck roll reduction.</t>
          </dd>
          <dt>REQ-PROG-OPEN-MODEL:</dt>
          <dd>
            <t>Open and programmable SIMAP.</t>
          </dd>
          <dt/>
          <dd>
            <t>This includes "read" operations to retrieve the view of the network, typically as application-facing interface of
Software Defined Networking (SDN) controllers or orchestrators.</t>
          </dd>
          <dt/>
          <dd>
            <t>It also includes "write" operations, not for the ability to directly change the SIMAP data
(e.g., changing the network or service parameters), but for offline simulations, also known as what-if scenarios.</t>
          </dd>
          <dt/>
          <dd>
            <t>Running a "what-if" analysis requires the ability to take
snapshots and to switch easily between them.</t>
          </dd>
          <dt/>
          <dd>
            <t>Note that there is a need to distinguish between a change on the SIMAP
for future simulation and a change that reflects the current reality of the network.</t>
          </dd>
          <dt>REQ-STD-API-BASED:</dt>
          <dd>
            <t>Standard based SIMAP models and APIs, for multi-vendor support.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must provide the standard YANG APIs that provide for read/write and queries.
These APIs must also provide the capability to retrieve the links to external data/models.</t>
          </dd>
          <dt>REQ-COMMON-APP:</dt>
          <dd>
            <t>Common SIMAP models and APIs, for multi domain.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP models and APIs must be common over different network domains (campus, core, data center, etc.).</t>
          </dd>
          <dt/>
          <dd>
            <t>This means that clients of the SIMAP API must be able to understand the topology model of layers of any
domain without having to understand the details of any technologies and domains.</t>
          </dd>
          <dt>REQ-GRAPH-TRAVERSAL:</dt>
          <dd>
            <t>Topology graph traversal.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must be optimized for graph traversal for paths. This means that only providing link nodes and
source and sink relationships to termination-points may not be sufficient, we may need to have the direct
relationship between the termination points or nodes.</t>
          </dd>
          <dt>REQ-TOPOLOGY-ABSTRACTION:</dt>
          <dd>
            <t>Navigation across the abstraction levels inside a single network layer.</t>
          </dd>
          <dt/>
          <dd>
            <t>In a multi-layer network we need to navigate across multiple layers. We can also define multiple abstraction
levels for a single layer and there is a need to navigate across these abstraction levels as well. Please refer
to the <xref target="sec-topology-abstrcation"/> for some background on the topology abstraction.</t>
          </dd>
          <dt/>
          <dd>
            <t>In a nutshell, a network (even a single layer network) can be represented
in multiple ways providing different abstraction views of the same network. In such a case, it would be beneficial
being able to navigate amongst the different levels of abstractions (e.g. to understand which set of nodes in the native
topology are actually represented as a single node in an abstract topology being built on top of the native topology).
This navigation is different and orthogonal to the multi-layer navigation where we need to report which Layer 2 path is
supporting a given Layer 3 node or link. Nevertheless, it would not be the best practice to expose it via
different topology API and model.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must provide a mechanism to navigate across the abstraction levels inside a single network layer.</t>
          </dd>
          <dt>REQ-LIVE:</dt>
          <dd>
            <t>Live network topology.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must enable retrieval of multi-layered topology of a live network.</t>
          </dd>
          <dt/>
          <dd>
            <t>Live network is the latest known view of the network</t>
          </dd>
          <dt>REQ-SNAPSHOT:</dt>
          <dd>
            <t>Network snapshot topology.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must enable retrieval of multi-layered topology of different snapshots</t>
          </dd>
          <dt/>
          <dd>
            <t>Snapshot is the view of the network at any given point in time</t>
          </dd>
          <dt>REQ-POTENTIAL:</dt>
          <dd>
            <t>Potential new network topology.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must enable both retrieval and write access to the potential new network.</t>
          </dd>
          <dt/>
          <dd>
            <t>A potential new network is the view at a given point with modifications from the snapshot.</t>
          </dd>
          <dt/>
          <dd>
            <t>This view may contain either the full topology or just differences from the snapshot.</t>
          </dd>
          <dt>REQ-SEMANTIC:</dt>
          <dd>
            <t>Network topology sematics</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must provide semantics for layered network topologies and for linking external models/data.</t>
          </dd>
        </dl>
        <t>The following requirements are more specific requirements for semantics</t>
        <dl>
          <dt>REQ-LAYER-NAVIGATE:</dt>
          <dd>
            <t>SIMAP must provide capability to navigate inside the topology layer and between the topology layers</t>
          </dd>
          <dt>REQ-EXTENSIBLE:</dt>
          <dd>
            <t>SIMAP must be extensible with metadata.</t>
          </dd>
          <dt>REQ-PLUGG:</dt>
          <dd>
            <t>SIMAP must be pluggable. That is,
</t>
            <ul spacing="normal">
              <li>
                <t>Must connect to other YANG modules for device configuration, inventory, configuration, assurance, etc.
The SIMAP does not contain the detailed device configuration, so a mechanism is needed to be able to link it from SIMAP.
SIMAP should also be linked to a 'logical configuration inventory'. Several examples of the type of logical information
to be linked from SIMAP: inventory of logical interfaces, inventory of ACLs, or inventory of routing policies.</t>
              </li>
              <li>
                <t>Given that no all involved components can be available using YANG, there is a need to connect
SIMAP YANG model with other modelling mechanisms.</t>
              </li>
            </ul>
          </dd>
          <dt>REQ-BIDIR:</dt>
          <dd>
            <t>SIMAP must provide a mechanism to model bidirectional links.
While data flows are unidirectional, the
bidirectional links are also common in networking.  Examples are
Ethernet cables, bidirectional SONET rings, socket connection to the
server, etc.  There is also the requirement for simplified service
layer topology, where a link is modeled as bidirectional in order to be
supported by unidirectional links at the lower layer.</t>
          </dd>
          <dt>REQ-MULTI-POINT:</dt>
          <dd>
            <t>SIMAP must provide a mechanism to model multipoint links.
A topology model should be able to model any
topology type in a simple and explicit way, including point to
multipoint, bus, ring, star, tree, mesh, hybrid and daisy chain. A
topology model should also be able to model any link cardinality in a
simple and explicit way, including point-to-point, point-to-multipoint,
multipoint-to-multipoint or hybrid.</t>
          </dd>
          <dt>REQ-MULTI-DOMAIN:</dt>
          <dd>
            <t>SIMAP must provide a mechanism to model links between networks.
This requirement is about covering connectivity between different networks, sub-networks, or domains.</t>
          </dd>
          <dt>REQ-SUBNETWORK:</dt>
          <dd>
            <t>SIMAP must provide a mechanism to model network decomposition into sub-networks.
The requirement is about modelling hierarchical networks , Autonomous Systems (ASes) with multiple areas, or a network
with multiple domains (e.g., access, core, data center).</t>
          </dd>
          <dt>REQ-SHARED:</dt>
          <dd>
            <t>SIMAP must provide a mechanism to share nodes, links, and termination points between different networks.</t>
          </dd>
          <dt>REQ-SUPPORTING:</dt>
          <dd>
            <t>SIMAP must provide a mechanism to model supporting relationships between different types of topological entities
(e.g., a termination point is supported by the node). This may be required, e.g., if a termination point is not
supported by the underlying a termination point, but by the node (e.g., a loopback does not have physical
representation, so it is supported by physical device).</t>
          </dd>
          <dt>REQ-STATUS:</dt>
          <dd>
            <t>Links and nodes that are down must appear in the topology. The status of the nodes and links must be either
implemented in the SIMAP or accessible from the SIMAP. Whether the status is included as part of the SIMAP or
accessible from the SIMAP is left to the solutions.</t>
          </dd>
          <dt>REQ-DATA-PLANE-FLOW:</dt>
          <dd>
            <t>Provider data plane (Flow) needs to be correlatable to underlay and customer data plane to overlay topology</t>
          </dd>
          <dt>REQ-CONTROL-PLANE:</dt>
          <dd>
            <t>Underlay control plane routing state needs to be correlatable to underlay L3 topology. Overlay control-plane
routing state needs to be correlate-able to overlay L3 network topology.</t>
          </dd>
        </dl>
      </section>
      <section anchor="design-requirements">
        <name>Design Requirements</name>
        <t>The following are the design requirements for the SIMAP data model:</t>
        <dl>
          <dt>REQ-TOPO-ONLY:</dt>
          <dd>
            <t>SIMAP should contain only topological information.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP is not required to contain all models and data required for
all the management and use cases. However, it should be designed to support adequate pointers to other functional
data and models to ease navigating in the overall system. For example:
</t>
            <ul spacing="normal">
              <li>
                <t>ACLs and Route Policies are not required to be supported in the SIMAP, they would be linked to the SIMAP</t>
              </li>
              <li>
                <t>Dynamic paths may either be outside of the SIMAP or part of traffic engineering data/models</t>
              </li>
            </ul>
          </dd>
          <dt>REQ-PROPERTIES:</dt>
          <dd>
            <t>SIMAP entities should mainly contain properties used to identify topological entities at different layers,
identify their roles, and topological relationships between them.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP entities should also provide information required to define semantics for layered network topologies, such as:</t>
          </dd>
        </dl>
        <ul spacing="normal">
          <li>
            <t>link directionality,</t>
          </li>
          <li>
            <t>whether the links are multipoint or not and, if so, are whether these links are point-to-multipoint or multipoint-to-multipoint,</t>
          </li>
          <li>
            <t>role of the termination points in the link (source, destination, hub, spoke), and</t>
          </li>
          <li>
            <t>some generic mechanism to add metadata.</t>
          </li>
        </ul>
        <dl>
          <dt>REQ-RELATIONSHIPS:</dt>
          <dd>
            <t>SIMAP should contain all topological relationships inside each layer or between the layers (underlay/overlay)</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP should contain links to other models/data to enable generic navigation to other YANG models in
generic way.</t>
          </dd>
          <dt/>
          <dd>
            <t>The SIMAP relationships should also provide information required to define semantics for layered network topologies,
such as providing:</t>
          </dd>
        </dl>
        <ul spacing="normal">
          <li>
            <t>underlay and overlay relations between different types of topological entities,</t>
          </li>
          <li>
            <t>additional information that helps with navigation inside a layer and between the layers, for example, easy
identification of resources at the physical layer in primary versus backup paths, if the underlay
resources are used for load balancing or for backup,</t>
          </li>
          <li>
            <t>capability to model nodes, termination points, and links contained in a network, but also nodes and links shared between networks, and</t>
          </li>
          <li>
            <t>relationships between networks, either for modelling of underlay and overlay or modelling network that contains
multiple networks.</t>
          </li>
        </ul>
        <dl>
          <dt>REQ-CONDITIONAL:</dt>
          <dd>
            <t>Provide capability for conditional retrieval of parts of SIMAP.</t>
          </dd>
          <dt>REQ-TEMPO-HISTO:</dt>
          <dd>
            <t>Must support geo-spatial, temporal, and historical data.  The temporal and historical can also be supported
external to the SIMAP.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-arch">
        <name>Architectural Requirements</name>
        <t>The following are the architectural requirements for the controller that provides SIMAP API, they are the
non-functional requirements for the SIMAP API or controllers:</t>
        <dl>
          <dt>REQ-SCALES:</dt>
          <dd>
            <t>The SIMAP API must be scalable, it must support any provider network, independent of its size.</t>
          </dd>
          <dt>REQ-PERFORMANCE:</dt>
          <dd>
            <t>The SIMAP API must be  performant, and have acceptable response-time. Although we are not to define</t>
          </dd>
          <dt>REQ-USABILITY:</dt>
          <dd>
            <t>The SIMAP API must be simple and easy to integrate with the client applications, whose developers
may not be networking experts.</t>
          </dd>
          <dt>REQ-DISCOVERY:</dt>
          <dd>
            <t>A network controller must perform the initial and on-demand discovery of a network in order to provide the layered
topology via the SIMAP API to a client/application.</t>
          </dd>
          <dt>REQ-SYNCH:</dt>
          <dd>
            <t>The controller must perform the sync with the network in order to provide up to date layered topology
via SIMAP API to the client/application</t>
          </dd>
          <dt>REQ-SECURITY:</dt>
          <dd>
            <t>The conventional NACM control access rules <xref target="RFC8341"/> should apply. This includes module control access rules,
protocol operation control access rules, data node control access rules, and notification control access rules.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="positioning-simap">
      <name>Positioning SIMAP</name>
      <t><xref target="RFC8199"/> advocates for a consistent classification of YANG modules and introduces two abstraction layers for
YANG modules:</t>
      <ul spacing="normal">
        <li>
          <t>network element YANG modules</t>
        </li>
        <li>
          <t>network service YANG modules</t>
        </li>
      </ul>
      <t>The IRTF <xref target="RFC7426"/> defines the SDN layers and architecture and proposes the following interfaces:</t>
      <ul spacing="normal">
        <li>
          <t>southbound interfaces between the network devices and controllers/managers</t>
        </li>
        <li>
          <t>service interface between controllers/managers and applications</t>
        </li>
      </ul>
      <t><xref target="RFC8309"/> defines where service model might fit into the SDN Architecture, although the service model
does not require or preclude the use of SDN. It shows the following models at different layers of abstraction:</t>
      <ul spacing="normal">
        <li>
          <t>device model, between network elements and controllers</t>
        </li>
        <li>
          <t>network model, between controllers and network orchestrators</t>
        </li>
        <li>
          <t>service model, between network orchestrators and service orchestrators</t>
        </li>
        <li>
          <t>customer service model, between service orchestrators and customer</t>
        </li>
      </ul>
      <t><xref target="RFC8453"/> describes the ACTN architecture in the context of the YANG service models. It shows how ACTN interfaces
relate to device model, network model and customer service model.</t>
      <t><xref target="RFC8969"/> describes a framework for service and network management automation that takes advantage of YANG
modelling technologies. This framework is drawn from a network operator perspective irrespective of the origin of a
data model. <xref target="RFC8969"/> introduces "network service models" and describes the layering and representation of models
within a network operator as follows:</t>
      <ul spacing="normal">
        <li>
          <t>device model, between device and controller</t>
        </li>
        <li>
          <t>network model (operator oriented), between controller (that includes network orchestration function) and
service orchestrator</t>
        </li>
        <li>
          <t>service model (customer oriented), between service orchestrator and customer, this is network service model</t>
        </li>
      </ul>
      <t>The SIMAP YANG module can be used at different layers of abstraction and SIMAP can provide topology at
different interfaces. Although the SIMAP module and API is primarily positioned as northbound multi-layered topology
model from (SDN) Controllers, it can also be positioned as follows:</t>
      <ul spacing="normal">
        <li>
          <t>In the context of <xref target="RFC8199"/>, SIMAP can provide multi-layered topology YANG module as part of both network element
and network service YANG modules</t>
        </li>
        <li>
          <t>In the context of <xref target="RFC7426"/>, SIMAP can provide multi-layered topology interface as part of both Southbound and
Service Interfaces</t>
        </li>
        <li>
          <t>In the context of <xref target="RFC8309"/>, SIMAP can provide multi-layered topology model as part of device model, network model,
service model and customer service model</t>
        </li>
        <li>
          <t>In the context of <xref target="RFC8453"/>, SIMAP can provide multi-layered topology model as part of SBI (southbound interface to
network), MPI (interface between multi-domain service coordinator and network controller) and CMI (interface between
customer network controller and multi-domain service controller)</t>
        </li>
        <li>
          <t>In the context of <xref target="RFC8969"/>, SIMAP can provide multi-layered topology model as part of device model, network model
and network service model</t>
        </li>
      </ul>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>As this document covers the SIMAP concepts, requirements, and use cases, there is no specific security considerations other
that those discussed in <xref target="sec-arch"/>.</t>
      <t><xref section="8" sectionFormat="of" target="RFC8345"/> discusses security aspects that will be useful when designing the SIMAP solution.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8345">
          <front>
            <title>A YANG Data Model for Network Topologies</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="J. Medved" initials="J." surname="Medved"/>
            <author fullname="R. Varga" initials="R." surname="Varga"/>
            <author fullname="N. Bahadur" initials="N." surname="Bahadur"/>
            <author fullname="H. Ananthakrishnan" initials="H." surname="Ananthakrishnan"/>
            <author fullname="X. Liu" initials="X." surname="Liu"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document defines an abstract (generic, or base) YANG data model for network/service topologies and inventories. The data model serves as a base model that is augmented with technology-specific details in other, more specific topology and inventory data models.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8345"/>
          <seriesInfo name="DOI" value="10.17487/RFC8345"/>
        </reference>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9417">
          <front>
            <title>Service Assurance for Intent-Based Networking Architecture</title>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="J. Quilbeuf" initials="J." surname="Quilbeuf"/>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="T. Arumugam" initials="T." surname="Arumugam"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document describes an architecture that provides some assurance that service instances are running as expected. As services rely upon multiple subservices provided by a variety of elements, including the underlying network devices and functions, getting the assurance of a healthy service is only possible with a holistic view of all involved elements. This architecture not only helps to correlate the service degradation with symptoms of a specific network component but, it also lists the services impacted by the failure or degradation of a specific network component.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9417"/>
          <seriesInfo name="DOI" value="10.17487/RFC9417"/>
        </reference>
        <reference anchor="RFC9408">
          <front>
            <title>A YANG Network Data Model for Service Attachment Points (SAPs)</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="V. Lopez" initials="V." surname="Lopez"/>
            <date month="June" year="2023"/>
            <abstract>
              <t>This document defines a YANG data model for representing an abstract view of the provider network topology that contains the points from which its services can be attached (e.g., basic connectivity, VPN, network slices). Also, the model can be used to retrieve the points where the services are actually being delivered to customers (including peer networks).</t>
              <t>This document augments the 'ietf-network' data model defined in RFC 8345 by adding the concept of Service Attachment Points (SAPs). The SAPs are the network reference points to which network services, such as Layer 3 Virtual Private Network (L3VPN) or Layer 2 Virtual Private Network (L2VPN), can be attached. One or multiple services can be bound to the same SAP. Both User-to-Network Interface (UNI) and Network-to-Network Interface (NNI) are supported in the SAP data model.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9408"/>
          <seriesInfo name="DOI" value="10.17487/RFC9408"/>
        </reference>
        <reference anchor="I-D.ietf-ivy-network-inventory-yang">
          <front>
            <title>A Base YANG Data Model for Network Inventory</title>
            <author fullname="Chaode Yu" initials="C." surname="Yu">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Sergio Belotti" initials="S." surname="Belotti">
              <organization>Nokia</organization>
            </author>
            <author fullname="Jean-Francois Bouquier" initials="J." surname="Bouquier">
              <organization>Vodafone</organization>
            </author>
            <author fullname="Fabio Peruzzini" initials="F." surname="Peruzzini">
              <organization>TIM</organization>
            </author>
            <author fullname="Phil Bedard" initials="P." surname="Bedard">
              <organization>Cisco</organization>
            </author>
            <date day="28" month="February" year="2025"/>
            <abstract>
              <t>   This document defines a base YANG data model for network inventory.
   The scope of this base model is set to be application- and
   technology-agnostic.  However, the data model is designed with
   appropriate provisions to ease future augmentations with application-
   and technology-specific details.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ivy-network-inventory-yang-05"/>
        </reference>
        <reference anchor="I-D.ietf-nmop-terminology">
          <front>
            <title>Some Key Terms for Network Fault and Problem Management</title>
            <author fullname="Nigel Davis" initials="N." surname="Davis">
              <organization>Ciena</organization>
            </author>
            <author fullname="Adrian Farrel" initials="A." surname="Farrel">
              <organization>Old Dog Consulting</organization>
            </author>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Chaode Yu" initials="C." surname="Yu">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="22" month="February" year="2025"/>
            <abstract>
              <t>   This document sets out some terms that are fundamental to a common
   understanding of network fault and problem management within the
   IETF.

   The purpose of this document is to bring clarity to discussions and
   other work related to network fault and problem management, in
   particular to YANG models and management protocols that report, make
   visible, or manage network faults and problems.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-terminology-12"/>
        </reference>
        <reference anchor="RFC9522">
          <front>
            <title>Overview and Principles of Internet Traffic Engineering</title>
            <author fullname="A. Farrel" initials="A." role="editor" surname="Farrel"/>
            <date month="January" year="2024"/>
            <abstract>
              <t>This document describes the principles of traffic engineering (TE) in the Internet. The document is intended to promote better understanding of the issues surrounding traffic engineering in IP networks and the networks that support IP networking and to provide a common basis for the development of traffic-engineering capabilities for the Internet. The principles, architectures, and methodologies for performance evaluation and performance optimization of operational networks are also discussed.</t>
              <t>This work was first published as RFC 3272 in May 2002. This document obsoletes RFC 3272 by making a complete update to bring the text in line with best current practices for Internet traffic engineering and to include references to the latest relevant work in the IETF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9522"/>
          <seriesInfo name="DOI" value="10.17487/RFC9522"/>
        </reference>
        <reference anchor="RFC5136">
          <front>
            <title>Defining Network Capacity</title>
            <author fullname="P. Chimento" initials="P." surname="Chimento"/>
            <author fullname="J. Ishac" initials="J." surname="Ishac"/>
            <date month="February" year="2008"/>
            <abstract>
              <t>Measuring capacity is a task that sounds simple, but in reality can be quite complex. In addition, the lack of a unified nomenclature on this subject makes it increasingly difficult to properly build, test, and use techniques and tools built around these constructs. This document provides definitions for the terms 'Capacity' and 'Available Capacity' related to IP traffic traveling between a source and destination in an IP network. By doing so, we hope to provide a common framework for the discussion and analysis of a diverse set of current and future estimation techniques. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5136"/>
          <seriesInfo name="DOI" value="10.17487/RFC5136"/>
        </reference>
        <reference anchor="RFC7011">
          <front>
            <title>Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information</title>
            <author fullname="B. Claise" initials="B." role="editor" surname="Claise"/>
            <author fullname="B. Trammell" initials="B." role="editor" surname="Trammell"/>
            <author fullname="P. Aitken" initials="P." surname="Aitken"/>
            <date month="September" year="2013"/>
            <abstract>
              <t>This document specifies the IP Flow Information Export (IPFIX) protocol, which serves as a means for transmitting Traffic Flow information over the network. In order to transmit Traffic Flow information from an Exporting Process to a Collecting Process, a common representation of flow data and a standard means of communicating them are required. This document describes how the IPFIX Data and Template Records are carried over a number of transport protocols from an IPFIX Exporting Process to an IPFIX Collecting Process. This document obsoletes RFC 5101.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="77"/>
          <seriesInfo name="RFC" value="7011"/>
          <seriesInfo name="DOI" value="10.17487/RFC7011"/>
        </reference>
        <reference anchor="I-D.ietf-nmop-network-anomaly-architecture">
          <front>
            <title>An Architecture for a Network Anomaly Detection Framework</title>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Wanting Du" initials="W." surname="Du">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Pierre Francois" initials="P." surname="Francois">
              <organization>INSA-Lyon</organization>
            </author>
            <date day="20" month="October" year="2024"/>
            <abstract>
              <t>   This document describes the motivation and architecture of a Network
   Anomaly Detection Framework and the relationship to other documents
   describing network symptom semantics and network incident lifecycle.

   The described architecture for detecting IP network service
   interruption is generic applicable and extensible.  Different
   applications are being described and exampled with open-source
   running code.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-network-anomaly-architecture-01"/>
        </reference>
        <reference anchor="I-D.irtf-nmrg-network-digital-twin-arch">
          <front>
            <title>Network Digital Twin: Concepts and Reference Architecture</title>
            <author fullname="Cheng Zhou" initials="C." surname="Zhou">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Hongwei Yang" initials="H." surname="Yang">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Xiaodong Duan" initials="X." surname="Duan">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Diego Lopez" initials="D." surname="Lopez">
         </author>
            <author fullname="Antonio Pastor" initials="A." surname="Pastor">
         </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Christian Jacquenet" initials="C." surname="Jacquenet">
              <organization>Orange</organization>
            </author>
            <date day="28" month="February" year="2025"/>
            <abstract>
              <t>   Digital Twin technology has been seen as a rapid adoption technology
   in Industry 4.0.  The application of Digital Twin technology in the
   networking field is meant to develop various rich network
   applications, realize efficient and cost-effective data-driven
   network management, and accelerate network innovation.

   This document presents an overview of the concepts of Network Digital
   Twin, provides the basic definitions and a reference architecture,
   lists a set of application scenarios, and discusses such technology's
   benefits and key challenges.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-nmrg-network-digital-twin-arch-10"/>
        </reference>
        <reference anchor="RFC8199">
          <front>
            <title>YANG Module Classification</title>
            <author fullname="D. Bogdanovic" initials="D." surname="Bogdanovic"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="C. Moberg" initials="C." surname="Moberg"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>The YANG data modeling language is currently being considered for a wide variety of applications throughout the networking industry at large. Many standards development organizations (SDOs), open-source software projects, vendors, and users are using YANG to develop and publish YANG modules for a wide variety of applications. At the same time, there is currently no well-known terminology to categorize various types of YANG modules.</t>
              <t>A consistent terminology would help with the categorization of YANG modules, assist in the analysis of the YANG data modeling efforts in the IETF and other organizations, and bring clarity to the YANG- related discussions between the different groups.</t>
              <t>This document describes a set of concepts and associated terms to support consistent classification of YANG modules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8199"/>
          <seriesInfo name="DOI" value="10.17487/RFC8199"/>
        </reference>
        <reference anchor="RFC7426">
          <front>
            <title>Software-Defined Networking (SDN): Layers and Architecture Terminology</title>
            <author fullname="E. Haleplidis" initials="E." role="editor" surname="Haleplidis"/>
            <author fullname="K. Pentikousis" initials="K." role="editor" surname="Pentikousis"/>
            <author fullname="S. Denazis" initials="S." surname="Denazis"/>
            <author fullname="J. Hadi Salim" initials="J." surname="Hadi Salim"/>
            <author fullname="D. Meyer" initials="D." surname="Meyer"/>
            <author fullname="O. Koufopavlou" initials="O." surname="Koufopavlou"/>
            <date month="January" year="2015"/>
            <abstract>
              <t>Software-Defined Networking (SDN) refers to a new approach for network programmability, that is, the capacity to initialize, control, change, and manage network behavior dynamically via open interfaces. SDN emphasizes the role of software in running networks through the introduction of an abstraction for the data forwarding plane and, by doing so, separates it from the control plane. This separation allows faster innovation cycles at both planes as experience has already shown. However, there is increasing confusion as to what exactly SDN is, what the layer structure is in an SDN architecture, and how layers interface with each other. This document, a product of the IRTF Software-Defined Networking Research Group (SDNRG), addresses these questions and provides a concise reference for the SDN research community based on relevant peer-reviewed literature, the RFC series, and relevant documents by other standards organizations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7426"/>
          <seriesInfo name="DOI" value="10.17487/RFC7426"/>
        </reference>
        <reference anchor="RFC8309">
          <front>
            <title>Service Models Explained</title>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="W. Liu" initials="W." surname="Liu"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>The IETF has produced many modules in the YANG modeling language. The majority of these modules are used to construct data models to model devices or monolithic functions.</t>
              <t>A small number of YANG modules have been defined to model services (for example, the Layer 3 Virtual Private Network Service Model (L3SM) produced by the L3SM working group and documented in RFC 8049).</t>
              <t>This document describes service models as used within the IETF and also shows where a service model might fit into a software-defined networking architecture. Note that service models do not make any assumption of how a service is actually engineered and delivered for a customer; details of how network protocols and devices are engineered to deliver a service are captured in other modules that are not exposed through the interface between the customer and the provider.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8309"/>
          <seriesInfo name="DOI" value="10.17487/RFC8309"/>
        </reference>
        <reference anchor="RFC8453">
          <front>
            <title>Framework for Abstraction and Control of TE Networks (ACTN)</title>
            <author fullname="D. Ceccarelli" initials="D." role="editor" surname="Ceccarelli"/>
            <author fullname="Y. Lee" initials="Y." role="editor" surname="Lee"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>Traffic Engineered (TE) networks have a variety of mechanisms to facilitate the separation of the data plane and control plane. They also have a range of management and provisioning protocols to configure and activate network resources. These mechanisms represent key technologies for enabling flexible and dynamic networking. The term "Traffic Engineered network" refers to a network that uses any connection-oriented technology under the control of a distributed or centralized control plane to support dynamic provisioning of end-to- end connectivity.</t>
              <t>Abstraction of network resources is a technique that can be applied to a single network domain or across multiple domains to create a single virtualized network that is under the control of a network operator or the customer of the operator that actually owns the network resources.</t>
              <t>This document provides a framework for Abstraction and Control of TE Networks (ACTN) to support virtual network services and connectivity services.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8453"/>
          <seriesInfo name="DOI" value="10.17487/RFC8453"/>
        </reference>
        <reference anchor="RFC8969">
          <front>
            <title>A Framework for Automating Service and Network Management with YANG</title>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="C. Xie" initials="C." surname="Xie"/>
            <author fullname="L. Geng" initials="L." surname="Geng"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>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.</t>
              <t>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.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8969"/>
          <seriesInfo name="DOI" value="10.17487/RFC8969"/>
        </reference>
        <reference anchor="RFC7926">
          <front>
            <title>Problem Statement and Architecture for Information Exchange between Interconnected Traffic-Engineered Networks</title>
            <author fullname="A. Farrel" initials="A." role="editor" surname="Farrel"/>
            <author fullname="J. Drake" initials="J." surname="Drake"/>
            <author fullname="N. Bitar" initials="N." surname="Bitar"/>
            <author fullname="G. Swallow" initials="G." surname="Swallow"/>
            <author fullname="D. Ceccarelli" initials="D." surname="Ceccarelli"/>
            <author fullname="X. Zhang" initials="X." surname="Zhang"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>In Traffic-Engineered (TE) systems, it is sometimes desirable to establish an end-to-end TE path with a set of constraints (such as bandwidth) across one or more networks from a source to a destination. TE information is the data relating to nodes and TE links that is used in the process of selecting a TE path. TE information is usually only available within a network. We call such a zone of visibility of TE information a domain. An example of a domain may be an IGP area or an Autonomous System.</t>
              <t>In order to determine the potential to establish a TE path through a series of connected networks, it is necessary to have available a certain amount of TE information about each network. This need not be the full set of TE information available within each network but does need to express the potential of providing TE connectivity. This subset of TE information is called TE reachability information.</t>
              <t>This document sets out the problem statement for the exchange of TE information between interconnected TE networks in support of end-to-end TE path establishment and describes the best current practice architecture to meet this problem statement. For reasons that are explained in this document, this work is limited to simple TE constraints and information that determine TE reachability.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="206"/>
          <seriesInfo name="RFC" value="7926"/>
          <seriesInfo name="DOI" value="10.17487/RFC7926"/>
        </reference>
        <reference anchor="RFC8795">
          <front>
            <title>YANG Data Model for Traffic Engineering (TE) Topologies</title>
            <author fullname="X. Liu" initials="X." surname="Liu"/>
            <author fullname="I. Bryskin" initials="I." surname="Bryskin"/>
            <author fullname="V. Beeram" initials="V." surname="Beeram"/>
            <author fullname="T. Saad" initials="T." surname="Saad"/>
            <author fullname="H. Shah" initials="H." surname="Shah"/>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
            <date month="August" year="2020"/>
            <abstract>
              <t>This document defines a YANG data model for representing, retrieving, and manipulating Traffic Engineering (TE) Topologies. The model serves as a base model that other technology-specific TE topology models can augment.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8795"/>
          <seriesInfo name="DOI" value="10.17487/RFC8795"/>
        </reference>
        <reference anchor="I-D.ietf-teas-te-topo-and-tunnel-modeling">
          <front>
            <title>TE Topology and Tunnel Modeling for Transport Networks</title>
            <author fullname="Igor Bryskin" initials="I." surname="Bryskin">
              <organization>Individual</organization>
            </author>
            <author fullname="Vishnu Pavan Beeram" initials="V. P." surname="Beeram">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Tarek Saad" initials="T." surname="Saad">
              <organization>Juniper Networks</organization>
            </author>
            <author fullname="Xufeng Liu" initials="X." surname="Liu">
              <organization>Volta Networks</organization>
            </author>
            <date day="12" month="July" year="2020"/>
            <abstract>
              <t>   This document describes how to model TE topologies and tunnels for
   transport networks, by using the TE topology YANG model [I-D.ietf-
   teas-yang-te-topo] and the TE tunnel YANG model [I-D.ietf-teas-yang-
   te].


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teas-te-topo-and-tunnel-modeling-06"/>
        </reference>
        <reference anchor="RFC9179">
          <front>
            <title>A YANG Grouping for Geographic Locations</title>
            <author fullname="C. Hopps" initials="C." surname="Hopps"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document defines a generic geographical location YANG grouping. The geographical location grouping is intended to be used in YANG data models for specifying a location on or in reference to Earth or any other astronomical object.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9179"/>
          <seriesInfo name="DOI" value="10.17487/RFC9179"/>
        </reference>
        <reference anchor="RFC8944">
          <front>
            <title>A YANG Data Model for Layer 2 Network Topologies</title>
            <author fullname="J. Dong" initials="J." surname="Dong"/>
            <author fullname="X. Wei" initials="X." surname="Wei"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="A. Liu" initials="A." surname="Liu"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>This document defines a YANG data model for Layer 2 network topologies. In particular, this data model augments the generic network and network topology data models with topology attributes that are specific to Layer 2.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8944"/>
          <seriesInfo name="DOI" value="10.17487/RFC8944"/>
        </reference>
        <reference anchor="I-D.ogondio-opsawg-ospf-topology">
          <front>
            <title>A YANG Data Model for Open Shortest Path First (OSPF) Topology</title>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Victor Lopez" initials="V." surname="Lopez">
              <organization>Nokia</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   This document defines a YANG data model for representing an
   abstracted view of a network topology that contains Open Shortest
   Path First (OSPF) information.  This document augments the 'ietf-
   network' data model by adding OSPF concepts and explains how the data
   model can be used to represent the OSPF topology.

   The YANG data model defined in this document conforms to the Network
   Management Datastore Architecture (NMDA).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ogondio-opsawg-ospf-topology-01"/>
        </reference>
        <reference anchor="I-D.ogondio-nmop-isis-topology">
          <front>
            <title>A YANG Data Model for Intermediate System to intermediate System (IS-IS) Topology</title>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Victor Lopez" initials="V." surname="Lopez">
              <organization>Nokia</organization>
            </author>
            <author fullname="Daniele Ceccarelli" initials="D." surname="Ceccarelli">
              <organization>Cisco</organization>
            </author>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Huawei</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   This document defines a YANG data model for representing an
   abstracted view of a network topology that contains Intermediate
   System to Intermediate System (IS-IS).  This document augments the
   'ietf-network' data model by adding IS-IS concepts and explains how
   the data model can be used to represent the IS-IS topology.

   The YANG data model defined in this document conforms to the Network
   Management Datastore Architecture (NMDA).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ogondio-nmop-isis-topology-00"/>
        </reference>
        <reference anchor="RFC9418">
          <front>
            <title>A YANG Data Model for Service Assurance</title>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="J. Quilbeuf" initials="J." surname="Quilbeuf"/>
            <author fullname="P. Lucente" initials="P." surname="Lucente"/>
            <author fullname="P. Fasano" initials="P." surname="Fasano"/>
            <author fullname="T. Arumugam" initials="T." surname="Arumugam"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document specifies YANG modules for representing assurance graphs. These graphs represent the assurance of a given service by decomposing it into atomic assurance elements called subservices. The companion document, "Service Assurance for Intent-Based Networking Architecture" (RFC 9417), presents an architecture for implementing the assurance of such services.</t>
              <t>The YANG data models in this document conform to the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9418"/>
          <seriesInfo name="DOI" value="10.17487/RFC9418"/>
        </reference>
        <reference anchor="I-D.ietf-ccamp-network-inventory-yang">
          <front>
            <title>A YANG Data Model for Network Hardware Inventory</title>
            <author fullname="Chaode Yu" initials="C." surname="Yu">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Sergio Belotti" initials="S." surname="Belotti">
              <organization>Nokia</organization>
            </author>
            <author fullname="Jean-Francois Bouquier" initials="J." surname="Bouquier">
              <organization>Vodafone</organization>
            </author>
            <author fullname="Fabio Peruzzini" initials="F." surname="Peruzzini">
              <organization>TIM</organization>
            </author>
            <author fullname="Phil Bedard" initials="P." surname="Bedard">
              <organization>Cisco</organization>
            </author>
            <date day="9" month="July" year="2023"/>
            <abstract>
              <t>   This document defines a YANG data model for network hardware
   inventory data information.

   The YANG data model presented in this document is intended to be used
   as the basis toward a generic YANG data model for network hardware
   inventory data information which can be augmented, when required,
   with technology-specific (e.g., optical) inventory data, to be
   defined either in a future version of this document or in another
   document.

   The YANG data model defined in this document conforms to the Network
   Management Datastore Architecture (NMDA).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ccamp-network-inventory-yang-02"/>
        </reference>
        <reference anchor="I-D.wzwb-opsawg-network-inventory-management">
          <front>
            <title>A YANG Network Data Model of Network Inventory</title>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Cheng Zhou" initials="C." surname="Zhou">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <date day="19" month="October" year="2023"/>
            <abstract>
              <t>   This document defines a base YANG data model for network inventory
   that is application- and technology-agnostic.  This data model can be
   augmented with application-specific and technology-specific details
   in other, more specific network inventory data models.

   This document is meant to help IVY base Network Inventory model
   discussion and ease agreement on a base model that would be flexible
   enough to be augmented with components that are covered by the IVY
   Charter.

   The hardware components definition are adapted from draft-ietf-ccamp-
   network-inventory-yang-02.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-wzwb-opsawg-network-inventory-management-04"/>
        </reference>
        <reference anchor="I-D.ietf-ivy-network-inventory-topology">
          <front>
            <title>A Network Data Model for Inventory Topology Mapping</title>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Cheng Zhou" initials="C." surname="Zhou">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="4" month="February" year="2025"/>
            <abstract>
              <t>   This document defines a YANG model to map the network inventory data
   with the topology model to form a base underlay network.  The model
   facilitates the correlation between the layer (e.g., Layer 2 and
   Layer 3) topology information and the inventory data of the underlay
   network for better service provisioning, network maintenance
   operations, and other assessment scenarios.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ivy-network-inventory-topology-01"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-ntw-attachment-circuit">
          <front>
            <title>A Network YANG Data Model for Attachment Circuits</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Richard Roberts" initials="R." surname="Roberts">
              <organization>Juniper</organization>
            </author>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="23" month="January" year="2025"/>
            <abstract>
              <t>   This document specifies a network model for attachment circuits.  The
   model can be used for the provisioning of attachment circuits prior
   or during service provisioning (e.g., VPN, Network Slice Service).  A
   companion service model is specified in the YANG Data Models for
   Bearers and 'Attachment Circuits'-as-a-Service (ACaaS) (I-D.ietf-
   opsawg-teas-attachment-circuit).

   The module augments the base network ('ietf-network') and the Service
   Attachment Point (SAP) models with the detailed information for the
   provisioning of attachment circuits in Provider Edges (PEs).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-ntw-attachment-circuit-16"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-teas-attachment-circuit">
          <front>
            <title>YANG Data Models for Bearers and 'Attachment Circuits'-as-a-Service (ACaaS)</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Richard Roberts" initials="R." surname="Roberts">
              <organization>Juniper</organization>
            </author>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="23" month="January" year="2025"/>
            <abstract>
              <t>   Delivery of network services assumes that appropriate setup is
   provisioned over the links that connect customer termination points
   and a provider network.  The required setup to allow successful data
   exchange over these links is referred to as an attachment circuit
   (AC), while the underlying link is referred to as "bearer".

   This document specifies a YANG service data model for ACs.  This
   model can be used for the provisioning of ACs before or during
   service provisioning (e.g., Network Slice Service).

   The document also specifies a YANG service model for managing bearers
   over which ACs are established.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-teas-attachment-circuit-20"/>
        </reference>
        <reference anchor="RFC8466">
          <front>
            <title>A YANG Data Model for Layer 2 Virtual Private Network (L2VPN) Service Delivery</title>
            <author fullname="B. Wen" initials="B." surname="Wen"/>
            <author fullname="G. Fioccola" initials="G." role="editor" surname="Fioccola"/>
            <author fullname="C. Xie" initials="C." surname="Xie"/>
            <author fullname="L. Jalil" initials="L." surname="Jalil"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model that can be used to configure a Layer 2 provider-provisioned VPN service. It is up to a management system to take this as an input and generate specific configuration models to configure the different network elements to deliver the service. How this configuration of network elements is done is out of scope for this document.</t>
              <t>The YANG data model defined in this document includes support for point-to-point Virtual Private Wire Services (VPWSs) and multipoint Virtual Private LAN Services (VPLSs) that use Pseudowires signaled using the Label Distribution Protocol (LDP) and the Border Gateway Protocol (BGP) as described in RFCs 4761 and 6624.</t>
              <t>The YANG data model defined in this document conforms to the Network Management Datastore Architecture defined in RFC 8342.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8466"/>
          <seriesInfo name="DOI" value="10.17487/RFC8466"/>
        </reference>
        <reference anchor="RFC8299">
          <front>
            <title>YANG Data Model for L3VPN Service Delivery</title>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="L. Tomotaki" initials="L." surname="Tomotaki"/>
            <author fullname="K. Ogaki" initials="K." surname="Ogaki"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model that can be used for communication between customers and network operators and to deliver a Layer 3 provider-provisioned VPN service. This document is limited to BGP PE-based VPNs as described in RFCs 4026, 4110, and 4364. This model is intended to be instantiated at the management system to deliver the overall service. It is not a configuration model to be used directly on network elements. This model provides an abstracted view of the Layer 3 IP VPN service configuration components. It will be up to the management system to take this model as input and use specific configuration models to configure the different network elements to deliver the service. How the configuration of network elements is done is out of scope for this document.</t>
              <t>This document obsoletes RFC 8049; it replaces the unimplementable module in that RFC with a new module with the same name that is not backward compatible. The changes are a series of small fixes to the YANG module and some clarifications to the text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8299"/>
          <seriesInfo name="DOI" value="10.17487/RFC8299"/>
        </reference>
        <reference anchor="RFC9291">
          <front>
            <title>A YANG Network Data Model for Layer 2 VPNs</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document defines an L2VPN Network Model (L2NM) that can be used to manage the provisioning of Layer 2 Virtual Private Network (L2VPN) services within a network (e.g., a service provider network). The L2NM complements the L2VPN Service Model (L2SM) by providing a network-centric view of the service that is internal to a service provider. The L2NM is particularly meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices.</t>
              <t>Also, this document defines a YANG module to manage Ethernet segments and the initial versions of two IANA-maintained modules that include a set of identities of BGP Layer 2 encapsulation types and pseudowire types.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9291"/>
          <seriesInfo name="DOI" value="10.17487/RFC9291"/>
        </reference>
        <reference anchor="RFC9182">
          <front>
            <title>A YANG Network Data Model for Layer 3 VPNs</title>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <author fullname="A. Aguado" initials="A." surname="Aguado"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>As a complement to the Layer 3 Virtual Private Network Service Model (L3SM), which is used for communication between customers and service providers, this document defines an L3VPN Network Model (L3NM) that can be used for the provisioning of Layer 3 Virtual Private Network (L3VPN) services within a service provider network. The model provides a network-centric view of L3VPN services.</t>
              <t>The L3NM is meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices. The model can also facilitate communication between a service orchestrator and a network controller/orchestrator.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9182"/>
          <seriesInfo name="DOI" value="10.17487/RFC9182"/>
        </reference>
        <reference anchor="I-D.ietf-nmop-network-incident-yang">
          <front>
            <title>A YANG Data Model for Network Incident Management</title>
            <author fullname="Tong Hu" initials="T." surname="Hu">
              <organization>CMCC</organization>
            </author>
            <author fullname="Luis M. Contreras" initials="L. M." surname="Contreras">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Nigel Davis" initials="N." surname="Davis">
              <organization>Ciena</organization>
            </author>
            <author fullname="Chong Feng" initials="C." surname="Feng">
         </author>
            <date day="19" month="February" year="2025"/>
            <abstract>
              <t>   A network incident refers to an unexpected interruption of a network
   service, degradation of a network service quality, or sub-health of a
   network service.  Different data sources including alarms, metrics,
   and other anomaly information can be aggregated into a few amount of
   network incidents through data correlation analysis and the service
   impact analysis.

   This document defines a YANG Module for the network incident
   lifecycle management.  This YANG module is meant to provide a
   standard way to report, diagnose, and help resolve network incidents
   for the sake of network service health and root cause analysis.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-network-incident-yang-03"/>
        </reference>
      </references>
    </references>
    <?line 848?>

<section anchor="related-ietf-activities">
      <name>Related IETF Activities</name>
      <section anchor="sec-ntw-topo">
        <name>Network Topology</name>
        <t>Interestingly, we could not find any network topology definition in
   IETF RFCs (not even in <xref target="RFC8345"/>) or Internet-Drafts.  However, it is mentioned
   in multiple documents.  As an example, in Overview and Principles of
   Internet Traffic Engineering <xref target="RFC9522"/>, which
   mentions:</t>
        <blockquote>
          <t>To conduct performance studies and to support planning of existing
   and future networks, a routing analysis may be performed to determine
   the paths the routing protocols will choose for various traffic
   demands, and to ascertain the utilization of network resources as
   traffic is routed through the network.  Routing analysis captures the
   selection of paths through the network, the assignment of traffic
   across multiple feasible routes, and the multiplexing of IP traffic
   over traffic trunks (if such constructs exist) and over the
   underlying network infrastructure.  A model of network topology is
   necessary to perform routing analysis.  A network topology model may
   be extracted from:</t>
          <ul spacing="normal">
            <li>
              <t>Network architecture documents</t>
            </li>
            <li>
              <t>Network designs</t>
            </li>
            <li>
              <t>Information contained in router configuration files</t>
            </li>
            <li>
              <t>Routing databases such as the link state database of an interior gateway protocol (IGP)</t>
            </li>
            <li>
              <t>Routing tables</t>
            </li>
            <li>
              <t>Automated tools that discover and collate network topology information.</t>
            </li>
          </ul>
          <t>Topology information may also be derived from servers that monitor
   network state, and from servers that perform provisioning functions.</t>
        </blockquote>
        <t>Another example is <xref target="RFC8453"/> that defines native topology, abstract topology, black topology, grey topology,
   but all in the context of actual topology and physical topology that are not specifically defined.</t>
      </section>
      <section anchor="sec-topology-abstrcation">
        <name>Topology Abstraction</name>
        <t>Please refer to the following for some background on topology abstractions:</t>
        <ul spacing="normal">
          <li>
            <t><xref target="RFC7926"/> defines topology abstraction</t>
          </li>
          <li>
            <t><xref section="5" sectionFormat="of" target="RFC8453"/> describes the topology abstraction methods and discusses topology abstraction factors,
types and their context in the ACTN architecture</t>
          </li>
          <li>
            <t><xref section="3.13" sectionFormat="of" target="RFC8795"/> defines abstract TE topologies</t>
          </li>
          <li>
            <t><xref section="4.1" sectionFormat="of" target="RFC8795"/> defines native TE topologies</t>
          </li>
          <li>
            <t><xref section="4.4" sectionFormat="of" target="RFC8795"/> describes how to deal with multiple abstract TE topologies provided by the same provider</t>
          </li>
          <li>
            <t><xref section="1.3" sectionFormat="of" target="I-D.ietf-teas-te-topo-and-tunnel-modeling"/> gives some background on topology abstraction.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-core">
        <name>Core SIMAP Components</name>
        <t>The following specifications are core for the SIMAP:</t>
        <ul spacing="normal">
          <li>
            <t>IETF network model and network topology model <xref target="RFC8345"/></t>
          </li>
          <li>
            <t>A YANG grouping for geographic location <xref target="RFC9179"/></t>
          </li>
          <li>
            <t>IETF modules that augment <xref target="RFC8345"/> for different technologies:  </t>
            <ul spacing="normal">
              <li>
                <t>A YANG data model for Traffic Engineering (TE) Topologies <xref target="RFC8795"/></t>
              </li>
              <li>
                <t>A YANG data model for Layer 2 network topologies <xref target="RFC8944"/></t>
              </li>
              <li>
                <t>A YANG data model for OSFP topology  <xref target="I-D.ogondio-opsawg-ospf-topology"/></t>
              </li>
              <li>
                <t>A YANG data model for IS-IS topology <xref target="I-D.ogondio-nmop-isis-topology"/></t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="sec-add">
        <name>Additional SIMAP Components</name>
        <t>The SIMAP may need to link to the following models, some are already augmenting <xref target="RFC8345"/>:</t>
        <ul spacing="normal">
          <li>
            <t>Service Attachment Point (SAP) <xref target="RFC9408"/>, augments 'ietf-network' data model <xref target="RFC8345"/> by adding the SAP.</t>
          </li>
          <li>
            <t>SAIN <xref target="RFC9417"/> <xref target="RFC9418"/></t>
          </li>
          <li>
            <t>Network Inventory Model <xref target="I-D.ietf-ivy-network-inventory-yang"/> focuses on physical and virtual inventory.
Logical inventory is currently outside of the scope.
It does not augment RFC8345 like the two Internet-Drafts that it evolved from <xref target="I-D.ietf-ccamp-network-inventory-yang"/>
and <xref target="I-D.wzwb-opsawg-network-inventory-management"/>. <xref target="I-D.ietf-ivy-network-inventory-topology"/>
correlates the network inventory with the general topology via RFC8345 augmentations that reference inventory.</t>
          </li>
          <li>
            <t>KPIs: delay, jitter, loss</t>
          </li>
          <li>
            <t>Attachment Circuits (ACs) <xref target="I-D.ietf-opsawg-ntw-attachment-circuit"/> and <xref target="I-D.ietf-opsawg-teas-attachment-circuit"/></t>
          </li>
          <li>
            <t>Configuration: L2SM <xref target="RFC8466"/>, L3SM <xref target="RFC8299"/>, L2NM <xref target="RFC9291"/>, and L3NM <xref target="RFC9182"/></t>
          </li>
          <li>
            <t>Incident Management for Network Services <xref target="I-D.ietf-nmop-network-incident-yang"/></t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Many thanks to Mohamed Boucadair for his valuable contributions, reviews, and comments.
Many thanks to Adrian Farrel for his SIMAP suggestion and helping to agree the terminology.
Many thanks to Dan Voyer, Brad Peters, Diego Lopez, Ignacio Dominguez Martinez-Casanueva, Italo Busi, Wu Bo,
Sherif Mostafa, Christopher Janz, Rob Evans, Danielle Ceccarelli, and many others for their contributions, suggestions
and comments.</t>
      <t>Many thanks to Nigel Davis <eref target="mailto:ndavis@ciena.com">ndavis@ciena.com</eref> for the valuable discussions and his confirmation of the
modelling requirements.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact fullname="Ahmed Elhassany">
        <organization>Swisscom</organization>
        <address>
          <email>Ahmed.Elhassany@swisscom.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
S9eMAVarCcSczUS/ohaP6LT6v6EQAb/lxwAA

-->

</rfc>
