IETF-OPSAWG-WG / lxnm

L3 VPN Yang Model
8 stars 11 forks source link

reference to a (customer) peer termination point #375

Closed boucadair closed 2 years ago

boucadair commented 2 years ago

When handling a service request, a network provider may query the local interface that is facing a customer endpoint. Such correlation requires the SAP topology to be able to store such peer id.

The suggestion is to add this NEW optional leaf:

      leaf peer-customer-sap-id {
        type string;
        description
          "Indicates an identifier of the peer's termination
           identifier (e.g., Customer Edge (CE)). This 
           information can be used for correlation purposes, 
           such as identifying the SAP that is attached to 
           an endpoint that is provided in a service request.";
      }