112
View
Dialer interface view
Default level
2: System level
Parameters
seconds:
Negotiation timeout time to be set, in the range of 1 to 10 (seconds. In PPP negotiation, if the
local device receives no response from the peer during this period after it sends a packet, the local device
sends the last packet again.
Description
Use
ppp timer negotiate
to set the PPP negotiation timeout time.
Use
undo ppp timer negotiate
to restore the default.
By default, the PPP negotiation timeout time is three seconds.
Examples
# Set the PPP negotiation timeout time to five seconds.
<Sysname> system-view
[Sysname] interface Dialer 1
[Sysname-Dialer1] ppp timer negotiate 5
remote address
Syntax
remote address
{
ip-address
|
pool
[
pool-number
] }
undo
remote address
View
Dialer interface view
Default level
2: System level
Parameters
ip-address
: IP address to be assigned to the peer device.
pool
[
pool-number
]:
Specifies the number of the address pool used for assigning an IP address to the
peer. The
pool-number
argument ranges from 0 to 99 and defaults to 0.
Description
Use
remote address
to set the IP address to be assigned to the peer device or specify the address pool
used for assigning an IP address to the peer device.
Use
undo remote address
to cancel the IP address configured to be assigned to the peer device.
By default, an interface does not assign IP addresses to the peer device.
The
remote address
command can be used when the local device is configured with an IP address, but
the peer has no IP address. To enable the peer device to accept the IP address assigned to it by the local
device, you must configure the
ip address ppp-negotiate
command on the peer device in addition to
configuring the
remote address
command on the local device.