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:
[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; }