To create and configure a digital subscriber line (DSL) group, and enter config-controller-dsl-group mode, or to automatically
configure an Asynchronous Transfer Mode (ATM) group, use the dsl-group command in configuration controller mode. To disable the DSL group, use the no form of this command.
dsl-group
{
dsl-group
[
pairs
| [
m-pair
]
]
|
auto
[
handshake
{
auto
| g.shdsl
| g.shdsl.bis
}
|
ignore crc
{
ignore-duration
| always
}
|
shdsl
{
4-wire mode enhanced
[
vendor-id-npsg
]
|
rate
{
dsl-rate
|
auto
[
current
current-snr-margin
|
worst
worst-snr-margin
]
}
}
|
shutdown
]
}
no
dsl-group
dsl-group
Syntax Description
dsl-group
|
DSL group number. The DSL group number can be one of the following: 0 to 3
|
pairs
|
Defines the DSL wire pairs.
|
m-pair
|
M-pair mode, available only in Asynchronous Transfer Mode (ATM) (configured by the mode atm command).
When using
m-pair , configure
pairs
to be one of the following:
|
efm-bond
|
EFM bond, available only in Ethernet in the first mile (EFM) mode (configured by the mode efm command).
|
auto
|
Configure the DSL group automatically.
|
handshake
|
Handshake configuration.
-
auto : Initiate auto handshake to support automatic detection of G.SHDSL or G.SHDSL.BIS.
-
g.shdsl : Support G.SHDSL.
-
g.shdsl.bis : Support G.SHDSL.BIS.
|
ignore crc
|
Ignore CRC errors.
|
shdsl
|
Symmetric g.shdsl configuration.
See the 4-wire mode enhanced and rate options below.
|
4-wire mode enhanced
|
Symmetric G.SHDSL 4-wire mode configuration.
(Optional) vendor-id-npsg : Configure the vendor ID to NPSG.
|
rate
|
DSL line rate configuration.
|
shutdown
|
Shut down this DSL group.
|
no dsl-group
|
When using the no form of the command, the options depend on what has been configured.
|
Command Default
No DSL group is defined or automatically configured.
Command Modes
Configuration controller (config-controller)
Configuration controller DSL group (config-controller-dsl-group)
Command History
Release
|
Modification
|
Cisco IOS XE Catalyst SD-WAN Release 17.3.1a
|
Command qualified for use in Cisco vManage CLI templates.
|
Usage Guidelines
Use the dsl-group command in configuration controller mode to define the DSL group, and manually configure the DSL group from configuration
controller DSL group mode.
Use the dsl-grouppairs to define the DSL group as Ethernet First Mile (EFM) group bonding group.
Remove the DSL group before changing from a previously configured mode.
When configuring a new DSL group, configure the group with
pairs .
Note
|
Use the dsl-group command only on CPE. Do not use the Central Office (CO) option. Doing so can cause a rollback of the entire transaction.
|
Note
|
Automatic configuration is not supported on IMA groups.
|
Automatic configuration is limited to only one DSL group and ATM interface. After a group is automatically configured, no
other group can be created. All manually created groups must be deleted before creating an automatic configuration group.
Router(config)# controller SHDSL 0/1/0
Router(config-controller)# termination cpe
Router(config-controller)# mode atm
Router(config-controller)# dsl-group 0 pairs 0
Router(config-controller-dsl-group)#
Router(config)# controller SHDSL 0/1/0
Router(config-controller)# termination cpe
Router(config-controller)# mode atm
Router(config-controller)# dsl-group auto
Router(config-controller-dsl-group)#
Router(config)# controller SHDSL 0/1/0
Router(config-controller)# termination cpe
Router(config-controller)# mode atm
Router(config-controller)# dsl-group 0 pairs 0-3 m-pair
Router(config-controller-dsl-group)#
Router(config)# controller SHDSL 0/1/0
Router(config-controller)# termination cpe
Router(config-controller)# mode efm
Router(config-controller)# dsl-group 0 pairs 0-3 efm-bond
Router(config-controller-dsl-group)#
Router(config)# controller SHDSL 0/1/0
Router(config-controller)# termination cpe
Router(config-controller)# mode atm
Router(config-controller)# dsl-group 0 pairs 0
Router(config-controller)# dsl-group 1 pairs 2-3 m-pair
The following example shows how the no form of the command options depend on the current configuration.
Device(config)# controller SHDSL 0/1/0
Device(config-controller)# dsl-group 1 pairs 2-3 m-pair
Device(config-controller-dsl-group)# exit
Device(config-controller)# no dsl-group 1 pairs 2-3 m-pair