net routing prefix-listΒΆ

net routing prefix-list(1)    BIG-IP TMSH Manual    net routing prefix-list(1)



NAME Early Access - prefix-list - placeholder
MODULE net routing
SYNTAX
   CREATE/MODIFY
	create prefix-list [name]
	modify prefix-list [name]
	  options:
	    description [[string] | none]
	    route-domain [[string] | none]
	    entries [add | delete | modify | replace-all-with] {
	       [ [name] ] {
		 options:
		   action [[string] | none]
		   prefix [ip address]
		   prefix-len-range [[string] | none]
	       }
	    }

   DISPLAY
   DELETE  delete prefix-list [name]
DESCRIPTION placeholder
EXAMPLES
OPTIONS
       description
       route-domain
       entries
	    action
	    prefix
	    prefix-len-range

SEE ALSO
NOTES
       This is an early access feature, experimental and susceptible to change
       in future releases.

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



BIG-IP				  2017-09-05	    net routing prefix-list(1)