Installation guide
Configuring Cisco G.SHDSL HWICs in Cisco Access Routers
Configuring Cisco G.SHDSL HWICs
10
Examples
The following example use the G.SHDSL commands to configure a 1-Pair group and 2-Pair group on a
HWIC-4SHDSL and HWIC-2SHDSL.
1-Pair Group Configuration
Router(config)# controller shdsl 0/2/0
Router(config-controller)# dsl-group 0 pairs 0
Router(config-controller-dsl-group)#
Oct 4 14:30:48.863: %HWIC_SHDSL-5-DSLGROUP_UPDOWN: SHDSL 0/2/0 dsl-group(0) state changed
to down.
Oct 4 14:30:50.863: %LINK-3-UPDOWN: Interface ATM0/2/0, changed state to down
Oct 4 14:30:51.863: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0/2/0, changed
state to down
Router(config-controller-dsl-group)# shdsl annex ?
A Annex A of G.991.2 standard
A-B Annex A/B of G.991.2 standard
B Annex B of G.991.2 standard
F Annex F of G.991.2 standard
F-G Annex F/G of G.991.2 standard
G Annex G of G.991.2 standard
Router(config-controller-dsl-group)# shdsl annex A-B
Router(config-controller-dsl-group)# shdsl rate ?
<192-2304> DSL Rate in kbps(line will train at the rate + 16kbps overhead)
auto auto rate mode
Router(config-controller-dsl-group)# shdsl rate 2048
Router(config-controller-dsl-group)# exit
Router(config-controller)# exit
Router(config)#
Step 3
shdsl 4-wire mode enhanced
Example:
Router (config-controller)# shdsl 4-wire mode enhanced
Defines a 2-pair group as enhanced.
See the “shdsl 4-wire mode” section on page 35 for
more information.
Step 4
shdsl annex {standard}
Example:
Router (config-controller-dsl-group)# shdsl annex A-B
Defines the SHDSL annex.
See the “shdsl annex” section on page 36 for more
information.
Step 5
shdsl rate {
number
|auto}
Example:
Router (config-controller)# shdsl rate 2048
Defines the SHDSL rate.
See the “shdsl rate” section on page 38 for more
information.
Step 6
exit
Example:
Router (config-controller-dsl-group)# exit
Exits config-controller-dsl-group mode.
Step 7
exit
Example:
Router (config-controller)# exit
Exits config-controller mode.
Command Purpose