
C613-50186-01 Rev B
Command Reference for AR2050V
611
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
PPP
TIMEOUT
IDLE
ppp timeout idle
Overview
Use this command to specify an idle time when a PPP connection is disconnected.
Use the
no
variant of this command to reset the idle time to the default of 60
seconds.
Syntax
ppp timeout idle <
0-99999
>
no ppp timeout idle
Default
PPP timeout idle is not set and the PPP Dial on Demand feature is disabled. If no
idle time is set, the default value of 60 seconds is used.
Mode
Interface Configuration
Usage
This command allows an idle timer to disconnect a PPP connection after a
specified time. The timer is reset upon either ingress or regress user traffic.
Non-user traffic such as Link Control Protocol (LCP) keepalives and Network
Control Protocol (NCP) negotiation packets do not reset the idle timer.
Examples
To set the idle time to 30 seconds, enter the below commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp timeout idle
30
To disable the use of the timer and disable the PPP Dial on Demand feature, enter
the below commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
no ppp timeout
idle 30
Validation
Commands
Parameter
Description
<
0-99999
>
The time in seconds before the idle timeout disconnects. If this is
not specified the default value of 60 seconds is used.