Configuring Cisco Multimode G.SHDSL EFM/ATM in Cisco ISR G2
termination
79
Configuring Cisco Multimode G.SHDSL EFM/ATM in Cisco ISR G2
termination
To configure the router mode to Central Office (CO) or Customer Premise Equipment (CPE), use the
termination
command. CO mode is useful for creating a back-to-back connection between two Cisco
routers that support G.SHDSL.
termination
{
co
|
cpe
}
Syntax Description
Command Default
The default mode is cpe.
Command Modes
The mode of the controller determines which options are available for this command. See the Syntax
Description section for details.
Command History
Usage Guidelines
Configuring the Back-to-Back Routers
The following example shows configuration of two back-to-back Cisco routers in EFM mode:
On the CO router:
controller SHDSL 0/1/0
termination co
mode efm
dsl-group 0 pairs 0, 1, 2, 3 efm-bond
shdsl annex B
shdsl rate auto
On the CPE router:
controller SHDSL 0/1/0
termination cpe
mode efm
dsl-group 0 pairs 0, 1, 2, 3 efm-bond
shdsl rate auto
Verifying CO Mode
To verify that the router is in central office (CO) mode, use the following
show
command. The
“CO termination” line in the output (
bold
in the example below) indicates that the router is in CO mode.
Some of the output does not appear here, for brevity.
CO#
show controllers shdSL 0/1/0
Controller SHDSL 0/1/0 is UP
Hardware is EHWIC-4SHDSL-EA, rev 0 on slot 0, hwic slot 1
co
Specifies the CO mode.
cpe
Specifies the CPE mode.
Release
Modification
15.3(2)T
This command was introduced.