Configuring VLL Components
Page 208 7705 SAR OS Services Guide
Configuring Epipe SAP Parameters
The 7705 SAR supports distributed Epipe service and local (SAP-to-SAP) Epipe service. A 
distributed Epipe consists of two SAPs on different nodes. A local Epipe consists of both 
SAPs on the same 7705 SAR. To configure a distributed Epipe service, you must configure 
service entities on the originating and far-end nodes.
Use the following CLI syntax to create distributed Epipe SAPs. For ingress and egress 
configuration information, see Configuring Ingress and Egress SAP Parameters on page 
217. For SAP ETH-CFM configuration information, see Configuring ETH-CFM Parameters 
(802.1ag and Y.1731) on page 95.
CLI Syntax: config>service# epipe service-id [customer customer-id] 
[create] [vc-switching]
sap sap-id [create]
accounting-policy policy-id
collect-stats
description description-string
no shutdown
egress
qos policy-id
eth-cfm
ingress
filter [ip ip-filter-id]
qos policy-id
Example: ALU-1>epipe 5500 customer 5 create
config>service>epipe$ description "Distributed epipe 
service to east coast"
config>service>epipe# sap 1/1/3:21 create 
config>service>epipe>sap# ingress
config>service>epipe>sap>ingress# filter ip 1
config>service>epipe>sap>ingress# qos 555
config>service>epipe>sap>ingress# exit
config>service>epipe>sap# egress
config>service>epipe>sap>egress# qos 627
config>service>epipe>sap>egress# exit
config>service>epipe>sap# no shutdown
config>service>epipe>sap# exit
config>service>epipe#
ALU-2>config>service# epipe 5500 customer 5 create
config>service>epipe$ description "Distributed epipe 
service to west coast"
config>service>epipe# sap 1/1/4:550 create
config>service>epipe>sap# ingress
config>service>epipe>sap>ingress# qos 654
config>service>epipe>sap>ingress# exit