net routing route-mapΒΆ

net routing route-map(1)			  BIG-IP TMSH Manual			     net routing route-map(1)

NAME Early Access - route-map - placeholder
MODULE net routing
SYNTAX
   CREATE/MODIFY
	create route-map [name]
	modify route-map [name]
	  options:
	    description [[string] | none]
	    route-domain [[string] | none]
	    entries [add | delete | modify | replace-all-with] {
	       [ [name] ] {
		 options:
		   action [[string] | none]
		   match {
		       as-path [[string] | none]
		       community {
			   exact-match [[string] | none]
			   list [[string] | none]
		       }
		       extcommunity {
			   exact-match [[string] | none]
			   list [[string] | none]
		       }
		       ipv4 {
			   address {
			       access-list [[string] | none]
			       prefix-list [[string] | none]
			   }
			   next-hop {
			       access-list [[string] | none]
			       prefix-list [[string] | none]
			   }
			   peer {
			       access-list [[string] | none]
			   }
		       }
		       ipv6 {
			   address {
			       access-list [[string] | none]
			       prefix-list [[string] | none]
			   }
			   next-hop {
			       access-list [[string] | none]
			       prefix-list [[string] | none]
			   }
			   peer {
			       access-list [[string] | none]
			   }
		       }
		       metric [integer]
		       origin [[string] | none]
		       route-type [[string] | none]
		       tag [integer]
		       vlan [[string] | none]
		   }
		   set {
		       aggregator {
			   address [ip address]
			   as [integer]
		       }
		       as-path-prepend [integer]
		       atomic-aggregate [[string] | none]
		       community {
			   additive [[string] | none]
			   exact-set [[string] | none]
			   value [integer]
		       }
		       dampening {
			   reachability-half-life [integer]
			   reuse [integer]
			   suppress [integer]
			   suppress-max [integer]
			   unreachability-half-life [integer]
		       }
		       extcommunity {
			   rt [[string] | none]
			   soo [[string] | none]
		       }
		       ip {
			   next-hop {
			       address [ip address]
			   }
		       }
		       ipv6 {
			   next-hop {
			       address [ip address]
			       local [ip address]
			   }
		       }
		       level [[string] | none]
		       local-preference [integer]
		       metric {
			   type [[string] | none]
			   value [[string] | none]
		       }
		       origin [[string] | none]
		       originator-id [ip address]
		       tag [integer]
		       weight [integer]
		   }
	       }
	    }

   DISPLAY
   DELETE  delete route-map [name]
DESCRIPTION placeholder
EXAMPLES
OPTIONS
       description
       route-domain
       entries
	    action
	    match
		 as-path
		      Define a BGP AS path access list.

		 community
		      exact-match
			   Do exact matching of communities. (default: False)

		      list Match BGP ecommunity list.

		 extcommunity
		      exact-match
			   Do exact matching of extcommunities. (default: False)

		      list Match BGP ecommunity list.

		 ipv4
		      address
			   access-list
				Match entries of IPv4 access-lists.

			   prefix-list
				Match entries of IPv4 prefix-lists.

		      next-hop
			   access-list
				Match entries of IPv4 access-lists.

			   prefix-list
				Match entries of IPv4 prefix-lists.

		      peer
			   access-list
				Match entries of IPv4 access-lists.

		 ipv6
		      address
			   access-list
				Match entries of IPv6 access-lists.

			   prefix-list
				Match entries of IPv6 prefix-lists.

		      next-hop
			   access-list
				Match entries of IPv6 access-lists.

			   prefix-list
				Match entries of IPv6 prefix-lists.

		      peer
			   access-list
				Match entries of IPv6 access-lists.

		 metric
		      Match metric of route.

		 origin
		      Match BGP origin code.

		 route-type
		      Match route type.

		 tag  Match tag.

		 vlan Match first hop interface of route.

	    set
		 aggregator
		      address
			   set BGP aggregator IP address.

		      as   set BGP aggregator attribute.

		 as-path-prepend
		      Prepend string for a BGP AS-path attribute.

		 atomic-aggregate
		      BGP atomic aggregate attribute.

		 community
		      additive
			   Add to the existing community.

		      exact-set
			   Do exact setting of communities. (default: False)

		      value
			   set community number, either in AA:NNO format, or number..

		 dampening
		      reachability-half-life
			   Reachability half-life time for the penalty(minutes). (default: 15)

		      reuse
			   Value to start reusing a route. (default: 750)

		      suppress
			   Value to start suppressing a route. (default: 2000)

		      suppress-max
			   Maximum duration to suppress a stable route(minutes). (default: 60)

		      unreachability-half-life
			   Un-reachability half-life time for the penalty(minutes). (default: 1)

		 extcommunity
		      rt   VPN extended community.

		      soo  Site-of-Origin extended community.

		 ip
		      next-hop
			   address
				IP address of next-hop.

		 ipv6
		      next-hop
			   address
				IPv6 local address.

			   local
				IPv6 local address.

		 level
		      IP address of next-hop.

		 local-preference
		      BGP local preference path attribute.

		 metric
		      type Metric value.

		      value
		 origin
		      set BGP origin code.

		 originator-id
		      set IP address of originator.

		 tag  set tag.

		 weight
		      set BGP weight for routing table.

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 route-map(1)