pem listenerΒΆ

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

NAME
       listener - Configures listeners for the Policy Enforcement Manager (PEM).

MODULE
       pem

SYNTAX
       Modify the listener component within the pem module using the syntax shown in the following sections.

   CREATE/MODIFY
	create listener [name]
	modify listener [name]
	  options:
	    app-service [[string] | none]
	    description [string]
	    profile-spm [name]
	    profile-subscriber-mgmt [name]
	    virtual-servers [name] [add | delete | replace-all-with] {
	       [virtual_server_name ... ]
	    }

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

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

   DELETE
	delete listener [name]

       Note: You must remove all references to a listener before you can delete the listener.

DESCRIPTION
       You can use the listener component to configure listener definitions for the Policy Enforcement Manager.

EXAMPLES
       create listener lis1 { profile-spm spm1 virtual-servers add {vs_tcp vs_udp} }

       Creates a Policy Enforcement Manager listener named lis1.

       delete listener lis1

       Deletes the listener named lis1.

       list listener lis1

       Displays the properties of the listener named lis1.

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.

       profile-spm
	    Specifies the spm profile name.

       profile-subscriber-mgmt
	    Specifies the subscriber-mgmt profile name.

       virtual-servers
	    Adds, deletes, or replaces a set of virtual servers, by specifying a virtual server name.

SEE ALSO
       create, delete, edit, glob, list, modify, pem forwarding-endpoint, pem interception-endpoint, pem policy, pem profile
       diameter-endpoint, pem profile spm, pem profile subscriber-mgmt, pem reporting format-script, pem service-chain-endpoint,
       pem subscriber, pem subscribers, 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. All rights reserved.

BIG-IP							    2016-08-17						   pem listener(1)