Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ASCEND) New Modem code for 6.1.x (re-post)
Hi all,
I'm also getting a small group of users complaining about connect problems
while succeeding with other ISPs. I keep telling them "most other users
aren't having trouble right now, so..." But like Ken said, then they start
running to the competition.
Give me a sanity-check: Are these stats for this week for my two Ascend pops
reasonable compared to what other MAX 4048 / 6.0.7 users are seeing? I
included my (crude) AWK script for compiling them in case you're interested.
Osseo has 1 PRI, Merrillan has 2, both have 56K digital modems.
NAS Total Normal Close Failed Calls Abnormal Disconnects
Osseo 1038 75 % 6 % 17 %
Merrillan 6811 74 % 7 % 17 %
Thanks.
------------------------------------------------------------
| Jerry O'Brien jobrien@cuttingedge.net
| ____ ___ ___ ___
| / / / / / / Cutting Edge Systems, Inc.
| / /__ \ / Black River Falls, WI 54615
| / / \ / (715) 284-0427
| /___/ /___ /__/ _/_ www.cuttingedge.net
|
------------------------------------------------------------
#
# Normal terminations
# Failed calls
# Abnormal disconnects
#
# List separately by NAS
#
# Cutting Edge Sysytems
# Jerry O'Brien, 3/12/1999
#
awk ' \
/osseo.*CL/ {osseo_closes++} \
/osseo.*K c=/ {osseo_fails++} \
/osseo.*K u=/ {osseo_disconnects++} \
/osseo.*c=45/ {osseo_normal++} \
/ascend1.*CL/ {merrillan_closes++} \
/ascend1.*K c=/ {merrillan_fails++} \
/ascend1.*K u=/ {merrillan_disconnects++} \
/ascend1.*c=45/ {merrillan_normal++} \
END { printf("NAS\t\tTotal\tNormal Close\tFailed Calls\tAbnormal
Disconnects\n")
printf("Osseo \t%d\t\t%d %%\t\t%d %%\t\t%d %%\n", \
osseo_closes, \
osseo_normal/osseo_closes*100, \
osseo_fails/osseo_closes*100, \
(osseo_disconnects-osseo_normal)/osseo_closes*100)
printf("Merrillan\t%d\t\t%d %%\t\t%d %%\t\t%d %%\n", \
merrillan_closes, \
merrillan_normal/merrillan_closes*100, \
merrillan_fails/merrillan_closes*100, \
(merrillan_disconnects-merrillan_normal)/merrillan_closes*100)
} ' /var/log/messages
----- Original Message -----
From: Ken Rea <wildcat@pcez.com>
To: Ascend Users Mail List <ascend-users@max.bungi.com>
Sent: Wednesday, March 03, 1999 12:51 PM
Subject: (ASCEND) New Modem code for 6.1.x (re-post)
>
>
>Hey ASCEND are you there???? We did not get a response to this question so
>we are posting it again!
>
>(re-post)
>
>When are we going to see new modem code on the 6.1.x release ? I was
>hoping with the long delay between 6.1.7 to 6.1.24 we would see new code,
>but we didn't. I'd like to see some of the disconnect problems resolved.
>We are losing business to other ISP's that are not running the Ascend
>equipment because the client's can connect OK with competition but not with
>us.
>
>Thanks,
>
>Ken Rea
>wildcat@pcez.com
>
>
>++ Ascend Users Mailing List ++
>To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
>To get FAQ'd: <http://www.nealis.net/ascend/faq>
>
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>