Page 821 / 998 Scroll up to view Page 816 - 820
Transports command reference
Transports
8-51
iMG/RG Software Reference Manual (ADSL Port)
Description
This command deletes a single transport.
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
--> transports delete eth1
See also
TRANSPORTS CLEAR
TRANSPORTS LIST
8.5.1.1.3 TRANSPORTS LIST
Syntax
TRANSPORTS LIST
Description
This command lists all transports created during a session. It displays the following infor-
mation about the transports:
Transport identification number
Transport name
Transport type (rfc1483, PPP, Ethernet, frame relay or IPoA)
Number of transmitted/received packets for each transport
VPI/VCI setting (rfc1483, PPP and IPoA transports only)
Example
--> transports list
Services:
ID | Name
| Type
---|---------|-------------------------------------------------
1 | rfc1483 | RFC1483 | TxPkts:0/0
RxPkts:0/0
VPI/VCI:0/100
2 | pppoh2
| PPP
| TxPkts:0/0
RxPkts:0/0
VPI/VCI:0/101
3 | pppoh1
| PPP
| TxPkts:0/0
RxPkts:0/0
VPI/VCI:0/102
4 | pppoa2
| PPP
| TxPkts:0/0
RxPkts:0/0
VPI/VCI:0/103
5 | eth0
| Ethernet| TxPkts:0/0
RxPkts:0/0
---------------------------------------------------------------
See also
TRANSPORTS SHOW
Option
Description
Default Value
name
An existing transport. To display transport
names, use the transports list command.
N/A
number
An existing transport. To display transport num-
bers, use the transports list command.
N/A
Page 822 / 998
Transports
Transports command reference
iMG/RG Software Reference Manual (ADSL Port)
8-52
8.5.1.1.4 TRANSPORTS SET CLASSIFIER DISABLED
Syntax
TRANSPORTS SET {<name>|<number>} CLASSIFIER DISABLED
Description
This command disables packet classification previously set on a specified transport using
the transports set classifier profile command. The classifier is removed from the data
path.
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
--> transports set pvc_0_35 classifier disabled
See also
TRANSPORTS SET CLASSIFIER PROFILE
TRANSPORTS LIST CLASSIFIER CLI COMMANDS
8.5.1.1.5 TRANSPORTS SET CLASSIFIER PROFILE
Syntax
TRANSPORTS SET
{<name>|<number>}
CLASSIFIER PROFILE
{<profile
name>|<profile number>}
Description
This command sets an existing classifier profile on an existing transport. All rules that
exist in this profile will test incoming packets on the specified transport.
The same profile can be added to more than one transport.
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).
Option
Description
Default Value
name
An existing transport. To display transport names, use
the transports list command.
N/A
number
An existing transport. To display transport numbers, use
the transports list command.
N/A
Option
Description
Default Value
name
An existing transport. To display transport names,
use the transports list command.
N/A
number
An existing transport. To display transport num-
bers, use the transports list command.
N/A
Page 823 / 998
Transports command reference
Transports
8-53
iMG/RG Software Reference Manual (ADSL Port)
Example
--> transports set myrfc classifier profile p1
See also
TRANSPORTS SET CLASSIFIER DISABLED
TRANSPORTS LIST
QOS (chapter X-QOS)
CLASSIFIER ADD PROFILE
CLASSIFIER LIST PROFILES
8.5.1.1.6 TRANSPORTS SET METER INSTANCE DISABLED
Syntax
TRANSPORTS SET {<name>|<number>} METER INSTANCE <meterid>
DISABLED
Description
This command disables a meter instance previously set on a transport using the transport
set meter instance profile command.
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
--> transports set myrfc meter instance 1 disabled
See also
TRANSPORTS LIST
TRANSPORTS SET METER INSTANCE PROFILE
QOS (chapter X-QOS)
CLASSIFIER PROFILE SET RULE METERID
METER LIST PROFILES
profile name
An existing profile. To display transport names,
use the classifier list profiles command.
N/A
profile number
An existing profile. To display profile numbers, use
the classifier list profiles command.
N/A
Option
Description
Default Value
name
An existing transport. To display transport names, use the
transports list command.
N/A
number
An existing transport. To display transport numbers, use
the transports list command.
N/A
meterid
A number that represents a meter instance. The meter
instance is set on a specific classifier profile using the clas-
sifier profile set rule meterid command.
N/A
Option
Description
Default Value
Page 824 / 998
Transports
Transports command reference
iMG/RG Software Reference Manual (ADSL Port)
8-54
8.5.1.1.7 TRANSPORTS SET METER INSTANCE PROFILE
Syntax
TRANSPORTS SET
{<name>|<number>}
METER INSTANCE
<meterid>
PROFILE
<ProfileName>
Description
This command sets a meter profile on a transport for a specific meter instance. The
meter instance matches a meter Id configured using the
CLASSIFIER PROFILE SET
RULE METERID
command. This creates an association between the classified stream
and the meter instance.
You can set multiple meter instances on an existing transport.
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
--> transports set myrfc meter instance 1 mp1
See also
TRANSPORTS LIST
TRANSPORTS SET METER INSTANCE DISABLED
QOS (chapter X-QOS)
CLASSIFIER PROFILE SET RULE METERID
METER LIST PROFILES
8.5.1.1.8 TRANSPORTS SET SCHEDULER PROFILE
Syntax
TRANSPORTS SET
{<name>|<number>}
SCHEDULER PROFILE
<profile
name>
Description
This command sets an existing scheduler profile on an existing transport. The outgoing
traffic on the transport will be scheduled according to the configuration of the scheduler
profile. Shaping and algorithmic dropping are also performed if configured in the sched-
uler profile.
Option
Description
Default Value
name
An existing transport. To display transport names, use
the
TRANSPORTS LIST
command.
N/A
number
An existing transport. To display transport numbers, use
the
TRANSPORTS LIST
command.
N/A
meterid
A number that represents a meter instance. The meter
instance is set on a specific classifier profile using the
CLASSIFIER PROFILE SET RULE
METERID
command.
N/A
ProfileName
An existing meter profile. To display profile names, use
the
METER LIST PROFILES
command.
N/A
Page 825 / 998
Transports command reference
Transports
8-55
iMG/RG Software Reference Manual (ADSL Port)
The same profile can be added to more than one transport.
Note:
If a scheduler profile is modified after setting on this transport, the new scheduler configuration
is not applied to the transport automatically. You must enter this transport set scheduler profile
command again with the correct profile specified in order to apply changes.
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
--> transports set eth scheduler profile p1
See also
TRANSPORTS LIST
TRANSPORTS SET SCHEDULER DISABLED
QOS (chapter X-QOS)
SCHEDULER ADD PROFILE
SCHEDULER LIST PROFILES
Scheduler CLI commands
8.5.1.1.9 TRANSPORTS SET SCHEDULER DISABLED
Syntax
TRANSPORTS SET {<name>|<number>} SCHEDULER DISABLED
Description
This command disables packet scheduling previously set on the specified transport using
the transports set scheduler profile command. The scheduler is removed from the data
path.
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).
Option
Description
Default Value
name
An existing transport. To display transport names, use
the
TRANSPORTS LIST
command.
N/A
number
An existing transport. To display transport numbers, use
the
TRANSPORTS LIST
command.
N/A
profile name
An existing profile. To display profile names, use the
SCHEDULER LIST PROFILES
command.
N/A
Option
Description
Default Value
name
An existing transport. To display transport
names, use the
TRANSPORTS LIST
com-
mand.
N/A

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