sys log-config destination management-portΒΆ

sys log-config destination manBIGsystlog-configldestination management-port(1)



NAME
       management-port - Sends received messages to a specified IP address and
       port through the management interface.

MODULE
       sys log-config destination

SYNTAX
       Configure the Management Port Log component within the sys log-config
       destination module using the syntax shown in the following sections.

   CREATE/MODIFY
	create management-port [name]
	modify management-port [name]
	 options:
	  all
	  app-service [[string] | none]
	  description [string]
	  ip-address [ ip address ]
	  port [ port ]
	  protocol [ tcp | udp ]

   DISPLAY
	list management-port
	list management-port [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete management-port [name]

       Note: You must remove all references to a destination before you can
       delete the destination. Default destinations may not be deleted.

DESCRIPTION
       You can use this destination component to create Management Port Log
       forwarding destinations for the common logging interface.

EXAMPLES
       create management-port my_dest ip-address 1.2.3.4 port 99 protocol udp

       Creates a destination named my_dest which forwards to the address
       1.2.3.4:99 using the UDP protocol.

       delete management-port my_dest

       Deletes the destination named my_dest. Destinations cannot be deleted
       when in use by a publisher or another destination.

       list management-port my_dest

       Displays properties of the destination named my_dest.

OPTIONS
       all  Specifies that you want to modify all of the existing components
	    of the specified type.

       app-service
	    Specifies the name of the application service to which the
	    destination 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 destination. Only
	    the application service can modify or delete the destination.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

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

       ip-address
	    Specifies the IP address that will receive messages from the
	    specified destination.

       port Specifies the port of the IP address that will receive messages
	    from the specified destination.

       protocol
	    Specifies the protocol used to send messages to the specified
	    destination. The default value is tcp. The options are tcp and
	    udp.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

SEE ALSO
       create, delete, glob, list, modify, 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, 2012-2015. All rights
       reserved.



BIG-IP				 sys1log-config destination management-port(1)