cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2222
Views
0
Helpful
3
Replies

Help with 1841 & WIC-1SHDSL-V3

rtw00ten1
Level 1
Level 1

I'm trying to set up my Cisco 1841 with a with SDSL service.  I have the WIC-1SHDSL-V3 card installed in the router and have followed the configuration example at: http://www.cisco.com/en/US/docs/ios/bbdsl/configuration/guide/bba_atm_shdsl_ps6441_TSD_Products_Configuration_Guide_Chapter.html#wp1052601

however, no mater what I do, I can't get it to work.  On a "show interface atm0/0/0" the interface is shown as "ATM0/0/0 is initializing, line protocol is down"  It should be noted that I do not need to use NAT as I have some public IP address that we plan to use with the SDSL circuit.  My config is posted below:


!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CiscoR1
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
clock timezone EST -5
clock summer-time EDT recurring
dot11 syslog
ip source-route
!
!
!
!
ip cef
ip name-server 199.xxx.xxx.xxx
ip name-server 66.xxx.xxx.xxx
ip name-server 199.xxx.xxx.xxx
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
username admin privilege 15 view root secret password
archive
log config
  hidekeys
!
!
!
!
!
controller DSL 0/0/0
mode atm
line-mode auto standard
!
!
!
!
interface FastEthernet0/0
ip address 199.xxx.xxx.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface ATM0/0/0
ip address 66.xxx.xxx.68 255.255.255.0
atm ilmi-keepalive
pvc 0/38
  encapsulation aal5snap
!
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 ATM0/0/0
ip http server
ip http authentication local
no ip http secure-server
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
line con 0
logging synchronous
login local
line aux 0
line vty 0 4
login local
!
scheduler allocate 20000 1000
ntp server 192.43.244.18
ntp server 129.6.15.28
ntp server 192.5.41.40
ntp server 128.138.140.44
ntp server 132.163.4.101
end

3 Replies 3

Juan Perez
Level 1
Level 1

Hi,

What is the status of the controller DSL "show controller dsl x/y/z". Please also set termination mode and standard "line-term cpe" "dsl-mode shdsl symmetric annex a-b", moreover is this a 2-wire or 4-wire connection? TRy hardcoding mode as well.

Regards.

I have set the "line-term cpe" and "dsl-mode shdsl symmetric annex a" but they don't show in the config because those are the system defaults.  When I do a "show controller dsl 0/0/0" I get the following:

CiscoR2#show controller dsl 0/0/0

DSL 0/0/0 controller DOWN
Globespan xDSL controller chipset
DSL mode: Not Trained
Frame mode: Utopia
Configured Line rate: 4608Kbps
Line Re-activated 0 times after system bootup
LOSW Defect alarm: ACTIVE
CRC per second alarm: ACTIVE
Line termination: CPE
FPGA Revision: 0xB3

Line 0 statistics

        Current 15 min counters
                CRC : 0 LOSW Defect : 0 ES : 0  SES : 0 UAS : 247

        Previous 15 min counters
                CRC : 0 LOSW Defect : 0 ES : 0  SES : 0 UAS : 900

        Current 24 hr counters
                CRC : 0 LOSW Defect : 0 ES : 0  SES : 0 UAS : 2947

        Previous 24 hr counters
                CRC : 0 LOSW Defect : 0 ES : 0  SES : 0 UAS : 0


Line 1 statistics

        Current 15 min counters
                CRC : 0 LOSW Defect : 0 ES : 0  SES : 0 UAS : 255

        Previous 15 min counters
                CRC : 0 LOSW Defect : 0 ES : 0  SES : 0 UAS : 900

        Current 24 hr counters
                CRC : 0 LOSW Defect : 0 ES : 0  SES : 0 UAS : 2879

        Previous 24 hr counters
                CRC : 0 LOSW Defect : 0 ES : 0  SES : 0 UAS : 0

Line-0 status
Chipset Version:  0
Firmware Version:  R4.3.1
Modem Status:  Handshake, Status 10
Last Fail Mode:  No Failure status:0x0
DSL firmware download in progress, please wait
Line-1 status
Chipset Version:  0
Firmware Version:  R4.3.1
Modem Status:  Handshake, Status 10
Last Fail Mode:  No Failure status:0x0
DSL firmware download in progress, please wait
Dying Gasp: Present

Hi,

That is correct, those values are set by default but what I tried to recommend was to apply annex a-b, have you confirmed with your ISP the values you should use, is this 2-wire or 4-wire? Line is not coming up because of a layer 1 problem (negotiation not established).

Regards.