VPRN services

Use the following CLI syntax to apply QoS policies to ingress VPRN SAPs on the 7750 SR and 7950 XRS:
config>service# vprn service-id [customer customer-id]
interface ip-int-name
  sap sap-id
    ingress
      qos policy-id [shared-queuing | multipointshared]

The following output displays a VPRN service configuration. The default SAP ingress policy was not modified but shared queuing was enabled.

A:SR7>config>service# info
----------------------------------------------
vprn 1 customer 1 create
   interface "to-ce1" create
       address 192.168.0.0/24
       sap 1/1/10:1 create
           ingress
               qos 1 multipoint-shared
           exit
       exit
   exit
   no shutdown
exit
----------------------------------------------
A:SR7>config>service#