3Com MSR 50 Network Router User Manual


  Open as PDF
of 2742
 
523
Parameter seconds: Period of negotiation timeout in seconds. In PPP negotiation, if the local
device fails to receive a response from the peer during this period of time, PPP will
resend the last packet. This period ranges from 1 to 10 seconds.
Description Use the
ppp timer negotiate command to set the PPP negotiation timeout
interval.
Use the
undo ppp timer negotiate command to restore the default value.
By default, the PPP negotiation timeout interval is three seconds.
Example # Set the PPP negotiation timeout interval to five seconds.
<Sysname> system-view
[Sysname] interface serial 1/0
[Sysname-Serial1/0] ppp timer negotiate 5
remote address
Syntax remote address { ip-address | pool [ pool-number ]}
undo remote address
View Interface view
Parameter ip-address: Indicates the IP address assigned to the peer.
pool [ pool-number ]: Specifies an address pool identified by the pool-number
argument. An IP address from this address pool will be assigned to the peer. The
pool-number argument ranges from 0 to 99 and defaults to 0.
Description Use the
remote address command to allocate IP address for the peer device.
Use undo remote address to remove the IP address allocated for the peer device.
By default, an interface does not allocate IP address for the peer device. If the
pool-number argument is not specified while using this command, the global
address pool 0 will be used by default.
This command can be used in situation when the local device is configured with
an IP address, while the peer has no IP address. To accomplish the configuration,
you need to configure the ip address ppp-negotiate command on the peer
device, and configure the remote address command on the local device, so that
the peer device can accept IP address allocated to it through PPP negotiation.
c
CAUTION: This command allows the peer device to configure its IP address by
itself even if it has received an IP address allocated by the local device. If you do
not want this to happen, you must configure the ppp ipcp remote-address
forced command to forbid the peer device to configure its own IP address.
Related command: ip address ppp-negotiate, ppp ipcp remote-address forced