net routing access-listΒΆ

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

NAME Early Access - access-list - placeholder
MODULE net routing
SYNTAX
   CREATE/MODIFY
	create access-list [name]
	modify access-list [name]
	  options:
	    description [[string] | none]
	    route-domain [[string] | none]
	    entries [add | delete | modify | replace-all-with] {
	       [ [name] ] {
		 options:
		   action [[string] | none]
		   destination [ip address]
		   exact-match [disabled | enabled]
		   source [ip address]
	       }
	    }

   DISPLAY
   DELETE  delete access-list [name]
DESCRIPTION placeholder
EXAMPLES
OPTIONS
       description
       route-domain
       entries
	    action
	    destination
	    exact-match
	    source

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 access-list(1)