Document ID: 12965
Updated: Aug 09, 2006
Contents
Introduction
The Cisco 1700, 2600, and 3600 series routers support the asymmetric digital subscriber line (ADSL) WAN interface card (WIC). All three platforms have essentially the same configuration. But there are differences in hardware and in the Cisco IOS® Software release that each one requires. This document refers to the Cisco 1700/2600/3600 as the Cisco ADSL WIC.
This sample configuration shows a Cisco ADSL WIC with ATM adaptation layer 5 (AAL5) multiplex (MUX) encapsulation that supports multiple permanent virtual circuits (PVCs). The Cisco ADSL WIC connects to a Cisco 6130 Digital Subscriber Line Access Multiplexer (DSLAM) and terminates at a Cisco 6400 Universal Access Concentrator-Node Route Processor (UAC-NRP). This document also includes configurations for the Cisco 6130 and Cisco 6400.
This example uses IP for both PVCs to demonstrate the map to the Cisco 6400 UAC-NRP.
Prerequisites
Requirements
Before you attempt this configuration, ensure your use of one of these software releases:
-
Cisco 6400 UAC-NRP Cisco IOS Software Release 12.1(3)DC1
-
Cisco 6400 UAC-Node Switch Processor (NSP) Cisco IOS Software Release 12.1(3)DB
-
Cisco 6130 DSLAM-NI2 Cisco IOS Software Release 12.1(5)DA
Components Used
To support the ADSL WIC on the Cisco 2600 or 3600, this hardware is a requirement:
-
2600: Chassis WIC slots, NM-2W
-
3600: NM-1FE1R2W, NM-1FE2W, NM-2FE2W, NM-2W
Note: For the Cisco 3600, ADSL does not have support on WIC NM-1E1R2W, NM-1E2W, or NM-2E2W.
To support the ADSL WIC, these Cisco IOS Software releases are a requirement:
-
Cisco IOS Software Release 12.1(5)YB or later (Plus versions only) on the Cisco 2600 or 3600
-
Cisco IOS Software Release 12.1(3)XJ or later (Plus versions or ADSL feature set only) on the Cisco 1700
Note: The "y7" in the image name identifies the ADSL feature set, for example, c1700-sy7-mz.121-3.XJ.bin.
Note: When you download the image for the Cisco 1700, make sure that you select the image name of 1700. Do not download a 1720 or a 1750 image; the features do not support the ADSL WIC.
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.
Conventions
For more information on document conventions, refer to the Cisco Technical Tips Conventions .
Configure
In this section, you are presented with the information to configure the features described in this document.
Note: To find additional information on the commands used in this document, use the Command Lookup Tool (registered customers only) .
Network Diagram
This document uses this network setup:
Configurations
This document uses these configurations:
Cisco ADSL WIC |
---|
Current configuration: ! version 12.1 service timestamps debug datetime msec service timestamps log datetime msec ! hostname R1 ! ip subnet-zero ! interface FastEthernet0 no ip address no ip directed-broadcast shutdown ! interface ATM0 no ip address no ip directed-broadcast no atm ilmi-keepalive bundle-enable hold-queue 224 in ! interface ATM0.3 point-to-point ip address 172.18.0.1 255.255.0.0 no ip directed-broadcast pvc 3/100 protocol ip 172.18.0.2 encapsulation aal5mux ip ! ! interface ATM0.4 point-to-point ip address 172.19.0.1 255.255.0.0 no ip directed-broadcast PVC 4/100 protocol ip 172.19.0.2 encapsulation aal5mux ip ! ! ip classless ip route 172.18.0.2 255.255.255.255 ATM0.3 ip route 172.19.0.2 255.255.255.255 ATM0.4 ! end |
Cisco 6130 DSLAM (NI2) |
---|
Current configuration: ! version 12.1 service timestamps debug datetime msec service timestamps log datetime msec ! hostname ni2 ! interface ATM0/0 no ip address ATM cac service-category abr deny ATM maxvp-number 0 ATM maxvc-number 4096 ATM maxvci-bits 12 ! interface Ethernet0/0 no ip route-cache ! interface ATM0/1 no ip address ATM ilmi-keepalive ATM cac service-category abr deny ! interface ATM1/4 no ip address no ATM ilmi-keepalive ATM PVC 3 100 interface ATM0/1 3 100 ATM PVC 4 100 interface ATM0/1 4 100 ip classless no ip http server ! end |
Cisco 6400-NSP1 |
---|
Current configuration: version 12.0 service timestamps debug datetime msec service timestamps log datetime msec ! hostname NSP1 ! interface ATM0/0/0 no ip address no ip directed-broadcast ! interface Ethernet0/0/0 no ip directed-broadcast ! interface ATM1/0/0 no ip address no ip directed-broadcast no ATM ilmi-keepalive ! interface ATM8/0/1 no ip address no ip directed-broadcast no ATM ilmi-keepalive ATM PVC 3 100 interface ATM1/0/0 3 100 ATM PVC 4 100 interface ATM1/0/0 4 100 ! ip classless end |
Cisco 6400-NRP1 |
---|
Current configuration: ! version 12.0 service timestamps debug datetime msec service timestamps log datetime msec ! hostname NRP ! interface ATM0/0/0 no ip address no ip directed-broadcast no ip route-cache no ip mroute-cache no ATM ilmi-keepalive ! interface ATM0/0/0.3 point-to-point ip address 172.18.0.2 255.255.0.0 no ip directed-broadcast no ip route-cache PVC 3/100 encapsulation aal5mux ip ! ! interface ATM0/0/0.4 point-to-point ip address 172.19.0.2 255.255.0.0 no ip directed-broadcast no ip route-cache PVC 4/100 encapsulation aal5mux ip ! interface Ethernet0/0/1 no ip address no ip directed-broadcast ! interface Ethernet0/0/0 no ip directed-broadcast ! interface FastEthernet0/0/0 no ip address no ip directed-broadcast full-duplex ! ip classless end |
Verify
There is currently no verification procedure available for this configuration.
Troubleshoot
There is currently no specific troubleshooting information available for this configuration.
Related Information
Open a Support Case (Requires a Cisco Service Contract.)
Related Cisco Support Community Discussions
The Cisco Support Community is a forum for you to ask and answer questions, share suggestions, and collaborate with your peers.
Refer to Cisco Technical Tips Conventions for information on conventions used in this document.