apm epsec epsec-packageΒΆ

apm epsec epsec-package(1)				BIG-IP TMSH Manual				apm epsec epsec-package(1)

NAME
       epsec-package - Manages an EPSEC package.

MODULE
       apm epsec

SYNTAX
       Configure the epsec-package component within the apm epsec module using the syntax shown in the following sections.

   CREATE
	create epsec-package [ name ]
	  options:
	    local-path [string]
	    server [[string] | none]

   DISPLAY
	list epsec-package
	  options:
	    all-properties
	    non-default-properties
	    recursive

	list epsec-package [name]

   INSTALL
	install epsec-package [name]
	  options:
	    device-group [string]

   DELETE
	delete epsec-package [name]

DESCRIPTION
       You can use the epsec-package component to create, install and manage an EPSEC package.

EXAMPLES
       create epsec-package epsec_package_name local-path file_path
	    Creates an EPSEC package named epsec_package_name under the /Common/EPSEC/Upload folder from EPSEC image file located
	    at file_path. Note: epsec_package_name must begin with the 'epsec' prefix.

       list epsec-package
	    Displays a list of EPSEC packages under the specific folder. To list all EPSEC packages use the recursive option.

       install epsec-package epsec_package_name
	    Installs the EPSEC package named epsec_package_name on this device. You cannot install a package from the /Common
	    folder as it is a pre-installed package.

       install epsec-package epsec_package_name device-group /Common/my_epsec_dg
	    Installs the EPSEC package named epsec_package_name on the devices in the device group /Common/my_epsec_dg. You cannot
	    install a package from the /Common folder as it is a pre-installed package.

       delete epsec-package epsec_package_name
	    Deletes the EPSEC package named epsec_package_name.

OPTIONS
       [name]
	    Specifies the name of the EPSEC package. This option is required. Note: The name must begin with the 'epsec' prefix.

       local-path
	    Specifies the local path of the EPSEC image file used with the CREATE command. This option is valid only with the
	    CREATE command and is a required option.

       device-group
	    Specifies the device group on which the package will be installed. This option is valid only with INSTALL command

SEE ALSO
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 2011-2013, 2015. All rights reserved.

BIG-IP							    2019-12-19					apm epsec epsec-package(1)