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

45
Views
Interface view
Default command level
2: System level
Usage guidelines
To disable the peer from using a locally configured IP address, configure the ppp ipcp remote-address
forced command.
Examples
# Configure an optional IP address 10.0.0.1 on interface Serial 2/0/1 for the peer.
<Sysname> system-view
[Sysname] interface serial 2/0/1
[Sysname-Serial2/0/1] remote address 10.0.0.1
# Configure IP address 10.0.0.1 on interface Serial 2/0/1 for the peer and assign the IP address to the
peer by force.
<Sysname> system-view
[Sysname] interface serial 2/0/1
[Sysname-Serial2/0/1] remote address 10.0.0.1
[Sysname-Serial2/0/1] 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.