Forum Discussion
How to lease static ip on APM
Hi all, We using APM(11.6.0) and I have a question.
Is it possible to assign static IP to Usernames without using lease pools(dynamic assign)?
ex)1.1.1.1 for user1, 1.1.1.2 for user2
Please let me know how to configure it..
6 Replies
- keiti
Nimbostratus
We using LocaluserDB
it helps i know this SOL exists, but a google for: APM static IP
turns up: http://support.f5.com/kb/en-us/solutions/public/13000/300/sol13300
- jefp_185700
Nimbostratus
very easy to do with irule and datagroup. irule will look like this:
when ACCESS_POLICY_AGENT_EVENT { if { [ACCESS::policy agent_id] eq "customer_static_ip_table" } { ACCESS::session data set session.requested.clientip [class lookup [ACCESS::session data get "session.logon.last.username"] customer_static_ip_table ] } }
datagroup is called customer_static_ip_table where you add usernames and ip addresses. add an irule event in access policy where you define the irule.
F5 told us that localuserDB is not recommended on APM....?
- >> F5 told us that localuserDB is not recommended on APM....? in what context exactly?
- jefp_185700
Nimbostratus
On firepass we had over 7000 local defined users, our consultant mentioned this is not possible on APM regarding the fact it will be too much resource consuming.
- ok, with numbers like that i can understand that.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com