Cisco Systems OL-15491-01 Network Hardware User Manual


 
A-14
Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide
OL-15491-01
Appendix A CSG2 Command Reference
basis
basis
To specify the billing basis for a CSG2 content billing service, use the basis command in CSG2 service
configuration mode. To use the default billing basis, use the no form of this command.
basis [byte {ip | tcp} | {fixed | second [connect | transaction]}]
no basis [byte {ip | tcp} | {fixed | second [connect | transaction]}]
Syntax Description
Defaults The default setting is byte ip (billing charge is a function of the IP data volume processed).
Command Modes CSG2 service configuration
Command History
byte ip (Optional) Billing charge is a function of the IP data volume processed
during the subscriber’s session. This is the default setting.
byte tcp (Optional) Billing charge is a function of the TCP data volume processed
during the subscriber’s session.
Note Supplemental usage reporting always reports IP bytes, even if the
billing basis is configured for TCP bytes.
fixed (Optional) Billing charge is a fixed cost, which is deducted each time the
first packet for a transaction hits a content-policy pair (that is, deducted for
each request).
second (Optional) Billing charge is duration-based for the CSG2 service. Unless
the connect keyword is also configured, the billing is for the service
duration time.
connect (Optional) Billing charge is based on connection duration time, not service
duration time.
Note If you specify the connect keyword, the balance and consumed
fields in the output of the show ip csg users command are updated
only when there is a Service Reauthorization Request for new quota.
transaction (Optional) Billing charge is based on transaction duration time.
Note The transaction keyword is valid for Session Initiation Protocol
(SIP) only.
Release Modification
12.4(11)MD This command was migrated from CSG1.
Changes from CSG1: The exclude mms keyword was removed.
12.4(15)MD The transaction keyword was added.