Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with virtual-access with 4 DSL's 1

Status
Not open for further replies.

tksavoy

IS-IT--Management
May 1, 2008
22
0
0
US
I am running a 2650xm with 4 DSL lines. the first 2 are working, and the last 2 won't create virtual-accesses for the atm ports.

The CD lights on the second 2 never go solid. the first 2 stay solid. I have checked the lines with modem and they sync up correctly.

Here is my config:

Building configuration...

Current configuration : 4420 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname DSLrouter
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$u1GD$Vvb7Nx39z.8UocLY0lD9d.
!
no aaa new-model
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
!
!
!
!
!
!
!
interface ATM0/0
no ip address
no ip redirects
ip nat outside
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0/0.1 point-to-point
pvc 0/35
oam-pvc manage
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0/0
ip address 192.168.107.5 255.255.255.0
no ip redirects
no ip proxy-arp
ip nat inside
speed 100
full-duplex
!
interface ATM0/1
no ip address
ip nat outside
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0/1.1 point-to-point
pvc 0/35
oam-pvc manage
encapsulation aal5mux ppp dialer
dialer pool-member 2
!
!
interface ATM1/0
no ip address
no ip redirects
ip nat outside
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM1/0.1 point-to-point
pvc 0/35
oam-pvc manage
encapsulation aal5mux ppp dialer
dialer pool-member 3
!
!
interface ATM1/1
no ip address
no ip redirects
ip nat outside
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM1/1.1 point-to-point
pvc 0/35
oam-pvc manage
encapsulation aal5mux ppp dialer
dialer pool-member 4
!
!
interface Dialer0
ip address xxx.xxx.xx.xx0 255.255.255.0
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer idle-timeout 0
dialer persistent
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxxx
ppp chap password 0 xxxxx
ppp pap sent-username xxxxx password 0 xxxxx
!
interface Dialer1
ip address xxx.xxx.xx.xx1 255.255.255.0
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 2
dialer idle-timeout 0
dialer persistent
dialer-group 2
ppp authentication chap callin
ppp chap hostname xxxxxx
ppp chap password 0 xxxxxx
ppp pap sent-username xxxxxx password 0 xxxx
!
interface Dialer2
ip address xxx.xxx.xxx.xx2 255.255.255.0
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 3
dialer idle-timeout 0
dialer persistent
dialer-group 3
ppp authentication chap callin
ppp chap hostname xxxxxx
ppp chap password 0 xxxxx
ppp pap sent-username xxxxxx password 0 xxxxxx
!
interface Dialer3
ip address xxx.xxx.xxx.xx3 255.255.255.0
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 4
dialer idle-timeout 0
dialer persistent
dialer-group 4
ppp authentication chap callin
ppp chap hostname xxxxx
ppp chap password 0 xxxx
ppp pap sent-username xxxxx password 0 xxxx
!
ip default-gateway xxx.xxx.xxx.3
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 0.0.0.0 0.0.0.0 Dialer2
ip route 0.0.0.0 0.0.0.0 Dialer3
ip route xxx.xxx.0.0 255.255.0.0 xxx.xxx.xxx.3
ip route xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.3
ip route xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.3
ip route xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.3
ip route xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.3
ip route xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.3
ip route xxx.xxx.xxx.0 255.255.255.0 xxx.xxx.xxx.3
!
ip http server
no ip http secure-server
ip nat pool dsl0 xxx.xxx.xxx.xx0 xxx.xxx.xx.xx0 netmask 255.255.255.0
ip nat pool dsl1 xxx.xxx.xx.x1 xxx.xxx.xx.xx1 netmask 255.255.255.0
ip nat pool dsl2 xxx.xxx.xxx.xx2 xxx.xxx.xxx.xx2 netmask 255.255.255.0
ip nat pool dsl3 xxx.xxx.xxx.xx3 xxx.xxx.xxx.xx3 netmask 255.255.255.0
ip nat inside source route-map dsl0 pool dsl0 overload
ip nat inside source route-map dsl1 pool dsl1 overload
ip nat inside source route-map dsl2 pool dsl2 overload
ip nat inside source route-map dsl3 pool dsl3 overload
!
access-list 1 permit xxx.xxx.xxx.0 0.0.0.255
access-list 1 permit any
access-list 2 permit any
access-list 3 permit any
access-list 4 permit any
route-map dsl3 permit 10
match ip address 4
match interface Dialer3
!
route-map dsl2 permit 10
match ip address 3
match interface Dialer2
!
route-map dsl1 permit 10
match ip address 2
match interface Dialer1
!
route-map dsl0 permit 10
match ip address 1
match interface Dialer0
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password xxxx
login

Thanks Tommy
 
Can you post a SH INT, and double check the Passwords on the Dialers for the 2 that dont come up?

----------------------------------
Bill
 
DSLrouter#sh int
ATM0/0 is up, line protocol is up
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, sub MTU 4470, BW 256 Kbit, DLY 2000 usec,
reliability 255/255, txload 57/255, rxload 7/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5 AAL2, PVC mode
23 maximum active VCs, 256 VCs per VP, 1 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 9
Queueing strategy: Per VC Queueing
5 minute input rate 779000 bits/sec, 86 packets/sec
5 minute output rate 58000 bits/sec, 55 packets/sec
781519 packets input, 949381195 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
511349 packets output, 57939789 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
ATM0/0.1 is up, line protocol is up
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, BW 256 Kbit, DLY 2000 usec,
reliability 255/255, txload 57/255, rxload 7/255
Encapsulation ATM
780903 packets input, 952470311 bytes
510733 packets output, 57910221 bytes
616 OAM cells input, 616 OAM cells output
AAL5 CRC errors : 0
AAL5 SAR Timeouts : 0
AAL5 Oversized SDUs : 0
Last clearing of "show interface" counters never
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 000c.851c.ad60 (bia 000c.851c.ad60)
Internet address is xxx.xxx.xxx.5/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 3/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 3/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 172000 bits/sec, 148 packets/sec
5 minute output rate 1499000 bits/sec, 179 packets/sec
1015716 packets input, 143196058 bytes
Received 46013 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
1318407 packets output, 1464634660 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
1435 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
ATM0/1 is up, line protocol is up
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, sub MTU 4470, BW 640 Kbit, DLY 800 usec,
reliability 255/255, txload 32/255, rxload 22/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5 AAL2, PVC mode
23 maximum active VCs, 256 VCs per VP, 1 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input never, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 42
Queueing strategy: Per VC Queueing
5 minute input rate 698000 bits/sec, 83 packets/sec
5 minute output rate 81000 bits/sec, 65 packets/sec
453364 packets input, 491949495 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
373230 packets output, 62489890 bytes, 0 underruns
1 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
ATM0/1.1 is up, line protocol is up
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, BW 640 Kbit, DLY 800 usec,
reliability 255/255, txload 32/255, rxload 240/255
Encapsulation ATM
453351 packets input, 494329577 bytes
373054 packets output, 62536458 bytes
609 OAM cells input, 620 OAM cells output
AAL5 CRC errors : 0
AAL5 SAR Timeouts : 0
AAL5 Oversized SDUs : 0
Last clearing of "show interface" counters never
ATM1/0 is initializing, line protocol is down
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, sub MTU 4470, BW 800 Kbit, DLY 640 usec,
reliability 0/255, txload 1/255, rxload 1/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5 AAL2, PVC mode
23 maximum active VCs, 256 VCs per VP, 0 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: Per VC Queueing
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 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
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
ATM1/0.1 is initializing, line protocol is down
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, BW 800 Kbit, DLY 640 usec,
reliability 0/255, txload 1/255, rxload 1/255
Encapsulation ATM
0 packets input, 0 bytes
0 packets output, 0 bytes
0 OAM cells input, 0 OAM cells output
AAL5 CRC errors : 0
AAL5 SAR Timeouts : 0
AAL5 Oversized SDUs : 0
Last clearing of "show interface" counters never
ATM1/1 is initializing, line protocol is down
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, sub MTU 4470, BW 800 Kbit, DLY 640 usec,
reliability 0/255, txload 1/255, rxload 1/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5 AAL2, PVC mode
23 maximum active VCs, 256 VCs per VP, 0 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: Per VC Queueing
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 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
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
ATM1/1.1 is initializing, line protocol is down
Hardware is DSLSAR (with Alcatel ADSL Module)
MTU 4470 bytes, BW 800 Kbit, DLY 640 usec,
reliability 0/255, txload 1/255, rxload 1/255
Encapsulation ATM
0 packets input, 0 bytes
0 packets output, 0 bytes
0 OAM cells input, 0 OAM cells output
AAL5 CRC errors : 0
AAL5 SAR Timeouts : 0
AAL5 Oversized SDUs : 0
Last clearing of "show interface" counters never
NVI0 is up, line protocol is up
Hardware is NVI
Interface is unnumbered. Using address of NVI0 (0.0.0.0)
MTU 1514 bytes, BW 10000000 Kbit, DLY 0 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation UNKNOWN, loopback not set
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 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
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
Virtual-Access1 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 100000 Kbit, DLY 100000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, LCP Closed
Base PPPoATM vaccess
Vaccess status 0x44, loopback not set
DTR is pulsed for 5 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:42:45
Input queue: 0/4096/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 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
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Virtual-Access2 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 640 Kbit, DLY 20000 usec,
reliability 255/255, txload 31/255, rxload 240/255
Encapsulation PPP, LCP Open
Listen: CDPCP
Open: IPCP
PPPoATM vaccess, cloned from Dialer1
Vaccess status 0x44
Bound to ATM0/1.1 VCD: 1, VPI: 0, VCI: 35, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 5 seconds on reset
Interface is bound to Di1 (Encapsulation PPP)
Last input 00:00:55, output never, output hang never
Last clearing of "show interface" counters 01:41:39
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 699000 bits/sec, 84 packets/sec
5 minute output rate 79000 bits/sec, 66 packets/sec
453458 packets input, 492638657 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
373159 packets output, 61054084 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Virtual-Access3 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 256 Kbit, DLY 20000 usec,
reliability 255/255, txload 56/255, rxload 41/255
Encapsulation PPP, LCP Open
Listen: CDPCP
Open: IPCP
PPPoATM vaccess, cloned from Dialer0
Vaccess status 0x44
Bound to ATM0/0.1 VCD: 1, VPI: 0, VCI: 35, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 5 seconds on reset
Interface is bound to Di0 (Encapsulation PPP)
Last input 00:00:05, output never, output hang never
Last clearing of "show interface" counters 01:41:40
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 770000 bits/sec, 85 packets/sec
5 minute output rate 57000 bits/sec, 54 packets/sec
781396 packets input, 949831797 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
511141 packets output, 55928523 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Dialer0 is up, line protocol is up (spoofing)
Hardware is Unknown
Internet address is xxx.xxx.xx.xx0/24
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 172/255, rxload 45/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 1 seconds on reset
Interface is bound to Vi3
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:42:46
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 797000 bits/sec, 75 packets/sec
5 minute output rate 56000 bits/sec, 54 packets/sec
781384 packets input, 949823904 bytes
511127 packets output, 55927236 bytes
Bound to:
Virtual-Access3 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 256 Kbit, DLY 20000 usec,
reliability 255/255, txload 56/255, rxload 41/255
Encapsulation PPP, LCP Open
Listen: CDPCP
Open: IPCP
PPPoATM vaccess, cloned from Dialer0
Vaccess status 0x44
Bound to ATM0/0.1 VCD: 1, VPI: 0, VCI: 35, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 5 seconds on reset
Interface is bound to Di0 (Encapsulation PPP)
Last input 00:00:05, output never, output hang never
Last clearing of "show interface" counters 01:41:40
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 770000 bits/sec, 85 packets/sec
5 minute output rate 57000 bits/sec, 54 packets/sec
781400 packets input, 949837773 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
511143 packets output, 55928607 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Dialer1 is up, line protocol is up (spoofing)
Hardware is Unknown
Internet address is xxx.xxx.xx.xx1/24
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 80/255, rxload 101/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 1 seconds on reset
Interface is bound to Vi2
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:42:47
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 697000 bits/sec, 61 packets/sec
5 minute output rate 74000 bits/sec, 57 packets/sec
453661 packets input, 492830135 bytes
373315 packets output, 61096506 bytes
Bound to:
Virtual-Access2 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 640 Kbit, DLY 20000 usec,
reliability 255/255, txload 31/255, rxload 240/255
Encapsulation PPP, LCP Open
Listen: CDPCP
Open: IPCP
PPPoATM vaccess, cloned from Dialer1
Vaccess status 0x44
Bound to ATM0/1.1 VCD: 1, VPI: 0, VCI: 35, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 5 seconds on reset
Interface is bound to Di1 (Encapsulation PPP)
Last input 00:00:00, output never, output hang never
Last clearing of "show interface" counters 01:41:42
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 699000 bits/sec, 84 packets/sec
5 minute output rate 79000 bits/sec, 66 packets/sec
453687 packets input, 492839813 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
373344 packets output, 61097499 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
Dialer2 is up (spoofing), line protocol is up (spoofing)
Hardware is Unknown
Internet address is xxx.xxx.xxx.xx2/24
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 1 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:42:47
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
0 packets output, 0 bytes
Dialer3 is up (spoofing), line protocol is up (spoofing)
Hardware is Unknown
Internet address is xxx.xxx.xxx.xx3/24
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 1 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:42:47
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
0 packets output, 0 bytes
 
also do a show diag [wic-slot-num]on both the wics.. (im assuming you have 2, 2 line dsl wics)

Are both the wics the exact same?

----------------------------------
Bill
 
Here is my debug info:
both wics are the same

*Mar 1 05:36:14.188: dslsar_tx_status_ind, last_tsi_idx = 251, tsi_tcq_map_idx
= 255
*Mar 1 05:36:14.208: dslsar_tx_status_ind, last_tsi_idx = 155, tsi_tcq_map_idx
= 159
*Mar 1 05:36:14.857: dslsar_tx_status_ind, last_tsi_idx = 255, tsi_tcq_map_idx
= 3
*Mar 1 05:36:14.881: dslsar_tx_status_ind, last_tsi_idx = 159, tsi_tcq_map_idx
= 163
*Mar 1 05:36:14.885: dslsar_tx_status_ind, last_tsi_idx = 3, tsi_tcq_map_idx =
7
*Mar 1 05:36:14.885: DSL(ATM1/1): Received 4 timer events during wait
*Mar 1 05:36:14.889: dslsar_tx_status_ind, last_tsi_idx = 163, tsi_tcq_map_idx
= 167
*Mar 1 05:36:14.905: dslsar_tx_status_ind, last_tsi_idx = 7, tsi_tcq_map_idx =
11
*Mar 1 05:36:14.905: dslsar_tx_status_ind, last_tsi_idx = 167, tsi_tcq_map_idx
= 171
*Mar 1 05:36:14.909: dslsar_tx_status_ind, last_tsi_idx = 11, tsi_tcq_map_idx =
15
*Mar 1 05:36:14.913: dslsar_tx_status_ind, last_tsi_idx = 15, tsi_tcq_map_idx =
19
*Mar 1 05:36:14.929: dslsar_tx_status_ind, last_tsi_idx = 19, tsi_tcq_map_idx =
23
*Mar 1 05:36:14.961: dslsar_tx_status_ind, last_tsi_idx = 171, tsi_tcq_map_idx
= 175
*Mar 1 05:36:14.965: dslsar_tx_status_ind, last_tsi_idx = 23, tsi_tcq_map_idx =
27
*Mar 1 05:36:14.985: dslsar_tx_status_ind, last_tsi_idx = 175, tsi_tcq_map_idx
= 179
*Mar 1 05:36:14.993: dslsar_tx_status_ind, last_tsi_idx = 27, tsi_tcq_map_idx =
31
*Mar 1 05:36:14.997: dslsar_tx_status_ind, last_tsi_idx = 31, tsi_tcq_map_idx =
35
*Mar 1 05:36:15.017: dslsar_tx_status_ind, last_tsi_idx = 35, tsi_tcq_map_idx =
39
*Mar 1 05:36:15.021: dslsar_tx_status_ind, last_tsi_idx = 39, tsi_tcq_map_idx =
43
*Mar 1 05:36:15.021: dslsar_tx_status_ind, last_tsi_idx = 179, tsi_tcq_map_idx
= 183
*Mar 1 05:36:15.025: dslsar_tx_status_ind, last_tsi_idx = 43, tsi_tcq_map_idx =
47
*Mar 1 05:36:15.049: dslsar_tx_status_ind, last_tsi_idx = 47, tsi_tcq_map_idx =
51
*Mar 1 05:36:15.065: dslsar_tx_status_ind, last_tsi_idx = 183, tsi_tcq_map_idx
= 187
*Mar 1 05:36:15.069: dslsar_tx_status_ind, last_tsi_idx = 51, tsi_tcq_map_idx =
55
*Mar 1 05:36:15.077: dslsar_tx_status_ind, last_tsi_idx = 187, tsi_tcq_map_idx
= 191
*Mar 1 05:36:15.093: dslsar_tx_status_ind, last_tsi_idx = 55, tsi_tcq_map_idx =
59
*Mar 1 05:36:15.121: dslsar_tx_status_ind, last_tsi_idx = 191, tsi_tcq_map_idx
= 195
*Mar 1 05:36:15.133: dslsar_tx_status_ind, last_tsi_idx = 59, tsi_tcq_map_idx =
63
*Mar 1 05:36:15.137: dslsar_tx_status_ind, last_tsi_idx = 63, tsi_tcq_map_idx =
67
*Mar 1 05:36:15.141: dslsar_tx_status_ind, last_tsi_idx = 67, tsi_tcq_map_idx =
71
*Mar 1 05:36:15.169: dslsar_tx_status_ind, last_tsi_idx = 71, tsi_tcq_map_idx =
75
*Mar 1 05:36:15.466: dslsar_tx_status_ind, last_tsi_idx = 195, tsi_tcq_map_idx
= 199
*Mar 1 05:36:15.490: dslsar_tx_status_ind, last_tsi_idx = 199, tsi_tcq_map_idx
= 203
*Mar 1 05:36:15.498: dslsar_tx_status_ind, last_tsi_idx = 75, tsi_tcq_map_idx =
79
*Mar 1 05:36:15.506: dslsar_tx_status_ind, last_tsi_idx = 79, tsi_tcq_map_idx =
83
*Mar 1 05:36:15.506: dslsar_tx_status_ind, last_tsi_idx = 83, tsi_tcq_map_idx =
87
*Mar 1 05:36:15.506: dslsar_tx_status_ind, last_tsi_idx = 203, tsi_tcq_map_idx
= 207
*Mar 1 05:36:15.514: dslsar_tx_status_ind, last_tsi_idx = 87, tsi_tcq_map_idx =
91
*Mar 1 05:36:15.514: dslsar_tx_status_ind, last_tsi_idx = 207, tsi_tcq_map_idx
= 211
*Mar 1 05:36:15.518: dslsar_tx_status_ind, last_tsi_idx = 91, tsi_tcq_map_idx =
95
*Mar 1 05:36:15.562: dslsar_tx_status_ind, last_tsi_idx = 211, tsi_tcq_map_idx
= 215
*Mar 1 05:36:15.578: dslsar_tx_status_ind, last_tsi_idx = 95, tsi_tcq_map_idx =
99
*Mar 1 05:36:15.602: dslsar_tx_status_ind, last_tsi_idx = 99, tsi_tcq_map_idx =
103
*Mar 1 05:36:15.602: DSL(ATM1/0): Downloaded 1100 blocks
*Mar 1 05:36:16.427: dslsar_tx_status_ind, last_tsi_idx = 215, tsi_tcq_map_idx
= 219
*Mar 1 05:36:16.427: dslsar_tx_status_ind, last_tsi_idx = 219, tsi_tcq_map_idx
= 223
*Mar 1 05:36:16.427: dslsar_tx_status_ind, last_tsi_idx = 223, tsi_tcq_map_idx
= 227
*Mar 1 05:36:16.427: dslsar_tx_status_ind, last_tsi_idx = 227, tsi_tcq_map_idx
= 231
*Mar 1 05:36:16.443: dslsar_tx_status_ind, last_tsi_idx = 103, tsi_tcq_map_idx
= 107
*Mar 1 05:36:16.443: dslsar_tx_status_ind, last_tsi_idx = 231, tsi_tcq_map_idx
= 235
*Mar 1 05:36:16.451: dslsar_tx_status_ind, last_tsi_idx = 107, tsi_tcq_map_idx
= 111
*Mar 1 05:36:16.455: dslsar_tx_status_ind, last_tsi_idx = 111, tsi_tcq_map_idx
= 115
*Mar 1 05:36:16.459: dslsar_tx_status_ind, last_tsi_idx = 115, tsi_tcq_map_idx
= 119
*Mar 1 05:36:16.467: dslsar_tx_status_ind, last_tsi_idx = 235, tsi_tcq_map_idx
= 239
*Mar 1 05:36:16.479: dslsar_tx_status_ind, last_tsi_idx = 239, tsi_tcq_map_idx
= 243
*Mar 1 05:36:16.487: dslsar_tx_status_ind, last_tsi_idx = 243, tsi_tcq_map_idx
= 247
*Mar 1 05:36:16.511: dslsar_tx_status_ind, last_tsi_idx = 119, tsi_tcq_map_idx
= 123
*Mar 1 05:36:16.559: dslsar_tx_status_ind, last_tsi_idx = 247, tsi_tcq_map_idx
= 251
*Mar 1 05:36:16.583: dslsar_tx_status_ind, last_tsi_idx = 251, tsi_tcq_map_idx
= 255
*Mar 1 05:36:16.587: dslsar_tx_status_ind, last_tsi_idx = 123, tsi_tcq_map_idx
= 127
*Mar 1 05:36:16.603: dslsar_tx_status_ind, last_tsi_idx = 255, tsi_tcq_map_idx
= 3
*Mar 1 05:36:16.612: dslsar_tx_status_ind, last_tsi_idx = 127, tsi_tcq_map_idx
= 131
*Mar 1 05:36:16.628: dslsar_tx_status_ind, last_tsi_idx = 3, tsi_tcq_map_idx =
7
*Mar 1 05:36:16.644: dslsar_tx_status_ind, last_tsi_idx = 131, tsi_tcq_map_idx
= 135
*Mar 1 05:36:16.648: dslsar_tx_status_ind, last_tsi_idx = 7, tsi_tcq_map_idx =
11
*Mar 1 05:36:16.664: dslsar_tx_status_ind, last_tsi_idx = 11, tsi_tcq_map_idx =
15
*Mar 1 05:36:16.696: dslsar_tx_status_ind, last_tsi_idx = 135, tsi_tcq_map_idx
= 139
*Mar 1 05:36:16.708: dslsar_tx_status_ind, last_tsi_idx = 15, tsi_tcq_map_idx =
19
*Mar 1 05:36:16.992: dslsar_tx_status_ind, last_tsi_idx = 19, tsi_tcq_map_idx =
23
*Mar 1 05:36:17.004: dslsar_tx_status_ind, last_tsi_idx = 139, tsi_tcq_map_idx
= 143
*Mar 1 05:36:17.004: dslsar_tx_status_ind, last_tsi_idx = 143, tsi_tcq_map_idx
= 147
*Mar 1 05:36:17.012: dslsar_tx_status_ind, last_tsi_idx = 23, tsi_tcq_map_idx =
27
*Mar 1 05:36:17.012: dslsar_tx_status_ind, last_tsi_idx = 147, tsi_tcq_map_idx
= 151
*Mar 1 05:36:17.012: dslsar_tx_status_ind, last_tsi_idx = 27, tsi_tcq_map_idx =
31
*Mar 1 05:36:17.016: dslsar_tx_status_ind, last_tsi_idx = 151, tsi_tcq_map_idx
= 155
*Mar 1 05:36:17.028: dslsar_tx_status_ind, last_tsi_idx = 31, tsi_tcq_map_idx =
35
*Mar 1 05:36:17.036: dslsar_tx_status_ind, last_tsi_idx = 35, tsi_tcq_map_idx =
39
*Mar 1 05:36:17.088: dslsar_tx_status_ind, last_tsi_idx = 155, tsi_tcq_map_idx
= 159
*Mar 1 05:36:17.902: dslsar_tx_status_ind, last_tsi_idx = 159, tsi_tcq_map_idx
= 163
*Mar 1 05:36:17.914: dslsar_tx_status_ind, last_tsi_idx = 39, tsi_tcq_map_idx =
43
*Mar 1 05:36:17.918: dslsar_tx_status_ind, last_tsi_idx = 163, tsi_tcq_map_idx
= 167
*Mar 1 05:36:17.918: dslsar_tx_status_ind, last_tsi_idx = 43, tsi_tcq_map_idx =
47
*Mar 1 05:36:17.918: dslsar_tx_status_ind, last_tsi_idx = 167, tsi_tcq_map_idx
= 171
*Mar 1 05:36:17.930: dslsar_tx_status_ind, last_tsi_idx = 47, tsi_tcq_map_idx =
51
*Mar 1 05:36:17.934: DSL: No response from ASW_init_3_8_131.bin
*Mar 1 05:36:17.934: DSL: Unexpected response 0x0 to ASW_init_3_8_131.bin
*Mar 1 05:36:17.934: DSL: SM: [DMTDSL_DLOAD_1 -> DMTDSL_INIT]
*Mar 1 05:36:17.938: dslsar_tx_status_ind, last_tsi_idx = 51, tsi_tcq_map_idx =
55
*Mar 1 05:36:17.982: dslsar_tx_status_ind, last_tsi_idx = 171, tsi_tcq_map_idx
= 175
*Mar 1 05:36:18.010: dslsar_tx_status_ind, last_tsi_idx = 175, tsi_tcq_map_idx
= 179
*Mar 1 05:36:18.026: DSL: SM: [DMTDSL_INIT -> DMTDSL_DLOAD_1]
*Mar 1 05:36:18.034: dslsar_tx_status_ind, last_tsi_idx = 179, tsi_tcq_map_idx
= 183
*Mar 1 05:36:18.046: dslsar_tx_status_ind, last_tsi_idx = 55, tsi_tcq_map_idx =
59
*Mar 1 05:36:18.054: dslsar_tx_status_ind, last_tsi_idx = 183, tsi_tcq_map_idx
= 187
*Mar 1 05:36:18.090: DSL: Downloading ASW_init_3_8_131.bin
*Mar 1 05:36:18.118: DSL: Received response: 0x60
*Mar 1 05:36:18.118: DSL: Unexpected command(0x65) 0x60 received
*Mar 1 05:36:18.122: dslsar_tx_status_ind, last_tsi_idx = 187, tsi_tcq_map_idx
= 191
*Mar 1 05:36:18.118: DSL: Could not download ASW_init_3_8_131.bin
*Mar 1 05:36:18.154: dslsar_tx_status_ind, last_tsi_idx = 191, tsi_tcq_map_idx
= 195
 
What if you swap the wics around?

I wanted to see the sh diag on each wic to see if they are the same firmware / hardware revisions.

Your config looks good to me, im starting to suspect hardware or line problems.

----------------------------------
Bill
 
Well a problem with the WIC as it cannot get its fw figured out.

----------------------------------
Bill
 
Thanks for your reply, it was 2 different wic versions. Thanks Again Tommy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top