Table Of Contents
G.SHDSL Symmetric DSL Support for Cisco IAD2420 Series IAD
Feature Overview
Benefits
Restrictions
Related Documents
Supported Platforms
Supported Standards, MIBs, and RFCs
Prerequisites
Configuration Tasks
Configuring G.SHDSL on Cisco IAD2420 Series IADs
Verifying ATM Configuration
Verifying Your Configuration
Configuration Example
Command Reference
Glossary
G.SHDSL Symmetric DSL Support for Cisco IAD2420 Series IAD
Feature History
Release
|
Modification
|
12.2(4)T3
|
The Multirate Symmetrical High-Speed Digital Subscriber Line (G.SHDSL) feature was supported on the G.SHDSL one-port WAN interface on the Cisco 2600 series and Cisco 3600 series routers.
|
12.2(8)T
|
The Multirate Symmetrical High-Speed Digital Subscriber Line (G.SHDSL) feature was expanded to the Cisco IAD2420 series IADs.
|
This document describes the Multirate Symmetrical High-Speed Digital Subscriber Line (G.SHDSL) feature supported on the Cisco IAD2420 series integrated access devices (IADs) in Cisco IOS Release 12.2(8)T.
This document includes the following sections:
•
Feature Overview
•
Supported Platforms
•
Supported Standards, MIBs, and RFCs
•
Prerequisites
•
Configuration Tasks
•
Configuration Example
•
Command Reference
•
Glossary
Feature Overview
G.SHDSL is ATM-based, multirate, high-speed (up to 2.3 MB), symmetrical digital subscriber line technology for data transfer between a single customer premises equipment (CPE) subscriber and a central office (CO). G.SHDSL refers to the approved standard officially designated in ITU-T G.991.2.
The Cisco IAD2420 series IADs support G.SHDSL in the following models: IAD2424-8FXS, IAD2424-16FXS, IAD2424-16FXS8FXO, and IAD2424-1T1. These models are compatible with the Cisco 6160 and Cisco 6260 Digital Subscriber Line Access Multiplexers (DSLAM). The DSLAM must be equipped with compatible G.SHDSL line cards.
The Cisco IAD2424 IAD supports ATM Adaption Layer 2 (AAL2), ATM Adaption Layer 5 (AAL5), and quality of service (QoS) features for both voice and data services.
Benefits
•
Enables business class broadband service with voice integration, scalable performance, flexibility, and security.
•
Aggregates G.SHDSL and other transport options into a single box.
•
Provides G.SHDSL high-speed digital data transmissions between CPE and the CO.
•
Supports AAL2 and AAL5 services and applications (including voice), ATM class of service (constant bit rate [CBR], variable bit rate-nonreal time [VBR-nrt], variable bit rate-real time [VBR-rt], and unspecified bit rate [UBR and UBR+]).
•
Provides ATM traffic management and quality of service (QoS) features to enable service providers to manage their core ATM network infrastructures.
Restrictions
•
The wetting current function is not supported as part of G.SHDSL.
Related Documents
For more information about voice configuration, see the following documents:
•
Cisco IOS Voice, Video, and Fax Configuration Guide, Release 12.2
•
Cisco IOS Voice, Video, and Fax Command Reference, Release 12.2
For more information about configuring IP, see the Cisco IOS IP Configuration Guide, Release 12.2.
For more information about configuring ATM, see "Configuring ATM" in the Cisco IOS Wide-Area Networking Configuration Guide, Release 12.2.
For information about configuring a DSLAM, see the Configuration Guide for Cisco DSLAMs with NI-2.
For information about installing and configuring Cisco IAD2420 series IAD hardware and software, see the documents listed at the following URL:
http://www.cisco.com/univercd/cc/td/doc/product/access/iad/iad2420/index.htm
Supported Platforms
•
Cisco IAD2420 series IADs
Supported Standards, MIBs, and RFCs
Standards
•
Supports ITU-T G.991.2 (SHDSL).
MIBs
•
No new or modified MIBs are supported by this feature.
To obtain lists of supported MIBs by platform and Cisco IOS release, and to download MIB modules, go to the Cisco MIB web site on Cisco.com at the following URL:
http://www.cisco.com/public/sw-center/netmgmt/cmtk/mibs.shtml.
RFCs
•
No new or modified RFCs are supported by this feature.
Prerequisites
A compatible G.SHDSL line card must be installed in the DSLAM.
Configuration Tasks
See the following sections for configuration tasks for the G.SHDSLfeature. Each task in the list is identified as either required or optional.
•
Configuring G.SHDSL on Cisco IAD2420 Series IADs (required)
•
Verifying ATM Configuration (optional)
•
Verifying Your Configuration (optional)
Configuring G.SHDSL on Cisco IAD2420 Series IADs
To configure G.SHDSL service on the Cisco IAD2420 series IAD that supports G.SHDSL, complete the following steps, beginning in global configuration mode:
| |
Command
|
Purpose
|
Step 1
|
Router(config)# controller shdsl 0
|
Enters controller configuration mode and the controller number.
|
Step 2
|
Router(config-ctrl)# mode atm
|
Enables ATM encapsulation and creates logical ATM interface 0. Controller framing is automatically set to Extended SuperFrame (ESF). The line code is automatically set to B8ZS.
|
Step 3
|
Router(config-ctrl)# annex {a | b}
|
Specifies the regional operating parameters. Enter a for North America and b for Europe. The default is a.
|
Step 4
|
Router(config-ctrl)# line-rate {auto |
rate}
|
Specifies the DSL line rate for the SHDSL port. The range is 192 to 2312 kbps. The default is auto (negotiated between the SHDSL port and the DSLAM).
Note If different DSL line rates are configured at opposite ends of the DSL uplink, the actual DSL line rate is always the lower rate.
Note The maximum peak cell rate is 8 kbps less than the line rate.
|
Step 5
|
Router(config-ctrl)# exit
|
Exits from controller configuration mode.
|
Step 6
|
Router(config)# interface atm 0
|
Enters ATM configuration mode for interface ATM 0.
|
Step 7
|
Router(config-if)# ip-address IP-address
|
Assigns an IP address to the DSL ATM interface.
|
Step 8
|
Router(config-if)# atm ilmi-keepalive
seconds
|
(Optional) Enables Integrated Local Management Interface (ILMI) keepalives.
If you enable ILMI keepalives without specifying the number of seconds, the default time interval is 3 seconds.
|
Step 9
|
Router(config-if)# pvc [name] vpi/vci
|
Enters atm-virtual-circuit (interface-atm-vc) configuration mode, and configures a new ATM PVC by assigning a name (optional) and VPI/VCI numbers.
The default traffic shaping is UBR; the default encapsulation is AAL5+LLC/SNAP.
|
Step 10
|
Router(config-if-vc)# protocol ip
IP-address
|
(Optional) Enables IP connectivity and creates a point-to-point IP address for the VC.
|
Step 11
|
Router(config-if-vc)# vbr-rt peak-rate
average-rate burst
|
(Optional) Configures the PVC for real-time variable bit rate (VBR) traffic shaping.
• Peak rate = peak information rate (PIR)
• Average rate = average information rate (AIR)
• Burst = burst size in cells
|
Step 12
|
Router(config-if-vc)# encapsulation {aal1
| aal2 | aal5ciscoppp | aal5mux |
aal5nlpid | aal5snap}
|
(Optional) Configures the ATM adaptation layer (AAL) and encapsulation type.
• Use the aal2 keyword for AAL2
• Use the aal5ciscoppp keyword for Cisco PPP over AAL5
• Use the aal5mux keyword for AAL5+MUX
• Use the aal5nlpid keyword for AAL5+NLPID
• Use the aal5snap keyword for AAL5+LLC/SNAP (the default)
|
Step 13
|
Router(config-if-vc)# exit
|
Exits from interface-ATM-VC configuration mode.
|
Step 14
|
Router(config-if)# shutdown
|
Ensures that the ATM interface is shut down.
|
Step 15
|
Router(config-if)# no shutdown
|
Activates the ATM interface.
|
Step 16
|
Router(config-if)# exit
|
Exits from ATM interface configuration mode.
|
Step 17
|
Router(config)# exit
|
Exits from global configuration mode.
|
Step 18
|
Router> show interface atm 0
|
Verifies the ATM interface configuration.
|
Verifying ATM Configuration
You can verify the ATM interface configuration by doing the following:
•
To verify the ATM interface configuration, enter the show interface atm 0 command in EXEC mode.
Router# show interface atm 0
ATM0 is up, line protocol is up
Hardware is DSLSAR (with Globespan G.SHDSL Module)
MTU 4470 bytes, sub MTU 4470, BW 800 Kbit, DLY 2560 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ATM, loopback not set
Encapsulation(s):AAL5 AAL2, PVC mode
24 maximum active VCs, 256 VCs per VP, 2 current VCCs
VC idle disconnect time:300 seconds
Last input never, output 00:00:01, output hang never
Last clearing of "show interface" counters 03:16:00
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
30 second input rate 0 bits/sec, 0 packets/sec
30 second output rate 0 bits/sec, 0 packets/sec
2527 packets input, 57116 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
10798 packets output, 892801 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
•
For an SHDSL port, to verify the SHDSL controller status and view the statistics, enter the show controller shdsl 0 command in EXEC mode.
Router# show controller shdsl 0
SLOT 3: Globespan xDSL controller chipset
Configured Line rate: 1160Kbps
Line Re-activated 0 times after system bootup
CRC per second alarm: None
Current 15 min LOSW Defect: 0
Previous 15 min LOSW Defect: 0
Framer Sync Status: In Sync
Rcv Clock Status: In the Range
Last Fail Mode: No Failure
•
To verify the SHDSL controller status and view the statistics, change state to administratively down and enter the show controller shdsl 0 command in EXEC mode.
Enter configuration commands, one per line. End with CNTL/Z.
iad1(config)#contr shds 0
iad1(config-controller)#shut
01:30:46: %CONTROLLER-5-UPDOWN: Controller SHDSL 0, changed state to administratively
down
01:30:49: %LINEPROTO-5-UPDOWN: Line protocol on Interface ATM0, changed state to down
iad1(config-controller)#end
Router# show controller shdsl 0
SHDSL 0 controller ADMINDOWN
SLOT 3: Globespan xDSL controller chipset
Configured Line rate: 1160Kbps
Line Re-activated 2 times after system bootup
CRC per second alarm: None
Current 15 min LOSW Defect: 0
Previous 15 min LOSW Defect: 0
Verifying Your Configuration
You can perform the following tests at any time to verify the hardware or software configuration of the Cisco IAD2420 series IADs:
•
Display the hardware configuration with the show version command.
•
Display T1 and SHDSL controllers with the show controllers command.
•
Display the running configuration with the show running-config command
•
Display the configuration stored in NVRAM using the show startup-config command.
Configuration Example
The following example shows a typical running configuration with the initial configuration tasks completed:
Router# show running config
Building configuration...
Current configuration : 1654 bytes
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
boot system flash:c2420-a2i8sv5-mz.1.0.9
logging rate-limit console 10 except errors
network-clock base-rate 56k
ip audit po max-events 100
no ip dhcp-client network-discovery
no voice confirmation-tone
ds0-group 1 timeslots 1-24 type e&m-immediate-start
ip address 3.3.3.3 255.255.0.0
ip address 1.3.95.50 255.255.0.0
ip address 180.100.9.11 255.255.255.0
atm enable-payload-scrambling
no eigrp log-neighbor-changes
ip route 0.0.0.0 0.0.0.0 1.3.0.1
ip route 2.2.2.2 255.255.255.255 10.10.10.2
mgcp call-agent 1.4.173.1 service-type mgcp version 0.1
no mgcp timer receive-rtcp
mgcp timer net-cont-test 3000
Command Reference
The following commands are introduced or modified in the feature or features documented in this module. For information about these commands, see the Cisco IOS Broadband Access Aggregation and DSL Command Reference at http://www.cisco.com/en/US/docs/ios/bbdsl/command/reference/bba_book.html. For information about all Cisco IOS commands, go to the Command Lookup Tool at http://tools.cisco.com/Support/CLILookup or to the Cisco IOS Master Commands List.
•
controller shdsl 0
•
mode atm
•
show controller shdsl 0
Glossary
ADSL—Asymmetric DSL (ADSL) available through several telecommunications carriers to accommodate the need for increased bandwidth for Internet access and telecommuting applications.
ATM—Asynchronous Transfer Mode. International standard for cell relay in which multiple service types (such as voice, video, or data) are conveyed in fixed-length (53-byte) cells. Fixed-length cells allow cell processing to occur in hardware, thereby reducing transit delays. ATM is designed to take advantage of high-speed transmission media such as E3, SONET, and T3.
CLI—command line interface.
CO—central office. Local exchange (local switch) that terminates individual local telephone subscriber lines for switching and connects to the public network. Known as a class 5 switch office. For example, 5ESS by Lucent and DMS 100 by Nortel.
CPE—customer premises equipment. Devices such as channel service units, data service units, modems, and ISDN terminal adapters, required to provide an electromagnetic termination for wide-area network circuits before connecting to the router or access server. This equipment was historically provided by the telephone company, but is now typically provided by the customer in North American markets.
DSL—Digital Subscriber Line available through several telecommunications carriers to accommodate the need for increased bandwidth for Internet access and telecommuting applications.
FXO—Foreign Exchange Office. An FXO interface connects to a central office.
FXS—Foreign Exchange Station: An FXS interface connects directly to a standard telephone, supplying ring voltage, dial tone, and so on.
G.SHDSL—Multirate Symmetrical High-Speed Digital Subscriber Line.
IAD—integrated access device. A CPE device used to combine services from various sources onto a common platform for transmission on a common transport span. Typically, an IAD combines various voice and data services such as circuit-based services like traditional telephone service and packet-switched services such as frame relay or ATM.
CCDE, CCENT, Cisco Eos, Cisco Lumin, Cisco Nexus, Cisco StadiumVision, Cisco TelePresence, Cisco WebEx, the Cisco logo, DCE, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn and Cisco Store are service marks; and Access Registrar, Aironet, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, EtherFast, EtherSwitch, Event Center, Fast Step, Follow Me Browsing, FormShare, GigaDrive, HomeLink, Internet Quotient, IOS, iPhone, iQuick Study, IronPort, the IronPort logo, LightStream, Linksys, MediaTone, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, Network Registrar, PCNow, PIX, PowerPanels, ProConnect, ScriptShare, SenderBase, SMARTnet, Spectrum Expert, StackWise, The Fastest Way to Increase Your Internet Quotient, TransPath, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0809R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental.
© 2008 Cisco Systems, Inc. All rights reserved.