net router-advertisementΒΆ

net router-advertisement(1)   BIG-IP TMSH Manual   net router-advertisement(1)



NAME
       router-advertisement - Configures IPv6 prefixes for router
       advertisement on a VLAN.

MODULE
       net

SYNTAX
       Modify the router-advertisement component within the net module using
       the syntax shown in the following sections.

   CREATE/MODIFY
	create router-advertisement [name]
	modify router-advertisement [name]
	  options:
	    app-service [[string] | none]
	    current-hop-limit [integer]
	    description [string]
	    disabled | enabled
	    max-interval [integer]
	    min-interval [integer]
	    mtu [integer]
	    no-other-config | other-config
	    prefixes
	      [add | delete | modify | replace-all-with] {
		[name] ... {
		  app-service [[string] | none]
		  autonomous | not-autonomous
		  description [string]
		  on-link | not-on-link
		  preferred-lifetime [integer]
		  prefix [ip address]
		  prefix-length [integer]
		  valid-lifetime [integer]
		}
	    }
	    reachable-time [integer]
	    retransmit-timer [integer]
	    router-lifetime [integer]
	    unmanaged | managed
	    vlan [name]

	edit router-advertisement [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list router-advertisement
	list router-advertisement [ [ [name] | [glob] | [regex] ] ... ]
	show running-config router-advertisement
	show running-config router-advertisement
	  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

   DELETE
	delete router-advertisement [name]

DESCRIPTION
       Router advertisements are part of the configuration of BIG-IP(r)
       network components. When creating a router advertisement, you must
       specify a VLAN on the command line.

EXAMPLES
       create router-advertisement my_ra vlan my_vlan

       Creates the router advertisement my_ra that includes the VLAN my_vlan.

       delete router-advertisement my_ra

       Deletes the router advertisement named my_ra and all associated
       prefixes.

OPTIONS
       Note the following information regarding options for the router-
       advertisement component:

       o    The options disabled and enabled are mutually exclusive.

       o    The options no-other-config and other-config are mutually
	    exclusive.

       o    The options unmanaged and managed are mutually exclusive.

       o    The options autonomous and not-autonomous are mutually exclusive.

       o    The options on-link and not-on-link are mutually exclusive.

       app-service
	    Specifies the name of the application service to which the object
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the object. Only the application
	    service can modify or delete the object.

       autonomous
	    Indicates that the Autonomous Flag field in the prefix information
	    option be set to 1. The default value is 1.

       current-hop-limit
	    Defines the hop limit sent in the router advertisement. The
	    default value is 0 (zero).

       description
	    User defined description.

       disabled
	    Disables router advertisement for the VLAN. This is the default.

       enabled
	    Enables router advertisement for the VLAN.

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

       managed
	    Indicates that the Managed address configuration flag field in the
	    router advertisement be set to 1.

       max-interval
	    Specifies the maximum time allowed between sending unsolicited
	    multicast Router Advertisements from the interface, in seconds.
	    The default value is 600.

       min-interval
	    Specifies, in seconds, the minimum time allowed between sending
	    unsolicited multicast Router Advertisements from the interface.
	    The default value is 200.

       mtu  Sets a specific maximum transition unit (MTU) for the VLAN. The
	    default value is 0 (zero).

       name Specifies a unique name for the component. This option is required
	    for the create, delete, and modify commands.

       no-other-config
	    Indicates that the Other Configuration flag field in the router
	    advertisement be set to 0 (zero). The default value is 0 zero.

       not-autonomous
	    Indicates that the Autonomous flag field in the prefix information
	    option be set to 0 (zero).

       not-on-link
	    Indicates that the on-link flag field in the prefix information
	    option be set to 0 (zero).

       on-link
	    Indicates that the on-link flag field in the prefix information
	    option be set to 1. The default value is 1.

       other-config
	    Indicates that the Other Configuration flag field in the router
	    advertisement be set to 1.

       preferred-lifetime
	    Specifies, in seconds, the value for the Preferred Lifetime field
	    in the prefix information option. The default value is 604800.

       prefix
	    Specifies the prefix for the prefix information option.

       prefix-length
	    Specifies the length of the prefix for the prefix information
	    option.

       prefixes
	    Specifies the objects that hold the prefix specific information
	    for the router advertisement.

       reachable-time
	    Specifies the value to be used for the Reachable Time field in the
	    Router Advertisement. The default value is 0 (zero).

       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.

       retransmit-timer
	    Specifies the value to be used for the Retransmit Timer field in
	    the Router Advertisement. The default value is 0 (zero).

       router
	    Specifies that the router advertisement acts as a router for the
	    VLAN.

       router-lifetime
	    Specifies the value to be used for the Router Lifetime field in
	    the Router Advertisement. The default value is 1800.

       unmanaged
	    Specifies that the Managed address configuration flag field in the
	    router advertisement be set to 0 (zero). The default value is 0
	    (zero).

       valid-lifetime
	    Specifies, in seconds, the value for the Valid Lifetime field in
	    the prefix information option. The default value is 2592000.

SEE ALSO
       create, delete, edit, glob, list, modify, net vlan, regex, show, tmsh

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



BIG-IP				  2012-05-22	   net router-advertisement(1)