Reference Guide

690 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
The following example enables IPv6 processing on VLAN 1 and configures
FE80::260:3EFF:FE11:6770 as the link local address for VLAN 1:
console(config)#
interface vlan
1
console(config-if)# ipv6 address FE80::260:3EFF:FE11:6770 link-
local
console(config-if)#
exit
ipv6 default-gateway
Use the ipv6 default-gateway Global Configuration mode command to
define an IPv6 default gateway. To remove the IPv6 default gateway, use the
no form of this command.
Syntax
ipv6 default-gateway
ipv6-address
no ipv6 default-gateway
ipv6-address
Parameters
ipv6-address
—Specifies the IPv6 address of an IPv6 router that can be
used to reach a network.
Default Configuration
No default gateway is defined.
Command Mode
Global Configuration mode
User Guidelines
The command is an alias of the ipv6 route command with the predefined
(default) route:
ipv6 route ::/0
ipv6-address
|
interface-id
See the definition of the ipv6 route command for details.