pem profile spmΒΆ

pem profile spm(1)					BIG-IP TMSH Manual					pem profile spm(1)

NAME
       spm - Configures a Subscriber Policy Manager profile.

MODULE
       pem profile

SYNTAX
       Configures the spm profile within the pem profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create spm [name]
	modify spm [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [[name] | none]
	    description [string]
	    global-policies-high-precedence [add | delete | replace-all-with] {
	       [policy_name ...]
	    }
	    global-policies-high-precedence [ default | none ]
	    global-policies-low-precedence [add | delete | replace-all-with] {
	       [policy_name ...]
	    }
	    global-policies-low-precedence [ default | none ]
	    unknown-subscriber-policies [add | delete | replace-all-with] {
	       [policy_name ...]
	    }
	    unknown-subscriber-policies [ default | none ]
	    fast-pem [enable | disable]
	    fast-vs-name [name]

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

	reset-stats spm
	reset-stats spm [ [ [name] | [glob] | [regex] ] ... ]

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

   DELETE
	delete spm [name]

DESCRIPTION
       You can use the spm component to create, modify, display, or delete a spm profile.

EXAMPLES
       create spm my_spm_profile

       Creates a custom spm profile named my_spm_profile.

       list spm my_spm_profile

       Displays the properties of the spm profile named my_spm_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 spm.

       description
	    User defined description.

       global-policies-high-precedence
	    Adds, deletes, or replaces a set of the policies.

       global-policies-low-precedence
	    Adds, deletes, or replaces a set of the policies.

       unknown-subscriber-policies
	    Adds, deletes, or replaces a set of the policies.

       fast-pem
	    Specifies whether fast PEM optimization is enabled or not. The default is enabled.

	    Specifies whether fast PEM optimization is enabled or not. PEM optimization will use the fast-vs-name virtual server
	    for a portion of the traffic. The default is enabled.

       fast-vs-name
	    Specifies the virtual server which will be used in fast PEM optimization when fast-pem is enabled. The virtual server
	    should have fastL4 profile attached.

       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 reporting format-script, pem service-chain-endpoint, pem subscriber, regex, reset-stats,
       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-2013. All rights reserved.

BIG-IP							    2017-03-06						pem profile spm(1)