Re: (PM) Terminate causes

Jon Rust (jpr@vcnet.com)
Wed, 7 Apr 1999 07:57:04 -0700

>> normal 86.94% 659/758
>> User Request - Call Circuit Closed 7.92% 60/758
>> Lost Carrier 4.22% 32/758
>> User Request - PPP Term Ack 0.40% 3/758
>
>Are these not "normal"? I thought "Call Circuit Closed" meant they hung up,
>which seems fine, and "PPP Term Ack" sounds likely to be okay too. What
>categories have you put under "normal"?

No, CCC appears to be dropped connections. Search the archives for it. I
even did a small amount of testing. Customers that were suddenly dropped
without asking showed as CCC in the log.

Normal is

$reason = "normal" if ($reason eq "Admin Reset");
$reason = "normal" if ($reason eq "Host Request");
$reason = "normal" if ($reason eq "Idle Timeout");
$reason = "normal" if ($reason eq "Session Timeout");
$reason = "normal" if ($reason eq "User Request - PPP Term Req");
$reason = "normal" if ($reason eq "User Request - Normal LAPM
Disconnect");

>From Chris' script at http://ro.com/~cadams/files/pm3-discon.pl

jon
_____________________________________________________
|Jon Rust | VCNet, Inc |(805) 383-3500|
|jpr@vcnet.com | | www.vcnet.com|
|---------------------------------------------------|
| "So I got that goin' for me, which is nice." -CS |
|___________________________________________________|
-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.
Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>