Services Overview
7705 SAR OS Services Guide Page 91
Common Configuration Tasks
This section provides a brief overview of the following common configuration tasks that
must be performed to configure a customer account and an SDP:
• Configuring Customer Accounts
• Configuring SDPs
Configuring Customer Accounts
Use the customer command to configure customer information. Every customer account
must have a customer ID. Optional parameters include:
• description
• contact name
• telephone number
If special characters are included in the customer description string, such as spaces, #, or ?,
the entire string must be enclosed in double quotes.
Use the following CLI syntax to create and input customer information.
CLI Syntax: config>service# customer customer-id create
contact contact-information
description description-string
phone phone-number
Example: config>service# customer 5 create
config>service>cust# contact "Technical Support"
config>service>cust$ description "Alcatel-Lucent
Customer"
config>service>cust# phone "650 555-5100"
config>service>cust# exit
The following example displays the customer account configuration output.
A:ALU-12>config>service# info
-------------------------------------------
..
customer 5 create
contact "Technical Support"
description "Alcatel-Lucent Customer"
phone "650 555-5100"
exit
...
-------------------------------------------
A:A:ALU-12>config>service#