boucadair / attachment-circuit-model

A YANG Data Model for Attachment Circuits
Other
0 stars 4 forks source link

For “ietf-ac-ntw”, can 'Attachment Circuits'-as-a-Service be used as a service type? #130

Closed lana-wu closed 9 months ago

lana-wu commented 9 months ago

Can 'Attachment Circuits'-as-a-Service be a service type?

    augment /nw:networks/nw:network/nw:node:
              +--rw service* [service-type]
                 +--rw **service-type**                   identityref
                 +--rw sap* [sap-id]

As defined in RFC9408, 'service-type' are all connectivity services:

A SAP network topology can be used for one or multiple service types ('service-type'). Examples of supported service types are as follows:

boucadair commented 9 months ago

@lana-wu to report back on the need, including lack of clarity in the text.

lana-wu commented 9 months ago

For the ac-sap-figure attached, is the following is a valid example? If the example is correct, It seems to me, compared with the SAP model, the AC augmentation does not add more information here.
` Network 1 node1 PE1 tp list interface 1/0/1 interface 1/0/1.1 interface 1/0/1.1 interface 1/0/2 interface 1/0/3

SAP Network 1 Node 1 l3vpn sap1 interface 1/0/1 ac1 interface 1/0/1.1 L3 ac2 interface 1/0/1.2 sap2
interface 1/0/2 ac3 interface 1/0/2 sap3
interface 1/0/3 ac1 interface 1/0/3
sap4
interface 1/0/1.2 ac2
interface 1/0/1.2
sap5
interface 1/0/1.1 L3 ac1 interface 1/0/1.1

l2vpn
    sap1
        interface 1/0/1
        ac1
        interface 1/0/1.1 L3
        ac2
        interface 1/0/1.2
    sap2            
        interface 1/0/2
        ac3
        interface 1/0/2
    sap3            
        interface 1/0/3 
        ac1
        interface 1/0/3         
    sap4            
        interface 1/0/1.2
        ac2         
        interface 1/0/1.2   
    sap5            
        interface 1/0/1.1 L3
        ac1
        interface 1/0/1.1   

` ac-sap-figure.txt

boucadair commented 9 months ago

I suggest that you look at the example in https://datatracker.ietf.org/doc/html/[draft-ietf-opsawg-ntw-attachment-circuit-02](https://datatracker.ietf.org/doc/html/draft-ietf-opsawg-ntw-attachment-circuit-02#name-an-example)#name-an-example. Thanks.

boucadair commented 9 months ago

@lana-wu will suggest a PR