Specifications

282 Chapter 8. Command Reference
The following command keeps a channel allocated for the session even when there is no traffic.
remote setMinLine 1 PPPoEuser
The following commands set up a timeout period so that, if there is no traffic for 10 minutes (600 seconds), the
channel is deallocated.
remote setMinLine 0 PPPoEuser
remote settimer 600 PPPoEuser
REMOTE SETMTU
Sets the maximum transfer unit for the remote interface.
To see the current MTU size for an active remote that is doing IP routing, use the ipifs command (page 191).
If the protocol in use is PPP, you can see the MRU and MTU sizes using the command mlp show. The MRU is
the maximum receive unit. Other information in the mlp show output includes the maxtu (the maximum packet
size that can be sent; it is based on the peerÕs MRU size), the ourmru (the maximum PPP packet size that can be
received if multilink is not running), and ourmrru (the maximum PPP packet size that can be received if multilink
is running).
size Maximum number of bytes that can be transferred as a unit.
remoteName Name of the remote router (character string).
Example:
The following command decreases the MTU size for remote interface HQ to 1400 bytes.
remote setmtu 1400 HQ
REMOTE SETOURPASSWD
Sets a unique CHAP or PAP authentication password for the local router that is used for authentication when the
local router connects to the specified remote router. This password overrides the password set in the system
passwd command. A common use is to set a password assigned to you by Internet Service Providers.
remote setmtu <size> <remoteName>
remote setOurPasswd <password> <remoteName>
password Authentication password of the local router for use in connecting to the remote router.
Note: The password is case-sensitive and its maximum length is 39 characters.
remoteName Name of the remote router (character string).
Example:
remote setOurPasswd s1dpxl7 HQ