pem global-settings subscriber-activity-logΒΆ

pem global-settings subscriber-activity-log(1)		BIG-IP TMSH Manual	    pem global-settings subscriber-activity-log(1)

NAME
       subscriber-activity-log - Configures the global settings that pertain to subscriber activity log messages for Policy
       Enforcement Manager (PEM).

MODULE
       pem global-settings

SYNTAX
       Modify the subscriber-activity-log component within the pem global-settings module using the syntax shown in the following
       sections.

   MODIFY
	modify subscriber-activity-log
	  options:
	    dynamic-subscriber-ids [add | delete | modify | replace-all-with] {
	       [id_name ...]
	    }
	    dynamic-subscriber-ids [none]
	    publisher [name]
	    static-subscriber-ids [add | delete | replace-all-with] {
	       [id_name ...]
	    }
	    static-subscriber-ids [default | none]
	    subscriber-ip-addresses [add | delete | modify | replace-all-with] {
	       [ip address/prefixlen ...]
	    }
	    subscriber-ip-addresses [none]

	edit subscriber-activity-log [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	reset-stats subscriber-activity-log

   DISPLAY
	list subscriber-activity-log
	list subscriber-activity-log [ [ [name] | [glob] | [regex] ] ... ]
	show running-config subscriber-activity-log
	show running-config subscriber-activity-log [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show subscriber-activity-log
	  options:
	    all-properties
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    default
	    field-fmt

DESCRIPTION
       You can use the subscriber-activity-log component to monitor behavior of the subscribers in the troubleshooting mode by
       sending activity log messages to one or more destinations. You can add static and dynamic subscribers by IDs, or by
       subscriber IP addresses. The activity log messages contain the internal information exposing the subscribers behavior.

EXAMPLES
       modify subscriber-activity-log publisher pub1 dynamic-subscriber-ids add { 4081112222 }

       Adds dynamic subscriber 4081112222 to troubleshooting mode by sending activity log messages to all destinations defined in
       pub1.

       list subscriber-activity-log

       Displays the list of the subscribers in troubleshooting mode.

       show subscriber-activity-log

       Displays the logging statistics of the subscribers in troubleshooting mode.

       reset-stats subscriber-activity-log

       Resets the logging statistics of the subscribers in troubleshooting mode.

OPTIONS
       dynamic-subscriber-ids
	    Specifies a list of dynamic subscriber IDs to be in troubleshooting mode.

       publisher
	    Specifies the external logging publisher used to send activity log messages to one or more destinations.

       static-subscriber-ids
	    Specifies a list of static subscriber IDs to be in troubleshooting mode.

       subscriber-ip-addresses
	    Specifies a list of subscriber IP addresses to be in troubleshooting mode.

SEE ALSO
       create, delete, edit, glob, list, modify, pem forwarding-endpoint, pem interception-endpoint, pem listener, pem policy, pem
       profile diameter-endpoint, pem profile spm, pem reporting format-script, pem service-chain-endpoint, pem subscriber, pem
       subscribers, regex, show, tmsh

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 2012-2013, 2016. All rights reserved.

BIG-IP							    2016-03-14		    pem global-settings subscriber-activity-log(1)