Common Configuration Tasks
Page 66 7750 SR OS Services Guide
Configuring Multi-Service-Sites
Multi-service sites create a virtual scheduler hierarchy and making it available to queues on
multiple Service Access Points (SAPs). The ingress and egress scheduler-policy commands on the
SAP are mutually exclusive with the SAP
multi-service-site command. The multi-service
customer site association must be removed from the SAP before local scheduler polices may be
applied.
After a multi-service site is created, it must be assigned to a chassis slot or port. Note that the
7750 SR-1 model multi-service site
assignment configuration defaults to slot 1.
Use the following CLI syntax to configure customer multi-service sites.
CLI Syntax: config>service> customer customer-id
multi-service-site customer-site-name
assignment {port port-id | card slot}
description description-string
egress
agg-rate-limit agg-rate
scheduler-policy scheduler-policy-name
ingress
scheduler-policy scheduler-policy-name
tod-suite tod-suite-name
Example
:config>service# customer 5 create
config>service>cust$ multi-service-site "WestCoast" create
config>service>cust>multi-service-site$ assignment card 3
config>service>cust>multi-service-site# egress scheduler-policy
SLA1
config>service>cust>multi-service-site# exit
config>service>cust# multi-service-site "EastCoast" create
config>service>cust>multi-service-site$ assignment card 4
config>service>cust>multi-service-site# ingress
config>service>cust>multi-service-site>ingress$ scheduler-policy
alpha1
config>service>cust>multi-service-site>ingress# exit
config>service>cust>multi-service-site# exit
config>service>cust# exit