ipv6 neighbor

Use this command to configure a static entry in the IPv6 neighbor discovery cache.

Syntax

ipv6 neighbor ipv6-address hardware-address interface interface
no ipv6 neighbor ipv6-address hardware-address interface interface

Parameters

ipv6-address Specifies the IP address of IPv6 neighbor entry.
hardware-address Specifies the 48-bit hardware address of IPv6 neighbor entry. The hardware address format is H.H.H.
interface interface Specifies the interface to assign the IPv6 neighbor to.

Defaults

None.

Mode

Global Configuration.

Usage

The no ipv6 neighbor command removes the specified static entry from the IPv6 neighbor discovery cache.

Example

The following example configures a static entry for IPv6 address 2001:11ac:fd34:3333:0:0:0:3 on a hardware device with a MAC address of 1111.1111.1111 on interface VLAN 51:

System(su)->configure
System(su-config)->ipv6 neighbor 2001:11ac:fd34:3333:0:0:0:3 1111.1111.1111 interface vlan.0.51
System(su-config)->