WAN CLI Commands
Avaya X330W-2DS1 User’s Guide 137
The syntax for this command is:
no loopback
ppp authentication (Console interface context)
Use the ppp authentication command to set if and what type of password
should be sent for authentication.
The syntax for this command is:
ppp authentication {pap|chap|none}
Example:
To select the chap authentication protocol:
X330WAN-2DS1-1(config-if:CON)# ppp authentication chap
ppp timeout ncp (Serial interface context)
Use the ppp timeout ncp command to set the maximum time, in seconds, that
the PPP should allow for negotiation of a network layer protocol. Use the no form of
this command to disable the maximum time that the PPP should allow for
negotiation.
The syntax for this command is:
[no] ppp timeout ncp <Seconds>
Example:
X330WAN-2DS1-1(config-if:Serial1:1)# ppp timeout ncp 10
pap Password Authentic Protocol. Unencrypted password sent for
authentication.
chap Challenge Handshake Authentication Protocol. Encrypted
password sent for authentication.
none No password sent.
Seconds The maximum time, in seconds, PPP should allow for
negotiation of a network layer protocol. If no network protocol
is negotiated within the given time, the connection is
terminated. An integer from 1 to 65535.