Configuring Subscriptions with the SRC CLI
After you add subscribers, you configure subscriptions for the subscribers. Residential or enterprise subscribers may also be able to configure subscriptions through the portal, and managers assigned to a subscriber object may be able to configure subscriptions for that object.
You must add a service to the directory before you can specify that service for subscribers. See SRC-PE Services and Policies Guide, Chapter 1, Managing Services with the SRC CLI.
After you configure a subscription to a service, the service is available to the subscriber through the portal. Depending on the configuration, the subscriber may need to activate the service. You can configure schedules to define when services are available to subscribers. See SRC-PE Services and Policies Guide, Chapter 4, Scheduling Services with the SRC CLI.
subscribers retailername
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
; substitution [substitution...
];}subscribers retailername
subscriber-folderfolder-name
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
; substitution [substitution...
];}subscribers retailername
subscriber-folderfolder-name
subscribername
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
; substitution [substitution...
];}subscribers retailername
subscriber-folderfolder-name
enterprisename
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
; substitution [substitution...
];}subscribers retailername
subscriber-folderfolder-name
enterprisename
sitename
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
; substitution [substitution...
];}subscribers retailername
subscriber-folderfolder-name
enterprisename
accessname
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
; substitution [substitution...
];}subscribers retailername
subscriber-folderfolder-name
devicedevice-name
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
; substitution [substitution...
];}subscribers retailername
subscriber-folderfolder-name
enterprisename
devicedevice-name
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
;substitution [substitution...
];}subscribers retailername
subscriber-folderfolder-name
enterprisename
sitename
devicedevice-name
subscriptionsubscription-name
{status (active | suspended | hidden); activation (manual | automatically-on-login); activation-orderactivation-order
; substitution [substitution...
];}To configure a subscription to a service:
- From configuration mode, enter the subscription configuration. In this procedure, peter is the name of the subscriber and Video-Gold is the name of the subscription.
user@host#edit subscribers retailer default subscriber-folder local subscriber peter subscription Video-Gold
- (Optional) Configure the status of the service subscription.
[edit subscribers retailer default subscriber-folder local subscriber peter subscription Video-Gold]user@host#set status
(active | suspended | hidden)- (Optional) Specify how the service is activated.
[edit subscribers retailer default subscriber-folder local subscriber peter subscription Video-Gold]user@host#set activation
(manual | automatically-on-login)- (Optional) Specify when the SAE should activate this subscription relative to the subscriber's other subscriptions that are configured to activate on login.
[edit subscribers retailer default subscriber-folder local subscriber peter subscription Video-Gold]user@host#set activation-order
activation-order
- (Optional) Configure the actual values for parameters associated with this subscription.
[edit subscribers retailer default subscriber-folder local subscriber peter subscription Video-Gold]user@host#set substitution
[substitution...
]- (Optional) Verify your configuration.
[edit subscribers retailer default subscriber-folder local subscriber peter subscription Video-Gold]user@host#show
status active;activation manual;Allowing Multiple Subscriptions per Subscriber
To allow a subscriber to have a number of subscriptions to a service at the same time, each subscription:
An object for each subscription is created in the directory. The name of the object has the following format:
<ServiceName>%<SubscriptionId>Other than the naming convention, multiple subscriptions are identical to regular subscriptions.