Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: (ASCEND) ascend and radius based connectionprofiles question



Use this config as template for PPP connection w/o transport IP:

cust_rt Password = "anything"
        User-Service = Framed-User,
        Framed-Protocol = PPP,
        Framed-Address = <Pipeline address>,
        Framed-Netmask = <Netmask>,
        Ascend-Link-Compression = Link-Comp-None,
        Framed-Routing = None,
        Framed-Route = "<Target network/Bits> <Pipeline IP> 1",
        Ascend-Route-IP = Route-IP-Yes,
        Ascend-Idle-Limit = 70,
        Ascend-Preempt-Limit = 35

cust_rt-out Password = "ascend", User-Service = Dialout-Framed-User
        User-Name = "cust_rt",
        Framed-Protocol = PPP,
        Ascend-Route-IP = Route-IP-Yes,
        Framed-Address = <Pipeline IP>,
        Framed-Netmask = <Netmask>,
        Ascend-Link-Compression = Link-Comp-None,
        Framed-Routing = None,
        Framed-Route = "<Target network/Bits> <Pipeline IP> 1",
        Ascend-Idle-Limit = 70,
        Ascend-Preempt-Limit = 35,
        Ascend-Metric = 2,
        Ascend-Dial-Number = "<Pipeline phone number w/ trunk group>",
        Ascend-Data-Svc = Switched-64K,
        Ascend-Send-Auth = Send-Auth-CHAP,
        Ascend-Authen-Alias = "<myRouters name>",
        Ascend-Send-Secret = "anything"

route-<Next number of sequence start with 1> Password = "ascend", User-Service = Dialout-Framed-User
        Framed-Route = "<Pipeline IP>/32 <Pipeline IP> 1 N cust_rt-out",
        Framed-Route = "<Target Network/Bits> <Pipeline IP> 1 N cust_rt-out"

After this reload the Profile to the MAX w/ "System->Sys Diag->UpdRemConfig->All" .

Works.

Hope it helps

Burkhard Weeber
viastore systems GmbH
P/O Box 300668
D-70446 Stuttgart
Email: B.Weeber@viastore.de

> -----Original Message-----
> From: owner-ascend-users@max.bungi.com
> [mailto:owner-ascend-users@max.bungi.com]On Behalf Of Jan Ronken
> Sent: Tuesday, September 14, 1999 4:49 PM
> To: ascend-users@bungi.com
> Subject: (ASCEND) ascend and radius based connectionprofiles question
> 
> 
> Hello,
> I have a problem with configuring a Max 4000 with our radiusserver. 
> 
> Our site is using a Max 4060. We have a lot of customers who 
> are running 
> their own servers on a subnet from us, using ISDN outbound calling 
> whenever a request for a specific IP address (the one of the 
> customer) 
> comes in. As we are running out of connection profiles, (only 
> 31) we need 
> to do this in Radius.
> I tried some pseudo-user routes, but it is not working.
> 
> What I want to achieve:
> Customer A has a pipeline 50, IP adress 195.193.80.28/32 (and 
> NAT). As 
> soon as someone tries to connect to 195.193.80.28, the Max 4060 shoul 
> dial out and establish the connection. With te connection profiles it 
> works, but I need to do this in Radius.
> So, all information like route, ip address and callnumber 
> needs to come 
> from the radiusserver into the max.
> 
> I tried the stuff below and update the Max so it read the 
> config from the 
> radius server, but the max does not dial out when trying to 
> connect to 
> 195.193.80.28/32.
> 
> myuser-out Password="ascend", User-Service=Dialout-Framed-User
> 	User-Name="iyellow",	
> 	Ascend-Dial-Number="0204210219",
> 	Framed-Protocol=PPP,
> 	Framed-Address=195.193.80.28,
> 	Framed-Netmask=255.255.255.0,
> 	Ascend-Metric=2,
> 	Framed-Routing=None,
> 	Ascend-Idle-Limit=20,
> 	Ascend-Send-Auth=Send-Auth-PAP,
> 	Ascend-Send-Secret="secretpwd"
> 
> Can you please help me out with a radius example on how to 
> achieve this?
> 
> Thank you very much in advance
> 
> Jan Ronken
> ++ 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>