[OPS-AREA]Re: [nmrg] Re: [NMOP] Re: [OPSAREA @IETF126] IRTF/IETF OPS Transfer: Status & Exploring Coll aboration Opportunities

<[email protected]> Thu, 9 Jul 2026 07:12:54 +0000
Newsgroups gmane.ietf.ops,gmane.ietf.opsawg
Message-ID <ZR1P278MB11709095E43E7881929D8CF189FE2@ZR1P278MB1170.CHEP278.PROD.OUTLOOK.COM>
--===============4860740076627848215==
Content-Type: multipart/signed; protocol="application/pkcs7-signature";
 micalg=sha-256;
	boundary="----=_Part_219344_1171002658.1783581180783"
Content-Language: en-US

------=_Part_219344_1171002658.1783581180783
Content-Type: multipart/alternative;
	boundary="_000_ZR1P278MB11709095E43E7881929D8CF189FE2ZR1P278MB1170CHEP_"
Content-Language: en-US

--_000_ZR1P278MB11709095E43E7881929D8CF189FE2ZR1P278MB1170CHEP_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Dear Iulisloi,



Many thanks for sharing https://arxiv.org/pdf/2604.06856. I understood that=
 you make use of SAIN defined in RFC 9417/9418.



As mentioned in https://mailarchive.ietf.org/arch/msg/nmop/3h0U0xoAAW6mDQjN=
rJjgUvC99hs/, my biased view is that message broker message keying and topi=
c addressing schemes with topic compaction described in https://datatracker=
.ietf.org/doc/html/draft-ietf-nmop-yang-message-broker-message-key could he=
lp to facilitate to make the current network state easily discoverable and =
accessible to AI agents. Where YANG schema and semantics helping in RAGs to=
 make LLM's understand the meaning of the network data and streaming catalo=
gs helping AI agents to discover interested YANG data and their relationshi=
ps.



I believe that the same mechanisms can be applied to other data than YANG i=
tself. Such as BMP. Where we propose with BMP to YANG transformation descri=
bed in https://datatracker.ietf.org/doc/html/draft-netana-nmop-message-brok=
er-bmp-telemetry-msg a semantic rich data model by reusing ietf-bgp YANG mo=
del defined at IDR and augmenting BMP related meta data. We envision the sa=
me also for IPFIX, which then comes in full circle by covering all 3 networ=
k planes.



What are your thoughts and comments when reading this? Does that make sense=
 in context what you are describing in your research paper?



Perhaps going 2 steps further. Taking https://datatracker.ietf.org/doc/html=
/draft-ietf-ivy-network-inventory-yang related work, the inventory states i=
nto context. But also taking analytical data from Network Anomaly Detection=
 related documents (https://datatracker.ietf.org/doc/html/draft-ietf-nmop-n=
etwork-anomaly-architecture, https://datatracker.ietf.org/doc/html/draft-ie=
tf-nmop-network-anomaly-semantics, https://datatracker.ietf.org/doc/html/dr=
aft-ietf-nmop-network-anomaly-lifecycle), which have some commonalities wit=
h intend based SAIN and "plug" AI agents into the anomaly lifecycle optimiz=
ation process https://datatracker.ietf.org/doc/html/draft-ietf-nmop-network=
-anomaly-lifecycle#section-5.



Does that make sense from your perspective?



Best wishes

Thomas

From: Zacarias, Iulisloi <[email protected]>
Sent: Thursday, June 25, 2026 11:01 AM
To: Chongfeng Xie <[email protected]>; Graf Thomas, SCS-INI-NET-VNC-E2=
E <[email protected]>; ops-area <[email protected]>; opsawg <opsawg@=
ietf.org>; nmop <[email protected]>; [email protected]
Cc: [email protected]
Subject: Re: [nmrg] Re: [NMOP] Re: [OPSAREA@IETF126] IRTF/IETF OPS Transfer=
: Status & Exploring Collaboration Opportunities

Be aware: This is an external email.


Dear Mr. Graf  and Dr. Xie,



I know this is at a very initial stage, and probably right now there are to=
ns of papers within the same subject, but at the last EuCNC we presented a =
poster that covers some of the answers from Dr. Xie.

Specifically, the Q1/Planning and Reasoning part, where we input high-level=
 intents, and get an "orchestrator" agent to decompose the tasks into many =
sub-tasks. We then measured how "well" the orchestrator agent could route t=
he commands to the right "sub-agents" in the network. So I believe it kind =
of covers item iii as well (Tool Use & Execution), although we just mocked =
the tool calls (we did not implement the calls to network devices). We only=
 implemented raw function calls between agents (using Python), but those ca=
lls can be easily implemented as MCP/JSON-RPC calls, so I believe we also p=
roduced evidence that supports Q3.



A long version of the document is available here: https://arxiv.org/abs/260=
4.06856



Sorry for spamming the list, and please ignore my message if this is not re=
levant for the discussion, but I kind of see a strong match between this po=
ster/paper and the discussed subject on this thread.



Kind regards,

Iulisloi









________________________________
From: [email protected]<mailto:[email protected]> <xiechf@chinate=
lecom.cn<mailto:[email protected]>> on behalf of Chongfeng Xie <xiechf=
@chinatelecom.cn<mailto:[email protected]>>
Sent: 25 June 2026 03:14:50
To: Thomas.Graf; ops-area; opsawg; nmop; [email protected]<mailto:[email protected]=
>
Cc: [email protected]<mailto:[email protected]>
Subject: [nmrg] Re: [NMOP] Re: [OPSAREA@IETF126] IRTF/IETF OPS Transfer: St=
atus & Exploring Collaboration Opportunities



Hi Thomas,

Thank you for raising this topic for discussion. For the questions about AI=
 agents, I'd like to provide my understanding for your reference.  Network =
management is a specific application of AI, and the management functions ca=
n be implemented across various AI agents that interact with the different =
components of the network management system.

Q1. Which AI agents capabilities are suitable for network management?
   A:   AI agents have the following common capabilities,

    - Perception: Processes multi-modal inputs (text, images, audio) and tr=
acks context and state over time.

    - Planning & Reasoning: Breaks high-level goals into actionable sub-tas=
ks, dynamically re-plans when obstacles arise, and evaluates trade-offs bef=
ore acting.

    - Tool Use & Execution: Autonomously calls external tools-search engine=
s, APIs, calendars, code interpreters, and databases-to take real action in=
 the digital world (e.g., send emails, book flights, query data).

    - Learning & Self-Correction: Detects errors, reflects on outcomes, ite=
rates on solutions, and utilizes both short-term and long-term memory to im=
prove over time.

All the capabilities above are useful for network management. With the unde=
rground support of LLM models, the following functionalities can be realize=
d by AI agents in the context of network management,

   - Intent-based auto-assignment: Automatically routes NOC tickets based o=
n detected intent.

   - Intelligent root-cause analysis: Pinpoints fault origins with precisio=
n.

   - Actionable troubleshooting guidance:  Generates step-by-step plans and=
 recommended resolutions.

   - AI-driven orchestration:  Enables expert-human collaboration and autom=
ated execution of task reassignments/suspensions.

   - Continuous network optimization:  Delivers ongoing tuning recommendati=
ons for wireless, core, and cloud-network resources across diverse scenario=
s.

   - Automated recovery verification:  Validates fault resolution by queryi=
ng network and perceptual metrics via LLM-orchestrated API calls.

Q2. What is the impact of an AI network management process to YANG informat=
ion, service, network and data modelling?
    A:   AI and legcay network management models belong to different domain=
s,  the specific manangement modelling is aganostic to the AI network manan=
gent process. In other words, AI system can process any YANG information, s=
ervice, network and data modelling.

Q3.  Is MCP (https://en.wikipedia.org/wiki/Model_Context_Protocol) a suitab=
le protocol between AI agents and IETF network management data sources and =
system components?
     A:  Yes, as an open standard that connects AI models to external data =
and tools, MCP enables AI assistants to securely read files, query database=
s, and execute actions across different applications.  The likelihood of MC=
P being used between between AI agents and IETF network management data sou=
rces and system components is very high.
In addition, other approaches can be used, such as APIs exposed by network =
controller, in this case, AI agents can call the APIs directly for network =
device configuration or data collection.

Q4, How does an AI agent interact with Network Digital Twin, Intent-Based N=
etworking, SIMAP, Knowledge Graphs and YANG data in Message Brokers?
  A:   It depends on the specific situation, there should be no one-size-fi=
ts-all solution.

The above feedbacks are based on our current practice.  As AI for network i=
s still in its early stages, our understanding may not be entirely accurate=
. We welcome any differing opinions.

Best regards
Chongfeng

From: [email protected]<mailto:[email protected]>
Date: 2026-06-21 16:43
To: [email protected]<mailto:[email protected]>; [email protected]<mailto:ops=
[email protected]>; [email protected]<mailto:[email protected]>; [email protected]<mailto:nm=
[email protected]>
CC: mohamed..boucadair<mailto:[email protected]>
Subject: [NMOP] Re: [OPSAREA@IETF126] IRTF/IETF OPS Transfer: Status & Expl=
oring Collaboration Opportunities
Dear NMRG, NMOP, OPSAWG and OPSAREA,

First of all many thanks to Brad, Dan, Christopher, Alex, Qin and Bernard o=
n their feedback. That's a great start.

I have been following this thread closely https://mailarchive.ietf.org/arch=
/msg/nmop/gTPL1eBj5e3GMMt8qeUWmPP4oMg/ to understand wherever research and =
industry adoption comes closer together, wherever there is interest for hav=
ing a joint discussion and on what particular topic.

What I observed so far is that we all share that AI in general and also AIO=
ps research and adoption rate has dramatically increased. So far everybody =
was very supportive on having a joint discussion. I would be interested to =
have more feedback, especially also from those who think that it would not =
bring much benefit with reasons why.

>From what I observed, having an initial discussion on the following existin=
g working group document topics and how they intersect


*        Network Digital Twin (https://datatracker.ietf.org/doc/html/draft-=
irtf-nmrg-network-digital-twin-arch<https://datatracker..ietf.org/doc/html/=
draft-irtf-nmrg-network-digital-twin-arch>)

*        Intent-Based Networking (https://datatracker.ietf.org/doc/html/dra=
ft-irtf-nmrg-ibn-usecases)

*        SIMAP (https://datatracker.ietf..org/doc/html/draft-ietf-nmop-sima=
p-concept<https://datatracker.ietf.org/doc/html/draft-ietf-nmop-simap-conce=
pt>)

*        YANG-Push to Message Broker integration (https://datatracker.ietf.=
org/doc/html/draft-ietf-nmop-yang-message-broker-integration)

and then having a discussions on the following raised questions perhaps:


*        Which AI agents capabilities are suitable for network management?

*        What is the impact of an AI network management process to YANG inf=
ormation, service, network and data modelling?

*        Is MCP (https://en.wikipedia.org/wiki/Model_Context_Protocol) a su=
itable protocol between AI agents and IETF network management data sources =
and system components?

*        How does an AI agent interact with Network Digital Twin, Intent-Ba=
sed Networking, SIMAP, Knowledge Graphs and YANG data in Message Brokers?

and move from there into some proposed work addressing these areas. And las=
t but not least maybe wrapping up around running code. How experiments coul=
d facilitate and exchange between both working groups. Alex brought up that=
 ANRW is once a year and perhaps on one or two other occasion the two worki=
ng group could continuously actively exchange every year could be an intere=
sting proposal.


*        Would that be a potential interesting agenda for everybody?

*        Did I miss anything or shall we focus more on a particular item?

*        Any particular discussion structure you would fancy?

I also observed that authors authoring Knowledge Graph documents have voice=
d wherever Knowledge Graph could be a topic of interest. I would love to se=
e more discussions from other areas on this in particular how this intersec=
ts with AIOps and AI assisted network management topics. I saw also that on=
tologies have been mentioned, which I personally besides semantics believe =
plays an important role with interacting with AI agents.

As I am human, and not an AI agent, the observations and suggestions might =
be unintentionally bias. So please feedback and comment.

Best wishes
Thomas

From: Graf Thomas, SCS-INI-NET-VNC-E2E
Sent: Monday, June 1, 2026 7:16 AM
To: Nmop <[email protected]<mailto:[email protected]>>; [email protected]<mailto:nmrg@i=
rtf.org>
Cc: Mohamed Boucadair <[email protected]<mailto:mohamed.boucadai=
[email protected]>>; nmrg-chairs <[email protected]<mailto:[email protected]=
rg>>; Nmop-chairs <[email protected]<mailto:[email protected]>>
Subject: FW: [OPSAREA@IETF126] IRTF/IETF OPS Transfer: Status & Exploring C=
ollaboration Opportunities

Dear NMRG and NMOP,

Med approached me wherever I am willing to facilitate with the support of b=
oth working group chairs a discussion between NMRG and NMOP on common inter=
ests.

Looking at the list of current adopted documents

https://datatracker.ietf.org/group/nmrg/documents/
https://datatracker.ietf.org/wg/nmop/documents/

but also looking at AIOps related proposals https://github.com/IETF-OPS-AD/=
misc/blob/main/ai-submissions-ietf125.md, and the related past side meeting=
s in the network management domain, I see that the lifecycle on research an=
d industry adoption of model and data driven network management becomes acc=
elerated and therefore research and industry adoption comes more and more c=
loser together. Looking at the bluesheets of IETF 125, I see that we had 10=
7 participants for NMRG and 115 for NMOP and 36 participants were attending=
 both NMRG and NMOP.

Or in other words, I personally believe that both working groups have a lot=
 in common but also a also few things which makes them very unique and inte=
resting to facilitate such a discussion.

I might be wrong and therefore would like to get some feedback from both ma=
iling lists first:


*        Would you agree that the lifecycle on research and industry adopti=
on of model and data driven network management becomes accelerated and ther=
efore research and industry adoption comes more and more closer together?


*        Is there an interest at the NMRG and NMOP communities to have an e=
xchange on currently adopted and future proposed work to identify synergies=
 and common interests in both working groups and discuss how they could be =
addressed better?


*        Do you have a particular topic, set of documents or interest alrea=
dy in mind?

Best wishes
Thomas

From: [email protected]<mailto:[email protected]> <m=
[email protected]<mailto:[email protected]>>
Sent: Monday, May 4, 2026 10:21 AM
To: Graf Thomas, SCS-INI-NET-VNC-E2E <[email protected]<mailto:Thoma=
[email protected]>>; [email protected]<mailto:[email protected]>; N=
mop-chairs <[email protected]<mailto:[email protected]>>
Cc: ops-ads <[email protected]<mailto:[email protected]>>; Dirk KUTSCHER <iet=
[email protected]<mailto:[email protected]>>
Subject: [OPSAREA@IETF126] IRTF/IETF OPS Transfer: Status & Exploring Colla=
boration Opportunities

Be aware: This is an external email.

Hi all,

I had several discussions recently with many IETF participants about the re=
lationship between some work done in the IRTF and IETF. Specifically, I hea=
rd several questions about the current mode of operation between NMRG and O=
PS and whether/how activity transfer is happening between the two communiti=
es. I do see a value in bringing some of these items from hallway discussio=
n to our formal meetings :-)

This can be the opportunity to explore between collaboration between the co=
mmunities, and not rely only on the leadership level. See, for example, the=
 following excerpt form the NMRG Charter:

   "The IETF Operations and Management Area Directors are members of the NM=
RG
   mailing list and invited to NMRG meetings in order to ensure free flow o=
f
   information in both directions, and to avoid duplication of work with th=
e
   various IETF working groups.."

There are several WG/RG pairs that may be considered for collaboration (NMR=
G/NMOP, MAPRG/IPPM, etc.) but I think that it would be better to scope the =
discussion to a specific area. I suggest to focus this time on NMRG/NMOP.

Thomas kindly accepted to drive a discussion on this topic in the IETF#126 =
OPSAREA Session with some proposals to bridge both communities. Thomas is a=
lso willing to collect feedback and coordinate between the NMRG/NMOP Chairs=
, in particular.

@NMOP/@NMRG Chairs: Would you be interested/willing to work with Thomas to =
consolidate some discussion material? Thoughts and suggestions are welcome.

Thank you.

Cheers,
Med

___________________________________________________________________________=
_________________________________

Ce message et ses pieces jointes peuvent contenir des informations confiden=
tielles ou privilegiees et ne doivent donc

pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu=
 ce message par erreur, veuillez le signaler

a l'expediteur et le detruire ainsi que les pieces jointes. Les messages el=
ectroniques etant susceptibles d'alteration,

Orange decline toute responsabilite si ce message a ete altere, deforme ou =
falsifie. Merci.



This message and its attachments may contain confidential or privileged inf=
ormation that may be protected by law;

they should not be distributed, used or copied without authorisation.

If you have received this email in error, please notify the sender and dele=
te this message and its attachments.

As emails may be altered, Orange is not liable for messages that have been =
modified, changed or falsified.

Thank you.

--_000_ZR1P278MB11709095E43E7881929D8CF189FE2ZR1P278MB1170CHEP_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Aptos;}
@font-face
	{font-family:"Trebuchet MS";
	panose-1:2 11 6 3 2 2 2 2 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
	{font-family:"Microsoft YaHei UI";
	panose-1:2 11 5 3 2 2 4 2 2 4;}
@font-face
	{font-family:"\@Microsoft YaHei UI";}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	font-size:12.0pt;
	font-family:"Aptos",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
pre
	{mso-style-priority:99;
	mso-style-link:"HTML Preformatted Char";
	margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{mso-style-priority:34;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Aptos",sans-serif;}
span.HTMLPreformattedChar
	{mso-style-name:"HTML Preformatted Char";
	mso-style-priority:99;
	mso-style-link:"HTML Preformatted";
	font-family:Consolas;}
span.EmailStyle24
	{mso-style-type:personal-reply;
	font-family:"Trebuchet MS",sans-serif;
	color:#0E2841;
	font-weight:normal;
	font-style:normal;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;
	mso-ligatures:none;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:70.85pt 70.85pt 56.7pt 70.85pt;}
div.WordSection1
	{page:WordSection1;}
/* List Definitions */
@list l0
	{mso-list-id:89745731;
	mso-list-template-ids:497951980;}
@list l0:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l0:level2
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l0:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l0:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l0:level5
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l0:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l0:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l0:level8
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l0:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1
	{mso-list-id:435373290;
	mso-list-template-ids:117441836;}
@list l1:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1:level2
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1:level5
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1:level8
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l1:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2
	{mso-list-id:493647013;
	mso-list-template-ids:2127740122;}
@list l2:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2:level2
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2:level5
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2:level8
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l2:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3
	{mso-list-id:1411345053;
	mso-list-template-ids:-2011500508;}
@list l3:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3:level2
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3:level5
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3:level8
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l3:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4
	{mso-list-id:1655571991;
	mso-list-template-ids:2141079690;}
@list l4:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4:level2
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4:level5
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4:level8
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l4:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5
	{mso-list-id:2125420727;
	mso-list-template-ids:884763060;}
@list l5:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5:level2
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:1.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5:level4
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5:level5
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5:level6
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5:level7
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:3.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5:level8
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.0in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l5:level9
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:4.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
--></style>
</head>
<body lang=3D"DE-CH" link=3D"blue" vlink=3D"purple" style=3D"word-wrap:brea=
k-word">
<div class=3D"WordSection1">
<p><span style=3D"font-size:10.0pt;font-family:&quot;Trebuchet MS&quot;,san=
s-serif;color:#0E2841;mso-fareast-language:EN-US">Dear
</span><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-=
serif;color:black">Iulisloi,<o:p></o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:black">Many thanks for sharing
</span><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-=
serif;color:black"><a href=3D"https://arxiv.org/pdf/2604.06856"><span lang=
=3D"EN-US">https://arxiv.org/pdf/2604.06856</span></a></span><span lang=3D"=
EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-serif;=
color:#0E2841">.
 I understood that you make use of SAIN defined in RFC 9417/9418.<o:p></o:p=
></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841"><o:p>&nbsp;</o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841">As mentioned in
</span><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tah=
oma&quot;,sans-serif;color:black"><a href=3D"https://mailarchive.ietf.org/a=
rch/msg/nmop/3h0U0xoAAW6mDQjNrJjgUvC99hs/">https://mailarchive.ietf.org/arc=
h/msg/nmop/3h0U0xoAAW6mDQjNrJjgUvC99hs/</a></span><span lang=3D"EN-US" styl=
e=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:#0E28=
41">,
 my biased view is that message broker message keying and topic addressing =
schemes with topic compaction described in
<a href=3D"https://datatracker.ietf.org/doc/html/draft-ietf-nmop-yang-messa=
ge-broker-message-key">
https://datatracker.ietf.org/doc/html/draft-ietf-nmop-yang-message-broker-m=
essage-key</a> could help to facilitate to make the current network state e=
asily discoverable and accessible to AI agents. Where YANG schema and seman=
tics helping in RAGs to make LLM's
 understand the meaning of the network data and streaming catalogs helping =
AI agents to discover interested YANG data and their relationships.<o:p></o=
:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841"><o:p>&nbsp;</o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841">I believe that the same mechanisms can be a=
pplied to other data than YANG itself. Such as BMP. Where we propose with B=
MP to YANG transformation described in
<a href=3D"https://datatracker.ietf.org/doc/html/draft-netana-nmop-message-=
broker-bmp-telemetry-msg">
https://datatracker.ietf.org/doc/html/draft-netana-nmop-message-broker-bmp-=
telemetry-msg</a> a semantic rich data model by reusing ietf-bgp YANG model=
 defined at IDR and augmenting BMP related meta data. We envision the same =
also for IPFIX, which then comes
 in full circle by covering all 3 network planes.<o:p></o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841"><o:p>&nbsp;</o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841">What are your thoughts and comments when re=
ading this? Does that make sense in context what you are describing in your=
 research paper?<o:p></o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841"><o:p>&nbsp;</o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841">Perhaps going 2 steps further. Taking
<a href=3D"https://datatracker.ietf.org/doc/html/draft-ietf-ivy-network-inv=
entory-yang">
https://datatracker.ietf.org/doc/html/draft-ietf-ivy-network-inventory-yang=
</a> related work, the inventory states into context. But also taking analy=
tical data from Network Anomaly Detection related documents (<a href=3D"htt=
ps://datatracker.ietf.org/doc/html/draft-ietf-nmop-network-anomaly-architec=
ture">https://datatracker.ietf.org/doc/html/draft-ietf-nmop-network-anomaly=
-architecture</a>,
<a href=3D"https://datatracker.ietf.org/doc/html/draft-ietf-nmop-network-an=
omaly-semantics">
https://datatracker.ietf.org/doc/html/draft-ietf-nmop-network-anomaly-seman=
tics</a>,
<a href=3D"https://datatracker.ietf.org/doc/html/draft-ietf-nmop-network-an=
omaly-lifecycle">
https://datatracker.ietf.org/doc/html/draft-ietf-nmop-network-anomaly-lifec=
ycle</a>), which have some commonalities with intend based SAIN and &quot;p=
lug&quot; AI agents into the anomaly lifecycle optimization process
<a href=3D"https://datatracker.ietf.org/doc/html/draft-ietf-nmop-network-an=
omaly-lifecycle#section-5">
https://datatracker.ietf.org/doc/html/draft-ietf-nmop-network-anomaly-lifec=
ycle#section-5</a>.<o:p></o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841"><o:p>&nbsp;</o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841">Does that make sense from your perspective?=
<o:p></o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841"><o:p>&nbsp;</o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841">Best wishes<o:p></o:p></span></p>
<p><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Tahoma&=
quot;,sans-serif;color:#0E2841">Thomas
</span><span style=3D"font-size:10.0pt;font-family:&quot;Trebuchet MS&quot;=
,sans-serif;color:gray"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Tr=
ebuchet MS&quot;,sans-serif;color:#0E2841;mso-fareast-language:EN-US"><o:p>=
&nbsp;</o:p></span></p>
<div>
<div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span lang=3D"EN-US" style=3D"font-size:11.0pt;fo=
nt-family:&quot;Calibri&quot;,sans-serif">From:</span></b><span lang=3D"EN-=
US" style=3D"font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"> =
Zacarias, Iulisloi &lt;[email protected]&gt;
<br>
<b>Sent:</b> Thursday, June 25, 2026 11:01 AM<br>
<b>To:</b> Chongfeng Xie &lt;[email protected]&gt;; Graf Thomas, SCS-I=
NI-NET-VNC-E2E &lt;[email protected]&gt;; ops-area &lt;ops-area@ietf=
.org&gt;; opsawg &lt;[email protected]&gt;; nmop &lt;[email protected]&gt;; nmrg@=
irtf.org<br>
<b>Cc:</b> [email protected]<br>
<b>Subject:</b> Re: [nmrg] Re: [NMOP] Re: [OPSAREA@IETF126] IRTF/IETF OPS T=
ransfer: Status &amp; Exploring Collaboration Opportunities<o:p></o:p></spa=
n></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0" align=3D"left" width=3D"100%" style=3D"width:100.0%">
<tbody>
<tr>
<td style=3D"background:#CF4A0C;padding:5.0pt 2.0pt 5.0pt 2.0pt"></td>
<td width=3D"100%" style=3D"width:100.0%;background:#FFF8E5;padding:5.0pt 4=
.0pt 5.0pt 12.0pt">
<div>
<p class=3D"MsoNormal" style=3D"mso-element:frame;mso-element-frame-hspace:=
2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-el=
ement-anchor-horizontal:column;mso-height-rule:exactly">
<b><span style=3D"font-size:10.5pt;font-family:&quot;Microsoft YaHei UI&quo=
t;,sans-serif;color:#222222">Be aware:</span></b><span style=3D"font-size:1=
0.5pt;font-family:&quot;Microsoft YaHei UI&quot;,sans-serif;color:#222222">=
 This is an external email.<o:p></o:p></span></p>
</div>
</td>
</tr>
</tbody>
</table>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
<div>
<div id=3D"divtagdefaultwrapper">
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black">Dear Mr. Graf&nbsp;&nbsp;and Dr. Xie,<o:p></o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black">I know this is at a very initial stage, and probably right n=
ow there are tons of papers within the same subject, but at the last EuCNC =
we presented a poster&nbsp;that covers some of the
 answers from Dr. Xie.<o:p></o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black">Specifically, the Q1/Planning and Reasoning part, where we i=
nput high-level intents, and get an &quot;orchestrator&quot; agent to decom=
pose the tasks into many sub-tasks.&nbsp;We then measured how
 &quot;well&quot; the orchestrator agent could route the commands to the ri=
ght &quot;sub-agents&quot; in the network. So I believe it kind of covers i=
tem iii as well&nbsp;(Tool Use &amp; Execution), although we just mocked th=
e tool calls (we did not implement the calls to network devices).
 We only implemented raw function calls between agents (using Python), but =
those calls can be easily implemented as MCP/JSON-RPC calls, so I believe w=
e also produced evidence that supports Q3.&nbsp;<o:p></o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black">A long version of the document is available here:&nbsp;<a hr=
ef=3D"https://arxiv.org/abs/2604.06856">https://arxiv.org/abs/2604.06856</a=
><o:p></o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black">Sorry for spamming the list, and please ignore my message if=
 this is not relevant for the discussion, but I kind of see a strong match =
between this poster/paper and the discussed
 subject on this thread.<o:p></o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black">Kind regards,<o:p></o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black">Iulisloi<o:p></o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
<p><span style=3D"font-size:10.0pt;font-family:&quot;Tahoma&quot;,sans-seri=
f;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div class=3D"MsoNormal" align=3D"center" style=3D"text-align:center"><span=
 style=3D"font-size:10.5pt;font-family:&quot;Microsoft YaHei UI&quot;,sans-=
serif;color:black">
<hr size=3D"2" width=3D"98%" align=3D"center">
</span></div>
<div id=3D"divRplyFwdMsg">
<p class=3D"MsoNormal"><b><span style=3D"font-size:11.0pt;font-family:&quot=
;Calibri&quot;,sans-serif;color:black">From:</span></b><span style=3D"font-=
size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:black">
<a href=3D"mailto:[email protected]">[email protected]</a> &lt;<a=
 href=3D"mailto:[email protected]">[email protected]</a>&gt; on b=
ehalf of Chongfeng Xie &lt;<a href=3D"mailto:[email protected]">xiechf=
@chinatelecom.cn</a>&gt;<br>
<b>Sent:</b> 25 June 2026 03:14:50<br>
<b>To:</b> Thomas.Graf; ops-area; opsawg; nmop; <a href=3D"mailto:nmrg@irtf=
.org">[email protected]</a><br>
<b>Cc:</b> <a href=3D"mailto:[email protected]">mohamed.boucadai=
[email protected]</a><br>
<b>Subject:</b> [nmrg] Re: [NMOP] Re: [OPSAREA@IETF126] IRTF/IETF OPS Trans=
fer: Status &amp; Exploring Collaboration Opportunities</span><span style=
=3D"font-size:10.5pt;font-family:&quot;Microsoft YaHei UI&quot;,sans-serif;=
color:black">
<o:p></o:p></span></p>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp;<o:p></o:p></span></p>
</div>
</div>
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">Hi Thomas,<o:p></o:p></span>=
</p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">Thank you for raising this t=
opic for discussion. For the questions about AI agents, I'd like to provide=
 my understanding for your reference.&nbsp; Network
 management is a specific application of AI, and the management functions c=
an be implemented across various AI agents that interact with the different=
 components of the network management system.&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">Q1. Which AI agents capabili=
ties are suitable for network management?&nbsp; &nbsp;<o:p></o:p></span></p=
>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp;A:&nbsp; &nbsp;=
AI agents have the following common capabilities,&nbsp;<o:p></o:p></span></=
p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp; - Perception: =
Processes multi-modal inputs (text, images, audio) and tracks context and s=
tate over time.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp; - Planning &am=
p; Reasoning: Breaks high-level goals into actionable sub-tasks, dynamicall=
y re-plans when obstacles arise, and evaluates trade-offs before
 acting.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp; - Tool Use &am=
p; Execution: Autonomously calls external tools&#8212;search engines, APIs,=
 calendars, code interpreters, and databases&#8212;to take real action in
 the digital world (e.g., send emails, book flights, query data).<o:p></o:p=
></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp; - Learning &am=
p; Self-Correction: Detects errors, reflects on outcomes, iterates on solut=
ions, and utilizes both short-term and long-term memory to improve
 over time.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">All the capabilities above a=
re useful for network management. With the underground support of LLM model=
s, the following functionalities can be realized
 by AI agents in the context of network management,<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp; &nbsp;&nbsp;<o=
:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp;- Intent-based =
auto-assignment: Automatically routes NOC tickets based on detected intent.=
<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp;- Intelligent r=
oot-cause analysis: Pinpoints fault origins with precision.<o:p></o:p></spa=
n></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp;- Actionable tr=
oubleshooting guidance:&nbsp; Generates step-by-step plans and recommended =
resolutions.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp;- AI-driven orc=
hestration:&nbsp; Enables expert-human collaboration and automated executio=
n of task reassignments/suspensions.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp;- Continuous ne=
twork optimization:&nbsp; Delivers ongoing tuning recommendations for wirel=
ess, core, and cloud-network resources across diverse scenarios.<o:p></o:p>=
</span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp;- Automated rec=
overy verification:&nbsp; Validates fault resolution by querying network an=
d perceptual metrics via LLM-orchestrated API calls.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp;&nbsp;<o:p></o:=
p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">Q2. What is the impact of an=
 AI network management process to YANG information, service, network and da=
ta modelling?<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp; A:&nbsp; &nbsp=
;AI and legcay network management models belong to different domains,&nbsp;=
 the specific manangement modelling is aganostic to the AI network manangen=
t
 process. In other words, AI system can process any YANG information, servi=
ce, network and data modelling.&nbsp;&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">Q3.&nbsp; Is MCP (<a href=3D=
"https://en.wikipedia.org/wiki/Model_Context_Protocol">https://en.wikipedia=
.org/wiki/Model_Context_Protocol</a>) a suitable protocol
 between AI agents and IETF network management data sources and system comp=
onents?<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; &nbsp; &nbsp;A:&nbsp;=
 Yes, as an open standard that connects AI models to external data and tool=
s, MCP enables AI assistants to securely read files, query databases,
 and execute actions across different applications.&nbsp; The likelihood of=
 MCP being used between between AI agents and IETF network management data =
sources and system components is very high.&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">In addition, other approache=
s can be used, such as APIs exposed by network controller, in this case, AI=
 agents can call the APIs directly for network
 device configuration or data collection.&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">Q4, How does an AI agent int=
eract with Network Digital Twin, Intent-Based Networking, SIMAP, Knowledge =
Graphs and YANG data in Message Brokers?<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">&nbsp; A:&nbsp; &nbsp;It dep=
ends on the specific situation, there should be no one-size-fits-all soluti=
on.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">The above feedbacks are base=
d on our current practice.&nbsp; As AI for network is still in its early st=
ages, our understanding may not be entirely accurate.
 We welcome any differing opinions.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">Best regards<o:p></o:p></spa=
n></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black">Chongfeng<o:p></o:p></span><=
/p>
</div>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Mi=
crosoft YaHei UI&quot;,sans-serif;color:black"><o:p>&nbsp;</o:p></span></p>
</div>
<blockquote style=3D"margin-left:6.0pt;margin-right:inherit">
<div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in =
0in 0in">
<div>
<div>
<p class=3D"MsoNormal" style=3D"background:#EFEFEF"><b><span style=3D"font-=
size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black">From:</sp=
an></b><span style=3D"font-size:9.0pt;font-family:&quot;Tahoma&quot;,sans-s=
erif;color:black">&nbsp;<a href=3D"mailto:[email protected]"><span s=
tyle=3D"color:#467886">[email protected]</span></a><o:p></o:p></span=
></p>
</div>
<div>
<p class=3D"MsoNormal" style=3D"background:#EFEFEF"><b><span style=3D"font-=
size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black">Date:</sp=
an></b><span style=3D"font-size:9.0pt;font-family:&quot;Tahoma&quot;,sans-s=
erif;color:black">&nbsp;2026-06-21&nbsp;16:43<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal" style=3D"background:#EFEFEF"><b><span style=3D"font-=
size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black">To:</span=
></b><span style=3D"font-size:9.0pt;font-family:&quot;Tahoma&quot;,sans-ser=
if;color:black">&nbsp;<a href=3D"mailto:[email protected]"><span style=3D"c=
olor:#467886">[email protected]</span></a>;
<a href=3D"mailto:[email protected]"><span style=3D"color:#467886">opsawg@iet=
f.org</span></a>;
<a href=3D"mailto:[email protected]"><span style=3D"color:#467886">[email protected]=
g</span></a>;
<a href=3D"mailto:[email protected]"><span style=3D"color:#467886">[email protected]=
g</span></a><o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal" style=3D"background:#EFEFEF"><b><span style=3D"font-=
size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black">CC:</span=
></b><span style=3D"font-size:9.0pt;font-family:&quot;Tahoma&quot;,sans-ser=
if;color:black">&nbsp;<a href=3D"mailto:[email protected]"><span=
 style=3D"color:#467886">mohamed..boucadair</span></a><o:p></o:p></span></p=
>
</div>
<div>
<p class=3D"MsoNormal" style=3D"background:#EFEFEF"><b><span style=3D"font-=
size:9.0pt;font-family:&quot;Tahoma&quot;,sans-serif;color:black">Subject:<=
/span></b><span style=3D"font-size:9.0pt;font-family:&quot;Tahoma&quot;,san=
s-serif;color:black">&nbsp;[NMOP] Re: [OPSAREA@IETF126] IRTF/IETF
 OPS Transfer: Status &amp; Exploring Collaboration Opportunities<o:p></o:p=
></span></p>
</div>
</div>
</div>
<div>
<div>
<div>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Dear NMRG, NMOP, =
OPSAWG and OPSAREA,</span><span style=3D"font-size:11.0pt;color:black"><o:p=
></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">First of all many=
 thanks to Brad, Dan, Christopher, Alex, Qin and Bernard on their feedback.=
 That&#8217;s a great start.
</span><span style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">I have been follo=
wing this thread closely
<a href=3D"https://mailarchive.ietf.org/arch/msg/nmop/gTPL1eBj5e3GMMt8qeUWm=
PP4oMg/">
<span style=3D"color:#467886">https://mailarchive.ietf.org/arch/msg/nmop/gT=
PL1eBj5e3GMMt8qeUWmPP4oMg/</span></a> to understand wherever research and i=
ndustry adoption comes closer together, wherever there is interest for havi=
ng a joint discussion and on what
 particular topic.</span><span style=3D"font-size:11.0pt;color:black"><o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">What I observed s=
o far is that we all share that AI in general and also AIOps research and a=
doption rate has dramatically increased. So far
 everybody was very supportive on having a joint discussion. I would be int=
erested to have more feedback, especially also from those who think that it=
 would not bring much benefit with reasons why.</span><span style=3D"font-s=
ize:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">From what I obser=
ved, having an initial discussion on the following existing working group d=
ocument topics and how they intersect</span><span style=3D"font-size:11.0pt=
;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l1 leve=
l1 lfo1">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Network D=
igital Twin (<a href=3D"https://datatracker..ietf.org/doc/html/draft-irtf-n=
mrg-network-digital-twin-arch"><span style=3D"color:#467886">https://datatr=
acker.ietf.org/doc/html/draft-irtf-nmrg-network-digital-twin-arch</span></a=
>)</span><span style=3D"font-size:11.0pt;color:#0E2841"><o:p></o:p></span><=
/p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l1 leve=
l1 lfo1">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Intent-Ba=
sed Networking (<a href=3D"https://datatracker.ietf.org/doc/html/draft-irtf=
-nmrg-ibn-usecases"><span style=3D"color:#467886">https://datatracker.ietf.=
org/doc/html/draft-irtf-nmrg-ibn-usecases</span></a>)</span><span style=3D"=
font-size:11.0pt;color:#0E2841"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l1 leve=
l1 lfo1">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"IT" style=3D"font-size:10.0pt;=
font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">SIMAP (</spa=
n><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:&quot;Trebuche=
t MS&quot;,sans-serif;color:#0E2841"><a href=3D"https://datatracker.ietf.or=
g/doc/html/draft-ietf-nmop-simap-concept"><span lang=3D"IT" style=3D"color:=
#467886">https://datatracker.ietf..org/doc/html/draft-ietf-nmop-simap-conce=
pt</span></a></span><span lang=3D"IT" style=3D"font-size:10.0pt;font-family=
:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">)</span><span style=3D"=
font-size:11.0pt;color:#0E2841"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l1 leve=
l1 lfo1">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">YANG-Push=
 to Message Broker integration (<a href=3D"https://datatracker.ietf.org/doc=
/html/draft-ietf-nmop-yang-message-broker-integration"><span style=3D"color=
:#467886">https://datatracker.ietf.org/doc/html/draft-ietf-nmop-yang-messag=
e-broker-integration</span></a>)</span><span style=3D"font-size:11.0pt;colo=
r:#0E2841"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">and then having a=
 discussions on the following raised questions perhaps:</span><span style=
=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l2 leve=
l1 lfo2">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Which AI =
agents capabilities are suitable for network management?</span><span style=
=3D"font-size:11.0pt;color:#0E2841"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l2 leve=
l1 lfo2">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">What is t=
he impact of an AI network management process to YANG information, service,=
 network and data modelling?</span><span style=3D"font-size:11.0pt;color:#0=
E2841"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l2 leve=
l1 lfo2">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Is MCP (<=
a href=3D"https://en.wikipedia.org/wiki/Model_Context_Protocol"><span style=
=3D"color:#467886">https://en.wikipedia.org/wiki/Model_Context_Protocol</sp=
an></a>)
 a suitable protocol between AI agents and IETF network management data sou=
rces and system components?</span><span style=3D"font-size:11.0pt;color:#0E=
2841"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l2 leve=
l1 lfo2">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">How does =
an AI agent interact with Network Digital Twin, Intent-Based Networking, SI=
MAP, Knowledge Graphs and YANG data in Message
 Brokers?</span><span style=3D"font-size:11.0pt;color:#0E2841"><o:p></o:p><=
/span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">and move from the=
re into some proposed work addressing these areas. And last but not least m=
aybe wrapping up around running code. How experiments
 could facilitate and exchange between both working groups. Alex brought up=
 that ANRW is once a year and perhaps on one or two other occasion the two =
working group could continuously actively exchange every year could be an i=
nteresting proposal.</span><span style=3D"font-size:11.0pt;color:black"><o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l4 leve=
l1 lfo3">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Would tha=
t be a potential interesting agenda for everybody?</span><span style=3D"fon=
t-size:11.0pt;color:#0E2841"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l4 leve=
l1 lfo3">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Did I mis=
s anything or shall we focus more on a particular item?</span><span style=
=3D"font-size:11.0pt;color:#0E2841"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l4 leve=
l1 lfo3">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Any parti=
cular discussion structure you would fancy?</span><span style=3D"font-size:=
11.0pt;color:#0E2841"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">I also observed t=
hat authors authoring Knowledge Graph documents have voiced wherever Knowle=
dge Graph could be a topic of interest. I would
 love to see more discussions from other areas on this in particular how th=
is intersects with AIOps and AI assisted network management topics. I saw a=
lso that ontologies have been mentioned, which I personally besides semanti=
cs believe plays an important role
 with interacting with AI agents.</span><span style=3D"font-size:11.0pt;col=
or:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">As I am human, an=
d not an AI agent, the observations and suggestions might be unintentionall=
y bias. So please feedback and comment.</span><span style=3D"font-size:11.0=
pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Best wishes</span=
><span style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Thomas</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
</div>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<div>
<div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span lang=3D"EN-US" style=3D"font-size:11.0pt;fo=
nt-family:&quot;Calibri&quot;,sans-serif;color:black">From:</span></b><span=
 lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;Calibri&quot;,s=
ans-serif;color:black"> Graf Thomas, SCS-INI-NET-VNC-E2E
<br>
<b>Sent:</b> Monday, June 1, 2026 7:16 AM<br>
<b>To:</b> Nmop &lt;<a href=3D"mailto:[email protected]"><span style=3D"color:#=
467886">[email protected]</span></a>&gt;;
<a href=3D"mailto:[email protected]"><span style=3D"color:#467886">[email protected]=
g</span></a><br>
<b>Cc:</b> Mohamed Boucadair &lt;<a href=3D"mailto:mohamed.boucadair@orange=
.com"><span style=3D"color:#467886">[email protected]</span></a>=
&gt;; nmrg-chairs &lt;<a href=3D"mailto:[email protected]"><span style=
=3D"color:#467886">[email protected]</span></a>&gt;;
 Nmop-chairs &lt;<a href=3D"mailto:[email protected]"><span style=3D"col=
or:#467886">[email protected]</span></a>&gt;<br>
<b>Subject:</b> FW: [OPSAREA@IETF126] IRTF/IETF OPS Transfer: Status &amp; =
Exploring Collaboration Opportunities</span><span style=3D"font-size:11.0pt=
;color:black"><o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;color:black">&nbsp;<=
o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Tr=
ebuchet MS&quot;,sans-serif;color:#0E2841">Dear NMRG and NMOP,</span><span =
style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Tr=
ebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><span style=3D"font=
-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Med approached me=
 wherever I am willing to facilitate with the support of both working group=
 chairs a discussion between NMRG and NMOP on common
 interests.</span><span style=3D"font-size:11.0pt;color:black"><o:p></o:p><=
/span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Looking at the li=
st of current adopted documents</span><span style=3D"font-size:11.0pt;color=
:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841"><a href=3D"https:=
//datatracker.ietf.org/group/nmrg/documents/"><span style=3D"color:#467886"=
>https://datatracker.ietf.org/group/nmrg/documents/</span></a></span><span =
style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841"><a href=3D"https:=
//datatracker.ietf.org/wg/nmop/documents/"><span style=3D"color:#467886">ht=
tps://datatracker.ietf.org/wg/nmop/documents/</span></a></span><span style=
=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">but also looking =
at AIOps related proposals
<a href=3D"https://github.com/IETF-OPS-AD/misc/blob/main/ai-submissions-iet=
f125.md">
<span style=3D"color:#467886">https://github.com/IETF-OPS-AD/misc/blob/main=
/ai-submissions-ietf125.md</span></a>, and the related past side meetings i=
n the network management domain, I see that the lifecycle on research and i=
ndustry adoption of model and data
 driven network management becomes accelerated and therefore research and i=
ndustry adoption comes more and more closer together. Looking at the bluesh=
eets of IETF 125, I see that we had 107 participants for NMRG and 115 for N=
MOP and 36 participants were attending
 both NMRG and NMOP.</span><span style=3D"font-size:11.0pt;color:black"><o:=
p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Or in other words=
, I personally believe that both working groups have a lot in common but al=
so a also few things which makes them very unique
 and interesting to facilitate such a discussion.</span><span style=3D"font=
-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">I might be wrong =
and therefore would like to get some feedback from both mailing lists first=
:</span><span style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l0 leve=
l1 lfo4">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Would you=
 agree that the lifecycle on research and industry adoption of model and da=
ta driven network management becomes accelerated
 and therefore research and industry adoption comes more and more closer to=
gether?</span><span style=3D"font-size:11.0pt;color:#0E2841"><o:p></o:p></s=
pan></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l3 leve=
l1 lfo5">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Is there =
an interest at the NMRG and NMOP communities to have an exchange on current=
ly adopted and future proposed work to identify
 synergies and common interests in both working groups and discuss how they=
 could be addressed better?</span><span style=3D"font-size:11.0pt;color:#0E=
2841"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoListParagraph" style=3D"mso-margin-top-alt:0in;margin-right:=
0in;margin-bottom:0in;margin-left:1.0in;text-indent:-.25in;mso-list:l5 leve=
l1 lfo6">
<![if !supportLists]><span style=3D"font-size:10.0pt;font-family:Symbol;col=
or:#0E2841"><span style=3D"mso-list:Ignore">&middot;<span style=3D"font:7.0=
pt &quot;Times New Roman&quot;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></span></span><![endif]><span lang=3D"EN-US" style=3D"font-size:10.0=
pt;font-family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Do you ha=
ve a particular topic, set of documents or interest already in mind?</span>=
<span style=3D"font-size:11.0pt;color:#0E2841"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Best wishes</span=
><span style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">Thomas</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:&quot;Trebuchet MS&quot;,sans-serif;color:#0E2841">&nbsp;</span><spa=
n style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<div>
<div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span lang=3D"EN-US" style=3D"font-size:11.0pt;fo=
nt-family:&quot;Calibri&quot;,sans-serif;color:black">From:</span></b><span=
 lang=3D"EN-US" style=3D"font-size:11.0pt;font-family:&quot;Calibri&quot;,s=
ans-serif;color:black">
<a href=3D"mailto:[email protected]"><span style=3D"color:#46788=
6">[email protected]</span></a> &lt;<a href=3D"mailto:mohamed.b=
[email protected]"><span style=3D"color:#467886">mohamed.boucadair@orange=
.com</span></a>&gt;
<br>
<b>Sent:</b> Monday, May 4, 2026 10:21 AM<br>
<b>To:</b> Graf Thomas, SCS-INI-NET-VNC-E2E &lt;<a href=3D"mailto:Thomas.Gr=
[email protected]"><span style=3D"color:#467886">[email protected]</sp=
an></a>&gt;;
<a href=3D"mailto:[email protected]"><span style=3D"color:#467886">nmrg-=
[email protected]</span></a>; Nmop-chairs &lt;<a href=3D"mailto:nmop-chairs@i=
etf.org"><span style=3D"color:#467886">[email protected]</span></a>&gt;<=
br>
<b>Cc:</b> ops-ads &lt;<a href=3D"mailto:[email protected]"><span style=3D"c=
olor:#467886">[email protected]</span></a>&gt;; Dirk KUTSCHER &lt;<a href=3D=
"mailto:[email protected]"><span style=3D"color:#467886">[email protected]=
t</span></a>&gt;<br>
<b>Subject:</b> [OPSAREA@IETF126] IRTF/IETF OPS Transfer: Status &amp; Expl=
oring Collaboration Opportunities</span><span style=3D"font-size:11.0pt;col=
or:black"><o:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;color=
:black">&nbsp;</span><span style=3D"font-size:11.0pt;color:black"><o:p></o:=
p></span></p>
<table class=3D"MsoNormalTable" border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0" align=3D"left" width=3D"100%" style=3D"width:100.0%">
<tbody>
<tr>
<td style=3D"background:#CF4A0C;padding:5.0pt 2.0pt 5.0pt 2.0pt"></td>
<td width=3D"100%" style=3D"width:100.0%;background:#FFF8E5;padding:5.0pt 4=
.0pt 5.0pt 12.0pt">
<div>
<p class=3D"MsoNormal" style=3D"mso-element:frame;mso-element-frame-hspace:=
2.25pt;mso-element-wrap:around;mso-element-anchor-vertical:paragraph;mso-el=
ement-anchor-horizontal:column;mso-height-rule:exactly">
<b><span style=3D"color:#222222">Be aware:</span></b><span style=3D"color:#=
222222"> This is an external email.</span><span style=3D"font-size:11.0pt;c=
olor:black"><o:p></o:p></span></p>
</div>
</td>
</tr>
</tbody>
</table>
<p class=3D"MsoNormal"><span lang=3D"FR" style=3D"color:black">&nbsp;</span=
><span style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<div>
<p class=3D"MsoNormal"><span lang=3D"FR" style=3D"font-size:11.0pt;font-fam=
ily:&quot;Courier New&quot;;color:black">Hi all,
</span><span style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"FR" style=3D"font-size:11.0pt;font-fam=
ily:&quot;Courier New&quot;;color:black">&nbsp;</span><span style=3D"font-s=
ize:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">I had several discussions recen=
tly with many IETF participants about the relationship between some work do=
ne in the IRTF and IETF. Specifically, I heard several
 questions about the current mode of operation between NMRG and OPS and whe=
ther/how activity transfer is happening between the two communities. I do s=
ee a value in bringing some of these items from hallway discussion to our f=
ormal meetings :-)</span><span style=3D"font-size:11.0pt;color:black"><o:p>=
</o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">&nbsp;</span><span style=3D"fon=
t-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">This can be the opportunity to =
explore between collaboration between the communities, and not rely only on=
 the leadership level. See, for example, the following
 excerpt form the NMRG Charter:</span><span style=3D"font-size:11.0pt;color=
:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">&nbsp;</span><span style=3D"fon=
t-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">&nbsp;&nbsp; &#8220;The IETF Op=
erations and Management Area Directors are members of the NMRG<br>
&nbsp;&nbsp; mailing list and invited to NMRG meetings in order to ensure f=
ree flow of<br>
&nbsp;&nbsp; information in both directions, and to avoid duplication of wo=
rk with the<br>
&nbsp;&nbsp; various IETF working groups..&#8221;</span><span style=3D"font=
-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">&nbsp;</span><span style=3D"fon=
t-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">There are several WG/RG pairs t=
hat may be considered for collaboration (NMRG/NMOP, MAPRG/IPPM, etc.) but I=
 think that it would be better to scope the discussion
 to a specific area. I suggest to focus this time on NMRG/NMOP.</span><span=
 style=3D"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">&nbsp;</span><span style=3D"fon=
t-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">Thomas kindly accepted to drive=
 a discussion on this topic in the IETF#126 OPSAREA Session with some propo=
sals to bridge both communities. Thomas is also
 willing to collect feedback and coordinate between the NMRG/NMOP Chairs, i=
n particular.</span><span style=3D"font-size:11.0pt;color:black"><o:p></o:p=
></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">&nbsp;</span><span style=3D"fon=
t-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">@NMOP/@NMRG Chairs: Would you b=
e interested/willing to work with Thomas to consolidate some discussion mat=
erial? Thoughts and suggestions are welcome.</span><span style=3D"font-size=
:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">&nbsp;</span><span style=3D"fon=
t-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">Thank you.</span><span style=3D=
"font-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">&nbsp;</span><span style=3D"fon=
t-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">Cheers,</span><span style=3D"fo=
nt-size:11.0pt;color:black"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:11.0pt;font-=
family:&quot;Courier New&quot;;color:black">Med</span><span style=3D"font-s=
ize:11.0pt;color:black"><o:p></o:p></span></p>
<pre><span lang=3D"FR" style=3D"color:black">______________________________=
___________________________________________________________________________=
___</span><span style=3D"color:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">Ce message et ses pieces joint=
es peuvent contenir des informations confidentielles ou privilegiees et ne =
doivent donc</span><span style=3D"color:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">pas etre diffuses, exploites o=
u copies sans autorisation. Si vous avez recu ce message par erreur, veuill=
ez le signaler</span><span style=3D"color:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">a l'expediteur et le detruire =
ainsi que les pieces jointes. Les messages electroniques etant susceptibles=
 d'alteration,</span><span style=3D"color:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">Orange decline toute responsab=
ilite si ce message a ete altere, deforme ou falsifie. Merci.</span><span s=
tyle=3D"color:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">&nbsp;</span><span style=3D"co=
lor:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">This message and its attachmen=
ts may contain confidential or privileged information that may be protected=
 by law;</span><span style=3D"color:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">they should not be distributed=
, used or copied without authorisation.</span><span style=3D"color:black"><=
o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">If you have received this emai=
l in error, please notify the sender and delete this message and its attach=
ments.</span><span style=3D"color:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">As emails may be altered, Oran=
ge is not liable for messages that have been modified, changed or falsified=
.</span><span style=3D"color:black"><o:p></o:p></span></pre>
<pre><span lang=3D"FR" style=3D"color:black">Thank you.</span><span style=
=3D"color:black"><o:p></o:p></span></pre>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</body>
</html>

--_000_ZR1P278MB11709095E43E7881929D8CF189FE2ZR1P278MB1170CHEP_--

------=_Part_219344_1171002658.1783581180783
Content-Type: application/pkcs7-signature; name=smime.p7s; smime-type=signed-data
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCAMIIG
ODCCBCCgAwIBAgIUSsUJVqoGHtAgGVpYDZmJSjsiHI0wDQYJKoZIhvcNAQELBQAwUjELMAkGA1UE
BhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEsMCoGA1UEAwwjU3dpc3NTaWduIFJTQSBTTUlN
RSBNViBJQ0EgMjAyNCAtIDEwHhcNMjUwMzI2MDU0OTA3WhcNMjgwMzI2MDU0OTA3WjBMMSEwHwYD
VQQDDBh0aG9tYXMuZ3JhZkBzd2lzc2NvbS5jb20xJzAlBgkqhkiG9w0BCQEWGHRob21hcy5ncmFm
QHN3aXNzY29tLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANgrIoxXywdAJu/e
WtdZZQOegljcD16W3TxzKBi5o7gwBZcKShKM4XEFIgwXBIUWd8lLaaJKK7cpy33vLKz23Rbz1JZN
XCy3METcoKN68PLlkaGEslT7EUk9NnOwZZWmxM6Ngp9bqG4TCNNd1hlGSXe98d+0DGoAqelD8DPr
Y10oq3aIDvQkC79F0vBOHUO8hyMxmPPs3diFlzHwqXRxBHP+G0tbrV/SHFvpnnz2TTSe5J8NOKPp
/9OJq3oSaY5uZffJLfhjNnLO1h+/LfJUH1dVYdRAKEfIWSGg44aOzVKDB9t/uanzX5YkLE8iPsUt
7dIV1gHN4rjzvCQTKY0epjMCAwEAAaOCAgowggIGMIGyBggrBgEFBQcBAQSBpTCBojBMBggrBgEF
BQcwAoZAaHR0cDovL2FpYS5zd2lzc3NpZ24uY2gvYWlyLTI2YTcxYzA5LTQ3ZWItNDU1YS05YjI4
LTRiZDcyZGYwOTI4ZDBSBggrBgEFBQcwAYZGaHR0cDovL29jc3Auc3dpc3NzaWduLmNoL3NpZ24v
b2NzLWFhY2NjZWQ1LTY2ZTgtNDA2OS05YjFiLWZkMjlhYjczZWZlYzByBgNVHSAEazBpMAkGB2eB
DAEFAQEwCAYGBACPegEDMFIGCGCFdAFZAgELMEYwRAYIKwYBBQUHAgEWOGh0dHBzOi8vcmVwb3Np
dG9yeS5zd2lzc3NpZ24uY29tL1N3aXNzU2lnbl9DUFNfU01JTUUucGRmMFEGA1UdHwRKMEgwRqBE
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
AAAAAAAA
------=_Part_219344_1171002658.1783581180783--


--===============4860740076627848215==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KT1BTLUFSRUEg
bWFpbGluZyBsaXN0IC0tIG9wcy1hcmVhQGlldGYub3JnClRvIHVuc3Vic2NyaWJlIHNlbmQgYW4g
ZW1haWwgdG8gb3BzLWFyZWEtbGVhdmVAaWV0Zi5vcmcK

--===============4860740076627848215==--