Cisco Systems OL-15491-01 Network Hardware User Manual


 
A-25
Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide
OL-15491-01
Appendix A CSG2 Command Reference
content (CSG2 service)
content (CSG2 service)
To configure a content and policy as a member of a CSG2 billing service, and optionally to assign a
weight to this content, use the content command in CSG2 service configuration mode. To remove a
content name from the billing service, use the no form of this command.
content content-name policy policy-name [weight weight-value]
no content content-name policy policy-name
Syntax Description
Defaults The default weight-value is 1 quadran.
Command Modes CSG2 service configuration
Command History
Usage Guidelines You must configure a policy before configuring this command.
Content can reference more than one policy. Therefore, you can have multiple content commands with
the same content-name argument, but different policy-name arguments.
To make a specific content free, specify a weight-value of 0.
Examples The following example shows how to configure content for the CSG2 service MOVIES. In this example:
Policy MOVIES_COMEDY is applied to content MOVIES_COMEDY.
Policy MOVIES_ACTION is applied to content MOVIES_ACTION.
Content MOVIES_ACTION is given a billing weight of 2.
ip csg service MOVIES
content MOVIES_COMEDY policy MOVIES_COMEDY
content MOVIES_ACTION policy MOVIES_ACTION weight 2
content-name Name of the content for this service. The name can be from 1 to 15
characters long, and can include uppercase or lowercase letters (the CSG2
changes all letters to uppercase), numbers, and any special characters.
policy policy-name Name of a configured policy to apply to the content for this service.
weight weight-value (Optional) Number of quadrans to deduct for each transaction. The range is
from 0 to 32767. The default weight-value is 1 quadran.
Release Modification
12.4(11)MD This command was migrated from CSG1.
Changes from CSG1: The weight-name argument was replaced with the
weight-value argument.