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


Usage

<configuration>
    <services>
        <ggsn>
            <service-identification>
                <header-rule>
                    <term>
                        <from>
                            <ms-prefix>...</ms-prefix>
                            <ms-address>...</ms-address>
                            <network-prefix>...</network-prefix>
                            <network-address>...</network-address>
                            <network-port>...</network-port>
                            <ms-port>...</ms-port>
                            <protocol>...</protocol>
                        </from>
                    </term>
                </header-rule>
            </service-identification>
        </ggsn>
    </services>
</configuration>

Description

Define match criteria.

Contents

<ms-address>—Match MS address.

<ms-port>—Match MS port.

<ms-prefix>—Match MS prefix.

<network-address>—Match network address.

<network-port>—Match network port.

<network-prefix>—Match network prefix.

<protocol>—Match protocol type.


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