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


Usage

<configuration>
    <services>
        <ggsn>
            <apn>
                <radius>
                    <accounting>
                        <message-attributes>...</message-attributes>
                        <server>...</server>
                        <shared-server>shared-server</shared-server>
                        <message-for-every-context/>
                        <no-accounting-on/>
                        <interim-update>...</interim-update>
                        <un-acknowledge/>
                    </accounting>
                </radius>
            </apn>
        </ggsn>
    </services>
</configuration>

Description

RADIUS accounting settings.

Contents

<interim-update>—Send interim accounting requests.

<message-attributes>—Attributes in RADIUS messages.

<message-for-every-context>—Send start/interim/stop message for every PDP context.

<no-accounting-on>—Don't send accounting on and off messages.

<server>—Server for accounting requests.

<shared-server>—Name of shared RADIUS server.

<un-acknowledge>—Run in Un-Acknowledge mode.


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