R3102-R3103-HP 6600/HSR6600 Routers Layer 2 - WAN Command Reference Guide

46
password: Specifies the password string for PAP authentication. If simple is specified, it must be a string
of 1 to 48 characters. If cipher is specified, it must be a ciphertext string of 1 to 97 characters.
Usage guidelines
For the local device to pass PAP authentication on the remote device, make sure that the same username
and password configured for the local device are also configured on the remote device with the
commands local-user username and password { cipher | simple } password.
For security purposes, all passwords, including passwords configured in plain text, are saved in cipher
text to the configuration file.
Examples
# Configure the local username and password for PAP authentication to plaintext passwords user1 and
pass1.
<Sysname> system-view
[Sysname] interface serial 2/0/1
[Sysname-Serial2/0/1] ppp pap local-user user1 password simple pass1
Related commands
local-user (Security Command Reference)
password (Security Command Reference)
ppp timer negotiate
Use ppp timer negotiate to set the PPP negotiation timeout time.
Use undo ppp timer negotiate to restore the default.
Syntax
ppp timer negotiate seconds
undo ppp timer negotiate
Default
The PPP negotiation timeout time is three seconds.
Views
Interface view
Default command 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.
Examples
# Set the PPP negotiation timeout time to 5 seconds.
<Sysname> system-view
[Sysname] interface serial 2/0/1
[Sysname-Serial2/0/1] ppp timer negotiate 5