Mailing List Archive

different radius for auth/acct
I have the following radius config:

!---------------------------------------------------------------------------
aaa group server radius RADIUS-SERVERS
server 194.219.x.x auth-port 1812 acct-port 1813
server 194.219.y.y auth-port 1812 acct-port 1813
deadtime 15
!
radius-server host 194.219.x.x auth-port 1812 acct-port 1813 non-standard
radius-server host 194.219.y.y auth-port 1812 acct-port 1813 non-standard
!---------------------------------------------------------------------------

Is there a way, i can have 194.219.x.x for auth only and 194.219.y.y for acct only?

--
***********************************
Chatzithomaoglou Anastasios
Network Design & Operations Center
FORTHnet S.A.
<achatz@forthnet.gr>
***********************************
Re: different radius for auth/acct [ In reply to ]
Yes just set the port you don't want to use on .x.x and .y.y to 0
rather then a valid port number. Here is an example because it is
early and I can't think of how to expalin it :)

radius-server host 194.219.x.x auth-port 1812 acct-port 0 non-standard
radius-server host 194.219.y.y auth-port 0 acct-port 1813 non-standard


At 5:00 PM +0300 4/21/03, Tassos Chatzithomaoglou wrote:
>I have the following radius config:
>
>!---------------------------------------------------------------------------
>aaa group server radius RADIUS-SERVERS
> server 194.219.x.x auth-port 1812 acct-port 1813
> server 194.219.y.y auth-port 1812 acct-port 1813
> deadtime 15
>!
>radius-server host 194.219.x.x auth-port 1812 acct-port 1813 non-standard
>radius-server host 194.219.y.y auth-port 1812 acct-port 1813 non-standard
>!---------------------------------------------------------------------------
>
>Is there a way, i can have 194.219.x.x for auth only and 194.219.y.y
>for acct only?
>
>--
>***********************************
> Chatzithomaoglou Anastasios
>Network Design & Operations Center
> FORTHnet S.A.
> <achatz@forthnet.gr>
>***********************************
>
>_______________________________________________
>cisco-nas mailing list
>cisco-nas@puck.nether.net
>http://puck.nether.net/mailman/listinfo/cisco-nas

--
James
Tomorrow will be cancelled due to lack of interest. - Anonymous
"Trying is the first step towards failure." - Homer Simpson