Private SAP

The private SAP is the access interface to the L2TPv3 over which unencapsulated traffic is sent to or received from the far end. The public SAP must be configured within an Ethernet service, such as an Epipe, VPLS, or I-VPLS service.

The private SAP configuration includes the configuration of the following L2TPv3 session parameters:

The following example displays an L2TPv3 private SAP configured within the base routing context:

configure
        service
            vpls 100 customer 1 create
            ...
                sap tunnel-1.private:100 create
                    l2tpv3-session create
                        router 2 group "base l2tpv3 left"
                        vc-id 100
                        pw-type ethernet
                        no shutdown
                        exit
                    no shutdown
                    exit
                no shutdown
                exit