The following example shows the command usage to modify Fpipe parameters, supported on the 7750 SR only:
PE router 1 (A:ALA-41), example:
A:ALA-41>config>service# fpipe 1
A:ALA-41>config>service>fpipe# sap 1/2/1:16 create
A:ALA-41>config>service>fpipe>sap# accounting-policy 2
A:ALA-41>config>service>fpipe>sap# exit
A:ALA-41>config>service>fpipe# spoke-sdp 1:4
A:ALA-41>config>service>fpipe>spoke-sdp# ingress
A:ALA-41>config>service>fpipe>spoke-sdp>filter ip 10
A:ALA-41>config>service>fpipe>spoke-sdp# exit
A:ALA-41>config>service>fpipe#
PE router 2 (A:ALA-42), example:
A:ALA-42>config>service# fpipe 1
A:ALA-42>config>service>fpipe# sap 2/1/1.1:16 create
A:ALA-42>config>service>fpipe>sap# accounting-policy 2
A:ALA-42>config>service>fpipe>sap# exit
A:ALA-42>config>service>fpipe# spoke-sdp 1:1
A:ALA-42>config>service>fpipe>spoke-sdp# egress
A:ALA-42>config>service>fpipe>spoke-sdp>egress# filter ip 10
A:ALA-42>config>service>fpipe>spoke-sdp>egress# exit
A:ALA-42>config>service>fpipe>spoke-sdp# exit
A:ALA-42>config>service>fpipe#
PE Router 1 (ALA-41):
A:ALA-41>config>service# info
-------------------------------------
...
fpipe 1 customer 1 create
description "fpipe test"
service-mtu 1400
sap 1/2/1:16 create
accounting-policy 2
ingress
qos 101
exit
egress
qos 1020
exit
exit
spoke-sdp 1:1 create
ingress
filter ip 10
exit
no shutdown
exit
...
-------------------------------------
A:ALA-41>config>service#
PE Router 2 (ALA-42):
A:ALA-42>config>service# info
-------------------------------------
...
fpipe 1 customer 1 create
description "fpipe test"
service-mtu 1400
sap 2/1/1.1:16 create
accounting-policy 2
ingress
qos 101
exit
egress
qos 1020
exit
exit
spoke-sdp 1:1 create
egress
filter ip 10
exit
no shutdown
exit
...
-------------------------------------
A:ALA-42>config>service#