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


Usage

<configuration>
    <services>
        <ggsn>
            <apn>
                <pdp-context>
                    <creation>creation-choice</creation>
                    <pdp-type>pdp-type-choice</pdp-type>
                    <limit>limit</limit>
                    <address>...</address>
                    <ipv6-address>...</ipv6-address>
                    <policing>...</policing>
                    <session-control>...</session-control>
                    <address-allocation>address-allocation-choice</address-allocation>
                    <ipv6-address-allocation>ipv6-address-allocation-choice
                                    </ipv6-address-allocation>
                    <allocation-prefix>allocation-prefix</allocation-prefix>
                    <allocation-prefix-method>allocation-prefix-method-choice
                                    </allocation-prefix-method>
                    <load-factor>load-factor</load-factor>
                    <alarm-limit>percent</alarm-limit>
                    <signaling>...</signaling>
                    <allow-framed-ip-netmask/>
                </pdp-context>
            </apn>
        </ggsn>
    </services>
</configuration>

Description

APN-specific PDP context settings.

Contents

<address>—APN IPv4 address range.

<address-allocation>—Method used to allocate IPv4 addresses to PDP contexts.

<alarm-limit>—APN utilization limit at which to raise alarm.

<allocation-prefix>—Subnet prefix to use for GGSNU distribution.

<allocation-prefix-method>—Prefix allocation method to use for GGSNU distribution.

<allow-framed-ip-netmask>—Allow framed-IP-netmask attribute from RADIUS.

<creation>—PDP context creation state.

<ipv6-address>—APN IPv6 address range.

<ipv6-address-allocation>—Method used to allocate IPv6 addresses to PDP contexts.

<limit>—Maximum active PDP contexts.

<load-factor>—PDP context load factor for GGSNU distribution.

<pdp-type>—PDP context type.

<policing>—Policing settings.

<session-control>—Session control settings.

<signaling>—PDP-Context signaling options for this APN.


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