Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Does LCP count towards ATM interface counters?

Reply
Thread Tools

Does LCP count towards ATM interface counters?

 
 
alexd
Guest
Posts: n/a
 
      03-25-2009
Have a problem with an 1841 with 2x DSL WIC, where the second WIC won't
re-log in without a reboot, ie it will drop periodically as DSL is wont to
do, but not log back in. If I clear the counters on ATM0/1/0, they never
increment, yet various 'debug ppp ...' show LCP CONFREQs being sent by the
router.
The debugging output suggests that CONFREQs are never answered by the other
end, which suggests either a config or ISP problem, but why would either be
resolved by a reload of the entire router?
The first dialer/ATM interface work without a hiccup. Service on both WICs
is from BT Wholesale resellers, so can't see why there should be in any
difference in behaviour.

--
<http://ale.cx/> (AIM:troffasky) ()
20:23:53 up 110 days, 22:35, 3 users, load average: 0.03, 0.05, 0.00
Sexy ladies, and nasty boys, all freaky freakin', to the robot noise

 
Reply With Quote
 
 
 
 
bod43
Guest
Posts: n/a
 
      03-25-2009
On 25 Mar, 20:34, alexd <troffa...@hotmail.com> wrote:
> Have a problem with an 1841 with 2x DSL WIC, where the second WIC won't
> re-log in without a reboot, ie it will drop periodically as DSL is wont to
> do, but not log back in. If I clear the counters on ATM0/1/0, they never
> increment, yet various 'debug ppp ...' show LCP CONFREQs being sent by the
> router.
> The debugging output suggests that CONFREQs are never answered by the other
> end, which suggests either a config or ISP problem, but why would either be
> resolved by a reload of the entire router?
> The first dialer/ATM interface work without a hiccup. Service on both WICs
> is from BT Wholesale resellers, so can't see why there should be in any
> difference in behaviour.


I don't know if the interface counters will increment
however the cell counters in sh dsl int will, I would
think.

Cells: 18485248 0 105869985 0

Hmmm. There may be ATM management stuff going on
so it might be hard to work out.

Does the WIC have TX/RX lights. 877 routers do.

While you are there check the noise margins.
I forget, I think 6dB is the min.
Noise Margin: 11.0 dB 13.0 dB

You could reasonably easily check if there is a bug/hardware
problem in the router by swapping the configuration and
physical lines between the two interfaces and
see if the problem follows.

You will only have to swap over the "dialer pool-member x"
indices, I suspect.

If you have old software consider an upgrade.

What version do you have?

e.g post the equivalent -
sh ver
Cisco IOS Software, C870 Software
(C870-ADVIPSERVICESK9-M), Version 12.4(15)T7,
RELEASE SOFTWARE (fc3)

 
Reply With Quote
 
 
 
 
alexd
Guest
Posts: n/a
 
      03-26-2009
bod43 wrote:

> What version do you have?
>
> e.g post the equivalent -
> sh ver
> Cisco IOS Software, C870 Software
> (C870-ADVIPSERVICESK9-M), Version 12.4(15)T7,
> RELEASE SOFTWARE (fc3)


Running 1841 Software (C1841-ADVSECURITYK9-M), Version 12.4(22)T, but I've
logged a case with TAC now and will post the outcome.

--
<http://ale.cx/> (AIM:troffasky) ()
17:32:43 up 111 days, 19:44, 3 users, load average: 0.11, 0.11, 0.06
Sexy ladies, and nasty boys, all freaky freakin', to the robot noise

 
Reply With Quote
 
bod43
Guest
Posts: n/a
 
      03-27-2009
On 26 Mar, 17:34, alexd <troffa...@hotmail.com> wrote:
> bod43 wrote:
> > What version do you have?

>
> > e.g post the equivalent -
> > sh ver
> > Cisco IOS Software, C870 Software
> > (C870-ADVIPSERVICESK9-M), Version 12.4(15)T7,
> > RELEASE SOFTWARE (fc3)

>
> Running 1841 Software (C1841-ADVSECURITYK9-M), Version 12.4(22)T, but I've
> logged a case with TAC now and will post the outcome.


My view is that the problem is most likely in the the
service provider, I have seen similar issues several
times. I would try swapping round between the interfaces
as suggested since this will provide hard information.

There may of course be a bug that TAC find. Not all bugs are
available to users


 
Reply With Quote
 
alexd
Guest
Posts: n/a
 
      03-27-2009
bod43 wrote:

> My view is that the problem is most likely in the the
> service provider, I have seen similar issues several
> times.


That was my initial suspicion, but like I said, why would a reload ever fix
this? Is there anyway to simulate a 'reload' for just one interface?

--
<http://ale.cx/> (AIM:troffasky) ()
14:23:12 up 112 days, 16:34, 3 users, load average: 0.02, 0.10, 0.08
Sexy ladies, and nasty boys, all freaky freakin', to the robot noise

 
Reply With Quote
 
Andrey Tarasov
Guest
Posts: n/a
 
      03-27-2009
alexd wrote:
> bod43 wrote:
>
>> My view is that the problem is most likely in the the
>> service provider, I have seen similar issues several
>> times.

>
> That was my initial suspicion, but like I said, why would a reload ever fix
> this? Is there anyway to simulate a 'reload' for just one interface?


Unplug cable from this interface and plug it back?

Regards,
Andrey.
 
Reply With Quote
 
bod43
Guest
Posts: n/a
 
      03-27-2009
On 27 Mar, 14:38, Andrey Tarasov <and...@email.com> wrote:
> alexd wrote:
> > bod43 wrote:

>
> >> My view is that the problem is most likely in the the
> >> service provider, I have seen similar issues several
> >> times.

>
> > That was my initial suspicion, but like I said, why would a reload ever fix
> > this? Is there anyway to simulate a 'reload' for just one interface?

>
> Unplug cable from this interface and plug it back?


Also:-

conf t
int dialer x
shut ! Maybe wait a few seconds if you like.
no shut

can also try

int atm x ! I think either this or dialer will likely work


Shorter but does not always seem to work:-
from exec mode (no conf t needed)

clear int dialer x
or
clear int atm x


 
Reply With Quote
 
alexd
Guest
Posts: n/a
 
      03-27-2009
bod43 wrote:

> On 27 Mar, 14:38, Andrey Tarasov <and...@email.com> wrote:
>> alexd wrote:


>> > Is there anyway to simulate a 'reload' for just one interface?


>> Unplug cable from this interface and plug it back?


Alas it's remote so it's not an option [yet].

> conf t
> int dialer x
> shut ! Maybe wait a few seconds if you like.
> no shut


> int atm x ! I think either this or dialer will likely work


Sorry, should have mentioned I've tried both of these, to no avail.

> Shorter but does not always seem to work:-
> from exec mode (no conf t needed)
>
> clear int dialer x
> or
> clear int atm x


I'll give that a shot.

--
<http://ale.cx/> (AIM:troffasky) ()
20:48:22 up 112 days, 22:59, 2 users, load average: 0.04, 0.10, 0.03
Sexy ladies, and nasty boys, all freaky freakin', to the robot noise

 
Reply With Quote
 
bod43
Guest
Posts: n/a
 
      03-27-2009
On 27 Mar, 20:50, alexd <troffa...@hotmail.com> wrote:
> bod43 wrote:
> > On 27 Mar, 14:38, Andrey Tarasov <and...@email.com> wrote:
> >> alexd wrote:
> >> > Is there anyway to simulate a 'reload' for just one interface?
> >> Unplug cable from this interface and plug it back?

>
> Alas it's remote so it's not an option [yet].
>
> > conf t
> > int dialer x
> > shut * ! *Maybe wait a few seconds if you like.
> > no shut
> > int atm x * ! I think either this or dialer will likely work

>
> Sorry, should have mentioned I've tried both of these, to no avail.


Ah! Well that suggests to me that you might have some
problem with the router.

I don't resally know much about DSL technology
however I would try leaving a few mins between the
shut and no shut.

Definately try swapping the lines over between the cards.

> > clear int dialer x
> > or
> > clear int atm x

>
> I'll give that a shot.


It probably won't work since shut/no is 'stronger'.
No I don't understand it really.

What about noise margin? Line errors?

post sh dsl int

 
Reply With Quote
 
bod43
Guest
Posts: n/a
 
      03-27-2009
On 27 Mar, 21:34, bod43 <Bo...@hotmail.co.uk> wrote:
> On 27 Mar, 20:50, alexd <troffa...@hotmail.com> wrote:


Here is how I would approach this.

1.
Check over the sh dsl int for anomalies
Post here if you like.

2.
Try swapping lines over between the two interfaces.
Change config as previously mentioned - 1 line per int.

If problem follows the line then get on to your provider.

If problem stays with the same WIC and slot:

Switch to non-"T" software. You should ony use T if
you need the additional latest and greatest features.

Use 12.4(21a) or 22 mainline (guessing - no funny letters.

e.g. c1841-advsecurityk9-mz.124-22.bin

Test.

Try loading the latest DSL software if it is appropriate.
Check release notes carefully to make sure they apply
to your hardware. Post WIC part numbers of in doubt.

ftp://ftp.cisco.com/pub/access/800/
Firmware_Download_Readme_3_0_10.doc

Test.

3.
I suppose you could try swapping the WICs over
to see if the problem follows. I have heard
rumours of counterfeit WICs too.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ATM-E1 4E1-IMA and AIM-ATM-4E1 rosario Cisco 3 01-07-2006 04:09 PM
Differences between ATM STM-1 and ATM OC-3 hlep Cisco 0 08-09-2005 06:33 AM
Difference in setting up ATM 0 or ATM 0.1 AM Cisco 0 02-08-2005 05:32 PM
Does 70-270 count towards MCSA 2K? Paul MCSA 2 01-20-2005 06:21 PM
Does 220 count towards MCSE 2003 certification mcse2k3 MCSE 3 04-01-2004 05:05 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57