Creating an Apipe Service

Use the following CLI syntax to create an Apipe service on a 7750 SR.

CLI Syntax:

config>service# apipe service-id [customer customer-id] [vpn vpn-id] [vc-type {atm-vcc|atm-sdu|atm-vpc|atm-cell}][vc-switching]
          description description-string
          interworking {frf-5}
          service-mtu octets
          no shutdown

The following example shows the command usage to create an Apipe service.

PE router 1 (A:ALA-41), example:

A:ALA-41>config>service# apipe 5 customer 1 create
A:ALA-41config>service>apipe# description ‟apipe test”
A:ALA-41config>service>apipe# service-mtu 1400
A:ALA-41config>service>apipe# no shutdown
A:ALA-41config>service>apipe# 

PE router 2 (A:ALA-42), example:

A:ALA-42>config>service# apipe 5 customer 1 create
A:ALA-42>config>service>apipe# description ‟apipe test”
A:ALA-42>config>service>apipe# service-mtu 1400
A:ALA-42>config>service>apipe# no shutdown
A:ALA-42>config>service>apipe# 

The following example shows the Apipe service creation output.

PE Router 1 (ALA-41):

A:ALA-41>config>service# info
-------------------------------------
...
        apipe 5 customer 1 create
            description "apipe test"
            service-mtu 1400
            no shutdown
        exit
...
-------------------------------------
A:ALA-41>config>service#

PE Router 2 (ALA-42):

A:ALA-42>config>service# info
-------------------------------------
...
        apipe 5 customer 1 create
            description "apipe test"
            service-mtu 1400
            no shutdown
        exit
...
-------------------------------------
A:ALA-42>config>service#