Link to home
Start Free TrialLog in
Avatar of ihussain
ihussain

asked on

assign Static IP address in Cisco 3640 RAS Server

We are using Cisco 3640 as our RAS Server.  We have not yet implemented Cisco ACS Server.  Is it possible for us to assign static IP address to some users while other users get their IP address from the IP Pool defined on the Cisco 3640 Server.  We need to do this so that we can control access to internal resources.

Thank you
Avatar of Pascal666
Pascal666
Flag of United States of America image

Avatar of ihussain
ihussain

ASKER

Dear Pascal,

Thank you very much for responding.  The solution/procedure/URL that you mentioned above is using Cisco ACS but unfortunately we do NOT have Cisco ACS implemented in our network.  Therefore I need a solution/answer to do it directly from our Cisco 3640 RAS Server.

Regards,
Ismail
jhussain

yes there is a way to do what you are reffering to ...If you are running 12.0 or greater you can define the following

ip dhcp pool DHCP-POOL-NAME
     Network 10.0.0.0 255.255.255.0
     DNS-servers 172.16.1.1; 172.16.1.2
     Default-router 10.0.0.1


This will set up a dhcp pool

thanks
Scott
Sorry, thought you meant you wanted to make sure ACS supported that before you implemented it.

Ok, so you don't want to use ACS to do this.  So what are you currently using for authentication?

Perhaps this will help:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca7a9.html

-Pascal
Hi Scott,

We have approx 50 dial up users.  I have already setup my local IP address pool.  Authentication on the RAS server is set to local (local database of the router).  What I now require is that I want 5 of those 50 Dial-up users to get a static IP address ( each time they dial-in, they get the same IP address).  I want to do this so that I can restrict their access to certain resources.

Thank you.
Let me look into the flexability of the DHCP server but off hand I don't think it can do that.... you may have to setup a virtual interface just for them with a static entry.....  I will poke around and see what I can find though..

Thanks
Scott
ASKER CERTIFIED SOLUTION
Avatar of Scotty_cisco
Scotty_cisco

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial