Use the following CLI syntax to create an Fpipe service on a 7750 SR.
CLI Syntax:
config>service# fpipe service-id [customer customer-id] [vpn vpn-id] [vc-type {fr-dlci}] [vc-switching]
description description-string
service-mtu octets
no shutdown
The following example shows the command usage to create an Fpipe service:
PE router 1 (A:ALA-41), example:
A:ALA-41>config>service# fpipe 1 customer 1 create
A:ALA-41config>service>fpipe# description ‟fpipe test”
A:ALA-41config>service>fpipe# service-mtu 1400
A:ALA-41config>service>fpipe# no shutdown
A:ALA-41config>service>fpipe#
PE router 2 (A:ALA-42), example:
A:ALA-42>config>service# fpipe 1 customer 1 create
A:ALA-42>config>service>fpipe# description ‟fpipe test”
A:ALA-42>config>service>fpipe# service-mtu 1400
A:ALA-42>config>service>fpipe# no shutdown
A:ALA-42>config>service>fpipe#
The following example shows the Fpipe service creation output:
PE router 1 (A:ALA-41):
A:ALA-41>config>service# info
-------------------------------------------
...
fpipe 1 customer 1 create
description ‟fpipe test”
service-mtu 1400
no shutdown
exit
...
-------------------------------------------
A:ALA-41>config>service#
PE router 2 (A:ALA-42):
A:ALA-42>config>service# info
-------------------------------------------
...
fpipe 1 customer 1 create
description ‟fpipe test”
service-mtu 1400
no shutdown
exit
...
-------------------------------------------
A:ALA-42>config>service#