Specifications
326 Chapter 8. Command Reference
L2TP SET DIALOUT
Lets the LNS instruct the L2TP client to use an ISDN phone line to place a call on its behalf.
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 OURADDRESS
SpeciÞes the source IP address used when the tunnel is originated.
Use this command when you want to specify a source IP address other than the WAN interface IP address. For
example, if NAT (network address translation) is not being used, all IP addresses on the Ethernet LAN would be
visible. You could then specify, as the source IP address, the Ethernet IP address of the router (which would be
visible) instead of the WAN interface IP address.
l2tp set dialout yes | no <TunnelName>
yes This option lets the router place outgoing calls.
no This option prevents the router from placing outgoing calls.The default is no.
TunnelName Name of the tunnel (character string). The name is case-sensitive.
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 ouraddress <ipaddr> <TunnelName>
ipaddr Source IP address used for this tunnel (four decimals separated by periods).
TunnelName Name of the tunnel (character string). The name is case-sensitive.
Example:
l2tp set ouraddress 192.168.254.254 PacingAtWork