Page 270 7750 SR OS Services Guide
Creating an Ipipe Service
Use the following CLI syntax to create an Ipipe service.
CLI Syntax: config>service# ipipe service-id [customer customer-id] [vpn
vpn-id][vc-switching]
description description-string
no shutdown
The following example displays an Ipipe configuration example:
A:ALA-1>config>service# info
-------------------------------------------
...
ipipe 202 customer 1 create
description "eth_ipipe"
no shutdown
exit
-------------------------------------------
A:ALA-1>config>service#
Configuring Ipipe SAP Parameters
The following displays an Ipipe SAP configuration example:
A:ALA-48>config>service# info
----------------------------------------------
...
ipipe 202 customer 1 create
sap 1/1/2:444 create
description "eth_ipipe"
ce-address 31.31.31.1
exit
sap 1/3/2:445 create
description "eth_ipipe"
ce-address 31.31.31.2
exit
no shutdown
exit
...
----------------------------------------------
A:ALA-48>config>service#