[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Adding a Normal Service with the 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:

  1. 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.
  2. user@host# edit services global service Video-Gold 
    
    
    
  3. (Optional) Enter a description for the service.
  4. [edit services global service Video-Gold]
    
    user@host# set description description 
    
    
    
  5. Configure the type of service.
  6. [edit services global service Video-Gold]
    
    user@host# set type normal 
    
    
    
  7. (Optional) Configure the category of the service for other SRC applications, such as portals.
  8. [edit services global service Video-Gold]
    
    user@host# set category category 
    
    
    
  9. (Optional) Configure the link used in SRC applications, such as portals.
  10. [edit services global service Video-Gold]
    
    user@host# set url url 
    
    
    
  11. (Optional) Configure the policy group that is applied when the service is activated.
  12. [edit services global service Video-Gold]
    
    user@host# set policy-group policy-group 
    
    
    
  13. (Optional) Enable authentication required for services activated by portals.
  14. [edit services global service Video-Gold]
    
    user@host# set authentication-required 
    
    
    
  15. (Optional) Configure the plug-in(s) used to authorize the service.
  16. [edit services global service Video-Gold]
    
    user@host# set authorization-plug-in [authorization-plug-in...];
    
    
    
  17. (Optional) Configure the plug-in(s) used to collect accounting data for the service.
  18. [edit services global service Video-Gold]
    
    user@host# set tracking-plug-in [tracking-plug-in...] 
    
    
    
  19. (Optional) Configure the time after which the service session is deactivated.
  20. [edit services global service Video-Gold]
    
    user@host# set session-timeout session-timeout 
    
    
    
  21. (Optional) Configure the idle time after which the SAE deactivates service.
  22. [edit services global service Video-Gold]
    
    user@host# set idle-timeout idle-timeout 
    
    
    
  23. (Optional) Configure the time between interim accounting messages.
  24. [edit services global service Video-Gold]
    
    user@host# set accounting-interim-interval accounting-interim-interval 
    
    
    
  25. (Optional) Configure the value of the RADIUS class attribute in accounting messages.
  26. [edit services global service Video-Gold]
    
    user@host# set radius-class radius-class 
    
    
    
  27. (Optional) Configure the status of the service.
  28. [edit services global service Video-Gold]
    
    user@host# set status (inactive | active)
    
    
    
  29. (Optional) Configure whether the SAE can deactivate this service
  30. [edit services global service Video-Gold]
    
    user@host# set activate-only 
    
    
    
  31. (Optional) Enable automatic activation when the service is subscribed.
  32. [edit services global service Video-Gold]
    
    user@host# set permanent 
    
    
    
  33. (Optional) Specify whether a subscriber can activate a service.
  34. [edit services global service Video-Gold]
    
    user@host# set available 
    
    
    
  35. (Optional) Specify whether the service is visible only to administrators who have permission to see secret information.
  36. [edit services global service Video-Gold]
    
    user@host# set secret
    
    
    
  37. (Optional) Verify your configuration.
  38. [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;
    
    } 
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]