(RADIATOR) radiator handling NAS-down condition?
Jose Borges Ferreira
underspell at gmail.com
Wed Nov 29 07:04:55 CST 2006
Radiator already does some kind of "NAS reboot check"
Please check Handler.pm line 285
if ($status_type eq 'Start')
{
# Some Ciscos dont send accounting-on, so we will
# detect a reboot with the first session (ID 00000001)
$sessdb->clearNas($nas_id, $p)
if $session_id eq '00000000'
|| ( $session_id eq '00000001'
&& $p->{Client}->{NasType} =~ /^Cisco/);
(...)
elsif ($status_type eq 'Accounting-On'
|| $status_type eq 'Accounting-Off')
{
# Detect the various kinds of NAS reboots
# Remove all session entries for a given NAS.
$sessdb->clearNas($nas_id, $p);
Please, check your NAS configuration and documentations regarding this ...
José Borges Ferreira
On 11/27/06, Prakash Jayaraman <prakash at net.com> wrote:
> Hello there,
>
> Can the radiator server automatically terminate all accounting and
> authentication sessions when a NAS goes down? Does radiator keep track
> of the status of all NAS by using some sort of keepalive mechanism
> (simple ping when there are no access-requests coming in).
>
> thanks,
> prakash
>
>
> --
> Archive at http://www.open.com.au/archives/radiator/
> Announcements on radiator-announce at open.com.au
> To unsubscribe, email 'majordomo at open.com.au' with
> 'unsubscribe radiator' in the body of the message.
>
--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list