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
	      virtual-server	       virtual server name
	      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
	      rx-bytes		       session traffic bytes in
	      tx-bytes		       session traffic bytes out
	      rx-packets	       session traffic packets in
	      tx-packets	       session traffic packets out
	      ingress-raw	       ingress raw bytes
	      ingress-compressed       ingress compressed bytes
	      egress-raw	       egress raw bytes
	      egress-compressed        egress 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.

       virtual-server
	    Specifies the name of the virtual server to 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.

       rx-bytes)
	    Specifies the traffic bytes in for the session.

       tx-bytes)
	    Specifies the traffic bytes out for the session.

       rx-packets
	    Specifies the traffic packets in for the session.

       tx-packets
	    Specifies the traffic packets out for the session.

       ingress-raw
	    Specifies the ingress raw bytes for the session.

       ingress-compressed
	    Specifies the ingress compressed bytes for the session.

       egress-raw
	    Specifies the egress raw bytes for the session.

       egress-compressed
	    Specifies the egress 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-2016. All rights reserved.



BIG-IP				  2017-07-28		    apm access-info(1)