<?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.43 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-nmop-simap-concept-13" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.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-13"/>
    <author fullname="Olga Havel">
      <organization>Huawei</organization>
      <address>
        <email>olga.havel@huawei.com</email>
      </address>
    </author>
    <author fullname="Benoit Claise">
      <organization>Everything OPS</organization>
      <address>
        <email>benoit@everything-ops.net</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="2026" month="September" day="04"/>
    <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 73?>

<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. SIMAP evolves the earlier 'Digital Map'
concept by making explicit the ties between service and infrastructure layers, clarifying expected
outcomes for operations and automation, and addressing ambiguity associated with the term 'digital.'</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 83?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines the concept of Service &amp; Infrastructure Maps (SIMAP) and outlines
associated requirements and use cases.</t>
      <t>SIMAP is a data model that provides a topological view of the operator's networks and services,
including how it is connected to other models (e.g., inventory) and external data sources (e.g., observability data, and
operational knowledge). This model represents a multi-layered topology
and offers mechanisms to navigate amongst layers and correlate between them,
including layers from physical to service topology.
This model is applicable to multiple domains (access, core, data center, etc.) and
technologies (Optical, IP, etc.). While this document refers to SIMAP as a data model to reflect the Working Group's
intent that it be concretely
implementable, the actual data model specification - including the choice of modelling language and
implementation approach - is out of scope of this document and will be defined in companion specifications.
In particular, SIMAP is not restricted to YANG. YANG is the expected first realization of SIMAP in the
IETF context, and this document refers to YANG modules where that helps the reader, but the concept and
the requirements in <xref target="sec-requirements"/> are intended to be independent of the modelling language.</t>
      <t>Specifically, the SIMAP modelling defines the core topological entities at each layer,
core topological properties, and topological relationships (both inside each layer
and between the layers), to ensure a multi-layered topology can be reconstructed, validated and queried in an
unambiguous and interoperable manner.
The core topological entities are the minimal set of objects required to represent a layer's topology (e.g., network, node, termination point, and link).
The core topological properties are the essential attributes associated with these entities (e.g., identity, topology type, entity
role in topology,   directionality, cardinality, and cost/weight), enabling analysis of how the network structure affects services
and operations. For example, topological reasoning can answer questions such as: 'If link X fails, what services are impacted?' or
'What is the full end-to-end data path of the service flow?'.</t>
      <t>The additional concepts or attributes (such as capacity, operational state, performance metrics, or inventory data) are modelled outside of SIMAP,
the core set provides the necessary structure to support these extensions without losing architectural consistency.</t>
      <t>The SIMAP modelling also defines how to access other external models
from a topology. SIMAP 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 instances of network and service topologies at different layers.
There may be a separate topology instance for each layer in a multi-layered network,
or a single topology instance that encompasses multiple layers.
Since SIMAP is a data model <xref target="RFC3444"/><xref target="RFC7950"/> and data models can drive APIs
(<xref section="1.3" sectionFormat="of" target="RFC8040"/> describes such a data-model-driven API, where a client derives resource
URLs and message structure from the YANG modules),
the SIMAP provides access to this data via standard APIs for both read and write access, typically
from a controller, with query capabilities and links to other data models (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).</t>
      <t>The SIMAP also provides write operations with the same set of APIs. These are not intended to change the
live network by writing to the topology, as a configuration northbound interface from the controller would;
changes are applied to the network via the normal controller operations. Write access serves two other
purposes: online and offline simulation, and recording topology that cannot be discovered from the network,
such as the intended topology and the passive topology.</t>
      <t>Both real network, online simulation, and offline simulation APIs can be built on the same data model.
The real network API reflects actual changes in the topology as reported by the SIMAP server.
Online simulation applies hypothetical changes to the current live model to assess immediate impacts
(e.g., if link X fails, what services are disrupted), without altering the real network.
Offline simulation applies hypothetical changes to a saved or alternate model,
useful for planning, training, or evaluating changes before deployment.
Each data source is reported as a distinct topology instance, but when desired the real network and
online simulation data can be merged into a single topology instance, while the offline simulation
remains separate. The simulated topology instance can be matched directly to the corresponding
real network topology for comparison. This approach preserves independence between real and
simulated data while enabling side by side analysis.</t>
      <t>These simulation capabilities, together with the different levels of abstraction at which a SIMAP
can represent a network, are among the building blocks of a Network Digital Twin. The relationship
between SIMAP and the Network Digital Twin concept is discussed in <xref target="sec-ndt"/>.</t>
      <t><xref target="sec-related"/> summarizes other IETF work related to topology modelling, including <xref target="RFC8345"/>,
and how it relates to the SIMAP. It is informative: this document does not prescribe which models
are used as the basis for a SIMAP.</t>
    </section>
    <section anchor="sec-terminology">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in BCP
14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all
capitals, as shown here.</t>
      <t>The normative keywords in this document define requirements for future
SIMAP specifications and implementations that claim conformance to SIMAP,
and do not impose requirements on this document itself.</t>
      <t>This document makes use of the following terms:</t>
      <dl>
        <dt>Domain:</dt>
        <dd>
          <t>A collection of network resources, services, and management
functions that are administered under a common set of policies or operational
control. Domains may correspond to technology boundaries (e.g., optical, IP),
functional areas (e.g., access, core, data center), or administrative
partitions. Multi-domain SIMAP operations involve correlating topology and
service information across such domains.</t>
        </dd>
        <dt>Topology:</dt>
        <dd>
          <t>Topology 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, for example: point-to-point,
bus, ring, star, tree, mesh, hybrid, and daisy chain.</t>
        </dd>
        <dt/>
        <dd>
          <t>Topologies may be unidirectional (all links unidirectional) or bidirectional (all links bidirectional), or contain combination of unidirectional and bidirectional links.</t>
        </dd>
        <dt/>
        <dd>
          <t>Where a link is bidirectional, the two directions may or may not be supported by the same underlay
resources. Both cases, co-routed and non-co-routed (also referred to as associated) bidirectionality,
need to be distinguishable, since they differ in fate sharing and therefore change the outcome of
any impact analysis.</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/>
        <dd>
          <t><xref target="RFC8345"/> also refers to this multi-layered topology as topology hierarchy (stack). It
also uses layers when describing supporting relations (represent layered network topologies),
underlay/overlay, network nodes and layering information. <xref target="RFC8345"/> states that the model can be
used for representation of layered network topologies.</t>
        </dd>
        <dt/>
        <dd>
          <t><xref target="RFC8345"/> is flexible and can support both the same network topology instance with multiple layers (e.g., Layer 2 and Layer 3)
or separate network topology instances with supporting relations between them (e.g., separate Layer 2 and Layer 3).
Therefore, multiple topology layers can be grouped into the same network topology instance, if solution requires.</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 client 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. The correspondence is deliberately loose: as defined above, each
topology layer represents a connectivity aspect of the network and services that needs
to be configured, controlled and monitored, and such layers are not required to map
one to one onto the OSI layers.</t>
        </dd>
        <dt/>
        <dd>
          <t>Some topology layers represent the network topology of Layer 3 control protocols, 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 application/flow layer represents the view of Service data flows for
different classes of service - video, voice and data traffic.
The layers may differ depending on the solution, so the bottom and
top layers may not be the same across all solutions. We can illustrate
the concept of topology layers by listing the common set - e.g.,
</t>
          <ul spacing="normal">
            <li>
              <t>physical: L1, one or multiple layers, if fully modelling different optical layers. Used for WSON, OTN optical, OTN digital),</t>
            </li>
            <li>
              <t>data link: L2 for Ethernet, LAGs and VLAN,</t>
            </li>
            <li>
              <t>network: L3 for IPv4 and IPv6. IPv4 and IPv6 may be modelled as a single topology layer or as
separate topology layers, since the two topologies are not necessarily congruent,</t>
            </li>
            <li>
              <t>IGP/EGP: for routing inside or between ASs, different layers for underlay and overlay, for ISIS, OSPF, iBGP, eBGP,</t>
            </li>
            <li>
              <t>tunnel/transport: for transport tunnels, paths and policies, for example GRE, IPsec,
pseudowires, MPLS-TE LSPs, and SR/SRv6 policies,</t>
            </li>
            <li>
              <t>service: for different overlay services, like L2VPNs, L3VPNs, slices, SD-WAN,</t>
            </li>
            <li>
              <t>application: for video, voice and data traffic flows.</t>
            </li>
          </ul>
          <t>However, this list is illustrative only; it is not a prescriptive requirement.
Different solutions may adopt alternative layering schemes or combine layers
differently. Therefore, we will present the above as an example of one possible
solution, while keeping the definition flexible enough to accommodate flexible layering.</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="RFC9940"/></t>
        </dd>
        <dt>Intent:</dt>
        <dd>
          <t>Defined in <xref section="3.1" sectionFormat="of" target="RFC9315"/>.</t>
        </dd>
        <dt>Termination Point:</dt>
        <dd>
          <t>Defined in <xref target="RFC8345"/>, as follows:</t>
        </dd>
        <dt/>
        <dd>
          <t>The network-topology module defines a topology graph and components from which it is
composed: nodes, edges, and termination points.  Nodes (from the "ietf-network" module) represent
graph vertices and links represent graph edges.  Nodes also contain termination points that anchor the
links.</t>
        </dd>
        <dt/>
        <dd>
          <t>A node has a list of termination points that are used to terminate links. An example of a termination point might
be a physical or logical port or, more generally, an interface.
Like a node, a termination point can in turn be supported by an underlying termination point, contained in the
supporting node of the underlay network.</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 topological view of the operator's networks and services, including how it is
connected to other models (e.g., inventory) and external data sources (e.g., observability data, 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 centers, etc.) and technologies (Optical, IP, etc.)</t>
        </dd>
        <dt/>
        <dd>
          <t>Therefore, SIMAP defines the core topological entities, their role in the network, core topological
properties, and relationships both inside each layer and between the layers.
It is a 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 modelling:</dt>
        <dd>
          <t>SIMAP modelling is the set of principles, guidelines, and conventions to model the SIMAP. 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 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 other non-topological data for the instances (e.g., inventory,
 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>
        <dt/>
        <dd>
          <t>There may be multiple SIMAP data instances of the same kind at the same time, for example
several snapshots, several potential topologies, or several intended topologies, each
identifiable and retrievable independently.</t>
        </dd>
        <dt>SIMAP API:</dt>
        <dd>
          <t>SIMAP API is the set of interfaces that allow the client applications to create, read, update, and delete data that conforms to the SIMAP.</t>
        </dd>
        <dt>SIMAP client application:</dt>
        <dd>
          <t>Consumer of the SIMAP API. An application that consumes the SIMAP API.
It sends requests to a SIMAP server, receives responses, and uses the returned data to drive its own logic.
Typical clients include network management systems, orchestration tools, monitoring dashboards, capacity management applications,
or any software that needs to read or modify the topology information defined by the SIMAP.
The client is responsible for forming valid API calls, handling authentication/authorization, parsing responses,
and translating the SIMAP into its own internal representation.</t>
        </dd>
        <dt>SIMAP server:</dt>
        <dd>
          <t>Provider of the SIMAP API. An application or a system that implements the API endpoints to expose the SIMAP data model to external consumers,
building it from live network state or simulation scenarios. The server accepts requests to create, read, update, delete, or query instances of the SIMAP topology,
validates input against the data model schema, persists changes (if any), and returns responses that conform to the SIMAP API specification.
The server's implementation may reside inside a controller, orchestrator, device, service manager, or any other application/system-or
be a standalone application/system-depending on the solution architecture.
The server may offer ancillary services such as authentication, rate limiting, versioning, logging, and monitoring,
but its primary role is to expose the SIMAP via programmable interface.</t>
        </dd>
      </dl>
    </section>
    <section anchor="sample-simap-use-cases">
      <name>Sample SIMAP Use Cases</name>
      <t>The following subsections provide a non-exhaustive list of SIMAP use cases, with a focus on the related SIMAP client application requirements
and its interactions with SIMAP server, in order to extract the SIMAP-related requirements (Section 4).</t>
      <t>In this section, the ability to retrieve "a topology layer" or "the topology at any layer" is always
subject to what the client application is authorized to see: a SIMAP server may hide layers, or expose
an abstraction of a layer in place of the layer itself, for security, administrative, or commercial
reasons. Where the underlying resources are not disclosed, the client is presented with an abstract
topology and navigates that instead (REQ-TOPOLOGY-ABSTRACTION).</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 APIs can be invoked to retrieve all Services for selected service types.
A SIMAP client application that triggers such a request will be able to retrieve the topology for selected Services
via the SIMAP APIs and, from the response, it will be able to navigate top-down to the lower layers via the
supporting relationship provided by the SIMAP server.  In doing so,
the SIMAP client application will be able to determine what logical resources are
used by a Service.  The supporting relations to the lowest layer, provided by the SIMAP server, will
help the SIMAP client application to determine what physical resources are used by
the Service. This addresses a requirement for systems to be able to provide topology and resource views of services,
at different levels of abstraction, using the SIMAP <xref target="ETSI-ZSM-019"/>.
Knowing the physical resources a service uses enables capacity planning, fault isolation, performance monitoring, and accurate billing.</t>
        </section>
        <section anchor="resource-service">
          <name>Resource -&gt; Service</name>
          <t>A SIMAP client 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>These APIs 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. Its primary goals are to
prevent network congestion, balance traffic loads, and ensure efficient use of bandwidth while meeting performance
requirements.</t>
          <t>The use cases for capacity planning, simulation, network simulation and network emulation, closed loop, and potentially
others, should consider TE if configured in the network.</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, analysed, 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: Identify anomalies, predict potential failures, or detect security threats,
for example leveraging AI and machine learning.</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 SIMAP client application will be able to retrieve a topology layer and any network/node/termination point/link instances
from the SIMAP server via the SIMAP APIs 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 SIMAP client application will be able to retrieve physical topology from the SIMAP server via the SIMAP APIs and from the
response it will be able to retrieve the physical inventory of individual devices and cables and the customer
information, if applicable.</t>
        <t>The SIMAP client application may request either one or multiple topology layers via the SIMAP APIs and from the response
it will be able to navigate to any other data models outside of the core SIMAP topology 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>
        <t>The IVY working group is a good source of information for inventory information.</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 assessing 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 affecting other Services already provisioned on the network.</t>
        <t>Some of the factors that need assessing 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 placement feasibility check application will be able to retrieve the topology at any layer from the SIMAP server
via the SIMAP APIs and from the response it will be able to navigate to any other data models 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 SIMAP client application will be able to retrieve a topology layer and any network/node/termination point/link instances
from the SIMAP server via the SIMAP APIs 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 SIMAP client application will be able to retrieve a topology at any layer from a SIMAP server via the SIMAP APIs and from the
response it will be able to navigate to and retrieve any KPIs for selected topology entity.</t>
      </section>
      <section anchor="network-capacity-planning">
        <name>Network Capacity Planning</name>
        <t>Network capacity planning refers to the process of analysing, 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 analysing 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 performance 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 capacity planning application will be able to retrieve a topology layer and any network/node/termination point/link instances from
the SIMAP server via the SIMAP APIs 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 generate a candidate network topology, based on the initial design
and the current network topology; this candidate network topology 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 constraints on port optic speed, type (LR vs SR for instance), etc.</t>
        <t>The network design application can (via SIMAP API):</t>
        <ul spacing="normal">
          <li>
            <t>Write the intended network interconnect (topology + rules), this is the intent of the network topology that cannot
be retrieved from the real network (e.g. our L2 topology interconnect intent, or L3 topology interconnect intent).
One network (in case of small network) or interconnect of multiple networks (bigger networks).</t>
          </li>
          <li>
            <t>Retrieve the proposed network interconnect (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 interconnects.</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 interconnect (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 performed (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. The
categories below are provided as background, to illustrate the range of simulation a SIMAP may be asked to
support; this document does not define a new classification of network simulation.</t>
          <ol spacing="normal" type="1"><li>
              <dl>
                <dt>Discrete event simulation:</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 analyse 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 amongst 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 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 anchor="use-of-the-simap-for-simulation-and-emulation">
          <name>Use of the SIMAP for Simulation and Emulation</name>
          <t>Whichever type of simulation is used, the SIMAP client application will be able to retrieve a topology layer,
and any network/node/termination point/link instances, from the SIMAP server via the SIMAP APIs, and to
navigate from those entities to the other models needed to parameterize the simulation, such as traffic
metrics, capacity, or status. The hypothetical changes to be evaluated (e.g., removing a link, adding a node,
or changing a link metric) are expressed by writing a potential network topology via the
SIMAP APIs, either as a full topology or as the differences from the current snapshot, and the results are
compared against the corresponding real network topology. Because a potential topology is distinct from the
live one, the simulation does not alter the real network, and multiple alternative topologies can be
evaluated and compared concurrently.</t>
          <t>For network emulation, the SIMAP serves as the source of the topology from which the emulated environment
is built: the client application retrieves the multi-layered topology, at the layers relevant to the
protocols being emulated, and instantiates the emulated nodes, links and termination points from it. The
intended network topology can be used for this purpose where the emulation is to reflect a design
rather than the current live network, as described in <xref target="network-design"/>. The emulation itself, including
the choice of software images and the runtime environment, is outside the scope of the SIMAP.</t>
        </section>
      </section>
      <section anchor="postmortem-replay">
        <name>Postmortem Replay</name>
        <t>For the postmortem replay use case, the client application will use the SIMAP APIs 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="sec-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, the network configuration change and optimization strategy can be pre-verified and
historical data can support e.g. postmortem replay (<xref target="postmortem-replay"/>))</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 APIs can be used 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 APIs can be used for specification of
hypothetical network and service states for 'what-if' analysis, e.g. for feasibility checks
(<xref target="sec-feasibility"/>), simulation or emulation (<xref target="sec-emule"/>)). Such analysis may be used in support of
e.g. network capacity planning (<xref target="network-capacity-planning"/>)) or network design (<xref target="network-design"/>)).</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>
        <t>While network emulation (<xref target="sec-emule"/>) can be a component within an NDT, the NDT itself is a broader construct
that integrates multiple modeling techniques, including emulation, simulation, and analytics, to support intelligent
network operations. NDT uses network emulation and includes network emulation use case, but it also interacts with
the real network to support intelligent operations, including predictive analytics, intent verification,
and full lifecycle management of network and services.</t>
      </section>
    </section>
    <section anchor="sec-requirements">
      <name>SIMAP Operator Requirements</name>
      <t>The SIMAP operator requirements are split into three groups for different target audiences:</t>
      <ul spacing="normal">
        <li>
          <dl>
            <dt>Functional requirements:</dt>
            <dd>
              <t>These requirements are collected from the operators and 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 operator 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 data models.</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 APIs design itself (e.g., to better optimize performance) or for the SIMAP servers
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>
      <t>The requirements in <xref target="sec-functional"/> and <xref target="sec-design"/> are written in lower case. They record what
operators need from a SIMAP and are input to future SIMAP specifications, rather than conformance
statements binding an implementation directly. Where this document does bind future specifications or
implementations, the normative keywords of <xref target="sec-terminology"/> are used in upper case, as in
<xref target="sec-arch"/> and <xref target="sec-security"/>.</t>
      <section anchor="sec-functional">
        <name>Functional 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 SIMAP
must be able to reconstruct a topology at any layer in an unambiguous manner via these core concepts only,
without the need to understand layer or technology specific information.</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 views for all layers of network topology, from physical network
(ideally optical), Layer 2, Layer 3 up to  Service and intent views. It must provide flexibility
to support both the same network topology instance with multiple layers (e.g., Layer 2 and Layer 3)
or separate network topology instances with supporting relations between them (e.g., separate Layer 2 and Layer 3).
Multiple topology layers can be grouped into the same network topology instance, if solution requires.</t>
          </dd>
          <dt>REQ-VIEWPOINTS:</dt>
          <dd>
            <t>SIMAP should provide different views to different client applications. For example, one client application
may need to see Layer 2 and Layer 3 layers in a single network topology instance, while another client application may need to see
them as separate network topology instances.</t>
          </dd>
          <dt>REQ-PASSIVE-TOPO:</dt>
          <dd>
            <t>SIMAP must support capability to model topology of the complete network. If the implementation requires
passive topology to be part of the complete multi-layered topology, then SIMAP must support
the capability to model the passive part of the network (in addition to the active part).</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/>
          <dd>
            <t>The passive topology must be either implemented in the SIMAP (what cannot be discovered can be added using the write API)
or accessible from the SIMAP. Whether the passive topology is included as part of the SIMAP or
accessible from the SIMAP is left to the solutions.</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. These are not for directly changing the live network by writing to
the SIMAP (e.g., changing the network or Service parameters), but for offline simulations, also known as
what-if scenarios, and for recording topology that cannot be discovered from the network
(see REQ-INTENDED and REQ-PASSIVE-TOPO).</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/>
          <dd>
            <t>SIMAP implementations and specifications MUST provide an unambiguous
separation between real network topology state and simulation state.
Simulation data MUST NOT overwrite, obscure, or be exposed as operational
network state, and mechanisms MUST exist to ensure that simulated changes
cannot be interpreted as real network conditions or configuration.</t>
          </dd>
          <dt>REQ-STD-API-BASED:</dt>
          <dd>
            <t>Standard-based SIMAP and APIs, for multivendor support.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must provide the standard APIs that provide for read, write, and query operations.
These APIs must also provide the capability to retrieve the links to external data/models.</t>
          </dd>
          <dt>REQ-COMMON-API:</dt>
          <dd>
            <t>SIMAP and common APIs, for multi-domain.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP and its 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 APIs 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 to support both network path queries and other specific use case queries.
This means that the SIMAP must provide an efficient means to retrieve network paths,
to accommodate the difficulty operators experience when retrieving network paths
via the chain termination-point-&gt;link-&gt;termination-point, without having a direct adjacency relation.
Additionally, SIMAP must enable efficient retrieval of the data required by other use case queries.</t>
          </dd>
          <dt>REQ-TOPOLOGY-ABSTRACTION:</dt>
          <dd>
            <t>Navigation across the abstraction levels.</t>
          </dd>
          <dt/>
          <dd>
            <t>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 APIs and model. Please refer to the <xref target="sec-topology-abstraction"/> for some background on the
topology abstraction.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must provide a mechanism to navigate across the abstraction levels.</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 snapshot of the real 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 a potential network topology.</t>
          </dd>
          <dt/>
          <dd>
            <t>A potential new network topology  is a provisional view at a given point in time that incorporates
modifications relative to the current snapshot. It may represent the full topology or
only the differences from the snapshot.</t>
          </dd>
          <dt/>
          <dd>
            <t>The view is needed for what-if analysis, pre-configuration, and simulation.</t>
          </dd>
          <dt>REQ-INTENDED:</dt>
          <dd>
            <t>Intended network topology.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must enable both retrieval and write access to the intended
network topology that cannot be discovered from the real network
(e.g., intended Layer 2 Topology, intended Layer 3 Topology, and
passive topology that cannot be discovered).</t>
          </dd>
          <dt/>
          <dd>
            <t>The intended topology represents the desired topology, without always detailing the intermediate hops,
devices or detailed links that the current live topology contains. It can be used to verify if
the live topology complies with the intent.</t>
          </dd>
          <dt>REQ-SEMANTIC:</dt>
          <dd>
            <t>Network topology semantics.</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 both within a topology layer and between topology layers.</t>
          </dd>
          <dt/>
          <dd>
            <t>Within-layer navigation means that SIMAP client applications should be able to move amongst entities that belong to the same layer.
For example, in the IGP layer, the navigation should allow moving between OSPF/IS-IS management domains, OSPF/IS-IS areas,
OSPF/IS-IS processes, OSPF/IS-IS interfaces, and OSPF/IS-IS links.</t>
          </dd>
          <dt/>
          <dd>
            <t>Between-layer navigation is the navigation across layers that should display the dependencies of entities in one layer on those in another.
For instance, an IP interface that is supported by an Ethernet interface should be visible when moving between the corresponding layers.</t>
          </dd>
          <dt>REQ-EXTENSIBLE:</dt>
          <dd>
            <t>SIMAP must be extensible with metadata. As examples, a controller or the client application could add a custom "location" attribute
to a node to record its physical site, or a controller could attach a "vendorId" field to a device node.
This demonstrates that arbitrary key-value metadata can be appended to any element in the model without altering the core schema.</t>
          </dd>
          <dt>REQ-PLUGG:</dt>
          <dd>
            <t>SIMAP must be pluggable. That is,
</t>
            <ul spacing="normal">
              <li>
                <t>Must connect to other data models 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, inventory of routing policies, or geographic location.</t>
              </li>
              <li>
                <t>Given that not all involved components can be available using YANG, there is a need to connect
SIMAP 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., where a link is modeled as bidirectional, which in turn
might be supported as 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, 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, including point-to-point, point-to-multipoint, multipoint-to-multipoint</t>
          </dd>
          <dt>REQ-MULTI-DOMAIN:</dt>
          <dd>
            <t>SIMAP must provide a mechanism to model links and nodes between networks when the implementation
requires multi-domain topologies, topologies with multiple IGP areas or any network partitioning.
This requirement is about covering connectivity between different networks, subnetworks, or domains.</t>
          </dd>
          <dt>REQ-SUBNETWORK:</dt>
          <dd>
            <t>SIMAP must provide a mechanism to model network decomposition into subnetworks.
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/>
          <dd>
            <t>The network can be partitioned by providing capability to have multiple child network instances as part of a
single parent network, with a relation between the parent network and child 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 a node or a node is supported by a network). This may be required
to model supporting relationships for termination points which are supported by physical devices (e.g., a loopback interface on IP router).</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/>
          <dd>
            <t>An SRv6 example:</t>
          </dd>
          <dt/>
          <dd>
            <t>In an SRv6-enabled network, the sourceIPv6Address field appears twice in the IPFIX data-template/data-record
for a captured flow on an SRv6-enabled provider interface. Once in relation to provider data plane in the
underlay, and once as relation to the customer data plane in the overlay.</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP must provide the semantic capability that each sourceIPv6Address can be mapped to the overlay and
underlay network topology. Both topologies might not be uniquely addressed, the VPN context
(in SRv6 these are the SID's, <xref section="3" sectionFormat="of" target="RFC8986"/>) needs to be considered therefore as well.</t>
          </dd>
          <dt/>
          <dd>
            <t>IPFIX protocol, defined in <xref target="RFC7011"/>, is the protocol for the exchange of flow information from
an Exporting Process to a Collecting Process. <xref section="8" sectionFormat="of" target="RFC7011"/> describes the management of
Templates and Option templates at the Exporting and Collecting Processes, and states the following:</t>
          </dd>
        </dl>
        <blockquote>
          <t>If an Information Element is required more than once in a Template,
the different occurrences of this Information Element SHOULD follow
the logical order of their treatments by the Metering Process. For
example, if a selected packet goes through two hash functions, and if
the two hash values are sent within a single Template, the first
occurrence of the hash value should belong to the first hash function
in the Metering Process. For example, when exporting the two source
IP addresses of an IPv4-in-IPv4 packet, the first sourceIPv4Address
Information Element occurrence should be the IPv4 address of the
outer header, while the second occurrence should be the address of
the inner header. Collecting Processes MUST properly handle
Templates with multiple identical Information Elements.</t>
        </blockquote>
        <dl>
          <dt>REQ-CONTROL-PLANE:</dt>
          <dd>
            <t>Control-plane routing state must be correlatable to the corresponding data-plane topology. For example, the underlay control-plane routing
state must correlate to the underlay L3 topology, while the overlay control-plane routing state must correlate to the overlay L3 network topology.</t>
          </dd>
          <dt/>
          <dd>
            <t>A BMP/BGP example:</t>
          </dd>
          <dt/>
          <dd>
            <t>The BMP peer distinguisher (<xref section="4.2" sectionFormat="of" target="RFC7854"/>) needs to be correlatable to the VRF
of a node and the next-hop attribute of the NLRI in the BMP route-monitoring (<xref section="4.6" sectionFormat="of" target="RFC7854"/>) encapsulated
message to the underlay network topology while the path attribute of the NLRI in the BMP route-monitoring
encapsulated message to the overlay topology.</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-design">
        <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, depending on the solution, be either inside or outside of the SIMAP. If outside of SIMAP,
dynamic paths could be linked to the SIMAP.</t>
              </li>
            </ul>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP should ensure that it is possible to represent the paths/routes and leave the choice of what level of dynamics
to represent to the specific solution/implementations. The model needs to be rich enough to represent any level of dynamics.
However, from experience, we suspect it can be the same model for all level of dynamics.</t>
          </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 data 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 geospatial (geographic coordinates, region, zone, etc.),
temporal (when some fact is true, e.g., the topology or topological entity created at 12:00 UTC),
and historical data (time-stamped historical changes, e.g. all changes from 2019-01-01 to 2023-06-30).</t>
          </dd>
          <dt/>
          <dd>
            <t>The geospatial, 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 SIMAP server implementations
that provide SIMAP API, they are the non-functional requirements for
the SIMAP APIs and SIMAP server implementations:</t>
        <dl>
          <dt>REQ-SCALES:</dt>
          <dd>
            <t>The SIMAP APIs and SIMAP server implementations must be scalable, it must support any provider network, independent of its size.</t>
          </dd>
          <dt>REQ-PERFORMANCE:</dt>
          <dd>
            <t>The SIMAP APIs and SIMAP server implementations MUST support mechanisms that allow efficient retrieval of large topologies, including
incremental, filtered, or paginated access to data. Implementations SHOULD support streaming or subscription-based mechanisms when appropriate
to the protocol binding, to avoid requiring full-dataset retrieval for every request.</t>
          </dd>
          <dt/>
          <dd>
            <t>This requirement ensures that SIMAP can operate effectively in environments with large-scale, multi-layer topologies without mandating specific latency targets or performance metrics.</t>
          </dd>
          <dt>REQ-USABILITY:</dt>
          <dd>
            <t>The SIMAP APIs 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 SIMAP server must perform the initial and on-demand discovery of a network in order to provide the layered
topology via the SIMAP APIs to a client application.</t>
          </dd>
          <dt>REQ-SYNCH:</dt>
          <dd>
            <t>The SIMAP server must perform the sync with the network in order to provide up to date layered topology
via SIMAP APIs to a client application</t>
          </dd>
          <dt>REQ-SECURITY:</dt>
          <dd>
            <t>Any SIMAP interface MUST support strong client authentication and authorization before granting
access to SIMAP operations and data.</t>
          </dd>
          <dt/>
          <dd>
            <t>For YANG-based NETCONF and RESTCONF protocols, access control SHOULD follow the Network
Configuration Access Control Model (NACM) <xref target="RFC8341"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>For non YANG protocols, implementations MUST provide an access control
mechanism with similar level of protection to NACM, including fine grained
authorization, role based access, and the ability to restrict access to
sensitive topology and service and network data.</t>
          </dd>
          <dt/>
          <dd>
            <t>Because SIMAP connects highly sensitive multi layer topology with
service and network data, implementations MUST ensure confidentiality,
integrity, and replay protection for all SIMAP interactions, using
security mechanisms appropriate to the transport protocol (e.g., TLS, SSH).</t>
          </dd>
          <dt/>
          <dd>
            <t>SIMAP implementations MUST prevent unauthorized write or simulation operations
and ensure that simulation functions cannot become unintended configuration changes.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="positioning-simap-in-the-context-of-the-ietf-work">
      <name>Positioning SIMAP in the Context of the IETF Work</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 can be used at different layers of abstraction and SIMAP can provide topology at
different interfaces. Although the SIMAP and APIs 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>
      <t>Appendix A documents some other IETF activities related to topology modeling, it does not want to prescribe how SIMAP
should be modeled or which base models should be used, and it is added for illustrational purposes only.
Therefore it is not included in this section, but added to the Appendix.</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>SIMAP provides a unified access point to multi layer topology, and relations to services
and resources across network domains. Although this document defines concepts and
implementation requirements rather than a concrete implementations and
protocols, these requirements introduce significant security considerations
that any SIMAP implementation or protocol MUST address.</t>
      <dl>
        <dt>Data sensitivity:</dt>
        <dd>
          <t>SIMAP aggregates information that is highly sensitive in operational
environments, including physical/logical/service topology, logical to physical relations,
service relations, identifiers such as SRv6 SIDs, and references to
configuration, inventory, assurance, and telemetry systems. Unauthorized read
access to this information could enable targeted attacks, lateral movement, or
large scale service disruption. Implementations MUST ensure that
confidentiality protections and fine grained access control policies are
applied to all SIMAP data.</t>
        </dd>
        <dt>Authentication:</dt>
        <dd>
          <t>Any SIMAP implementation, regardless of modelling language or protocol,
MUST provide strong client authentication before granting access to SIMAP data or operations.
Authentication mechanisms depend on the underlying protocol binding (e.g., TLS
client certificates, SSH keys, OAuth based API authentication), but the
requirement for strong authentication is universal.</t>
        </dd>
        <dt>Authorization and protocol binding scope:</dt>
        <dd>
          <t>Because SIMAP explicitly allows non YANG protocol bindings (REQ PLUGG), NACM
applies only to YANG based bindings. Non YANG bindings MUST provide an
access control mechanism that offers protections equivalent to NACM, including
role based authorization, fine grained access restrictions, and the ability to
limit access to sensitive topology and service mapping information.</t>
        </dd>
        <dt>Write and simulation operations:</dt>
        <dd>
          <t>SIMAP supports operations that may modify data or simulate modifications (e.g.,
what if analysis). Even when write operations are limited to simulation,
implementations MUST ensure that such operations cannot become unintended
configuration changes, and that simulation results cannot be used to
infer privileged or hidden information.</t>
        </dd>
        <dt>Cross domain aggregation:</dt>
        <dd>
          <t>SIMAP may expose information aggregated from multiple administrative domains.
Implementations MUST ensure that access control policies are consistently
enforced across domains and that cross domain data leakage does not occur.
Policy mismatches or inconsistent authorization models across domains can
create unintended disclosure paths.</t>
        </dd>
        <dt>Transport security:</dt>
        <dd>
          <t>SIMAP implementations MUST ensure confidentiality, integrity, and replay
protection for all protocol exchanges, regardless of the underlying protocol
binding. Transport layer security mechanisms such as TLS <xref target="RFC9846"/> or SSH
<xref target="RFC4253"/> MUST be used where applicable.</t>
        </dd>
      </dl>
      <t>These considerations are not exhaustive; protocol specifications and
implementations of SIMAP MUST define additional security mechanisms appropriate
to their deployment environments.</t>
      <t><xref section="8" sectionFormat="of" target="RFC8345"/> discusses further security consideration for YANG, NETCONF,
RESTCONF and specifically for ietf-network and ietf-network-topology modules.</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="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </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>
        <reference anchor="RFC9846">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="July" year="2026"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document obsoletes RFC 8446, which specified TLS 1.3. This document obsoletes RFC 5246 (specifying TLS 1.2) and RFCs 5077, 6961, 7627, and 8422, all of which pertain to TLS 1.2 or earlier, and updates RFCs 5705 and 6066. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9846"/>
          <seriesInfo name="DOI" value="10.17487/RFC9846"/>
        </reference>
        <reference anchor="RFC4253">
          <front>
            <title>The Secure Shell (SSH) Transport Layer Protocol</title>
            <author fullname="T. Ylonen" initials="T." surname="Ylonen"/>
            <author fullname="C. Lonvick" initials="C." role="editor" surname="Lonvick"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>The Secure Shell (SSH) is a protocol for secure remote login and other secure network services over an insecure network.</t>
              <t>This document describes the SSH transport layer protocol, which typically runs on top of TCP/IP. The protocol can be used as a basis for a number of secure network services. It provides strong encryption, server authentication, and integrity protection. It may also provide compression.</t>
              <t>Key exchange method, public key algorithm, symmetric encryption algorithm, message authentication algorithm, and hash algorithm are all negotiated.</t>
              <t>This document also describes the Diffie-Hellman key exchange method and the minimal set of algorithms that are needed to implement the SSH transport layer protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4253"/>
          <seriesInfo name="DOI" value="10.17487/RFC4253"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="ETSI-ZSM-019" target="https://www.etsi.org/deliver/etsi_gr/ZSM/001_099/019/01.01.01_60/gr_ZSM019v010101p.pdf">
          <front>
            <title>Zero-Touch Network and Service Management (ZSM); ZSM Framework for NaaS</title>
            <author>
              <organization>ETSI</organization>
            </author>
            <date year="2026" month="January"/>
          </front>
          <seriesInfo name="ETSI" value="GR ZSM 019 V1.1.1"/>
        </reference>
        <reference anchor="RFC3444">
          <front>
            <title>On the Difference between Information Models and Data Models</title>
            <author fullname="A. Pras" initials="A." surname="Pras"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <date month="January" year="2003"/>
            <abstract>
              <t>There has been ongoing confusion about the differences between Information Models and Data Models for defining managed objects in network management. This document explains the differences between these terms by analyzing how existing network management model specifications (from the IETF and other bodies such as the International Telecommunication Union (ITU) or the Distributed Management Task Force (DMTF)) fit into the universe of Information Models and Data Models. This memo documents the main results of the 8th workshop of the Network Management Research Group (NMRG) of the Internet Research Task Force (IRTF) hosted by the University of Texas at Austin. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3444"/>
          <seriesInfo name="DOI" value="10.17487/RFC3444"/>
        </reference>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <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>FiberCop</organization>
            </author>
            <author fullname="Phil Bedard" initials="P." surname="Bedard">
              <organization>Cisco</organization>
            </author>
            <date day="27" month="May" year="2026"/>
            <abstract>
              <t>   This document defines a base YANG data model for reporting network
   inventory.  The scope of this base model is set to be application-
   and technology-agnostic.  The base data model can be augmented with
   application- and technology-specific details.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ivy-network-inventory-yang-18"/>
        </reference>
        <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="RFC9940">
          <front>
            <title>Some Key Terms for Network Fault and Problem Management</title>
            <author fullname="N. Davis" initials="N." role="editor" surname="Davis"/>
            <author fullname="A. Farrel" initials="A." role="editor" surname="Farrel"/>
            <author fullname="T. Graf" initials="T." surname="Graf"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="C. Yu" initials="C." surname="Yu"/>
            <date month="April" year="2026"/>
            <abstract>
              <t>This document sets out some terms that are fundamental to a common understanding of network fault and problem management within the IETF.</t>
              <t>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 data models and management protocols that report, make visible, or manage network faults and problems.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9940"/>
          <seriesInfo name="DOI" value="10.17487/RFC9940"/>
        </reference>
        <reference anchor="RFC9315">
          <front>
            <title>Intent-Based Networking - Concepts and Definitions</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="L. Ciavaglia" initials="L." surname="Ciavaglia"/>
            <author fullname="L. Z. Granville" initials="L. Z." surname="Granville"/>
            <author fullname="J. Tantsura" initials="J." surname="Tantsura"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>Intent and Intent-Based Networking are taking the industry by storm. At the same time, terms related to Intent-Based Networking are often used loosely and inconsistently, in many cases overlapping and confused with other concepts such as "policy." This document clarifies the concept of "intent" and provides an overview of the functionality that is associated with it. The goal is to contribute towards a common and shared understanding of terms, concepts, and functionality that can be used as the foundation to guide further definition of associated research and engineering problems and their solutions.</t>
              <t>This document is a product of the IRTF Network Management Research Group (NMRG). It reflects the consensus of the research group, having received many detailed and positive reviews by research group participants. It is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9315"/>
          <seriesInfo name="DOI" value="10.17487/RFC9315"/>
        </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>A Framework for a Network Anomaly Detection Architecture</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>
            <author fullname="Alex Huang Feng" initials="A. H." surname="Feng">
              <organization>Deutsche Telekom</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <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 designed to be generic applicable and extensible.
   Different applications are described and examples are referenced with
   open-source running code.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-network-anomaly-architecture-08"/>
        </reference>
        <reference anchor="I-D.irtf-nmrg-network-digital-twin-arch">
          <front>
            <title>Network Digital Twin (NDT): 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="1" month="July" year="2026"/>
            <abstract>
              <t>   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 concept of Network Digital
   Twin (NDT), provides the basic definitions and a reference
   architecture, lists a set of application scenarios, and discusses
   such technology's benefits and key challenges.

   This document is a product of the Network Management Research Group
   (NMRG) of the Internet Research Task Force (IRTF).  This document
   reflects the consensus of the research group.  It is not a candidate
   for any level of Internet Standard and is published for informational
   purposes.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-nmrg-network-digital-twin-arch-13"/>
        </reference>
        <reference anchor="RFC8986">
          <front>
            <title>Segment Routing over IPv6 (SRv6) Network Programming</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo"/>
            <author fullname="J. Leddy" initials="J." surname="Leddy"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>The Segment Routing over IPv6 (SRv6) Network Programming framework enables a network operator or an application to specify a packet processing program by encoding a sequence of instructions in the IPv6 packet header.</t>
              <t>Each instruction is implemented on one or several nodes in the network and identified by an SRv6 Segment Identifier in the packet.</t>
              <t>This document defines the SRv6 Network Programming concept and specifies the base set of SRv6 behaviors that enables the creation of interoperable overlays with underlay optimization.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8986"/>
          <seriesInfo name="DOI" value="10.17487/RFC8986"/>
        </reference>
        <reference anchor="RFC7854">
          <front>
            <title>BGP Monitoring Protocol (BMP)</title>
            <author fullname="J. Scudder" initials="J." role="editor" surname="Scudder"/>
            <author fullname="R. Fernando" initials="R." surname="Fernando"/>
            <author fullname="S. Stuart" initials="S." surname="Stuart"/>
            <date month="June" year="2016"/>
            <abstract>
              <t>This document defines the BGP Monitoring Protocol (BMP), which can be used to monitor BGP sessions. BMP is intended to provide a convenient interface for obtaining route views. Prior to the introduction of BMP, screen scraping was the most commonly used approach to obtaining such views. The design goals are to keep BMP simple, useful, easily implemented, and minimally service affecting. BMP is not suitable for use as a routing protocol.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7854"/>
          <seriesInfo name="DOI" value="10.17487/RFC7854"/>
        </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>Everything OPS</organization>
            </author>
            <date day="20" month="October" year="2025"/>
            <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' and 'ietf-network-topology' data models 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-01"/>
        </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-ivy-network-inventory-topology">
          <front>
            <title>A YANG 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="27" month="August" year="2026"/>
            <abstract>
              <t>   This document defines a YANG data model that extends the network
   topology data model (RFC 8345) to map network topologies with
   inventories.  The data model introduces the "inventory-topology"
   network type and augmentations for physical entity mappings and
   capabilities, which may be used by any overlay network topology for
   service provisioning validation, network maintenance, and capacity
   planning.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ivy-network-inventory-topology-10"/>
        </reference>
        <reference anchor="RFC9835">
          <front>
            <title>A Network YANG Data Model for Attachment Circuits</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="R. Roberts" initials="R." surname="Roberts"/>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="B. Wu" initials="B." surname="Wu"/>
            <date month="September" 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).</t>
              <t>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="RFC" value="9835"/>
          <seriesInfo name="DOI" value="10.17487/RFC9835"/>
        </reference>
        <reference anchor="RFC9834">
          <front>
            <title>YANG Data Models for Bearers and Attachment Circuits as a Service (ACaaS)</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="R. Roberts" initials="R." role="editor" surname="Roberts"/>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="B. Wu" initials="B." surname="Wu"/>
            <date month="September" 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 a "bearer".</t>
              <t>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., RFC 9543 Network Slice Service).</t>
              <t>The document also specifies a YANG service data model for managing
bearers over which ACs are established.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9834"/>
          <seriesInfo name="DOI" value="10.17487/RFC9834"/>
        </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="18" month="August" year="2026"/>
            <abstract>
              <t>   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 reduce troubleshooting
   tickets and resolve network incidents for the sake of network service
   health and probable root cause analysis.

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

<section anchor="sec-related">
      <name>Related IETF Activities</name>
      <ul empty="true">
        <li>
          <t>Note: The models cited in this section are provided for illustration purposes. It is out of scope to recommend
which models will be used as base to build the SIMAP.</t>
        </li>
      </ul>
      <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, and grey topology,
   but all in the context of actual topology and physical topology that are not specifically defined.</t>
      </section>
      <section anchor="sec-topology-abstraction">
        <name>Topology Abstraction</name>
        <t>Please refer to the following documents 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 relevant to the core functions provided by 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 OSPF 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 <xref target="RFC8345"/>.</t>
          </li>
          <li>
            <t><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="RFC9835"/> and <xref target="RFC9834"/></t>
          </li>
          <li>
            <t>Configuration: The 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 and Reshad Rahman for their valuable contributions, reviews, and comments.
Many thanks to Adrian Farrel for his SIMAP suggestion and helping to agree the terminology.
Many thanks to Chongfeng Xie, Dan Voyer, Brad Peters, Diego Lopez, Ignacio Dominguez Martinez-Casanueva,
Alex Huang Feng, Italo Busi, Wu Bo, Sherif Mostafa, Christopher Janz, Rob Evans, Daniele Ceccarelli,
Sergio Belotti, Aihua Guo and many others for their contributions, suggestions and comments.</t>
      <t>Many thanks to Nigel Davis 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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
DB4RmWZqrUgVmBDai/qhg9qS/B/09i8cACsBAA==

-->

</rfc>
