Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (ASCEND) TNT IP-Pools?



Here is a clip from the Ascend Max radius Configuration Guide...

Usage: Specify an integer corresponding to an address pool.  The
default value is 1.  If you set Ascend-Assign-IP-Pool = 0, RADIUS
chooses an address from any pool that has one available.

Jeff Bury
Network Administrator
Raex Internet
http://www.raex.com/


"William R. Charnock" wrote:
> 
> Here is as much information as I think I can provide:
> 
> The ip-global config looks like this:
> 
> pool-base-address = [ 209.197.193.1 209.197.199.1
> assign-count = [ 254 254
> 
> The DEFAULT radius profile is this:
> 
> DEFAULT     Password = "UNIX"
>     User-Service = Framed-User,
>     Framed-Protocol = PPP,
>     Ascend-Assign-IP-Pool = 0,
>     Ascend-Maximum-Channels = 1,
>     Ascend-Idle-Limit = 1200
> 
> >From the CLI on the TNT:
> 
> admin> ip-pools
> 
> Pool#                Base         Count      InUse
>    1             209.197.193.1     254        178
>    2             209.197.199.1     254          0
> 
>  Number of remaining allocated addresses:    0
> 
> I typed in debug on and addr (to enable addrpool debugging) and here is
> some output:
> 
> ADDRPOOL: lanAllocate index 0 inuse 185
> ADDRPOOL: allocated an address, inUseLocalCnt = 186
> ADDRPOOL: allocate local pool address [209.197.193.252]
> ADDRPOOL-0: free IP address, inUseLocalCnt 185
> ADDRPOOL: found entry by base [209.197.193.104] entry [209.197.193.1]
> ADDRPOOL: free local pool address [209.197.193.104]
> ADDRPOOL-0: free IP address, inUseLocalCnt 184
> ADDRPOOL: found entry by base [209.197.193.216] entry [209.197.193.1]
> ADDRPOOL: free local pool address [209.197.193.216]
> ADDRPOOL-0: free IP address, inUseLocalCnt 183
> ADDRPOOL: found entry by base [209.197.193.252] entry [209.197.193.1]
> ADDRPOOL: free local pool address [209.197.193.252]
> ADDRPOOL-0: free IP address, inUseLocalCnt 182
> ADDRPOOL: found entry by base [209.197.193.175] entry [209.197.193.1]
> ADDRPOOL: free local pool address [209.197.193.175]
> ADDRPOOL-0: free IP address, inUseLocalCnt 181
> ADDRPOOL: found entry by base [209.197.193.11] entry [209.197.193.1]
> ADDRPOOL: free local pool address [209.197.193.11]
> ADDRPOOL: lanAllocate index 0 inuse 181
> ADDRPOOL: allocated an address, inUseLocalCnt = 182
> ADDRPOOL: allocate local pool address [209.197.193.1]
> ADDRPOOL-0: free IP address, inUseLocalCnt 181
> ADDRPOOL: found entry by base [209.197.193.95] entry [209.197.193.1]
> ADDRPOOL: free local pool address [209.197.193.95]
> ADDRPOOL: lanAllocate index 0 inuse 181
> ADDRPOOL: allocated an address, inUseLocalCnt = 182
> ADDRPOOL: allocate local pool address [209.197.193.2]
> 
> As you can see, once the TNT reached the end of available addresses in the
> first IP-pool, it recycled back to the start of the first pool.  Is this
> wrong, or is this the way it is supposed to work?
> 
> --
> William Charnock
> CTO, FastLane Internet Services
> (817)-429-5263
> netadmin@fastlane.net
> 
> On Wed, 6 Jan 1999, William R. Charnock wrote:
> 
> > I have been monitoring the TNT since I implemented the change and it still
> > doesn't seem to be utilizing the second pool.  Does the TNT not use the
> > second pool until the first has been exhausted?
> >
> > --
> > William Charnock
> > CTO, FastLane Internet Services
> > (817)-429-5263
> > netadmin@fastlane.net
> >
> > On Wed, 6 Jan 1999, Jeff Bury wrote:
> >
> > > ALL : ALL : ALLOW
> > >
> > > Use the following line in Radius to automatically pull IP's from
> > > multiple pools.
> > >
> > > Ascend-Assign-IP-Pool = 0
> > >
> > > i.e. if you have IP's in pool 1 and in pool 2, it will pull IP's from
> > > pool 2 after it has 'cycled' it's way through pool 1.  You can do this
> > > with as pools as your version of code will support
> > >
> > >
> > > Jeff Bury
> > > Network Administrator
> > > Raex Internet
> > > http://www.raex.com/
> > >
> > > Richard Silver wrote:
> > >
> > > >
> > > > Each pool entry in the TNT is a different pool number to be referenced in Radius.
> > > > If you want people to start using the other pools,  you have to set that up with
> > > > the Ascend-Assign-IP-Pool attribute.  You will need to change
> > > >
> > > > Ascend-Assign-IP-Pool = 1
> > > > to
> > > > Ascend-Assign-IP-Pool = 2
> > > >
> > > > for users you want to use that second pool.  I don't know of a way to have it
> > > > automatically roll over into a new pool when the first is full.  We just have to
> > > > keep track of our users on the different pools.  I would think there is some
> > > > provision for having it roll over,  since you can have 3 class C's worth of modems
> > > > addressed on the box.  I would like to know how if it's possible.
> > > >
> > > > Richard
> > > >
> > > > "William R. Charnock" wrote:
> > > >
> > > > > My default Radius entry looks like this:
> > > > >
> > > > > DEFAULT         Password = "UNIX"
> > > > >         User-Service = Framed-User,
> > > > >         Framed-Protocol = PPP,
> > > > >         Ascend-Assign-IP-Pool = 1,
> > > > >         Ascend-Maximum-Channels = 1,
> > > > >         Ascend-Idle-Limit = 1200
> > > > >
> > > > > Should the value for Ascend-Assign-IP-Pool be null?
> > > > >
> > > > > --
> > > > > William Charnock
> > > > > CTO, FastLane Internet Services
> > > > > (817)-429-5263
> > > > > netadmin@fastlane.net
> > > > >
> > > > > On Wed, 6 Jan 1999, Richard Silver wrote:
> > > > >
> > > > > > Do you have the "Ascend-Assign-IP-Pool = " set in the Radius user profiles?
> > > > > > If not,  it will default to the first pool.
> > > > > >
> > > > > >
> > > > > > ----------------------------------------
> > > > > > Richard Silver
> > > > > > Network Administrator
> > > > > > ITC^DeltaCom Internet & Data Group
> > > > > > Auburn AL
> > > > > > 800-239-3000 x 3506
> > > > > >
> > > > > > The Path to Enlightenment:
> > > > > > /usr/local/bin/enlightenment
> > > > > > ----------------------------------------
> > > > > >
> > > > > >
> > > > > > Jason Nealis wrote:
> > > > > >
> > > > > > > Do you have the proper values configured for assign-count?
> > > > > > >
> > > > > > > pool-base-address = [ 207.172.128.1 207.172.135.1
> > > > > > > assign-count = [ 254 31 0 0 0 0 0 0 0 0 0 0 0 0 0 0
> > > > > > >
> > > > > > > Jason Nealis
> > > > > > > Director Internet Operations / Network Access
> > > > > > > Erols Internet (An RCN Company)
> > > > > > >
> > > > > > > On Tue, 5 Jan 1999, William R. Charnock wrote:
> > > > > > >
> > > > > > > > I have setup 2 pools in the ip-global, pool-base-address section of the
> > > > > > > > TNT config , but it only seems to be assigning addresses out of the first
> > > > > > > > pool, and I have users who can't get connected as a result of running out
> > > > > > > > of IP addressess... Anyone know what the deal is?
> > > > > > > >
> > > > > > > > --
> > > > > > > > William Charnock
> > > > > > > > CTO, FastLane Internet Services
> > > > > > > > (817)-429-5263
> > > > > > > > netadmin@fastlane.net
> > > > > > > >
> > > > > > > > ++ 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>
> > > > > >
> > > >
> > > > --
> > > > ----------------------------------
> > > > Richard Silver
> > > > Network Administrator
> > > > ITC^DeltaCom Internet & Data Group
> > > > Auburn AL
> > > > 800-239-3000 x 3506
> > > >
> > > > The Path to Enlightenment:
> > > > /usr/local/bin/enlightenment
> > > > ----------------------------------
> > > >
> > > > ++ 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>