•
•
Step Description Command Keys
14 Change the time interval in seconds
after which the router sends a keepalive
message (optional).
esr(config-l2tp)# ppp timeout
keepalive <TIME >
<TIME> – time in seconds,
takes values of [1..32767].
Default value: 10
15 Change the number of failed data-link
tests before breaking the session
(optional).
esr(config-l2tp)# ppp failure-count
<NUM>
<NUM> – the number of failed
data-link tests, specified in the
range [1..100].
Default value: 10
It is also possible to configure QoS in basic or advanced mode for the PPPoE client (see section QoS management).
15.6.2 Configuration example
Objective:
Configure PPTP tunnel on a router:
PPTP server address: 20.20.0.1;
account for connection – login: ivan, password: simplepass
Solution:
Create L2TP tunnel:
esr(config)# tunnel l2tp 1
Specify the account (Ivan user) to connect to the server:
esr(config-l2tp)# username ivan password ascii-text simplepass