net routing profile bgpΒΆ

net routing profile bgp(1)			  BIG-IP TMSH Manual			   net routing profile bgp(1)

NAME Early Access - bgp - placeholder
MODULE net routing profile
SYNTAX
   CREATE/MODIFY
	create bgp [name]
	modify bgp [name]
	  options:
	    adj-out [disabled | enabled]
	    aggregate-nexthop-check [disabled | enabled]
	    as-local-count [integer]
	    bgp-multiple-instance [disabled | enabled]
	    defaults-from [[string] | none]
	    description [[string] | none]
	    extended-asn-cap [disabled | enabled]
	    max-paths {
		ebgp [integer]
		ibgp [integer]
	    }
	    nexthop-trigger {
		delay [integer]
		state [disabled | enabled]
	    }
	    rfc1771 {
		path-select [disabled | enabled]
		strict [disabled | enabled]
	    }
	    router-id [ip address]

   DISPLAY
   DELETE  delete bgp [name]
DESCRIPTION placeholder
EXAMPLES
OPTIONS
       adj-out
	    Disable BGP ADJ_OUT. (default: True)

       aggregate-nexthop-check
	    Option to perform aggregation only when next-hop matches the specified IP address..

       as-local-count
	    Set the number of times the local-AS (Autonomous System) is to be prepended. (default: 1)

       bgp-multiple-instance
	    Enable to allow BGP views and disallow BGP graceful-restart (peers will reset). (default: False)

       defaults-from
       description
       extended-asn-cap
	    Enable the router to send 4-octet ASN capabilities. (default: True)

       max-paths
	    ebgp Set number of equal-cost multi-path (ECMP) routes for eBGP.

	    ibgp Set number of equal-cost multi-path (ECMP) routes for iBGP.

       nexthop-trigger
	    delay
		 Configure nexthop trigger delay time interval. (default: 5)

	    state
		 Enable the nexthop tracking functionality. (default: False)

       rfc1771
	    path-select
		 Set RFC1771 compatible path selection mechanism. (default: False)

	    strict
		 Set the origin path attribute to "IGP" when the origin is a protocol such as RIP, OSPF, or ISIS.
		 (default: False)

       router-id
	    Manually override current router identifier (peers will reset).

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

       Following keywords have different identifier in legacy command line

	    TMOS       |       IMI	 | Note
       --------------- | --------------- | ------------------------------
       adj-out	       | disable-adj-out | Disable BGP ADJ_OUT.

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

BIG-IP						      2017-03-24			   net routing profile bgp(1)