net ndpΒΆ

net ndp(1)		      BIG-IP TMSH Manual		    net ndp(1)



NAME
       ndp - Configures IPv6-to-Ethernet neighbor discovery display and
       control.

MODULE
       net

SYNTAX
       Configure the ndp component within the net module using the syntax in
       the following sections.

   CREATE/MODIFY
	create ndp [name]
	  options:
	    description [string]
	    ip-address [ip address]
	    mac-address [MAC address]

	modify ndp [name]
	  options:
	    description [string]
	    mac-address [MAC address]

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

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

	show ndp
	show ndp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    [all | dynamic | field-fmt | static]

   DELETE
	delete ndp [ [all]| [name]... ]

DESCRIPTION
       Configures the IPv6-to-Ethernet address translation tables used by the
       IPv6 neighbor discovery protocol.

EXAMPLES
       create ndp myNdp ip-address fec0:f515::c001 mac-address
       00:0B:DB:3F:F6:57

       Maps the IPv6 address, fec0:f515::c001, to the MAC address,
       00:0B:DB:3F:F6:57, and the name of this entry is myNdp. Alternatively,
       the address can be used as the name, like the following example.

       create ndp fec0:f515::c001 mac-address 00:0B:DB:3F:F6:57

       Maps the IPv6 address, fec0:f515::c001, to the MAC address,
       00:0B:DB:3F:F6:57.

       show ndp

       Displays all static and dynamic IPv6 address-to-MAC address mappings.

OPTIONS
       ip-address
	    The IP address that is to be mapped. This is optional, and if not
	    present, the name needs to be a string that represents a valid IP
	    address.

       description
	    User defined description.

       dynamic
	    Displays dynamic IPv6 address-to-MAC address mapping.

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

       ip-address
	    The IP address that is to be mapped. This is optional, and if not
	    present, the name needs to be a string that represents a valid IP
	    address.

       mac-address
	    Specifies a 6-byte Ethernet address in hexadecimal colon notation
	    that is not case-sensitive, for example, 00:0b:09:88:00:9a.

       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.

       static
	    Displays static IPv6 address-to-MAC address mapping.

SEE ALSO
       create, delete, edit, glob, list, modify, 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-2010. All rights reserved.



BIG-IP				  2014-03-18			    net ndp(1)