Forum Discussion

Moe_Jartin's avatar
May 06, 2010

How to view LDAP session table

I have an irule associated to an authentication profile that authenticates users via LDAP and adds sessions to the session table. I can see that sessions are being added by using the bigpipe profile auth commands.

 

 

[root@localhost:Active] config b profile auth gdirtest-ldap stats show

 

PROFILE AUTH gdirtest-ldap - Stats:

 

| results (yes, no, defer, err) = (14, 13, 0, 10)

 

| sessions (cur, max, tot) = (1, 3, 27)

 

 

I am just trying to see if there is a way to view that session table to get more details on the sessions.

 

 

Also, I have logging enabled in the LDAP Authentication Configuration but, I don't see anything in the logs. Where is this being logged? Or is there something more I need to do to get it to log.

 

 

I am just trying to verify that the F5 is using the session table for existing sessions rather than querying LDAP on every request.

 

 

Thanks,

 

 

Joe

 

1 Reply

  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus
    What version of BigIP are you running? In 9.4.x there is no way to enumerate the session table. However in 10.1.0 you can use the new tables command in an iRule and can enumerate that (Although you'll need another iRule to get at it, because it's not available at iControl).

     

     

    H