pem subscriber-attributeΒΆ

pem subscriber-attribute(1)				BIG-IP TMSH Manual			       pem subscriber-attribute(1)

NAME
       subscriber-attribute - Configures subscriber attributes in Policy Enforcement Manager (PEM).

MODULE
       pem

SYNTAX
       Configure the subscriber-attribute component within the pem module using the syntax shown in the following sections.

   CREATE/EDIT/MODIFY
	create subscriber-attribute [name]
	modify subscriber-attribute [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    export [disabled | enabled]
	    import [disabled | enabled]
	    well-known-attr-id [called-station-id | calling-station-id | imeisv | imsi | ipaddr | not-defined | subs-id | user-location-info | username]

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

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

   DELETE
	delete subscriber-attribute [name]

       Note: You must remove all references to a subscriber-attribute before you can delete the subscriber-attribute.

DESCRIPTION
       You can use the subscriber-attribute component to configure subscriber attribute definitions in Policy Enforcement Manager.

EXAMPLES
       create subscriber-attribute 3gpp_imsi { import enabled export enabled well-known-attr-id imsi}

       Creates a PEM subscriber attribute 3gpp_imsi with import enabled, export enabled, and well-known attribute id 'imsi'.

       delete subscriber-attribute 3gpp_imsi

       Deletes the PEM subscriber attribute named 3gpp_imsi.

       list subscriber-attribute 3gpp_imsi

       Displays the properties of the PEM subscriber attribute named 3gpp_imsi.

OPTIONS
       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none. Note: If the
	    strict-updates option is enabled on the application service that owns the object, you cannot modify or delete the
	    object. Only the application service can modify or delete the object.

       description
	    User defined description.

       export
	    Specifies whether the subscriber attribute can be exported (inserted) to the outgoing messages defined in pem protocol
	    profile. This configuration is not applicable when referenced in pem protocol profile radius. It is applicable when
	    referenced in pem protocol profile gx. The default value is enabled.

       import
	    Specifies whether the subscriber attribute can be imported (parsed) from the incoming messages defined pem protocol
	    profile. The default value is enabled.

       name Specifies a unique name for the component. This option is required for the commands create, delete, and modify.

       partition
	    Displays the name of the administrative partition within which the subscriber attribute resides.

       well-known-attr-id
	    Specifies an identifier of a well-known (build-in) subscriber attribute. The system provides a special handling for
	    well-known subscriber attributes. For instance, most of the well-known attributes are included into session reporting
	    records by default.

	    The options are:

	    called-station-id
		 The well-known subscriber attribute ID is called-station-id.

	    calling-station-id
		 The well-known subscriber attribute ID is calling-station-id.

	    imeisv
		 The well-known subscriber attribute ID is imeisv.

	    imsi The well-known subscriber attribute ID is imsi.

	    ipaddr
		 The well-known subscriber attribute ID is ipaddr. It can be ipv4 or ipv6 address.

	    not-defined
		 The well-known subscriber attribute ID is not defined. This is the default value.

	    subs-id
		 The well-known subscriber attribute ID is subs-id.

	    user-location-info
		 The well-known subscriber attribute ID is user-location-info.

	    username
		 The well-known subscriber attribute ID is username.

SEE ALSO
       create, delete, edit, glob, list, modify, pem protocol profile gx, pem protocol profile radius, pem protocol diameter-avp,
       pem protocol radius-avp, 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 2013-2014, 2016. All rights reserved.

BIG-IP							    2016-03-14				       pem subscriber-attribute(1)