User`s manual

MediaPack
SIP User's Manual 252 Document #: LTRT-65408
When working in a PPPoE environment, the gateway negotiates for its IP address (as
described above). However, if the user desires to disable the PPPoE client, the gateway
can be configured to use default values for IP address, subnet mask and default gateway.
This can be done using ini file parameters PPPoERecoverIPAddress,
PPPoERecoverSubnetMask and PPPoERecoverDfgwAddress. These parameters indicate
to the gateway that if the PPPoE is disabled and no BOOTP server is activated, as
required in the gateway to use a PPPoE environment, then the gateway should use these
defaults for its IP configuration.
For a detailed description of the ini file parameters for PPPoE, refer to Section 5.6.1.6 on
page 149.
Note: When working with a PPPoE server (Access Concentrator) that does
not reply to LCP Echo messages (which by default, the gateway
periodically sends) you may want to disable the LCP Echo messages
by using the ini file parameter PPPoELcpEchoEnable. (For a
description of this parameter, refer to Section 5.6.1.6 on page 149.)
9.5 Robust Reception of RTP Streams
This mechanism filters out unwanted RTP streams that are sent to the same port number
on the gateway. These multiple RTP streams can result from traces of previous calls, call
control errors and deliberate attacks.
When more than one RTP stream reaches the gateway on the same port number, the
gateway accepts only one of the RTP streams and rejects the rest of the streams. The RTP
stream is selected according to the following procedure:
The first packet arriving on a newly opened channel sets the source IP address and UDP
port from which further packets are received. Thus, the source IP address and UDP port
identify the currently accepted stream. If a new packet arrives whose source IP address or
UDP port are different to the currently accepted RTP stream, there are two options:
The new packet has a source IP address and UDP port which are the same as the
remote IP address and UDP port that were stated during the opening of the channel.
In this case, the gateway reverts to this new RTP stream.
The new packet has any other source IP address and UDP port, in which case the
packet is dropped.
9.6 Multiple Routers Support
Multiple routers support is designed to assist the media gateway when it operates in a
multiple routers network. The gateway learns the network topology by responding to ICMP
redirections and caches them as routing rules (with expiration time).
When a set of routers operating within the same subnet serve as gateways to that network
and intercommunicate using a dynamic routing protocol, the routers can determine the
shortest path to a certain destination and signal the remote host the existence of the better
route. Using multiple router support the media gateway can utilize these router messages
to change its next hop and establish the best path.
Note: Multiple Routers support is an integral feature that doesn’t require
configuration.