Configuring a VLL Service with CLI
Page 218 7750 SR OS Services Guide
Disabling an Ipipe Service
An Ipipe service can be shut down without deleting any service parameters.
CLI Syntax: config>service#
ipipe service-id
shutdown
Example
: A:ALA-41>config>service# ipipe 202
A:ALA-41>config>service>ipipe# shutdown
A:ALA-48>config>service# info
----------------------------------------------
...
ipipe 202 customer 1 create
shutdown
sap 1/1/2:445 create
description "eth_ipipe"
ce-address 31.31.31.2
exit
sap 1/1/2:555 create
description "eth_ipipe"
ce-address 31.31.31.1
exit
exit
...
----------------------------------------------
A:ALA-48>config>service#
Re-enabling an Ipipe Service
To re-enable an Ipipe service that was shut down.
CLI Syntax: config>service#
ipipe service-id
no shutdown
Example
: A:ALA-41>config>service# ipipe 202
A:ALA-41>config>service>ipipe# no shutdown