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


Usage

<configuration>
    <access>
        <profile>
            <accounting>
                <order>...</order> <!-- mandatory -->
                <accounting-stop-on-failure/>
                <accounting-stop-on-access-deny/>
                <immediate-update/>
                <update-interval>minutes</update-interval>
                <statistics>statistics-choice</statistics>
            </accounting>
        </profile>
    </access>
</configuration>

Description

Specifies the accounting options.

Contents

<accounting-stop-on-access-deny>—Send an Acct-Stop message if AAA-server denies access.

<accounting-stop-on-failure>—Send an Acct-Stop message if a user fails authentication, but AAA-server grants access.

<immediate-update>—Send an Acct-Update message on receipt of a Acct-response for the Acct-Start message.

<order>—Order in which accounting mechanisms are used.

<statistics>—Reports set of statistics attributes based on reporting type.

<update-interval>—The interval in minutes between accounting updates(Interim-stats off, if not specified).


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