sys feature-moduleΒΆ

sys feature-module(1)	      BIG-IP TMSH Manual	 sys feature-module(1)



NAME
       feature-module - Enables or disables a feature module  on the BIG-IP(r)
       system.

MODULE
       sys

SYNTAX
       Configure the feature-module component within the sys module using the
       syntax in the following sections.

   MODIFY
	modify feature-module
	modify feature-module [ [all] | [cgnat] ]
	  options:
	    enabled | disabled

	edit feature-module
	  [ [ [cgnat] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list feature-module
	list feature-module
	  [ [ [cgnat] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the feature-module component to modify the availability of
       any licensed feature modules on your system.

EXAMPLES
       modify feature-module cgnat enabled
	    Enables the BIG-IP Carrier Grade NAT module.

       modify feature-module cgnat disabled
	    Disables the BIG-IP Carrier Grade NAT module.

       list feature-module
	    Displays the current feature module of the system.

OPTIONS
       all  Specifies that you are enabling or disabling all of the available
	    modules.

       cgnat
	    Specifies that you are enabling or disabling the BIG-IP Carrier
	    Grade NAT module.

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

       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
       edit, glob, list, modify, regex, show, tmsh, provision

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				  2013-04-12		 sys feature-module(1)