<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RottenJeeves</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RottenJeeves"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/RottenJeeves"/>
	<updated>2026-04-30T17:27:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4717</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4717"/>
		<updated>2011-10-10T00:32:47Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Static Routing==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039;&lt;br /&gt;
{&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;] [&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Router(config)# ipv6 route ::/0 serial 2/0&lt;br /&gt;
| Configures a static IPv6 route&lt;br /&gt;
*A static default IPv6 route is being configured on a&lt;br /&gt;
serial interface.&lt;br /&gt;
&lt;br /&gt;
*See the syntax examples that immediately follow this&lt;br /&gt;
table for specific uses of the ipv6 route command for&lt;br /&gt;
&lt;br /&gt;
configuring static routes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039; {&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;] [&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; | &#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;]&lt;br /&gt;
[&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==RIPng==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
| Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1 enable&lt;br /&gt;
| Enables the specified IPv6 RIP routing process on an&lt;br /&gt;
interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# maximum-paths 1&lt;br /&gt;
|(Optional) Defines the maximum number of equal-cost&lt;br /&gt;
routes that IPv6 RIP can support&lt;br /&gt;
*The number-paths argument is an integer from 1 to 64.&lt;br /&gt;
The default for RIP is four paths.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 router rip process1&lt;br /&gt;
|Configures an IPv6 RIP routing process and enters router&lt;br /&gt;
configuration mode for the IPv6 RIP routing process.&lt;br /&gt;
*Use the word argument to identify a specific IPv6 RIP&lt;br /&gt;
routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039;   \&lt;br /&gt;
&#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1&lt;br /&gt;
default-information originate&lt;br /&gt;
|(Optional) Originates the IPv6 default route (::/0) into the&lt;br /&gt;
specified RIP routing process updates sent out of the&lt;br /&gt;
specified interface.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039; | &#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==IS-IS==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 address&#039;&#039;&#039; {&#039;&#039;ipv6-address/prefix-length&#039;&#039; | &#039;&#039;prefix-name sub-bits/prefix-length&#039;&#039;}&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSPFv3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router ospfv3&#039;&#039;&#039; [&#039;&#039;process-id&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router ospfv3 1&lt;br /&gt;
|Enables OSPFv3 router configuration mode for the IPv4 or&lt;br /&gt;
IPv6 address family&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# area 1&lt;br /&gt;
|Configures the OSPFv3 area&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# auto-cost&lt;br /&gt;
reference-bandwidth 1000&lt;br /&gt;
|Controls the reference value OSPFv3 uses when calculating&lt;br /&gt;
metrics for interfaces in an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# bfd all-interfaces&lt;br /&gt;
|Enables BFD for an OSPFv3 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;prefix-list prefix-list-name&#039;&#039; {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;interface&#039;&#039;] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;paths&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;redistribute&#039;&#039;&#039; &#039;&#039;protocol&#039;&#039; | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ipv6-prefix&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# default area 1&lt;br /&gt;
|Returns an OSPFv3 parameter to its default value&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# ignore lsa mospf&lt;br /&gt;
|Suppresses the sending of syslog messages when the router &lt;br /&gt;
receives LSA Type 6 multicast OSPFv3 packets, which are&lt;br /&gt;
unsupported.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# interface-id&lt;br /&gt;
&lt;br /&gt;
snmp-if-index&lt;br /&gt;
|Configures OSPFv3 interfaces with Simple Network&lt;br /&gt;
Management Protocol (SNMP) MIB-II interface Index&lt;br /&gt;
&lt;br /&gt;
(ifIndex) identification numbers in IPv4 and IPv6.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# log-adjacency-changes&lt;br /&gt;
|Configures the router to send a syslog message when an&lt;br /&gt;
OSPFv3 neighbor goes up or down.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039; \ &#039;&#039;interface-type&lt;br /&gt;
interface-number&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# passive-interface&lt;br /&gt;
default&lt;br /&gt;
|Suppresses sending routing updates on an interface when&lt;br /&gt;
using an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello&#039;&#039;&#039; \ &#039;&#039;&#039;update&#039;&#039;&#039;} {&#039;&#039;queue-size&#039;&#039; \&lt;br /&gt;
&#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# queue-depth update 1500&lt;br /&gt;
|Configures the number of incoming packets that the IPv4&lt;br /&gt;
OSPFv3 process can keep in its queue.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
1.  &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2.  &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.  &#039;&#039;&#039;router ospfv3&#039;&#039;&#039; [&#039;&#039;process-id&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
4.  &#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
5.  &#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6.  &#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
7.  &#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;range&#039;&#039;&#039; &#039;&#039;ipv6-prefix&#039;&#039; | &#039;&#039;&#039;virtual-link&#039;&#039;&#039; &#039;&#039;router-id&#039;&#039;]} [&#039;&#039;&#039;default-information originate&#039;&#039;&#039;&lt;br /&gt;
[&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; | &#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039; &#039;&#039;prefix-list prefix-list-name&#039;&#039;&lt;br /&gt;
{&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;} [&#039;&#039;interface&#039;&#039;] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;paths&#039;&#039; | &#039;&#039;&#039;redistribute&#039;&#039;&#039; &#039;&#039;protocol&#039;&#039; | &#039;&#039;&#039;summary-prefi&#039;&#039;&#039;x&lt;br /&gt;
&#039;&#039;ipv6-prefix&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
8.  &#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9.  &#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. &#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
11. &#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
12. &#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello&#039;&#039;&#039; | &#039;&#039;&#039;update&#039;&#039;&#039;} {&#039;&#039;queue-size&#039;&#039; | &#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
13. &#039;&#039;&#039;router-id&#039;&#039;&#039; {&#039;&#039;router-id&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EIGRP==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
|Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 eigrp 1&lt;br /&gt;
|Enables EIGRP for IPv6 on a specified interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router eigrp 1&lt;br /&gt;
|Enters router configuration mode and creates an EIGRP&lt;br /&gt;
IPv6 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type&lt;br /&gt;
number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router# show ipv6 eigrp interfaces&lt;br /&gt;
|Displays information about interfaces configured for&lt;br /&gt;
EIGRP for IPv6.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;no shut&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;eigrp router-id&#039;&#039;&#039; &#039;&#039;ip-address&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting  IPv6==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Deletes routes from the IPv6 RIP routing table and, &lt;br /&gt;
if installed, routes in the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route *&#039;&#039;&#039;&lt;br /&gt;
|Deletes all routes from the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Clears this specific route from the IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Resets IPv6 traffic counters&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 packet&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 packets&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 RIP routing &lt;br /&gt;
transactions&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 routing&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 routing table &lt;br /&gt;
updates and route cache updates&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface&#039;&#039;&#039;&lt;br /&gt;
|Displays the status of interfaces configured for &lt;br /&gt;
IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface brief&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized status of interfaces &lt;br /&gt;
configured for IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 neighbors&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 neighbor discovery cache information&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 protocols&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of the &lt;br /&gt;
active IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of active &lt;br /&gt;
IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route&#039;&#039;&#039;&lt;br /&gt;
|Displays the current IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route summary&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized form of the current IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 routers&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 router advertisement information received &lt;br /&gt;
from other routers&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039;&lt;br /&gt;
|Displays only static IPv6 routes installed in the &lt;br /&gt;
routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Displays only static route information about the specific &lt;br /&gt;
address given&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static interface&#039;&#039;&#039; &#039;&#039;interface&#039;&#039;&lt;br /&gt;
|Displays only static route information with the specified &lt;br /&gt;
interface as the outgoing interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6  static detail&#039;&#039;&#039;&lt;br /&gt;
|Displays a more detailed entry for IPv6 static routes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Displays statistics about IPv6 traffic&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 tunnel&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 tunnel information&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[http://www.cisco.com/en/US/docs/ios/ipv6/configuration/guide/12_2sr/ipv6_12_2sr_book.html  Cisco IOS IPv6 Configuration Guide, Release 12.2SR]&lt;br /&gt;
*[http://www.cisco.com/en/US/technologies/tk648/tk872/technologies_white_paper0900aecd80260051.pdf  IPv6 Routing At-A-Glance]&lt;br /&gt;
*CCNA Portable Command Guide&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4716</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4716"/>
		<updated>2011-10-10T00:31:50Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Static Routing==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039;&lt;br /&gt;
{&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;] [&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Router(config)# ipv6 route ::/0 serial 2/0&lt;br /&gt;
| Configures a static IPv6 route&lt;br /&gt;
*A static default IPv6 route is being configured on a&lt;br /&gt;
serial interface.&lt;br /&gt;
&lt;br /&gt;
*See the syntax examples that immediately follow this&lt;br /&gt;
table for specific uses of the ipv6 route command for&lt;br /&gt;
&lt;br /&gt;
configuring static routes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039; {&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;] [&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; | &#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;]&lt;br /&gt;
[&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==RIPng==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
| Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1 enable&lt;br /&gt;
| Enables the specified IPv6 RIP routing process on an&lt;br /&gt;
interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# maximum-paths 1&lt;br /&gt;
|(Optional) Defines the maximum number of equal-cost&lt;br /&gt;
routes that IPv6 RIP can support&lt;br /&gt;
*The number-paths argument is an integer from 1 to 64.&lt;br /&gt;
The default for RIP is four paths.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 router rip process1&lt;br /&gt;
|Configures an IPv6 RIP routing process and enters router&lt;br /&gt;
configuration mode for the IPv6 RIP routing process.&lt;br /&gt;
*Use the word argument to identify a specific IPv6 RIP&lt;br /&gt;
routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039;   \&lt;br /&gt;
&#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1&lt;br /&gt;
default-information originate&lt;br /&gt;
|(Optional) Originates the IPv6 default route (::/0) into the&lt;br /&gt;
specified RIP routing process updates sent out of the&lt;br /&gt;
specified interface.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039; | &#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==IS-IS==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 address&#039;&#039;&#039; {&#039;&#039;ipv6-address/prefix-length&#039;&#039; | &#039;&#039;prefix-name sub-bits/prefix-length&#039;&#039;}&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSPFv3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router ospfv3&#039;&#039;&#039; [&#039;&#039;process-id&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router ospfv3 1&lt;br /&gt;
|Enables OSPFv3 router configuration mode for the IPv4 or&lt;br /&gt;
IPv6 address family&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# area 1&lt;br /&gt;
|Configures the OSPFv3 area&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# auto-cost&lt;br /&gt;
reference-bandwidth 1000&lt;br /&gt;
|Controls the reference value OSPFv3 uses when calculating&lt;br /&gt;
metrics for interfaces in an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# bfd all-interfaces&lt;br /&gt;
|Enables BFD for an OSPFv3 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;prefix-list prefix-list-name&#039;&#039; {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;interface&#039;&#039;] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;paths&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;redistribute&#039;&#039;&#039; &#039;&#039;protocol&#039;&#039; | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ipv6-prefix&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# default area 1&lt;br /&gt;
|Returns an OSPFv3 parameter to its default value&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# ignore lsa mospf&lt;br /&gt;
|Suppresses the sending of syslog messages when the router &lt;br /&gt;
receives LSA Type 6 multicast OSPFv3 packets, which are&lt;br /&gt;
unsupported.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# interface-id&lt;br /&gt;
&lt;br /&gt;
snmp-if-index&lt;br /&gt;
|Configures OSPFv3 interfaces with Simple Network&lt;br /&gt;
Management Protocol (SNMP) MIB-II interface Index&lt;br /&gt;
&lt;br /&gt;
(ifIndex) identification numbers in IPv4 and IPv6.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# log-adjacency-changes&lt;br /&gt;
|Configures the router to send a syslog message when an&lt;br /&gt;
OSPFv3 neighbor goes up or down.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039; \ &#039;&#039;interface-type&lt;br /&gt;
interface-number&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# passive-interface&lt;br /&gt;
default&lt;br /&gt;
|Suppresses sending routing updates on an interface when&lt;br /&gt;
using an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello&#039;&#039;&#039; \ &#039;&#039;&#039;update&#039;&#039;&#039;} {&#039;&#039;queue-size&#039;&#039; \&lt;br /&gt;
&#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# queue-depth update 1500&lt;br /&gt;
|Configures the number of incoming packets that the IPv4&lt;br /&gt;
OSPFv3 process can keep in its queue.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
1.  &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2.  &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.  &#039;&#039;&#039;router ospfv3&#039;&#039;&#039; [&#039;&#039;process-id&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
4.  &#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
5.  &#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6.  &#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
7.  &#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;range&#039;&#039;&#039; &#039;&#039;ipv6-prefix&#039;&#039; | &#039;&#039;&#039;virtual-link&#039;&#039;&#039; &#039;&#039;router-id&#039;&#039;]} [&#039;&#039;&#039;default-information originate&#039;&#039;&#039;&lt;br /&gt;
[&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; | &#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039; &#039;&#039;prefix-list prefix-list-name&#039;&#039;&lt;br /&gt;
{&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;} [&#039;&#039;interface&#039;&#039;] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;paths&#039;&#039; | &#039;&#039;&#039;redistribute&#039;&#039;&#039; &#039;&#039;protocol&#039;&#039; | &#039;&#039;&#039;summary-prefi&#039;&#039;&#039;x&lt;br /&gt;
&#039;&#039;ipv6-prefix&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
8.  &#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9.  &#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. &#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
11. &#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
12. &#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello&#039;&#039;&#039; | &#039;&#039;&#039;update&#039;&#039;&#039;} {&#039;&#039;queue-size&#039;&#039; | &#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
13. &#039;&#039;&#039;router-id&#039;&#039;&#039; {&#039;&#039;router-id&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EIGRP==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
|Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 eigrp 1&lt;br /&gt;
|Enables EIGRP for IPv6 on a specified interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router eigrp 1&lt;br /&gt;
|Enters router configuration mode and creates an EIGRP&lt;br /&gt;
IPv6 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type&lt;br /&gt;
number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router# show ipv6 eigrp interfaces&lt;br /&gt;
|Displays information about interfaces configured for&lt;br /&gt;
EIGRP for IPv6.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;no shut&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;eigrp router-id&#039;&#039;&#039; &#039;&#039;ip-address&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting  IPv6==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Deletes routes from the IPv6 RIP routing table and, &lt;br /&gt;
if installed, routes in the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route *&#039;&#039;&#039;&lt;br /&gt;
|Deletes all routes from the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Clears this specific route from the IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Resets IPv6 traffic counters&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 packet&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 packets&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 RIP routing &lt;br /&gt;
transactions&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 routing&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 routing table &lt;br /&gt;
updates and route cache updates&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface&#039;&#039;&#039;&lt;br /&gt;
|Displays the status of interfaces configured for &lt;br /&gt;
IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface brief&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized status of interfaces &lt;br /&gt;
configured for IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 neighbors&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 neighbor discovery cache information&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 protocols&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of the &lt;br /&gt;
active IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of active &lt;br /&gt;
IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route&#039;&#039;&#039;&lt;br /&gt;
|Displays the current IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route summary&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized form of the current IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 routers&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 router advertisement information received &lt;br /&gt;
from other routers&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039;&lt;br /&gt;
|Displays only static IPv6 routes installed in the &lt;br /&gt;
routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Displays only static route information about the specific &lt;br /&gt;
address given&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static interface&#039;&#039;&#039; &#039;&#039;interface&#039;&#039;&lt;br /&gt;
|Displays only static route information with the specified &lt;br /&gt;
interface as the outgoing interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6  static detail&#039;&#039;&#039;&lt;br /&gt;
|Displays a more detailed entry for IPv6 static routes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Displays statistics about IPv6 traffic&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 tunnel&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 tunnel information&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[http://www.cisco.com/en/US/docs/ios/ipv6/configuration/guide/12_2sr/ipv6_12_2sr_book.html  Cisco IOS IPv6 Configuration Guide, Release 12.2SR]&lt;br /&gt;
*[http://www.cisco.com/en/US/technologies/tk648/tk872/technologies_white_paper0900aecd80260051.pdf  IPv6 Routing At-A-Glance]&lt;br /&gt;
*CCNA Portable Command Guide&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4715</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4715"/>
		<updated>2011-10-10T00:24:20Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Static Routing==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039;&lt;br /&gt;
{&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;] [&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Router(config)# ipv6 route ::/0 serial 2/0&lt;br /&gt;
| Configures a static IPv6 route&lt;br /&gt;
*A static default IPv6 route is being configured on a&lt;br /&gt;
serial interface.&lt;br /&gt;
&lt;br /&gt;
*See the syntax examples that immediately follow this&lt;br /&gt;
table for specific uses of the ipv6 route command for&lt;br /&gt;
&lt;br /&gt;
configuring static routes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039; {&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;] [&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; | &#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;]&lt;br /&gt;
[&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==RIPng==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
| Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1 enable&lt;br /&gt;
| Enables the specified IPv6 RIP routing process on an&lt;br /&gt;
interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# maximum-paths 1&lt;br /&gt;
|(Optional) Defines the maximum number of equal-cost&lt;br /&gt;
routes that IPv6 RIP can support&lt;br /&gt;
*The number-paths argument is an integer from 1 to 64.&lt;br /&gt;
The default for RIP is four paths.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 router rip process1&lt;br /&gt;
|Configures an IPv6 RIP routing process and enters router&lt;br /&gt;
configuration mode for the IPv6 RIP routing process.&lt;br /&gt;
*Use the word argument to identify a specific IPv6 RIP&lt;br /&gt;
routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039;   \&lt;br /&gt;
&#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1&lt;br /&gt;
default-information originate&lt;br /&gt;
|(Optional) Originates the IPv6 default route (::/0) into the&lt;br /&gt;
specified RIP routing process updates sent out of the&lt;br /&gt;
specified interface.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039; | &#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==IS-IS==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSPFv3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router ospfv3&#039;&#039;&#039; [&#039;&#039;process-id&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router ospfv3 1&lt;br /&gt;
|Enables OSPFv3 router configuration mode for the IPv4 or&lt;br /&gt;
IPv6 address family&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# area 1&lt;br /&gt;
|Configures the OSPFv3 area&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# auto-cost&lt;br /&gt;
reference-bandwidth 1000&lt;br /&gt;
|Controls the reference value OSPFv3 uses when calculating&lt;br /&gt;
metrics for interfaces in an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# bfd all-interfaces&lt;br /&gt;
|Enables BFD for an OSPFv3 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;prefix-list prefix-list-name&#039;&#039; {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;interface&#039;&#039;] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;paths&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;redistribute&#039;&#039;&#039; &#039;&#039;protocol&#039;&#039; | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ipv6-prefix&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# default area 1&lt;br /&gt;
|Returns an OSPFv3 parameter to its default value&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# ignore lsa mospf&lt;br /&gt;
|Suppresses the sending of syslog messages when the router &lt;br /&gt;
receives LSA Type 6 multicast OSPFv3 packets, which are&lt;br /&gt;
unsupported.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# interface-id&lt;br /&gt;
&lt;br /&gt;
snmp-if-index&lt;br /&gt;
|Configures OSPFv3 interfaces with Simple Network&lt;br /&gt;
Management Protocol (SNMP) MIB-II interface Index&lt;br /&gt;
&lt;br /&gt;
(ifIndex) identification numbers in IPv4 and IPv6.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# log-adjacency-changes&lt;br /&gt;
|Configures the router to send a syslog message when an&lt;br /&gt;
OSPFv3 neighbor goes up or down.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039; \ &#039;&#039;interface-type&lt;br /&gt;
interface-number&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# passive-interface&lt;br /&gt;
default&lt;br /&gt;
|Suppresses sending routing updates on an interface when&lt;br /&gt;
using an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello&#039;&#039;&#039; \ &#039;&#039;&#039;update&#039;&#039;&#039;} {&#039;&#039;queue-size&#039;&#039; \&lt;br /&gt;
&#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# queue-depth update 1500&lt;br /&gt;
|Configures the number of incoming packets that the IPv4&lt;br /&gt;
OSPFv3 process can keep in its queue.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary Steps:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1.  &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2.  &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.  &#039;&#039;&#039;router ospfv3&#039;&#039;&#039; [&#039;&#039;process-id&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
4.  &#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
5.  &#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6.  &#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
7.  &#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;range&#039;&#039;&#039; &#039;&#039;ipv6-prefix&#039;&#039; | &#039;&#039;&#039;virtual-link&#039;&#039;&#039; &#039;&#039;router-id&#039;&#039;]} [&#039;&#039;&#039;default-information originate&#039;&#039;&#039;&lt;br /&gt;
[&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; | &#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039; &#039;&#039;prefix-list prefix-list-name&#039;&#039;&lt;br /&gt;
{&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;} [&#039;&#039;interface&#039;&#039;] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;paths&#039;&#039; | &#039;&#039;&#039;redistribute&#039;&#039;&#039; &#039;&#039;protocol&#039;&#039; | &#039;&#039;&#039;summary-prefi&#039;&#039;&#039;x&lt;br /&gt;
&#039;&#039;ipv6-prefix&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
8.  &#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9.  &#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. &#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
11. &#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
12. &#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello&#039;&#039;&#039; | &#039;&#039;&#039;update&#039;&#039;&#039;} {&#039;&#039;queue-size&#039;&#039; | &#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
13. &#039;&#039;&#039;router-id&#039;&#039;&#039; {&#039;&#039;router-id&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EIGRP==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
|Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 eigrp 1&lt;br /&gt;
|Enables EIGRP for IPv6 on a specified interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router eigrp 1&lt;br /&gt;
|Enters router configuration mode and creates an EIGRP&lt;br /&gt;
IPv6 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type&lt;br /&gt;
number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router# show ipv6 eigrp interfaces&lt;br /&gt;
|Displays information about interfaces configured for&lt;br /&gt;
EIGRP for IPv6.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;no shut&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;eigrp router-id&#039;&#039;&#039; &#039;&#039;ip-address&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting  IPv6==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Deletes routes from the IPv6 RIP routing table and, &lt;br /&gt;
if installed, routes in the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route *&#039;&#039;&#039;&lt;br /&gt;
|Deletes all routes from the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Clears this specific route from the IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Resets IPv6 traffic counters&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 packet&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 packets&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 RIP routing &lt;br /&gt;
transactions&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 routing&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 routing table &lt;br /&gt;
updates and route cache updates&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface&#039;&#039;&#039;&lt;br /&gt;
|Displays the status of interfaces configured for &lt;br /&gt;
IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface brief&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized status of interfaces &lt;br /&gt;
configured for IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 neighbors&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 neighbor discovery cache information&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 protocols&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of the &lt;br /&gt;
active IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of active &lt;br /&gt;
IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route&#039;&#039;&#039;&lt;br /&gt;
|Displays the current IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route summary&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized form of the current IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 routers&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 router advertisement information received &lt;br /&gt;
from other routers&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039;&lt;br /&gt;
|Displays only static IPv6 routes installed in the &lt;br /&gt;
routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Displays only static route information about the specific &lt;br /&gt;
address given&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static interface&#039;&#039;&#039; &#039;&#039;interface&#039;&#039;&lt;br /&gt;
|Displays only static route information with the specified &lt;br /&gt;
interface as the outgoing interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6  static detail&#039;&#039;&#039;&lt;br /&gt;
|Displays a more detailed entry for IPv6 static routes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Displays statistics about IPv6 traffic&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 tunnel&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 tunnel information&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[http://www.cisco.com/en/US/docs/ios/ipv6/configuration/guide/12_2sr/ipv6_12_2sr_book.html|Cisco IOS IPv6 Configuration Guide, Release 12.2SR]&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4714</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4714"/>
		<updated>2011-10-10T00:19:13Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Static Routing==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039;&lt;br /&gt;
{&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;] [&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Router(config)# ipv6 route ::/0 serial 2/0&lt;br /&gt;
| Configures a static IPv6 route&lt;br /&gt;
*A static default IPv6 route is being configured on a&lt;br /&gt;
serial interface.&lt;br /&gt;
&lt;br /&gt;
*See the syntax examples that immediately follow this&lt;br /&gt;
table for specific uses of the ipv6 route command for&lt;br /&gt;
&lt;br /&gt;
configuring static routes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039; {&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;] [&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; | &#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;]&lt;br /&gt;
[&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==RIPng==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
| Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1 enable&lt;br /&gt;
| Enables the specified IPv6 RIP routing process on an&lt;br /&gt;
interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# maximum-paths 1&lt;br /&gt;
|(Optional) Defines the maximum number of equal-cost&lt;br /&gt;
routes that IPv6 RIP can support&lt;br /&gt;
*The number-paths argument is an integer from 1 to 64.&lt;br /&gt;
The default for RIP is four paths.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 router rip process1&lt;br /&gt;
|Configures an IPv6 RIP routing process and enters router&lt;br /&gt;
configuration mode for the IPv6 RIP routing process.&lt;br /&gt;
*Use the word argument to identify a specific IPv6 RIP&lt;br /&gt;
routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039;   \&lt;br /&gt;
&#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1&lt;br /&gt;
default-information originate&lt;br /&gt;
|(Optional) Originates the IPv6 default route (::/0) into the&lt;br /&gt;
specified RIP routing process updates sent out of the&lt;br /&gt;
specified interface.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039; | &#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==IS-IS==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSPFv3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router ospfv3&#039;&#039;&#039; [&#039;&#039;process-id&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router ospfv3 1&lt;br /&gt;
|Enables OSPFv3 router configuration mode for the IPv4 or&lt;br /&gt;
IPv6 address family&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# area 1&lt;br /&gt;
|Configures the OSPFv3 area&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# auto-cost&lt;br /&gt;
reference-bandwidth 1000&lt;br /&gt;
|Controls the reference value OSPFv3 uses when calculating&lt;br /&gt;
metrics for interfaces in an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# bfd all-interfaces&lt;br /&gt;
|Enables BFD for an OSPFv3 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;prefix-list prefix-list-name&#039;&#039; {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;interface&#039;&#039;] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;paths&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;redistribute&#039;&#039;&#039; &#039;&#039;protocol&#039;&#039; | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ipv6-prefix&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# default area 1&lt;br /&gt;
|Returns an OSPFv3 parameter to its default value&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# ignore lsa mospf&lt;br /&gt;
|Suppresses the sending of syslog messages when the router &lt;br /&gt;
receives LSA Type 6 multicast OSPFv3 packets, which are&lt;br /&gt;
unsupported.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# interface-id&lt;br /&gt;
&lt;br /&gt;
snmp-if-index&lt;br /&gt;
|Configures OSPFv3 interfaces with Simple Network&lt;br /&gt;
Management Protocol (SNMP) MIB-II interface Index&lt;br /&gt;
&lt;br /&gt;
(ifIndex) identification numbers in IPv4 and IPv6.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# log-adjacency-changes&lt;br /&gt;
|Configures the router to send a syslog message when an&lt;br /&gt;
OSPFv3 neighbor goes up or down.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039; \ &#039;&#039;interface-type&lt;br /&gt;
interface-number&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# passive-interface&lt;br /&gt;
default&lt;br /&gt;
|Suppresses sending routing updates on an interface when&lt;br /&gt;
using an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello&#039;&#039;&#039; \ &#039;&#039;&#039;update&#039;&#039;&#039;} {&#039;&#039;queue-size&#039;&#039; \&lt;br /&gt;
&#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# queue-depth update 1500&lt;br /&gt;
|Configures the number of incoming packets that the IPv4&lt;br /&gt;
OSPFv3 process can keep in its queue.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary Steps:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1.  &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2.  &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.  &#039;&#039;&#039;router ospfv3&#039;&#039;&#039; [&#039;&#039;process-id&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
4.  &#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
5.  &#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6.  &#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
7.  &#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; &#039;&#039;area-ID&#039;&#039; [&#039;&#039;&#039;range&#039;&#039;&#039; &#039;&#039;ipv6-prefix&#039;&#039; | &#039;&#039;&#039;virtual-link&#039;&#039;&#039; &#039;&#039;router-id&#039;&#039;]} [&#039;&#039;&#039;default-information originate&#039;&#039;&#039;&lt;br /&gt;
[&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; | &#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039; &#039;&#039;prefix-list prefix-list-name&#039;&#039;&lt;br /&gt;
{&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;} [&#039;&#039;interface&#039;&#039;] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;paths&#039;&#039; | &#039;&#039;&#039;redistribute&#039;&#039;&#039; &#039;&#039;protocol&#039;&#039; | &#039;&#039;&#039;summary-prefi&#039;&#039;&#039;x&lt;br /&gt;
&#039;&#039;ipv6-prefix&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
8.  &#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9.  &#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10. &#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
11. &#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
12. &#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello&#039;&#039;&#039; | &#039;&#039;&#039;update&#039;&#039;&#039;} {&#039;&#039;queue-size&#039;&#039; | &#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
13. &#039;&#039;&#039;router-id&#039;&#039;&#039; {&#039;&#039;router-id&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EIGRP==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
|Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 eigrp 1&lt;br /&gt;
|Enables EIGRP for IPv6 on a specified interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router eigrp 1&lt;br /&gt;
|Enters router configuration mode and creates an EIGRP&lt;br /&gt;
IPv6 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type&lt;br /&gt;
number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router# show ipv6 eigrp interfaces&lt;br /&gt;
|Displays information about interfaces configured for&lt;br /&gt;
EIGRP for IPv6.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;no shut&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;eigrp router-id&#039;&#039;&#039; &#039;&#039;ip-address&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting  IPv6==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Deletes routes from the IPv6 RIP routing table and, &lt;br /&gt;
if installed, routes in the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route *&#039;&#039;&#039;&lt;br /&gt;
|Deletes all routes from the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Clears this specific route from the IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Resets IPv6 traffic counters&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 packet&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 packets&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 RIP routing &lt;br /&gt;
transactions&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 routing&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 routing table &lt;br /&gt;
updates and route cache updates&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface&#039;&#039;&#039;&lt;br /&gt;
|Displays the status of interfaces configured for &lt;br /&gt;
IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface brief&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized status of interfaces &lt;br /&gt;
configured for IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 neighbors&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 neighbor discovery cache information&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 protocols&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of the &lt;br /&gt;
active IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of active &lt;br /&gt;
IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route&#039;&#039;&#039;&lt;br /&gt;
|Displays the current IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route summary&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized form of the current IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 routers&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 router advertisement information received &lt;br /&gt;
from other routers&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039;&lt;br /&gt;
|Displays only static IPv6 routes installed in the &lt;br /&gt;
routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Displays only static route information about the specific &lt;br /&gt;
address given&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static interface&#039;&#039;&#039; &#039;&#039;interface&#039;&#039;&lt;br /&gt;
|Displays only static route information with the specified &lt;br /&gt;
interface as the outgoing interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6  static detail&#039;&#039;&#039;&lt;br /&gt;
|Displays a more detailed entry for IPv6 static routes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Displays statistics about IPv6 traffic&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 tunnel&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 tunnel information&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4713</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4713"/>
		<updated>2011-10-09T23:41:16Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Static Routing==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039;&lt;br /&gt;
{&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;] [&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Router(config)# ipv6 route ::/0 serial 2/0&lt;br /&gt;
| Configures a static IPv6 route&lt;br /&gt;
*A static default IPv6 route is being configured on a&lt;br /&gt;
serial interface.&lt;br /&gt;
&lt;br /&gt;
*See the syntax examples that immediately follow this&lt;br /&gt;
table for specific uses of the ipv6 route command for&lt;br /&gt;
&lt;br /&gt;
configuring static routes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039; {&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;] [&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; | &#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;]&lt;br /&gt;
[&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==RIPng==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
| Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1 enable&lt;br /&gt;
| Enables the specified IPv6 RIP routing process on an&lt;br /&gt;
interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# maximum-paths 1&lt;br /&gt;
|(Optional) Defines the maximum number of equal-cost&lt;br /&gt;
routes that IPv6 RIP can support&lt;br /&gt;
*The number-paths argument is an integer from 1 to 64.&lt;br /&gt;
The default for RIP is four paths.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 router rip process1&lt;br /&gt;
|Configures an IPv6 RIP routing process and enters router&lt;br /&gt;
configuration mode for the IPv6 RIP routing process.&lt;br /&gt;
*Use the word argument to identify a specific IPv6 RIP&lt;br /&gt;
routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039;   \&lt;br /&gt;
&#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1&lt;br /&gt;
default-information originate&lt;br /&gt;
|(Optional) Originates the IPv6 default route (::/0) into the&lt;br /&gt;
specified RIP routing process updates sent out of the&lt;br /&gt;
specified interface.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039; | &#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==IS-IS==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSPFv3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router ospfv3&#039;&#039;&#039; &#039;&#039;[process-id]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router ospfv3 1&lt;br /&gt;
|Enables OSPFv3 router configuration mode for the IPv4 or&lt;br /&gt;
IPv6 address family.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# area 1&lt;br /&gt;
|Configures the OSPFv3 area.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# auto-cost&lt;br /&gt;
reference-bandwidth 1000&lt;br /&gt;
|Controls the reference value OSPFv3 uses when calculating&lt;br /&gt;
metrics for interfaces in an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# bfd all-interfaces&lt;br /&gt;
|Enables BFD for an OSPFv3 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
prefix-list prefix-list-name {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
[interface] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; paths |&lt;br /&gt;
redistribute protocol | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
ipv6-prefix]&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
Router(config-router)# default area 1&lt;br /&gt;
|Returns an OSPFv3 parameter to its default value.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# ignore lsa mospf&lt;br /&gt;
|Suppresses the sending of syslog messages when the router&lt;br /&gt;
receives LSA Type 6 multicast OSPFv3 packets, which are&lt;br /&gt;
unsupported.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# interface-id&lt;br /&gt;
snmp-if-index&lt;br /&gt;
|Configures OSPFv3 interfaces with Simple Network&lt;br /&gt;
Management Protocol (SNMP) MIB-II interface Index&lt;br /&gt;
(ifIndex) identification numbers in IPv4 and IPv6.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [detail]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# log-adjacency-changes&lt;br /&gt;
|Configures the router to send a syslog message when an&lt;br /&gt;
OSPFv3 neighbor goes up or down.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039;  interface-type&lt;br /&gt;
interface-number]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# passive-interface&lt;br /&gt;
default&lt;br /&gt;
|Suppresses sending routing updates on an interface when&lt;br /&gt;
using an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello  update&#039;&#039;&#039;} {queue-size &lt;br /&gt;
&#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# queue-depth update 1500&lt;br /&gt;
|Configures the number of incoming packets that the IPv4&lt;br /&gt;
OSPFv3 process can keep in its queue.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router-id&#039;&#039;&#039; {router-id}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# router-id 10.1.1.1&lt;br /&gt;
|Use a fixed router ID.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary Steps:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#. &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#. &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#.&#039;&#039;&#039; router ospfv3&#039;&#039;&#039; [process-id]&lt;br /&gt;
#. &#039;&#039;&#039;address-family ipv6 unicast&#039;&#039;&#039;&lt;br /&gt;
#. &#039;&#039;&#039;area&#039;&#039;&#039; area-ID &#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix/prefix-length&lt;br /&gt;
#. &#039;&#039;&#039;default&#039;&#039;&#039; {area area-ID [range ipv6-prefix | virtual-link router-id]} [default-information originate&lt;br /&gt;
[always | metric | metric-type | route-map] | distance | distribute-list prefix-list prefix-list-name&lt;br /&gt;
{in | out} [interface] | maximum-paths paths | redistribute protocol | summary-prefix&lt;br /&gt;
ipv6-prefix]&lt;br /&gt;
&lt;br /&gt;
7. &#039;&#039;&#039;default-information originate&#039;&#039;&#039; [always | metric metric-value | metric-type type-value | route-map&lt;br /&gt;
map-name]&lt;br /&gt;
&lt;br /&gt;
8. &#039;&#039;&#039;default-metric&#039;&#039;&#039; metric-value&lt;br /&gt;
&lt;br /&gt;
9. &#039;&#039;&#039;distance&#039;&#039;&#039; distance&lt;br /&gt;
&lt;br /&gt;
10. &#039;&#039;&#039;distribute-list prefix-list&#039;&#039;&#039; list-name {in [interface-type interface-number] | out routing-process&lt;br /&gt;
[as-number]}&lt;br /&gt;
&lt;br /&gt;
11.&#039;&#039;&#039; maximum-paths&#039;&#039;&#039; number-paths&lt;br /&gt;
&lt;br /&gt;
12. &#039;&#039;&#039;summary-prefix&#039;&#039;&#039; prefix [not-advertise | tag tag-value]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EIGRP==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
|Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 eigrp 1&lt;br /&gt;
|Enables EIGRP for IPv6 on a specified interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router eigrp 1&lt;br /&gt;
|Enters router configuration mode and creates an EIGRP&lt;br /&gt;
IPv6 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type&lt;br /&gt;
number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router# show ipv6 eigrp interfaces&lt;br /&gt;
|Displays information about interfaces configured for&lt;br /&gt;
EIGRP for IPv6.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;no shut&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;eigrp router-id&#039;&#039;&#039; &#039;&#039;ip-address&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting  IPv6==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Deletes routes from the IPv6 RIP routing table and, &lt;br /&gt;
if installed, routes in the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route *&#039;&#039;&#039;&lt;br /&gt;
|Deletes all routes from the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Clears this specific route from the IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;clear ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Resets IPv6 traffic counters&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 packet&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 packets&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 RIP routing &lt;br /&gt;
transactions&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;debug ipv6 routing&#039;&#039;&#039;&lt;br /&gt;
|Displays debug messages for IPv6 routing table &lt;br /&gt;
updates and route cache updates&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface&#039;&#039;&#039;&lt;br /&gt;
|Displays the status of interfaces configured for &lt;br /&gt;
IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 interface brief&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized status of interfaces &lt;br /&gt;
configured for IPv6&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 neighbors&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 neighbor discovery cache information&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 protocols&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of the &lt;br /&gt;
active IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 rip&#039;&#039;&#039;&lt;br /&gt;
|Displays the parameters and current state of active &lt;br /&gt;
IPv6 routing protocol processes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route&#039;&#039;&#039;&lt;br /&gt;
|Displays the current IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 route summary&#039;&#039;&#039;&lt;br /&gt;
|Displays a summarized form of the current IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 routers&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 router advertisement information received &lt;br /&gt;
from other routers&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039;&lt;br /&gt;
|Displays only static IPv6 routes installed in the &lt;br /&gt;
routing table&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static&#039;&#039;&#039; &#039;&#039;ipv6 address&#039;&#039;&lt;br /&gt;
|Displays only static route information about the specific &lt;br /&gt;
address given&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 static interface&#039;&#039;&#039; &#039;&#039;interface&#039;&#039;&lt;br /&gt;
|Displays only static route information with the specified &lt;br /&gt;
interface as the outgoing interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6  static detail&#039;&#039;&#039;&lt;br /&gt;
|Displays a more detailed entry for IPv6 static routes&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 traffic&#039;&#039;&#039;&lt;br /&gt;
|Displays statistics about IPv6 traffic&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 tunnel&#039;&#039;&#039;&lt;br /&gt;
|Displays IPv6 tunnel information&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4712</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4712"/>
		<updated>2011-10-09T23:24:58Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Static Routing==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039;&lt;br /&gt;
{&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;] [&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Router(config)# ipv6 route ::/0 serial 2/0&lt;br /&gt;
| Configures a static IPv6 route&lt;br /&gt;
*A static default IPv6 route is being configured on a&lt;br /&gt;
serial interface.&lt;br /&gt;
&lt;br /&gt;
*See the syntax examples that immediately follow this&lt;br /&gt;
table for specific uses of the ipv6 route command for&lt;br /&gt;
&lt;br /&gt;
configuring static routes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039; {&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;] [&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; | &#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;]&lt;br /&gt;
[&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==RIPng==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
| Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1 enable&lt;br /&gt;
| Enables the specified IPv6 RIP routing process on an&lt;br /&gt;
interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# maximum-paths 1&lt;br /&gt;
|(Optional) Defines the maximum number of equal-cost&lt;br /&gt;
routes that IPv6 RIP can support&lt;br /&gt;
*The number-paths argument is an integer from 1 to 64.&lt;br /&gt;
The default for RIP is four paths.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 router rip process1&lt;br /&gt;
|Configures an IPv6 RIP routing process and enters router&lt;br /&gt;
configuration mode for the IPv6 RIP routing process.&lt;br /&gt;
*Use the word argument to identify a specific IPv6 RIP&lt;br /&gt;
routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039;   \&lt;br /&gt;
&#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1&lt;br /&gt;
default-information originate&lt;br /&gt;
|(Optional) Originates the IPv6 default route (::/0) into the&lt;br /&gt;
specified RIP routing process updates sent out of the&lt;br /&gt;
specified interface.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039; | &#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==IS-IS==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSPFv3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router ospfv3&#039;&#039;&#039; &#039;&#039;[process-id]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router ospfv3 1&lt;br /&gt;
|Enables OSPFv3 router configuration mode for the IPv4 or&lt;br /&gt;
IPv6 address family.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# area 1&lt;br /&gt;
|Configures the OSPFv3 area.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# auto-cost&lt;br /&gt;
reference-bandwidth 1000&lt;br /&gt;
|Controls the reference value OSPFv3 uses when calculating&lt;br /&gt;
metrics for interfaces in an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# bfd all-interfaces&lt;br /&gt;
|Enables BFD for an OSPFv3 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
prefix-list prefix-list-name {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
[interface] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; paths |&lt;br /&gt;
redistribute protocol | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
ipv6-prefix]&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
Router(config-router)# default area 1&lt;br /&gt;
|Returns an OSPFv3 parameter to its default value.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# ignore lsa mospf&lt;br /&gt;
|Suppresses the sending of syslog messages when the router&lt;br /&gt;
receives LSA Type 6 multicast OSPFv3 packets, which are&lt;br /&gt;
unsupported.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# interface-id&lt;br /&gt;
snmp-if-index&lt;br /&gt;
|Configures OSPFv3 interfaces with Simple Network&lt;br /&gt;
Management Protocol (SNMP) MIB-II interface Index&lt;br /&gt;
(ifIndex) identification numbers in IPv4 and IPv6.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [detail]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# log-adjacency-changes&lt;br /&gt;
|Configures the router to send a syslog message when an&lt;br /&gt;
OSPFv3 neighbor goes up or down.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039;  interface-type&lt;br /&gt;
interface-number]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# passive-interface&lt;br /&gt;
default&lt;br /&gt;
|Suppresses sending routing updates on an interface when&lt;br /&gt;
using an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello  update&#039;&#039;&#039;} {queue-size &lt;br /&gt;
&#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# queue-depth update 1500&lt;br /&gt;
|Configures the number of incoming packets that the IPv4&lt;br /&gt;
OSPFv3 process can keep in its queue.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router-id&#039;&#039;&#039; {router-id}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# router-id 10.1.1.1&lt;br /&gt;
|Use a fixed router ID.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary Steps:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#. &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#. &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#.&#039;&#039;&#039; router ospfv3&#039;&#039;&#039; [process-id]&lt;br /&gt;
#. &#039;&#039;&#039;address-family ipv6 unicast&#039;&#039;&#039;&lt;br /&gt;
#. &#039;&#039;&#039;area&#039;&#039;&#039; area-ID &#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix/prefix-length&lt;br /&gt;
#. &#039;&#039;&#039;default&#039;&#039;&#039; {area area-ID [range ipv6-prefix | virtual-link router-id]} [default-information originate&lt;br /&gt;
[always | metric | metric-type | route-map] | distance | distribute-list prefix-list prefix-list-name&lt;br /&gt;
{in | out} [interface] | maximum-paths paths | redistribute protocol | summary-prefix&lt;br /&gt;
ipv6-prefix]&lt;br /&gt;
&lt;br /&gt;
7. &#039;&#039;&#039;default-information originate&#039;&#039;&#039; [always | metric metric-value | metric-type type-value | route-map&lt;br /&gt;
map-name]&lt;br /&gt;
&lt;br /&gt;
8. &#039;&#039;&#039;default-metric&#039;&#039;&#039; metric-value&lt;br /&gt;
&lt;br /&gt;
9. &#039;&#039;&#039;distance&#039;&#039;&#039; distance&lt;br /&gt;
&lt;br /&gt;
10. &#039;&#039;&#039;distribute-list prefix-list&#039;&#039;&#039; list-name {in [interface-type interface-number] | out routing-process&lt;br /&gt;
[as-number]}&lt;br /&gt;
&lt;br /&gt;
11.&#039;&#039;&#039; maximum-paths&#039;&#039;&#039; number-paths&lt;br /&gt;
&lt;br /&gt;
12. &#039;&#039;&#039;summary-prefix&#039;&#039;&#039; prefix [not-advertise | tag tag-value]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EIGRP==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
|Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 eigrp 1&lt;br /&gt;
|Enables EIGRP for IPv6 on a specified interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router eigrp 1&lt;br /&gt;
|Enters router configuration mode and creates an EIGRP&lt;br /&gt;
IPv6 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type&lt;br /&gt;
number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router# show ipv6 eigrp interfaces&lt;br /&gt;
|Displays information about interfaces configured for&lt;br /&gt;
EIGRP for IPv6.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;no shut&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;eigrp router-id&#039;&#039;&#039; &#039;&#039;ip-address&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting  IPv6==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|clear ipv6 rip&lt;br /&gt;
|Deletes routes from the IPv6 RIP routing table and, &lt;br /&gt;
if installed, routes in the IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|clear ipv6 route *&lt;br /&gt;
|Deletes all routes from teh IPv6 routing table&lt;br /&gt;
|-&lt;br /&gt;
|clear ipv6 route &lt;br /&gt;
2001:db8:c18:3::/64&lt;br /&gt;
|Clears this specific route from the IPv6 routing &lt;br /&gt;
table&lt;br /&gt;
|-&lt;br /&gt;
|clear ipv6 traffic&lt;br /&gt;
|Resets IPv6 traffic counters&lt;br /&gt;
|-&lt;br /&gt;
|debug ipv6 packet&lt;br /&gt;
|Displays debug messages for IPv6 packets&lt;br /&gt;
|-&lt;br /&gt;
|debug ipv6 rip&lt;br /&gt;
|Displays debug messages for IPv6 RIP routing transactions&lt;br /&gt;
|-&lt;br /&gt;
|debug ipv6 routing&lt;br /&gt;
|Displays debug messages for IPv6 routing table updates and route cache updates&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4711</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4711"/>
		<updated>2011-10-09T23:13:46Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Static Routing==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039;&lt;br /&gt;
{&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;] [&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Router(config)# ipv6 route ::/0 serial 2/0&lt;br /&gt;
| Configures a static IPv6 route&lt;br /&gt;
*A static default IPv6 route is being configured on a&lt;br /&gt;
serial interface.&lt;br /&gt;
&lt;br /&gt;
*See the syntax examples that immediately follow this&lt;br /&gt;
table for specific uses of the ipv6 route command for&lt;br /&gt;
&lt;br /&gt;
configuring static routes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039; {&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;] [&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; | &#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;]&lt;br /&gt;
[&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==RIPng==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
| Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1 enable&lt;br /&gt;
| Enables the specified IPv6 RIP routing process on an&lt;br /&gt;
interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# maximum-paths 1&lt;br /&gt;
|(Optional) Defines the maximum number of equal-cost&lt;br /&gt;
routes that IPv6 RIP can support&lt;br /&gt;
*The number-paths argument is an integer from 1 to 64.&lt;br /&gt;
The default for RIP is four paths.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 router rip process1&lt;br /&gt;
|Configures an IPv6 RIP routing process and enters router&lt;br /&gt;
configuration mode for the IPv6 RIP routing process.&lt;br /&gt;
*Use the word argument to identify a specific IPv6 RIP&lt;br /&gt;
routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039;   \&lt;br /&gt;
&#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1&lt;br /&gt;
default-information originate&lt;br /&gt;
|(Optional) Originates the IPv6 default route (::/0) into the&lt;br /&gt;
specified RIP routing process updates sent out of the&lt;br /&gt;
specified interface.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039; | &#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==IS-IS==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSPFv3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router ospfv3&#039;&#039;&#039; &#039;&#039;[process-id]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router ospfv3 1&lt;br /&gt;
|Enables OSPFv3 router configuration mode for the IPv4 or&lt;br /&gt;
IPv6 address family.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# area 1&lt;br /&gt;
|Configures the OSPFv3 area.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# auto-cost&lt;br /&gt;
reference-bandwidth 1000&lt;br /&gt;
|Controls the reference value OSPFv3 uses when calculating&lt;br /&gt;
metrics for interfaces in an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# bfd all-interfaces&lt;br /&gt;
|Enables BFD for an OSPFv3 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
prefix-list prefix-list-name {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
[interface] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; paths |&lt;br /&gt;
redistribute protocol | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
ipv6-prefix]&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
Router(config-router)# default area 1&lt;br /&gt;
|Returns an OSPFv3 parameter to its default value.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# ignore lsa mospf&lt;br /&gt;
|Suppresses the sending of syslog messages when the router&lt;br /&gt;
receives LSA Type 6 multicast OSPFv3 packets, which are&lt;br /&gt;
unsupported.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# interface-id&lt;br /&gt;
snmp-if-index&lt;br /&gt;
|Configures OSPFv3 interfaces with Simple Network&lt;br /&gt;
Management Protocol (SNMP) MIB-II interface Index&lt;br /&gt;
(ifIndex) identification numbers in IPv4 and IPv6.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [detail]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# log-adjacency-changes&lt;br /&gt;
|Configures the router to send a syslog message when an&lt;br /&gt;
OSPFv3 neighbor goes up or down.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039;  interface-type&lt;br /&gt;
interface-number]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# passive-interface&lt;br /&gt;
default&lt;br /&gt;
|Suppresses sending routing updates on an interface when&lt;br /&gt;
using an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello  update&#039;&#039;&#039;} {queue-size &lt;br /&gt;
&#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# queue-depth update 1500&lt;br /&gt;
|Configures the number of incoming packets that the IPv4&lt;br /&gt;
OSPFv3 process can keep in its queue.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router-id&#039;&#039;&#039; {router-id}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# router-id 10.1.1.1&lt;br /&gt;
|Use a fixed router ID.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary Steps:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3.&#039;&#039;&#039; router ospfv3&#039;&#039;&#039; [process-id]&lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;&#039;address-family ipv6 unicast&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;&#039;area&#039;&#039;&#039; area-ID &#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix/prefix-length&lt;br /&gt;
&lt;br /&gt;
6. &#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
prefix-list prefix-list-name {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
[interface] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; paths |&lt;br /&gt;
redistribute protocol | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
ipv6-prefix]&lt;br /&gt;
&lt;br /&gt;
7. &#039;&#039;&#039;default-information originate&#039;&#039;&#039; [always | metric metric-value | metric-type type-value | route-map&lt;br /&gt;
map-name]&lt;br /&gt;
&lt;br /&gt;
8. &#039;&#039;&#039;default-metric&#039;&#039;&#039; metric-value&lt;br /&gt;
&lt;br /&gt;
9. &#039;&#039;&#039;distance&#039;&#039;&#039; distance&lt;br /&gt;
&lt;br /&gt;
10. &#039;&#039;&#039;distribute-list prefix-list&#039;&#039;&#039; list-name {in [interface-type interface-number] | out routing-process&lt;br /&gt;
[as-number]}&lt;br /&gt;
&lt;br /&gt;
11.&#039;&#039;&#039; maximum-paths&#039;&#039;&#039; number-paths&lt;br /&gt;
&lt;br /&gt;
12. &#039;&#039;&#039;summary-prefix&#039;&#039;&#039; prefix [not-advertise | tag tag-value]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EIGRP==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
|Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 eigrp 1&lt;br /&gt;
|Enables EIGRP for IPv6 on a specified interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router eigrp 1&lt;br /&gt;
|Enters router configuration mode and creates an EIGRP&lt;br /&gt;
IPv6 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type&lt;br /&gt;
number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router# show ipv6 eigrp interfaces&lt;br /&gt;
|Displays information about interfaces configured for&lt;br /&gt;
EIGRP for IPv6.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;no shut&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;eigrp router-id&#039;&#039;&#039; &#039;&#039;ip-address&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4710</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4710"/>
		<updated>2011-10-09T23:00:32Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Static Routing==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039;&lt;br /&gt;
{&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; |&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;] [&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Router(config)# ipv6 route ::/0 serial 2/0&lt;br /&gt;
| Configures a static IPv6 route&lt;br /&gt;
*A static default IPv6 route is being configured on a&lt;br /&gt;
serial interface.&lt;br /&gt;
&lt;br /&gt;
*See the syntax examples that immediately follow this&lt;br /&gt;
table for specific uses of the ipv6 route command for&lt;br /&gt;
&lt;br /&gt;
configuring static routes.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 route&#039;&#039;&#039; &#039;&#039;ipv6-prefix/prefix-length&#039;&#039; {&#039;&#039;ipv6-address&#039;&#039; | &#039;&#039;interface-type interface-number&#039;&#039;&lt;br /&gt;
[&#039;&#039;ipv6-address&#039;&#039;]} [&#039;&#039;administrative-distance&#039;&#039;] [&#039;&#039;administrative-multicast-distance&#039;&#039; | &#039;&#039;&#039;&#039;&#039;unicast&#039;&#039;&#039;&#039;&#039; | &#039;&#039;&#039;&#039;&#039;multicast&#039;&#039;&#039;&#039;&#039;]&lt;br /&gt;
[&#039;&#039;&#039;&#039;&#039;tag&#039;&#039;&#039;&#039;&#039; &#039;&#039;tag&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==RIPng==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
| Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1 enable&lt;br /&gt;
| Enables the specified IPv6 RIP routing process on an&lt;br /&gt;
interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# maximum-paths 1&lt;br /&gt;
|(Optional) Defines the maximum number of equal-cost&lt;br /&gt;
routes that IPv6 RIP can support&lt;br /&gt;
*The number-paths argument is an integer from 1 to 64.&lt;br /&gt;
The default for RIP is four paths.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 router rip process1&lt;br /&gt;
|Configures an IPv6 RIP routing process and enters router&lt;br /&gt;
configuration mode for the IPv6 RIP routing process.&lt;br /&gt;
*Use the word argument to identify a specific IPv6 RIP&lt;br /&gt;
routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039;   \&lt;br /&gt;
&#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 rip process1&lt;br /&gt;
default-information originate&lt;br /&gt;
|(Optional) Originates the IPv6 default route (::/0) into the&lt;br /&gt;
specified RIP routing process updates sent out of the&lt;br /&gt;
specified interface.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router rip&#039;&#039;&#039; &#039;&#039;word&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;maximum-paths&#039;&#039;&#039; &#039;&#039;number-paths&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 rip&#039;&#039;&#039; &#039;&#039;name&#039;&#039; &#039;&#039;&#039;default-information&#039;&#039;&#039; {&#039;&#039;&#039;only&#039;&#039;&#039; | &#039;&#039;&#039;originate&#039;&#039;&#039;} [&#039;&#039;&#039;metric&#039;&#039;&#039; &#039;&#039;metric-value&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
==IS-IS==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSPFv3==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router ospfv3&#039;&#039;&#039; &#039;&#039;[process-id]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router ospfv3 1&lt;br /&gt;
|Enables OSPFv3 router configuration mode for the IPv4 or&lt;br /&gt;
IPv6 address family.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;default-cost&#039;&#039;&#039; | &#039;&#039;&#039;nssa&#039;&#039;&#039; | &#039;&#039;&#039;stub&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# area 1&lt;br /&gt;
|Configures the OSPFv3 area.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;auto-cost reference-bandwidth&#039;&#039;&#039; &#039;&#039;Mbps&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# auto-cost&lt;br /&gt;
reference-bandwidth 1000&lt;br /&gt;
|Controls the reference value OSPFv3 uses when calculating&lt;br /&gt;
metrics for interfaces in an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;bfd all-interfaces&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# bfd all-interfaces&lt;br /&gt;
|Enables BFD for an OSPFv3 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;default&#039;&#039;&#039; {&#039;&#039;&#039;area&#039;&#039;&#039; area-ID [&#039;&#039;&#039;range&#039;&#039;&#039; ipv6-prefix |&lt;br /&gt;
&#039;&#039;&#039;virtual-link&#039;&#039;&#039; router-id]} [&#039;&#039;&#039;default-information&lt;br /&gt;
originate&#039;&#039;&#039; [&#039;&#039;&#039;always&#039;&#039;&#039; | &#039;&#039;&#039;metric&#039;&#039;&#039; | &#039;&#039;&#039;metric-type&#039;&#039;&#039; |&lt;br /&gt;
&#039;&#039;&#039;route-map&#039;&#039;&#039;] | &#039;&#039;&#039;distance&#039;&#039;&#039; | &#039;&#039;&#039;distribute-list&#039;&#039;&#039;&lt;br /&gt;
prefix-list prefix-list-name {&#039;&#039;&#039;in&#039;&#039;&#039; | &#039;&#039;&#039;out&#039;&#039;&#039;}&lt;br /&gt;
[interface] | &#039;&#039;&#039;maximum-paths&#039;&#039;&#039; paths |&lt;br /&gt;
redistribute protocol | &#039;&#039;&#039;summary-prefix&#039;&#039;&#039;&lt;br /&gt;
ipv6-prefix]&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
Router(config-router)# default area 1&lt;br /&gt;
|Returns an OSPFv3 parameter to its default value.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ignore lsa mospf&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# ignore lsa mospf&lt;br /&gt;
|Suppresses the sending of syslog messages when the router&lt;br /&gt;
receives LSA Type 6 multicast OSPFv3 packets, which are&lt;br /&gt;
unsupported.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;interface-id snmp-if-index&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# interface-id&lt;br /&gt;
snmp-if-index&lt;br /&gt;
|Configures OSPFv3 interfaces with Simple Network&lt;br /&gt;
Management Protocol (SNMP) MIB-II interface Index&lt;br /&gt;
(ifIndex) identification numbers in IPv4 and IPv6.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;log-adjacency-changes&#039;&#039;&#039; [detail]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# log-adjacency-changes&lt;br /&gt;
|Configures the router to send a syslog message when an&lt;br /&gt;
OSPFv3 neighbor goes up or down.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;passive-interface&#039;&#039;&#039; [&#039;&#039;&#039;default&#039;&#039;&#039;  interface-type&lt;br /&gt;
interface-number]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# passive-interface&lt;br /&gt;
default&lt;br /&gt;
|Suppresses sending routing updates on an interface when&lt;br /&gt;
using an IPv4 OSPFv3 process.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;queue-depth&#039;&#039;&#039; {&#039;&#039;&#039;hello  update&#039;&#039;&#039;} {queue-size &lt;br /&gt;
&#039;&#039;&#039;unlimited&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# queue-depth update 1500&lt;br /&gt;
|Configures the number of incoming packets that the IPv4&lt;br /&gt;
OSPFv3 process can keep in its queue.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;router-id&#039;&#039;&#039; {router-id}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# router-id 10.1.1.1&lt;br /&gt;
|Use a fixed router ID.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary Steps:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. enable&lt;br /&gt;
&lt;br /&gt;
2. configure terminal&lt;br /&gt;
&lt;br /&gt;
3. router ospfv3 [process-id]&lt;br /&gt;
&lt;br /&gt;
4. address-family ipv6 unicast&lt;br /&gt;
&lt;br /&gt;
5. area area-ID range ipv6-prefix/prefix-length&lt;br /&gt;
&lt;br /&gt;
6. default {area area-ID [range ipv6-prefix | virtual-link router-id]} [default-information originate&lt;br /&gt;
[always | metric | metric-type | route-map] | distance | distribute-list prefix-list prefix-list-name&lt;br /&gt;
{in | out} [interface] | maximum-paths paths | redistribute protocol | summary-prefix&lt;br /&gt;
ipv6-prefix]&lt;br /&gt;
&lt;br /&gt;
7. default-information originate [always | metric metric-value | metric-type type-value | route-map&lt;br /&gt;
map-name]&lt;br /&gt;
&lt;br /&gt;
8. default-metric metric-value&lt;br /&gt;
&lt;br /&gt;
9. distance distance&lt;br /&gt;
&lt;br /&gt;
10. distribute-list prefix-list list-name {in [interface-type interface-number] | out routing-process&lt;br /&gt;
[as-number]}&lt;br /&gt;
11. maximum-paths number-paths&lt;br /&gt;
&lt;br /&gt;
12. summary-prefix prefix [not-advertise | tag tag-value]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==EIGRP==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# ipv6 unicast-routing&lt;br /&gt;
|Enables the forwarding of IPv6 unicast datagrams&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 eigrp 1&lt;br /&gt;
|Enables EIGRP for IPv6 on a specified interface&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router eigrp 1&lt;br /&gt;
|Enters router configuration mode and creates an EIGRP&lt;br /&gt;
IPv6 routing process&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type&lt;br /&gt;
number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router# show ipv6 eigrp interfaces&lt;br /&gt;
|Displays information about interfaces configured for&lt;br /&gt;
EIGRP for IPv6.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Summary Steps====&lt;br /&gt;
&lt;br /&gt;
#&#039;&#039;&#039;enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;configure terminal&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 unicast-routing&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;interface&#039;&#039;&#039; &#039;&#039;type number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;no shut&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 enable&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;ipv6 router eigrp&#039;&#039;&#039; &#039;&#039;as-number&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;eigrp router-id&#039;&#039;&#039; &#039;&#039;ip-address&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;exit&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;show ipv6 eigrp&#039;&#039;&#039; [&#039;&#039;as-number&#039;&#039;] &#039;&#039;&#039;interfaces&#039;&#039;&#039; [&#039;&#039;type number&#039;&#039;] [&#039;&#039;&#039;detail&#039;&#039;&#039;]&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4709</id>
		<title>IPv6 Routing Protocol Configurations</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=IPv6_Routing_Protocol_Configurations&amp;diff=4709"/>
		<updated>2011-10-09T21:42:24Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Setting up IPv6 protocols.&amp;#039;&amp;#039;&amp;#039;    &amp;#039;&amp;#039;All commands include an example address/es and router name/s.&amp;#039;&amp;#039;   &amp;#039;&amp;#039;&amp;#039;IPv6 ROUTING TYPES&amp;#039;&amp;#039;&amp;#039;  • Static  • RIPng  • IS-IS for IPv6  • O...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Setting up IPv6 protocols.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;All commands include an example address/es and router name/s.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IPv6 ROUTING TYPES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• Static&lt;br /&gt;
&lt;br /&gt;
• RIPng&lt;br /&gt;
&lt;br /&gt;
• IS-IS for IPv6&lt;br /&gt;
&lt;br /&gt;
• OSPFv3 &lt;br /&gt;
&lt;br /&gt;
• MP-BGP &lt;br /&gt;
&lt;br /&gt;
• EIGRP for IPv6&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Static Routing&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| Austin(config)#ipv6 route&lt;br /&gt;
2001:db8:c18:3:/64&lt;br /&gt;
&lt;br /&gt;
2001:db8:c18:2:/64&lt;br /&gt;
| Creates a static route configured to send all packets &lt;br /&gt;
to a next-hop address of 2011:db8:c18:2::2&lt;br /&gt;
|-&lt;br /&gt;
| Austin(config)#ipv6 route&lt;br /&gt;
2001:db8:c18:3:/64 fastethernet &lt;br /&gt;
&lt;br /&gt;
0/0&lt;br /&gt;
| Creates a directly attached static route configured to&lt;br /&gt;
send packets out interface fastethernet 0/0&lt;br /&gt;
|-&lt;br /&gt;
| Austin(config)#ipv6 route &lt;br /&gt;
2001:db8:c18:3:/64 fastethernet &lt;br /&gt;
&lt;br /&gt;
0/0 2001:db8:c18:2:::2&lt;br /&gt;
| Creates a fully specified static route on a broadcast &lt;br /&gt;
interface&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RIPng&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| Router(config)#interface&lt;br /&gt;
serial 0/0&lt;br /&gt;
| Moves to interface configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| Router(config-if)#ipv6 rip tower&lt;br /&gt;
enable&lt;br /&gt;
| Creates the RIPng process named tower and enables &lt;br /&gt;
RIPng on the interface&lt;br /&gt;
|-&lt;br /&gt;
| Router(config)#ipv6 router rip &lt;br /&gt;
tower &lt;br /&gt;
| Creates the RIPng process named tower if it has &lt;br /&gt;
not already been created, and moves to router &lt;br /&gt;
&lt;br /&gt;
configuration mode&lt;br /&gt;
|-&lt;br /&gt;
|Router(config-router)#maximum-&lt;br /&gt;
paths 2&lt;br /&gt;
|Defines the maximum number of equal-cost routes &lt;br /&gt;
that RIPng can support&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IS-IS&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Command&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;router isis&#039;&#039;&#039; &#039;&#039;area-tag&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config)# router isis area2&lt;br /&gt;
| Enables IS-IS for the specified IS-IS routing process, and&lt;br /&gt;
enters router configuration mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;net&#039;&#039;&#039; &#039;&#039;network-entity-title&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-router)# net&lt;br /&gt;
49.0001.0000.0000.000c.00&lt;br /&gt;
| Configures an IS-IS network entity title (NET) for the&lt;br /&gt;
routing process.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;ipv6 router isis&#039;&#039;&#039; &#039;&#039;area-name&#039;&#039;&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039;&lt;br /&gt;
Router(config-if)# ipv6 router isis area2&lt;br /&gt;
| Enables the specified IPv6 IS-IS routing process on an&lt;br /&gt;
interface.&lt;br /&gt;
configuration mode&lt;br /&gt;
|-&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Capture.JPG&amp;diff=4708</id>
		<title>File:Capture.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Capture.JPG&amp;diff=4708"/>
		<updated>2011-10-09T21:14:27Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: uploaded a new version of &amp;amp;quot;File:Capture.JPG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test test&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=File:Capture.JPG&amp;diff=4704</id>
		<title>File:Capture.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=File:Capture.JPG&amp;diff=4704"/>
		<updated>2011-10-09T21:01:00Z</updated>

		<summary type="html">&lt;p&gt;RottenJeeves: test test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test test&lt;/div&gt;</summary>
		<author><name>RottenJeeves</name></author>
	</entry>
</feed>