Page 876 / 998 Scroll up to view Page 871 - 875
PPPoE
PPPoE command reference
iMG/RG Software Reference Manual (ADSL Port)
8-106
8.7.4.1.48 PPPOE SET TRANSPORT SERVICENAME
Syntax
PPPOE SET TRANSPORT
{<name>|<number>}
SERVICENAME <
service-
name>
Description
This command specifies the service name that is acceptable to the PPPoE client.
You can also set the access concentrator using the set transport accessconcentrator
command so that PPPoE will only accept a specific service via a specific access concentra-
tor.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> pppoe set transport pppoe1 servicename jupiter
See also
PPPOE LIST TRANSPORTS
PPPOE SET TRANSPORT ACCESSCONCENTRATOR
PPPOE SHOW TRANSPORT
Note:
For more information on PPPoE and service names, see RFC2516
rfc2516.txt
8.7.4.1.49 PPPOE SET TRANSPORT SPECIFICROUTE
Syntax
PPOE SET TRANSPORT
{<name>|<number>}
SPECIFICROUTE {ENABLED |
DISABLED}
Option
Description
Default Value
name
An existing PPPoE transport. To display transport
names, use the
PPPOE LIST TRANSPORTS
command.
N/A
number
An existing PPPoE transport. To display transport
numbers, use the
PPPOE LIST TRANSPORTS
command.
N/A
service name
A PPPoE tag that identifies a specific service that is
acceptable to the PPPoE client. If set, the PPPoE
transport will connect to the first access concentra-
tor it finds that uses this service. If an access concen-
trator is also set, the PPPoE transport will connect to
the specified service on the named concentrator. It is
your ISP that determines the service name.
Empty string
Page 877 / 998
PPPoE command reference
PPPoE
8-107
iMG/RG Software Reference Manual (ADSL Port)
Description
This command specifies whether the route created when a PPP link comes up is a specific
or default route. If set to enabled, the route created will only apply to packets for the
subnet at the remote end of the PPP link. The address of this subnet is obtained during
IPCP negotiation.
Note:
This command is only valid if the
PPPOE SET TRANSPORT CREATEROUTE
command is set to
enabled. If the
CREATEROUTE
command is set to disabled, no route is created and therefore
the
PPPOE SET TRANSPORT SPECIFICROUTE
command is ignored.
The mask for the route is calculated from the class of the remote subnet unless an alter-
native has been specified using the
PPPOE SET TRANSPORT ROUTEMASK
command.
If
specificroute
is set to ‘disabled’, a default route to the subnet at the remote end of the
PPP link is created. Note that the current setting of this command is ignored if
PPPOE
SET TRANSPORT CREATEROUTE
command is set to disabled.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> pppoe set transport pppoe1 specificroute disabled
See also
PPPOE SET TRANSPORT ROUTEMASK
PPPOE SET TRANSPORT CREATEROUTE
PPPOE LIST TRANSPORTS
8.7.4.1.50 PPPOE SET TRANSPORT START/STOP TEST
Syntax
PPPOE SET TRANSPORT
{<name>|<number>}
START/STOP TEST
Description
This command starts and stops a PPPoE test on a transport.
Option
Description
Default Value
name
An existing PPPoE transport. To display transport
names, use the
PPPOE LIST TRANSPORTS
com-
mand.
N/A
number
An existing PPPoE transport. To display transport num-
bers, use the
PPPOE LIST TRANSPORTS
com-
mand.
N/A
enabled
Allows the created route to apply to packets for the
subnet at the remote end of the PPP link.
disabled
disabled
A default route to the subnet at the remote end of the
PPP link is created.
Page 878 / 998
PPPoE
PPPoE command reference
iMG/RG Software Reference Manual (ADSL Port)
8-108
Example
--> pppoe set transport START/STOP TEST
See also
PPPOE LIST TRANSPORTS
8.7.4.1.51 PPPOE SET TRANSPORT SUBNETMASK
Syntax
PPPOE SET TRANSPORT {<name>|<number>} SUBNETMASK <mask>
Description
This command sets the subnet mask used for the local IP interface connected to the PPP
transport. If the value 0.0.0.0 is supplied, the netmask will be calculated from the class of
the IP address obtained during IPCP negotiation.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> pppoe set transport pppoe1 subnetmask 255.255.255.0
See also
PPPOE LIST TRANSPORTS
8.7.4.1.52 PPPOE SET TRANSPORT THEYLOGIN
Syntax
PPPOE SET TRANSPORT
{<name>|<number>}
THEYLOGIN
{NONE|PAP|CHAP}
Description
This command sets the authentication method that remote PPP clients must use to dialin
to the server. If authentication is used, clients must use the specified authentication
method and provide the username set using the
SYSTEM ADD USER
command.
This command is only valid if the user had
maydialin
set using the
SYSTEM SET LOGIN
MAYDIALIN
command.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Option
Description
Default Value
name
An existing PPPoE transport. To display transport names,
use the
PPPOE LIST TRANSPORTS
command.
N/A
number
An existing PPPoE transport. To display transport num-
bers, use the
PPPOE LIST TRANSPORTS
com-
mand.
N/A
mask
The subnet mask used by the local IP interface connected
to the PPP transport.
0.0.0.0
Page 879 / 998
PPPoE command reference
PPPoE
8-109
iMG/RG Software Reference Manual (ADSL Port)
Example
--> pppoe set transport pppoe2 theylogin pap
See also
PPPOE LIST TRANSPORTS
PPPOE SHOW TRANSPORT
SYSTEM ADD USER
SYSTEM SET USER MAYDIALIN
8.7.4.1.53 PPPOE SET TRANSPORT USERNAME
Syntax
PPPOE SET TRANSPORT {<name>|<number>} USERNAME <username>
Description
This command sets a (dialout) username on a named transport. The username is required
when PPP negotiation takes place and is supplied to the remote PPP server for authenti-
cation.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Option
Description
Default Value
name
An existing PPPoE transport. To display transport names,
use the
PPPOE LIST TRANSPORTS
command.
N/A
number
An existing PPPoE transport. To display transport num-
bers, use the
PPPOE LIST TRANSPORTS
com-
mand.
N/A
none
No authentication method was set.
None
pap
Password Authentication Protocol
: the server sends an
authentication request to the remote user dialing in. PAP
passes the unencrypted username and password and iden-
tifies the remote end.
chap
Challenge Handshake Authentication Protocol
; the server
sends an authentication request to the remote user dialing
in. PAP passes the encrypted username and password and
identifies the remote end.
Option
Description
Default Value
name
An existing PPPoE transport. To display transport names,
use the
PPPOE LIST TRANSPORTS
command.
N/A
Page 880 / 998
PPPoE
PPPoE command reference
iMG/RG Software Reference Manual (ADSL Port)
8-110
Example
--> pppoe set transport pppoe2 username jsmith
See also
PPPOE SET TRANSPORT PASSWORD
8.7.4.1.54 PPPOE SET TRANSPORT WELOGIN
Syntax
PPPOE SET TRANSPORT
{<name>|<number>}
WELOGIN
{NONE|AUTO|PAP|CHAP}
Description
This command sets the authentication protocol used to connect to external PPP servers
(dialout).
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
number
An existing PPPoE transport. To display transport num-
bers, use the
PPPOE LIST TRANSPORTS
com-
mand.
N/A
username
A name that identifies a user and, together with the dia-
lout password, enables a user to login to the remote end.
The PPP server will require the username when the user
wants to login remotely. It can be made up of one or more
characters and/or digits. To display the username, use the
PPPOE SHOW TRANSPORT
command.
N/A
Option
Description
Default Value
name
An existing PPPoE transport. To display transport names,
use the
PPPOE LIST TRANSPORTS
command.
N/A
number
An existing PPPoE transport. To display transport num-
bers, use the
PPPOE LIST TRANSPORTS
com-
mand.
N/A
none
No authentication method is used.
None
auto
The authentication protocol used by the remote PPP
server is discovered and used.
pap
Password Authentication Protocol
; the server sends an
authentication request to the remote user dialing in. PAP
passes the unencrypted username and password and iden-
tifies the remote end.

Rate

4 / 5 based on 3 votes.

Popular Allied-Telesis Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top