User guide

242 Chapter 5. Command Line Interface Reference
L2TP SET HIDDENAVP
ConÞgures the router to protect some L2TP control information (such as names and passwords for a PPP session)
using hidden AVPs. This command is often used to turn off hidden AVPs (no option), in cases where the other end
of the tunnel does not support hidden AVPs.
L2TP SET OURPASSWORD
SpeciÞes the routerÕs secret/password for PPP authentication on a per-tunnel basis.
L2TP SET OURSYSNAME
SpeciÞes the routerÕs name for PPP authentication on a per-tunnel basis.
L2TP SET OURTUNNELNAME
This command creates local routerÕs host name.
Example:
l2tp set dialout yes PacingAtWork
l2tp set hiddenAVP yes|no <TunnelName>
yes This option lets the router hide AVPs. The default is yes.
no This option disables hidden AVPs.
TunnelName Name of the tunnel (character string). The name is case sensitive.
Example:
l2tp set hiddenAVP yes PacingAtWork
l2tp set ourpassword <password> <TunnelName>
password RouterÕs secret/password used for authentication when challenged by another router.
TunnelName Name of the tunnel (character string). The name is case-sensitive.
Example:
l2tp set ourpassword PacingAtWork
l2tp set oursysname <name> <TunnelName>
name Name of the router that is used for authentication when challenged by another router.
TunnelName Name of the tunnel (character string). The name is case sensitive.
Example:
l2tp set oursysname myName PacingAtWork