pem subscribersΒΆ

pem subscribers(1)					BIG-IP TMSH Manual					pem subscribers(1)

NAME
       subscribers - Loads static subscribers for the Policy Enforcement Manager (PEM) from a file.

MODULE
       pem

SYNTAX
       Loads static subscribers from a file within the pem module using the syntax shown in the following sections.

   LOAD
       load subscribers file [filename]

DESCRIPTION
       You can use the command load pem subscribers to load static subscribers definitions for the Policy Enforcement Manager
       (PEM). The maximum number of static subscribers allowed is (2 * sys db variable tmm.pem.spm.maxsessionlimit) or 100000,
       whichever is the lesser.

       The static subscribers file is a csv file with the following fields: ,,[,]*[,]+.  Each record can have zero IP address but must have at least one policy.

       The maximum number of IP addresses per subscriber is set by sys db variable tmm.pem.session.ip.addr.max.

       The maximum number of IPv4 addresses per subscriber is set by sys db variable tmm.pem.session.ipv4.addr.max.

       The maximum number of IPv6 addresses per subscriber is set by sys db variable tmm.pem.session.ipv6.addr.max.

       For example, these are the examples from such file:

	    subscriber1,e164,2,11.1.1.1,11.1.1.2,bronze,gold,silver

	    subscriber2,imsi,0,gold

       The filename either absolute file name or just the base file name under folder: /var/local/pem/subscribers/

       For more information about static subscriber, please refer to pem subscriber module.

EXAMPLES
       load subscribers file my_ss_file

       Loads static subscribers from file "my_ss_file" under the folder: /var/local/pem/subscribers/.

       load subscribers file /shared/tmp/new_ss_file

       Loads static subscribers from file "new_ss_file" under the folder: /shared/tmp/.

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

BIG-IP							    2014-06-16						pem subscribers(1)