Adding a Normal Service (SRC CLI)
Use the following configuration statements to add normal services to the global service scope:
- services global service name {
- description description ;
- type (normal);
- category category ;
- url url ;
- policy-group policy-group ;
- authentication-required;
- authorization-plug-in [ authorization-plug-in... ];
- tracking-plug-in [ tracking-plug-in... ];
- session-timeout session-timeout ;
- idle-timeout idle-timeout ;
- accounting-interim-interval accounting-interim-interval ;
- radius-class radius-class ;
- status (inactive | active);
- activate-only;
- permanent;
- available;
- secret;
- shared-service-name shared-service-name ;
- }
Use the following configuration statements to add normal services to a service scope:
- services scope name service name {
- description description ;
- type (normal | aggregate | script | infrastructure);
- category category ;
- url url ;
- policy-group policy-group ;
- authentication-required;
- authorization-plug-in [ authorization-plug-in... ];
- tracking-plug-in [ tracking-plug-in... ];
- session-timeout session-timeout ;
- idle-timeout idle-timeout ;
- accounting-interim-interval accounting-interim-interval ;
- radius-class radius-class ;
- status (inactive | active);
- activate-only;
- permanent;
- available;
- secret;
- shared-service-name shared-service-name ;
- }
To add a normal service:
- From configuration mode, enter the service configuration. In this sample procedure, the service is configured in the global service scope, and Video-Gold is the name of the service.
- (Optional) Enter a description for the service.
- Configure the type of service.
- (Optional) Configure the category of the service for other SRC applications, such as portals.
- (Optional) Configure the link used in SRC applications, such as portals.
- (Optional) Configure the policy group that is applied when the service is activated.
- (Optional) Enable authentication required for services activated by portals.
- (Optional) Configure the plug-in(s) used to authorize the service.
- (Optional) Configure the plug-in(s) used to collect accounting data for the service.
- (Optional) Configure the time after which the service session is deactivated.
- (Optional) Configure the idle time after which the SAE deactivates service.
- (Optional) Configure the time between interim accounting messages.
- (Optional) Configure the value of the RADIUS class attribute in accounting messages.
- (Optional) Configure the status of the service.
- (Optional) Configure whether the SAE can deactivate this service
- (Optional) Enable automatic activation when the service is subscribed.
- (Optional) Specify whether a subscriber can activate a service.
- (Optional) Specify whether the service is visible only to administrators who have permission to see secret information.
- (Optional) Verify your configuration.
[edit services global service Video-Gold] user@host# show description "Example for content provider allowing high speed access"; type normal; category Video; url http://video.server.com; policy-group /sample/common/content-provider-tiered; radius-class Video-Gold; status active; }
