Cisco Cisco IOS Software Release 12.3(4)T

下载
页码 132
 
      Service Selection Gateway
RADIUS Accounting Records
53
Cisco IOS Releases 12.2(15)B and 12.3(4)T
Octets Output
Current RADIUS standards support the counting of up to only 32 bits of information with the 
ACCT-Output-Octets attribute. Standards such as ADSL have much higher throughput. 
In order for the accounting server to keep track of and bill for usage, SSG uses the Octets Output 
attribute. 
The Octets Output attribute keeps track of how many times the 32-bit integer rolls over and the value of 
the integer when it overflows for outbound data.
Control-Info = "Orollover;value
Syntax Description
Usage
Use the Octets Output attribute to keep accurate track of and bill for usage. To calculate the actual 
number of bytes of data represented by the Octets Output values, use the following formula:
rollover * 2
32
 + value
Example
In the following example, rollover is 2 and value is 153 (2 * 2
32
 + 153 = 8589934745):
Control-Info = "O2;153"
Note
The Octets Output attribute is used only for accounting purposes and does not appear in profiles.
Octets Input
Current RADIUS standards support the counting of up to only 32 bits of information with the 
ACCT-Input-Octets attribute. Standards such as ADSL have much higher throughput. 
In order for the accounting server to keep track of and bill for usage, SSG uses the Octets Input attribute. 
The Octets Input attribute keeps track of how many times the 32-bit integer rolls over and the value of 
the integer when it overflows for inbound data.
Control-Info = "Irollover;value
Syntax Description
Usage
Use the Octets Input attribute to keep accurate track of and bill for usage. To calculate the actual number 
of bytes of data represented by the Octets Input values, use the following formula:
rollover
Number of times the 32-bit integer rolls over to 0.
value
Value in the 32-bit integer when the stop record is generated and the service 
or user is logged out.
rollover
Number of times the 32-bit integer rolls over to 0.
value
Value in the 32-bit integer when the stop record is generated and the service 
or user is logged out.