F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Network Management Command Reference-6PW100

Table Of Contents
128
[Sysname-Virtual-Template1] remote address 10.0.0.1
# Configure IP address 10.0.0.1 on interface Virtual-Template 1 for the peer and assign the IP address
to the peer by force.
<Sysname> system-view
[Sysname] interface Virtual-Template 1
[Sysname-Virtual-Template1] remote address 10.0.0.1
[Sysname-Virtual-Template1] ppp ipcp remote-address forced
Related commands
remote address
ppp pap local-user
Use ppp pap local-user to set the local username and password for PAP authentication.
Use undo ppp pap local-user to cancel the local username and password configured.
Syntax
ppp pap local-user username password { cipher | simple } password
undo ppp pap local-user
Default
The username and the password for PAP authentication are not set.
Views
Interface view
Default command level
2: System level
Parameters
username: Username of the local device for PAP authentication, a case-sensitive string of 1 to 80
characters.
cipher: Sets a ciphertext password.
simple: Sets a plaintext password.
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 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 secrecy, all keys, including keys configured in plain text, are saved in cipher text.
Examples
# Configure the local username and password for PAP authentication to plaintext passwords user1 and
pass1.
<Sysname> system-view
[Sysname] interface Virtual-Template 1
[Sysname-Virtual-Template1] ppp pap local-user user1 password simple pass1