Reference Guide

714 IPv6 Commands
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC
2+3\new_system_mifs_ARC3_latest\IPv6_Router.fm
DELL CONFIDENTIAL – PRELIMINARY 5/21/14 - FOR PROOF ONLY
Example
Example 1. The following example configures a static entry in the IPv6
neighbor discovery cache for a neighbor with the IPv6 address
2001:0DB8::45A and link-layer address 0002.7D1A.9472 on VLAN 1:
console(config)#
ipv6 neighbor
2001:0DB8::45A vlan1
0002.7D1A.9472
Example 2. The following example deletes the static entry in the IPv6
neighbor discovery cache for a neighbor with the IPv6 address
2001:0DB8::45A and link-layer address 0002.7D1A.9472 on VLAN 1:
console(config)#
no ipv6 neighbor
2001:0DB8::45A vlan1
Example 3. The following example deletes all static entries in the IPv6
neighbor discovery cache on VLAN 1:
console(config)#
no ipv6 neighbor
vlan1
Example 4. The following example deletes all static entries in the IPv6
neighbor discovery cache on all interfaces:
console(config)#
no ipv6 neighbor
ipv6 redirects
Use the ipv6 redirects command in Interface Configuration mode to enable
the sending of ICMP IPv6 redirect messages to re-send a packet through the
same interface on which the packet was received.
To disable the sending of redirect messages, use the no form of this
command.
Syntax
ipv6 redirecrts
no ipv6 redirects