apm access-infoΒΆ

apm access-info(1)	      BIG-IP TMSH Manual	    apm access-info(1)



NAME
       access-info - Shows session related information such as session id,
       client ip, logon user and access profile name.

MODULE
       apm access-info

SYNTAX
       Shows the access-info component using the syntax shown in the following
       sections.

   DISPLAY
	show access-info
	  options:
	    all-properties
	    save-to-file

	show access-info all
	show access-info logon-user username
	show access-info client-ip ip-address

EXAMPLES
       show access-info
	    Displays the session id, client ip and logon user.

       show access-info logon-user username
	    Displays the session id, and the corresponding client ip.

       show access-info client-ip ip-address
	    Displays the session id and the corresponding logon user.

       show access-info all-properties
	    The output of this command looks like this:

	      session		       session_id
	      partition 	       partition Name
	      status		       status of the session such as established and active
	      logon user	       username
	      client IP 	       client ip address
	      profile access type      profile access type
	      access profile	       access profile name
	      start time	       start time of the session
	      expiration time	       expiration time of the session
	      bytes(rx,tx)	       session traffic bytes in and out
	      packets(rx,tx)	       session traffic packets in and out
	      ingress(raw, compressed) ingress raw bytes and compressed bytes
	      egress(raw, compressed)  egress raw bytes and compressed bytes
	      slot		       slot number (applicable only in the cluster environment)
	      tmm		       tmm number for the session

	    Displays the session id, client ip, logon user and other
	    information of session as shown above.

OPTIONS
       session
	    Specifies the session id.

       partition
	    Specifies the virtual server partition name.

       status
	    Specifies the access status and valid values are established or
	    pending.

       logon user
	    Specifies the logged in user name for the session.

       client IP
	    Specifies the client IP from which the session is established.

       profile access type
	    Specifies access profile type; examples of valid values are: all,
	    ltm-apm, ssl-vpn, sso, swg-explicit and swg-transparent.

       access profile
	    Specifies the access profile name.

       start time
	    Specifies the start time of the session.

       expiration time
	    Specifies the expiration time of the session.

       bytes:(rx,tx)
	    Specifies the traffic bytes in and out for the session.

       packets:(rx,tx)
	    Specifies the traffic packets in and out for the session.

       ingress:(raw,compressed)
	    Specifies the ingress raw and compressed bytes for the session.

       egress:(raw,compressed)
	    Specifies the egress raw and compressed bytes for the session.

       slot Specifies the slot number for the session. Applicable only in the
	    cluster environment.

       tmm  Specifies the tmm number that holds the session.

SEE ALSO
       apm session

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2011-2013, 2015. All rights
       reserved.



BIG-IP				  2016-04-17		    apm access-info(1)