Forum Discussion
RACQ_74493
Cirrus
Jan 04, 2011post about how to modify default pool behaviour
Hello,
I found a post on an irule to to send traffic to different pool based on URL and it also discussed how to change the behaviour of the default pool and I cannot find it.
I have an...
Charlie_2_10323
Nimbostratus
Jun 23, 2009Thanks Aron,
Its perfekt.
- Daniel_WolfOct 01, 2021
MVP
Hi ,
are you lookig for this command:
[root@bigip01:Active:Standalone] config # sessiondump --allkeys | grep 'session\.logon\.last\.username' | grep john.doe b24a3ae7.session.logon.last.username 6 john.doe
First 8 characters are the session ID you are looking for.
KR
Daniel
- Daniel_WolfOct 01, 2021
MVP
Better:
[root@bigip01:Active:Standalone] config # sessiondump --allkeys | grep 'session\.logon\.last\.username' | grep john.doe | awk -F'.' '{print $1}' b24a3ae7
-F'.' will set the delimeter to .
{print $1} will only show the first block until the delimeter of the returned output
- Fallout1984Oct 01, 2021
Cirrocumulus
Yes, that works - thanks!
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects