pem profile subscriber-mgmtΒΆ

pem profile subscriber-mgmt(1)				BIG-IP TMSH Manual			    pem 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]
	    dhcp-lease-query {
	      options:
		enabled [false | true]
		vs-name [name]
	    }
	    drop-unknown-traffic-from-server-side [enabled | disabled]
	    sess-creation-from-server-side [enabled | disabled]

	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
	    app-service
	    description
	    dhcp-lease-query {
	      options:
		enabled
		vs-name
	    }
	    drop-unknown-traffic-from-server-side
	    sess-creation-from-server-side

   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.

       dhcp-lease-query
	    Specifies the DHCP lease query attributes to be used for traffic triggered subscribers.

	    The options are:

	    enabled
		 The default is disabled.

	    vs-name
		 Specifies the name of the DHCP virtual server that is used to handle lease query and reply.

       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,
       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							    2018-08-22				    pem profile subscriber-mgmt(1)