Page 886 / 998 Scroll up to view Page 881 - 885
PPPoA
PPPoA command reference
iMG/RG Software Reference Manual (ADSL Port)
8-116
8.8.1.1.1 PPPOA ADD TRANSPORT DIALIN PVC
Example
PPPOA ADD TRANSPORT
<name>
DIALIN PVC
<interface> <port> <vpi> <vci>
This command creates a PPPoA transport that accepts dialling connections over a
PVC (
Permanent Virtual Circuit
). It allows you to specify the following information:
The PPP interface to the channel that the PVC will use
The ATM port that will transport data
VPI (
Virtual Path Identifier
)
VCI (
Virtual Circuit Identifier
)
The port/VPI/VCI combination must be unique for each transport.
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).
PPPOA SET TRANSPORT SUBNETMASK
X
X
PPPOA SET TRANSPORT THEYLOGIN
X
X
X
PPPOA SET TRANSPORT USERNAME
X
X
X
PPPOA SET TRANSPORT VCI
X
X
X
PPPOA SET TRANSPORT VPI
X
X
X
PPPOA SET TRANSPORT WELOGIN
X
X
X
PPPOA SHOW TRANSPORT
X
X
X
Option
Description
Default Value
name
An arbitrary name that identifies the transport. It can be
made up of one or more letters or a combination of let-
ters and digits, but it cannot start with a digit.
N/A
interface
The PPP interface to a channel that transports PPPoA
data. Multiple channels can use a single interface. The
interface value can be any positive integer.
N/A
port
The system port that is used to transport ATM data.
N/A
TABLE 8-8
PPPOA Command
Commands
Fiber
A
Fiber
B
Fiber
C
Fiber
D
Fiber
E
Modular
ADSL
A
ADSL
B
ADSL
C
Page 887 / 998
PPPoA command reference
PPPoA
8-117
iMG/RG Software Reference Manual (ADSL Port)
Example
--> pppoa add transport pppoa1 dialin pvc 1 a1 0 800
See also
PPPOA LIST TRANSPORTS
PPPOA SET TRANSPORT VCI
PPPOA SET TRANSPORT VPI
PORT LIST
8.8.1.1.2 PPPOA ADD TRANSPORT DIALOUT PVC
Syntax
PPPOA ADD TRANSPORT
<name>
DIALOUT PVC
<interface> <port> <vpi>
<vci>
Description
This command creates a PPPoA transport that performs dialout over a PVC (
Permanent
Virtual Circuit
). It allows you to specify the following PVC information:
The PPP interface to the channel that the PVC will use
The ATM port that will transport data
VPI (
Virtual Path Identifier
)
VCI (
Virtual Circuit Identifier
)
The port/VPI/VCI combination must be unique for each transport.
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).
vpi
A field in the ATM header. The VPI is used to identify the
virtual path that a circuit belongs to. The VPI can be any
value between 0 and 4095.
N/A
vci
Part of the ATM header. The VCI is a tag that identifies
which channel a cell will travel over. The VCI can be any
value between 1 and 65535.
N/A
Option
Description
Default Value
name
An arbitrary name that identifies the transport. It can be
made up of one or more letters or a combination of letters
and digits, but it cannot start with a digit.
N/A
interface
The PPP interface to a channel that transports PPPoA data.
Multiple channels can use a single interface. The interface
value can be any positive integer.
N/A
port
The system port that is used to transport ATM data.
N/A
Option
Description
Default Value
Page 888 / 998
PPPoA
PPPoA command reference
iMG/RG Software Reference Manual (ADSL Port)
8-118
Example
--> pppoa add transport pppoa1 dialout pvc 1 a1 0 800
See also
PPPOA LIST TRANSPORTS
PORT LIST
8.8.1.1.3 PPPOA CLEAR TRANSPORTS
Syntax
PPPOA CLEAR TRANSPORTS
Description
This command deletes all PPPoA transports that were created using the
PPPOA ADD
TRANSPORT
commands.
Example
--> pppoa clear transports
See also
PPPOA DELETE TRANSPORT
8.8.1.1.4 PPPOA DELETE TRANSPORT
Syntax
PPPOA DELETE TRANSPORT {<name>|<number>}
Description
This command deletes a single PPPoA transport. The PVC or SVC attached to the trans-
port is also deleted.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value for each option (if applicable).
Example
--> pppoa delete transport pppoa1
See also
PPPOA LIST TRANSPORTS
vpi
A field in the ATM header. The VPI is used to identify the vir-
tual path that a circuit belongs to. The VPI can be any value
between 0 and 4095.
N/A
vci
Part of the ATM header. The VCI is a tag that identifies which
channel a cell will travel over. The VCI can be any value
between 1 and 65535.
N/A
Option
Description
Default Value
name
An existing PPPoA transport. To display transport names,
use the
PPPOA LIST TRANSPORTS
command.
N/A
number
An existing PPPoA transport. To display transport num-
bers, use the
PPPOA LIST TRANSPORTS
com-
mand.
N/A
Option
Description
Default Value
Page 889 / 998
PPPoA command reference
PPPoA
8-119
iMG/RG Software Reference Manual (ADSL Port)
8.8.1.1.5 PPPOA LIST TRANSPORTS
Syntax
PPPOA LIST TRANSPORTS
Description
This command lists PPPoA transports that have been created using the
PPPOA ADD
TRANSPORT
commands. It displays the following information about the transports:
Transport identification number
Transport name
ATM port used (if applicable)
Virtual Circuit Identifier
(VCI) used (if applicable)
Virtual Path Identifier
(VPI) used (if applicable)
Example
--> pppoa list transports
PPPOA transports:
ID
|
Name
| Port
| Vci
| Vpi
-----|------------|-----------|-----------|-----------
1 | p2
| N/A
| N/A
| N/A
2 | p1
| a1
| 800
| 0
------------------------------------------------------
See also
PPPOA SHOW TRANSPORT
8.8.1.1.6 PPPOA SET TRANSPORT AUTOCONNECT
Syntax
PPPOA SET TRANSPORT {<name>|<number>} AUTOCONNECT
{ENABLED|DISABLED}
Description
This command allows you to enable/disable the PPPoA autoconnect function. If enabled,
PPPoA automatically connects to TCP/IP whenever a user requests TCP/IP packets from
a public destination.
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 PPPoA transport. To display transport names,
use the
PPPOA LIST TRANSPORTS
command.
N/A
number
An existing PPPoA transport. To display transport num-
bers, use the
PPPOA LIST TRANSPORTS
com-
mand.
N/A
enabled
Enables PPPoA autoconnect.
disabled
Page 890 / 998
PPPoA
PPPoA command reference
iMG/RG Software Reference Manual (ADSL Port)
8-120
Example
--> pppoa set transport pppoa1 autoconnect enabled
See also
PPPOA LIST TRANSPORTS
8.8.1.1.7 PPPOA SET TRANSPORT BT
Syntax
PPPOA SET TRANSPORT {<name>|<number>} BT <burst tolerance>
Description
This command applies to existing PVC transports - it does not apply to SVC transports.
This command sets the
Burst Tolerance
(BT) for an existing PPPoA transport. This com-
mand is only valid if you set VBR or VBR RT as the QoS Class using the
PPPOA SET
TRANSPORT QOSCLASS
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).
Example
--> pppoa set transport pppoa1 bt 5
See also
PPPOA SET TRANSPORT MBS
8.8.1.1.8 PPPOA SET TRANSPORT CREATEROUTE
Syntax
PPPOA SET TRANSPORT {<name>|<number>} CREATEROUTE
{ENABLED|DISABLED}
Description
This command specifies whether a route is added to the system after IPCP (
Internet
Protocol Control Protocol
) negotiation is completed. If set to enabled, a route will be
created which directs packets to the remote end of the PPP link.
disabled
Disables PPPoA autoconnect.
Option
Description
Default Value
name
An existing PPPoA transport. To display transport
names, use the
PPPOA LIST TRANSPORTS
com-
mand.
N/A
number
An existing PPPoA transport. To display transport num-
bers, use the
PPPOA LIST TRANSPORTS
com-
mand.
N/A
burst tolerance
Controls the duration of traffic bursts on VBR (
Vari-
able Bit Rate
) and VBR RT (
VBR Real Time
) chan-
nels. This value overrides an existing MBS value (if set).
The BT can be any value between 0 and 100.
0
Option
Description
Default Value

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