RE: vs static route download on Cisco AS53xx

2003-08-01 Thread Burkhard Weeber
Try using += instead of =.
There may be an RTFM from Alan.

HiH

Burkhard Weeber
viastore systems GmbH
P/O Box 300668
D-70446 Stuttgart
Tel: +49-711-9818-0
Email: [EMAIL PROTECTED]

Disclaimer:
The opinions expressed herein are my personal points of view and do not
represent those of my employer.

Windows95: win-doz-nin-te-fiv n.
32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit
operating system originally coded for a 4 bit microprocessor, written by
a 2 bit company, that can't stand 1 bit of competition.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Arne Larsen
Sent: Friday, August 01, 2003 10:23 AM
To: [EMAIL PROTECTED]
Subject: vs static route download on Cisco AS53xx


Hi.

Is there someone that can help me ??. I'm trying to get the router to fetch
is route's from the radius-server.
Whatever I'm doing I end up with only one route on each request.
Here is the last thing I tried.

abdigtest-1 Auth-type := Local, User-Password == cisco, Service-Type =
Outbound-User
Cisco-Avpair = ip:route=170.170.0.16 255.255.255.255 Dialer1 220
name pel,
Cisco-Avpair = ip:route=170.170.0.10 255.255.255.255 Dialer1 220
name fl02,


abdigtest-2 Auth-type:=Local, User-Password == cisco, Service-Type =
Outbound-User,
Cisco-Avpair = ip:route=170.170.0.10 255.255.255.255 Dialer1 220
name fl02,
Cisco-AVPair = ip:route=170.170.236.57 255.255.255.255 Dialer1 220
name fl06,
Cisco-AVPair = ip:route=170.170.174.249 255.255.255.255 Dialer1 220
name fl04,
Cisco-AVPair = ip:route=170.170.39.94 255.255.255.255 Dialer1 220
name fl00,
Cisco-AVPair = ip:route=170.170.20.21 255.255.255.255 Dialer1 220
name fl005100,

Regards
Arne Larsen
Tele Denmark
[EMAIL PROTECTED] / [EMAIL PROTECTED]


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: vs static route download on Cisco AS53xx

2003-08-01 Thread Ante
On 01.08.2003 10:23, Arne Larsen wrote:
Hi.

Is there someone that can help me ??. I'm trying to get the router to fetch is route's 
from the radius-server.
Whatever I'm doing I end up with only one route on each request.
Here is the last thing I tried.
abdigtest-1 Auth-type := Local, User-Password == cisco, Service-Type =  Outbound-User
Cisco-Avpair = ip:route=170.170.0.16 255.255.255.255 Dialer1 220 name pel,
Cisco-Avpair = ip:route=170.170.0.10 255.255.255.255 Dialer1 220 name 
fl02,


try this:

abdigtest-1 Auth-type := Local, User-Password == cisco, Service-Type =  Outbound-User
 Cisco-Avpair += ip:route=170.170.0.16 255.255.255.255 Dialer1 220 name 
pel,
 Cisco-Avpair += ip:route=170.170.0.10 255.255.255.255 Dialer1 220 name 
fl02



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


static route download on Cisco AS53xx

2003-08-01 Thread Arne Larsen
Hi.

Is there someone that can help me ??. I'm trying to get the router to 
fetch is route's from the radius-server.
Whatever I'm doing I end up with only one route on each request.
Here is the last thing I tried.

abdigtest-1 Auth-type := Local, User-Password == cisco, Service-Type = 
 Outbound-User
Cisco-Avpair = ip:route=170.170.0.16 255.255.255.255 Dialer1 
220 name pel,
Cisco-Avpair = ip:route=170.170.0.10 255.255.255.255 Dialer1 
220 name fl02,

abdigtest-2 Auth-type:=Local, User-Password == cisco, Service-Type = 
Outbound-User,
Cisco-Avpair = ip:route=170.170.0.10 255.255.255.255 Dialer1 
220 name fl02,
Cisco-AVPair = ip:route=170.170.236.57 255.255.255.255 Dialer1 
220 name fl06,
Cisco-AVPair = ip:route=170.170.174.249 255.255.255.255 
Dialer1 220 name fl04,
Cisco-AVPair = ip:route=170.170.39.94 255.255.255.255 Dialer1 
220 name fl00,
Cisco-AVPair = ip:route=170.170.20.21 255.255.255.255 Dialer1 
220 name fl005100,

Regards
Arne Larsen
Tele Denmark
[EMAIL PROTECTED] / [EMAIL PROTECTED]
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: vs static route download on Cisco AS53xx

2003-08-01 Thread Evren Yurtesen
If you are going to assign a route to your dialup customers. Then you 
can use the following (I use MySQL so it looks like this)

UserNameAttribute   OP  Route
loginmame   Framed-Route=   217.21.71.136/29 0.0.0.0 1
If you are using some kind of routing protocol the router would also 
distribute this route to all routers, considering you might have 
multiple AS53xx routers.

This works for me...(I think, if I remember right. I should have 1 user
with this or something)
Evren

Arne Larsen wrote:

Hi.
 
Is there someone that can help me ??. I'm trying to get the router to 
fetch is route's from the radius-server.
Whatever I'm doing I end up with only one route on each request.
Here is the last thing I tried.
 
abdigtest-1 Auth-type := Local, User-Password == cisco, Service-Type = 
 Outbound-User
Cisco-Avpair = ip:route=170.170.0.16 255.255.255.255 Dialer1 
220 name pel,
Cisco-Avpair = ip:route=170.170.0.10 255.255.255.255 Dialer1 
220 name fl02,
 
 
abdigtest-2 Auth-type:=Local, User-Password == cisco, Service-Type = 
Outbound-User,
Cisco-Avpair = ip:route=170.170.0.10 255.255.255.255 Dialer1 
220 name fl02,
Cisco-AVPair = ip:route=170.170.236.57 255.255.255.255 Dialer1 
220 name fl06,
Cisco-AVPair = ip:route=170.170.174.249 255.255.255.255 Dialer1 
220 name fl04,
Cisco-AVPair = ip:route=170.170.39.94 255.255.255.255 Dialer1 
220 name fl00,
Cisco-AVPair = ip:route=170.170.20.21 255.255.255.255 Dialer1 
220 name fl005100,
 
Regards
Arne Larsen
Tele Denmark
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] / [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html