Re: [Ibnemo] [Sdn] Defining a Common Model for intent
"Susan Hares" <shares@ndzh.com> Fri, 05 June 2015 17:41 UTC
Return-Path: <shares@ndzh.com>
X-Original-To: ibnemo@ietfa.amsl.com
Delivered-To: ibnemo@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id 0A8D21A0115
for <ibnemo@ietfa.amsl.com>; Fri, 5 Jun 2015 10:41:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -98.453
X-Spam-Level:
X-Spam-Status: No, score=-98.453 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, DOS_OUTLOOK_TO_MX=2.845, HTML_MESSAGE=0.001,
J_CHICKENPOX_16=0.6, LOTS_OF_MONEY=0.001, USER_IN_WHITELIST=-100]
autolearn=no
Received: from mail.ietf.org ([4.31.198.44])
by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id aN3i4_I9PSPe for <ibnemo@ietfa.amsl.com>;
Fri, 5 Jun 2015 10:41:46 -0700 (PDT)
Received: from hickoryhill-consulting.com (hhc-web3.hickoryhill-consulting.com
[64.9.205.143]) by ietfa.amsl.com (Postfix) with ESMTP id B42131A0100
for <ibnemo@ietf.org>; Fri, 5 Jun 2015 10:41:45 -0700 (PDT)
X-Default-Received-SPF: pass (skip=loggedin (res=PASS))
x-ip-name=184.157.80.157;
From: "Susan Hares" <shares@ndzh.com>
To: "'Lifengkai \(Fengkai\)'" <lifengkai@huawei.com>,
"'Dave Hood'" <dave.hood@ericsson.com>, <sdn@irtf.org>
References: <00f301d09b13$79cc2410$6d646c30$@ndzh.com>
<8D15A2BAF93E9C49AB037A0647E5FA643F8490D8@eusaamb105.ericsson.se>
<865C20BAAE8BBD4C89E7D6FE694F6B3B2D3CA540@nkgeml505-mbs.china.huawei.com>
<017101d09d89$1d9ca570$58d5f050$@ndzh.com>
<865C20BAAE8BBD4C89E7D6FE694F6B3B2D3CD945@nkgeml505-mbs.china.huawei.com>
<013e01d09ef5$190b6e20$4b224a60$@ndzh.com>
<865C20BAAE8BBD4C89E7D6FE694F6B3B2D3CDF47@nkgeml505-mbs.china.huawei.com>
In-Reply-To: <865C20BAAE8BBD4C89E7D6FE694F6B3B2D3CDF47@nkgeml505-mbs.china.huawei.com>
Date: Fri, 5 Jun 2015 13:41:40 -0400
Message-ID: <021a01d09fb6$e1c51c00$a54f5400$@ndzh.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_021B_01D09F95.5AB99680"
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AQGjwAWNbhwtlPLyYWaj2K7LZAyOCALTOOmfAi4Fw8QCdyFT5wGybQGAAY0ffNMCPlLrYJ2QNKUg
Content-Language: en-us
X-Authenticated-User: skh@ndzh.com
Archived-At: <http://mailarchive.ietf.org/arch/msg/ibnemo/CnQaGH13wdbAt-3QVih-JgCKWZ4>
Cc: ibnemo@ietf.org
Subject: Re: [Ibnemo] [Sdn] Defining a Common Model for intent
X-BeenThere: ibnemo@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Discussion of Nemo,
an intent-based North Bound \(NB\) interface consisting of an
application protocol running over HTTP \(RESTful interfaces\) to exchange
intent-based primitives between applications and meta-controllers controlling
virtual network resources \(networks, storage, CPU\)." <ibnemo.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ibnemo>,
<mailto:ibnemo-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ibnemo/>
List-Help: <mailto:ibnemo-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ibnemo>,
<mailto:ibnemo-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 05 Jun 2015 17:41:55 -0000
Fengkai: The key point about roles is where do they fit within the network-SQL Diego talks about. The basic concepts from draft-xia-ibnemo-icim-00 make sense to me as part of the SQL Users à (have) intent à (expressed) in context Intent (is made of) == object (constraint in node, connection, flow ), results (constraint in expect/avoid), operation (constraint, in condition and action) If Roles are a type of intent, then there must be a qualifier on our intent definition above). If role are constraints that impact object, result, and operation, then we can model roles by simply indicating what constraint the role plays. In Nemo, we create a model that provides a model for network objects (nodes, connection, and data flows/action. If a role forms a grouping of constraints (or class), you can translate roles to a set of pre-defined properties that can be associated with a pre-defined type of objects (Node, link, and dataflow/action), or results (Expect/Avoid p2pconnect or mp2mpconnect), or operations (Flows of 1 Gbps). What does this mean for the user? The network SQL sets up libraries to define roles because it is simply constraints on the components of intent. What do you think of my idea of roles? I can give this as business (non-network, or Provider business), or as a end-user role. Sue From: Lifengkai (Fengkai) [mailto:lifengkai@huawei.com] Sent: Thursday, June 04, 2015 8:48 PM To: Susan Hares; 'Dave Hood'; sdn@irtf.org Cc: ibnemo@ietf.org Subject: RE: [Ibnemo] [Sdn] Defining a Common Model for intent Sue and all, Yes, they are concepts with roles taken into consideration. Here a little further explanation: I think grouping of roles by level is just one way, but not should be, and the key point here is roles. We are trying to define intent with the role classifications (the other thread in this mail list). For the accurate intent for each categories of different networks users, theirs roles appears fundamentally important and are the basis for the definition. I think role identification and distinguishing should be the potential work. Sue, any thoughts about this potential work? And how about others? Thanks. Best Regards, Fengkai From: Susan Hares [mailto:shares@ndzh.com] Sent: Friday, June 05, 2015 2:35 AM To: Lifengkai (Fengkai); 'Dave Hood'; sdn@irtf.org Cc: ibnemo@ietf.org Subject: RE: [Ibnemo] [Sdn] Defining a Common Model for intent Fengkai and all: I agree with Yali that context is often omitted. Thank you for filling in these business roles to the 2 site example. In all of these, I believe we have grouping of roles by level under the users intent HQ manager user à network manager(s) à individual user(s) It appears that at each level the intent is related, but at each level the intents (object, result and constraint) is refined into a different concept due to different roles. Is this what it appears to you? Sue From: Ibnemo [mailto:ibnemo-bounces@ietf.org] On Behalf Of Lifengkai (Fengkai) Sent: Thursday, June 04, 2015 12:42 AM To: Susan Hares; 'Dave Hood'; sdn@irtf.org Cc: ibnemo@ietf.org Subject: Re: [Ibnemo] [Sdn] Defining a Common Model for intent Hi Sue and all, For the example, I see Yali has given one in her email, just copying here: For example, an end-user wants to make the communication between two sites is the minimum. For this intent, price is the context. Though context is omitted usually, it is really an important factor to affect the decision. I would like to add one more example for better understanding of the concept, and I would like to elaborate it from the point of users roles. Enterprise A has one headquarter and three branches located separately, and the product department within enterprise A has one sub-department in headquarter and each branch. Based on the product division, the product department manager wants: 1. sub-department in each branch can communicate with sub-department in headquarter 2. sub-department in each branch cannot communicate with each other 3. product department want to enjoy better quality of experience with a budget limit of $50,000 Then for the User-intent-context format, Ø User, enterprise user with department manager role Ø Intent, sub-department connection between headquarter and braches Ø Context, better of quality of experience within the budget For the network manager of the enterprise A, based on the product department managers requirements, the network manager wants: 1. connects the product sub-departments via: a) full mesh topology with ACLs for communication constraints between subnets; b)leased line between subnets. 2. SLA parameters configuration for guarantee the quality of experience Then for the user-intent-context format, Ø User, enterprise user with network manager role Ø Intent, topology set up for communication connection between subnets Ø Context, SLA parameters for quality of experience guaranteeing Here is the example that I proposed for the illustration, more specially with roles involved. Thanks. Best Regards, Fengkai From: Susan Hares [mailto:shares@ndzh.com] Sent: Wednesday, June 03, 2015 7:09 AM To: Lifengkai (Fengkai); 'Dave Hood'; sdn@irtf.org Cc: ibnemo@ietf.org Subject: RE: [Ibnemo] [Sdn] Defining a Common Model for intent Fengkai: In this you are talking about the difference between the IT and Non-IT persons context of an intent within a role. I believe your examples show that User à intent à context is very important as https://datatracker.ietf.org/doc/draft-xia-ibnemo-icim/ states. I am still struggling to understand how the fitting works. Can you provide additional examples? Sue From: Ibnemo [mailto:ibnemo-bounces@ietf.org] On Behalf Of Lifengkai (Fengkai) Sent: Tuesday, June 02, 2015 3:47 AM To: Dave Hood; Susan Hares; sdn@irtf.org Cc: ibnemo@ietf.org Subject: Re: [Ibnemo] [Sdn] Defining a Common Model for intent Hi Dave and all, Thanks for proposing the two valuable intent use cases. For the use case 2, I agree that the IT employee needs to include the details of ports/protocols into his/her intent descriptions, but those may not be in the intent context scope of a non-IT employee. Have a further consideration with this, different users of the network have their own intent in a specific domain. Then the roles/actors of network users, such as end users, application developers, tenant IT/network administrators, operator network administrators, are valuable to be identified and distinguished, thus fitting the intent requirements of the network users with different roles. Any thoughts about this consideration? Best Regards, Fengkai From: sdn [mailto:sdn-bounces@irtf.org] On Behalf Of Dave Hood Sent: Tuesday, June 02, 2015 1:38 AM To: Susan Hares; sdn@irtf.org Cc: Zhoutianran; Xiayinben; ibnemo@ietf.org Subject: Re: [Sdn] Defining a Common Model for intent An excerpt from an email I sent on the ONF NBI list, which may contain some useful thoughts: I have always had trouble understanding what an intent really is, so I am looking forward to making the concept more precise. When I click a link on a web page, I express an intent to invoke whatever that link offers. Completely below the surface is a layer stack, on-demand session establishment, DNS look-ups, server load balancers, and any number of other technological features that are of no interest to me. Why not use that as an example of intent? Better yet, we talk about negotiation and selection. Suppose I want to buy a widget. I probably already have some idea whether I want to go to Amazon or EBay or somewhere else. Suppose its Amazon. I search Amazons catalog and receive an offer of several widgets, some new, some used, some with a choice of colour or other pertinent features. If I see nothing I like, I may open a new browser window and check out Best Buy or EBay (lots more hidden technology to make that happen!). Maybe I come back to the Amazon page, having found nothing I liked better somewhere else. Now I accept one of the offered widgets and go through the checkout process. Do we agree that this is a fairly pure expression of intent as conceptualized in the paper? (If not, lets talk about making a Skype call.) Ok, thats my intent as an internet user. Lets assume the network is all SDN of one kind or another. I invoke my intent through a GUI onto software local to my PC, but I dont think we can call the PC an SDN controller. Its more an active mediator, a client to an SDN. As far as the network is concerned, the client makes DNS queries and swaps opaque TCP packets over a forwarding path that may already exist, or may need to be learned and set up on demand. This is about right, because the session content may well be encrypted end to end, and rightly. To the SDN controller, my intent is satisfied by directing DNS queries to a known DNS server somewhere, and ensuring IP connectivity for the subsequent session. Hmmm what happened to our intent-based NBI? The SDN offered my PC a packet interface with the properties of knowing how to recognize and route DNS queries specially, and general IP connectivity. My PC accepted the service offer implicitly by offering traffic to the data-plane interface. The network could be performing associated auxiliary services such as usage-based billing (think wireless roaming), so its more than just a dumb pipe. If this is not a legitimate example of intent, it would be good to write the white paper in such a way that clearly excludes such cases. Use case 2: suppose I am a corporate IT employee, and suppose that my intent is to have an E-Line between two of my campi. I necessarily care about ports and protocols; talk about intent being portable and protocol independent continues to confuse me completely. How can I order an E-line without caring about such details? [Nor is this intent portable.] Obviously, an SDN controller is going to expose whatever actions and elements of information are germane to the service it offers, and if ports and protocols are germane to the service, so be it. The SDN architecture, being recursive, models the north side of any controller as exposing an instance of an information model, customized for the intended client/customer/app/user. That being the case, how do we distinguish an NBI API that conveys intent (service: same thing?) from one that does not? I have recently come to the view that granularity is the criterion by which an intent or service invocation is distinguished. Colloquially speaking, a service invocation is a single invocation across the API: give me E-Line. Now of course this turns into constraint negotiation, offer and acceptance, but what happens across the API is effectively one transaction. In contrast, what we might agree is *not* an intent or a service is the manipulation of a granular information model, the explicit visibility of multiple objects, how they are interrelated, their attributes, and the like. · Network as a single lump vs some non-trivial topology. · Chauffeur vs driving a car. Legitimate reasons to choose one option or the other, but the level of granularity is quite different. Shall we agree that driving is too granular to be considered intent? This idea of granularity and detailed operations on the components (which of course may be complex entities themselves, virtualized into simple-appearing lumps) seems to me to capture the essence of what people are talking about when they say intent or service. I am not comfortable with the way I am expressing it, so if this is a step in a productive direction, or even if its not, I welcome suggestions to clarify the concept. Dave From: sdn [mailto:sdn-bounces@irtf.org] On Behalf Of Susan Hares Sent: Saturday, May 30, 2015 1:02 PM To: sdn@irtf.org Cc: 'Zhoutianran'; 'Xiayinben'; ibnemo@ietf.org Subject: [Sdn] Defining a Common Model for intent On this mail list, there has been a discussion of two types of information for Intent and Nemo: (http://www.ietf.org/mail-archive/web/sdn/current/msg00646.html) : 1) What information is needed to represent a service request, 2) How to represent and transport the information for a request. In order to define what information is needed to represent a 1) service request that signals Intent from an application to a controller, it is important to define Intent, and provide a clear model of Intent. Also, in describing real use-cases it is important that one uses the same definition and model for Intent in each use case. In the current forums examining Intent (ODL NIC, ODL Nemo, OF NBI and Keystone, OPNFV Movie, OpenStack) there is a realization that Intent occurs at multiple layers. The authors of draft-xia-ibnemo-icim have created a definition for intent and a unified model for defining intent which can handle 1 or multiple layers. The model suggest that: 1) A user has a intent that is expressed in a context. 2) Intent (usually) involves an object with a result, and optionally includes operations toward that result. 3) Operations conditions perform actions within/modified by constraints. We believe this defines clearly what others are calling pure intent (objects + results) versus constrained intent (objects + operations + constraints). The draft can be found at: https://datatracker.ietf.org/doc/draft-xia-ibnemo-icim/ . The authors are looking for feedback on the concepts in the draft. Sue Hares
- [Ibnemo] Defining a Common Model for intent Susan Hares
- [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Dave Hood
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- [Ibnemo] 答复: Defining a Common Model for intent Xiayinben
- [Ibnemo] 答复: Defining a Common Model for intent zhangyali (D)
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Lifengkai (Fengkai)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Dave Hood
- Re: [Ibnemo] [Nfvrg] 答复: Defining a Common Model … Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Dave Hood
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Lifengkai (Fengkai)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Bert Wijnen (IETF)
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- [Ibnemo] 答复: [Nfvrg] 答复: Defining a Common Model … Xiayinben
- [Ibnemo] 答复: Defining a Common Model for intent Xiayinben
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… STUART VENTERS
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Lifengkai (Fengkai)
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Romascanu, Dan (Dan)
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Bert Wijnen (IETF)
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] [Nfvrg] 答复: Defining a Common Model … Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Bert Wijnen (IETF)
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Lifengkai (Fengkai)
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Tina TSOU
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] Defining a Common Model for intent Natale, Bob
- Re: [Ibnemo] 答复: Defining a Common Model for inte… PEDRO ANDRES ARANDA GUTIERREZ
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… Xiayinben
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… Xiayinben
- [Ibnemo] 答复: [Nfvrg] 答复: Defining a Common Model … Xiayinben
- [Ibnemo] 答复: Defining a Common Model for intent Xiayinben
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Natale, Bob
- [Ibnemo] 答复: 答复: Defining a Common Model for inte… Xiayinben
- [Ibnemo] 答复: Defining a Common Model for intent Xiayinben
- [Ibnemo] 答复: 答复: Defining a Common Model for inte… Xiayinben
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] 答复: Defining a Common Model for inte… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] Defining a Common Model for intent PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] Defining a Common Model for intent Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… STUART VENTERS
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Natale, Bob
- Re: [Ibnemo] 答复: [Nfvrg] 答复: Defining a Common Mo… Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] [Nfvrg] 答复: Defining a Common Model … Susan Hares
- Re: [Ibnemo] 答复: Defining a Common Model for inte… Susan Hares
- Re: [Ibnemo] Defining a Common Model for intent Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Susan Hares
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- [Ibnemo] 答复: [Nfvrg] 答复: Defining a Common Model … Xiayinben
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… Zhoutianran
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Zhoutianran
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- [Ibnemo] 答复: [Sdn] Defining a Common Model for in… zhangyali (D)
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… Bert Wijnen (IETF)
- [Ibnemo] 答复: 答复: [Sdn] Defining a Common Model fo… zhangyali (D)
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… Bert Wijnen (IETF)
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… PEDRO ANDRES ARANDA GUTIERREZ
- [Ibnemo] 答复: 答复: 答复: [Sdn] Defining a Common Mode… zhangyali (D)
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… Bert Wijnen (IETF)
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] 答复: 答复: [Sdn] Defining a Common Mode… PEDRO ANDRES ARANDA GUTIERREZ
- Re: [Ibnemo] 答复: [Sdn] Defining a Common Model fo… Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… Bert Wijnen (IETF)
- Re: [Ibnemo] [Sdn] Defining a Common Model for in… DIEGO LOPEZ GARCIA