pem profile subscriber-mgmtΒΆ

pem profile subscriber-mgmt(1)BIG-IP TMSH Manualpem profile subscriber-mgmt(1)



NAME
       subscriber-mgmt - Configures a Subscriber Management profile.

MODULE
       pem profile

SYNTAX
       Configures the subscriber-mgmt profile within the pem profile module
       using the syntax shown in the following sections.

   CREATE/MODIFY
	create subscriber-mgmt [name]
	modify subscriber-mgmt [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [[name] | none]
	    description [string]
	    sess-creation-from-server-side [enable | disable]
	    drop-unknown-traffic-from-server-side [enable | disable]

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

   DISPLAY
	list subscriber-mgmt
	list subscriber-mgmt [ [ [name] | [glob] | [regex] ] ... ]
	show running-config subscriber-mgmt
	show running-config subscriber-mgmt [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition
	    sess-creation-from-server-side [enable | disable]
	    drop-unknown-traffic-from-server-side [enable | disable]

	show subscriber-mgmt
	show subscriber-mgmt [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt
	    global

   DELETE
	delete subscriber-mgmt [name]

DESCRIPTION
       You can use the subscriber-mgmt component to create, modify, display,
       or delete a subscriber management profile.

EXAMPLES
       create subscriber-mgmt my_subscriber_mgmt_profile

       Creates a custom subscriber management profile named
       my_subscriber_mgmt_profile.

       list subscriber-mgmt my_subscriber_mgmt_profile

       Displays the properties of the subscriber management profile named
       my_subscriber_mgmt_profile.

OPTIONS
       all  Specifies that you want to modify all of the existing components
	    of the specified type.

       defaults-from
	    Specifies the profile that you want to use as the parent profile.
	    Your new profile inherits all settings and values from the parent
	    profile. The default value is subscriber-mgmt.

       description
	    User defined description.

       sess-creation-from-server-side
	    Specifies whether session creation from server side is enabled or
	    not. The default is enabled.

       drop-unknown-traffic-from-server-side
	    Specifies whether drop unknown traffic from server side is enabled
	    or not. The default is disabled.

       partition
	    Specifies the administrative partition within which the profile
	    resides.

SEE ALSO
       edit, glob, list, ltm virtual, 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, 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 2008-2016. All rights reserved.



BIG-IP				  2016-04-26	pem profile subscriber-mgmt(1)