[Nsi-wg] Service Termination Points

John MacAuley john.macauley at surfnet.nl
Sat Mar 12 21:35:50 CST 2011


Taking Jerry's definition and Tomohiro's note not to use domain or endpoint I have defined the following three XML schema components:

A "Path Object Type" consists of at a minimum an "aSTP" and a "zSTP", with an optional ordered list of "STP" defining the path through the network.
An "STP Type" consisting of a mandatory "Network Id" string and a mandatory "Local Id" string that uniquely identify the STP.  There is an optional "Order" attribute that will only be populated when the STP is part of the ordered list.
An "STP List Type" that will support both an ordered and unordered list of STPs.

So is does my definition of a Path Object cover what was intended in the CS architecture document?

   <xsd:complexType name="PathObjectType">
      <xsd:sequence>
         <xsd:element name="aSTP" type="tns:StpType" minOccurs="1" maxOccurs="1" />
         <xsd:element name="orderedStpList" type="tns:StpListType" />
         <xsd:element name="zSTP" type="tns:StpType" minOccurs="1" maxOccurs="1" />
      </xsd:sequence>
   </xsd:complexType>

   <xsd:complexType name="StpType">
      <xsd:sequence>
         <xsd:element name="networkId" type="xsd:string" minOccurs="1" maxOccurs="1" />
         <xsd:element name="localId" type="xsd:string" minOccurs="1" maxOccurs="1" />
      </xsd:sequence>
      <xsd:attribute name="order" type="xsd:integer" />
   </xsd:complexType>
   
   <xsd:complexType name="StpListType">
      <xsd:sequence>
         <xsd:element name="stp" type="tns:StpType" minOccurs="0" maxOccurs="unbounded" />
      </xsd:sequence>
   </xsd:complexType>

On 2011-03-12, at 10:11 PM, Jerry Sobieski wrote:

> Hi John-
> 
> Yes.   For NSI I think we can say an STP==endpoint.
> 
> I think STPs in the abstract sense may be topological locations other than just a port or a VLAN, but for the purposes of NSI v1.0, I think a "real STP" is indeed a location in the topology where a connection may originate or terminate.
> 
> (I note that I used a circular reference in the endpoint definition.  Apologies.  An Endpoint is the physical topological terminus of a connection.)     I do reserve some flexibility in the abstraction however.  I think there are ways we can use Service Termination Points to indicate larger complexes of topological elements.   If folks are intersted I will elaborate, but for now, and to be expedient with respect to defining ReserveRequest() parameters, I suggest we accept an adequate definition and leave additional refinement to later.
> 
> Is this helpful?
> Jerry
> 
> On 3/12/11 9:57 PM, John MacAuley wrote:
>> 
>> Jerry,
>> 
>> So based on your definition below is STP == Endpoint Reference from an NSI protocol perspective?
>> Definitions:
>> 
>> Service Termination Point := 1. An abstract object that represents the ingress or egress point of a connection, or the abstract notion of a location in a topology where a connection could potentially originate or terminate.  2. A real point in a topology where a connection can originate or terminate.
>> 
>> Endpoint := In NSI, this is a location within a network that can be used as an endpoint for a connection.
>> 
>> Endpoint Reference := a two-tuple consisting of a {<network name>, <endpoint name>} .  An “endpoint reference” is this tuple, the “endpoint” itself is the topological location it identifies.
>> 
>>  John.
>> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.ogf.org/pipermail/nsi-wg/attachments/20110312/a9b92868/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1791 bytes
Desc: not available
Url : http://www.ogf.org/pipermail/nsi-wg/attachments/20110312/a9b92868/attachment-0001.bin 


More information about the nsi-wg mailing list