Common Configuration Tasks
Page 64 7750 SR OS Services Guide
Common Configuration Tasks
This section provides a brief overview of the tasks that must be performed to configure a customer
account and an SDP.
Configuring Customers
Subscriber s The most basic customer account must have a customer ID. Optional parameters include:
• Description
•Contact name
• Telephone number
• Multi-service site
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
multi-service-site customer-site-name [create]
assignment {port port-id | card slot}
description description-string
egress
scheduler-override
scheduler scheduler-name
rate pir-rate [cir cir-rate]
scheduler-policy scheduler-policy-name
ingress
scheduler-override
scheduler scheduler-name
rate pir-rate [cir cir-rate]
scheduler-policy scheduler-policy-name
phone phone-number
The following displays the configuration command usage to create a customer account:
Example: config>service# customer 5 create
config>service>cust$ description "Alcatel Customer"
config>service>cust# contact "Technical Support"
config>service>cust# phone "650 555-5100"
config>service>cust# exit