Configuring VLL Components
Page 200 7705 SAR OS Services Guide
Creating an Apipe Service
Use the following CLI syntax to create an Apipe service.
CLI Syntax: config>service# apipe service-id [customer customer-id]
[create] [vpn vpn-id] [vc-type {atm-vcc|atm-vpc}] [vc-switching]
description description-string
service-mtu octets
no shutdown
PE router 1 (A:ALU-41):
Example: A:ALU-41>config>service# apipe 5 customer 1 create
A:ALU-41config>service>apipe# description “apipe test”
A:ALU-41config>service>apipe# service-mtu 1400
A:ALU-41config>service>apipe# no shutdown
A:ALU-41config>service>apipe#
PE router 2 (A:ALU-42):
Example: A:ALU-42>config>service# apipe 5 customer 1 create
A:ALU-42>config>service>apipe# description “apipe test”
A:ALU-42>config>service>apipe# service-mtu 1400
A:ALU-42>config>service>apipe# no shutdown
A:ALU-42>config>service>apipe#
The following example displays the Apipe service creation output.
PE Router 1 (ALU-41):
A:ALU-41>config>service# info
-------------------------------------
...
apipe 5 customer 1 create
description "apipe test"
service-mtu 1400
no shutdown
exit
...
-------------------------------------
A:ALU-41>config>service#
PE Router 2 (ALU-42):
A:ALU-42>config>service# info
-------------------------------------
...
apipe 5 customer 1 create
description "apipe test"
service-mtu 1400
no shutdown
exit