Internet Enhanced Service
7705 SAR OS Services Guide Page 341
Configuring IES Components
This section provides configuration examples for components of the IES service. Each
component includes some or all of the following: introductory information, CLI syntax, a
specific CLI example, and a sample CLI display output. Included are the following
components:
• Creating an IES Service
• Configuring Interface Parameters
• Configuring IES SAP Parameters
Creating an IES Service
Use the following CLI syntax to create an IES service.
CLI Syntax: config>service# ies service-id [customer customer-id]
[create] [vpn vpn-id]
description description-string
interface ip-int-name [create]
no shutdown
Example: A:ALU-41>config>service# ies 5 customer 1 create
A:ALU-41>config>service>ies# description “IES for in-band
management”
A:ALU-41>config>service>ies# interface “ATMoIP
Management” create
A:ALU-41>config>service>ies# no shutdown
A:ALU-41>config>service>ies#
The following example displays the IES service creation output.
A:ALU-41>config>service# info
-------------------------------------
...
ies 5 customer 1 create
description "IES for in-band management"
interface “ATMoIP Management”
no shutdown
exit
...
-------------------------------------