Implementing Ospf For Ipv6: Finding Feature Information
Implementing Ospf For Ipv6: Finding Feature Information
Implementing Ospf For Ipv6: Finding Feature Information
The Implementing OSPF for IPv6 module expands on Open Shortest Path First (OSPF) to provide
support for IPv6 routing prefixes. This module describes the concepts and tasks you need to implement
OSPF for IPv6 on your network.
Contents
• Prerequisites for Implementing OSPF for IPv6, page 2
• Restrictions for Implementing OSPF for IPv6, page 2
• Information About Implementing OSPF for IPv6, page 2
• How to Implement OSPF for IPv6, page 10
• Configuration Examples for Implementing OSPF for IPv6, page 28
• Additional References, page 29
• Feature Information for Implementing OSPF for IPv6, page 32
Americas Headquarters:
Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA 95134-1706 USA
Implementing OSPF for IPv6
Prerequisites for Implementing OSPF for IPv6
2
Implementing OSPF for IPv6
Information About Implementing OSPF for IPv6
3
Implementing OSPF for IPv6
Information About Implementing OSPF for IPv6
• Router LSAs (Type 1)—Describes the link state and costs of a router’s links to the area. These LSAs
are flooded within an area only. The LSA indicates if the router is an Area Border Router (ABR) or
Autonomous System Boundary Router (ASBR), and if it is one end of a virtual link. Type 1 LSAs
are also used to advertise stub networks. In OSPF for IPv6, these LSAs have no address information
and are network-protocol-independent. In OSPF for IPv6, router interface information may be
spread across multiple router LSAs. Receivers must concatenate all router LSAs originated by a
given router when running the SPF calculation.
• Network LSAs (Type 2)—Describes the link-state and cost information for all routers attached to
the network. This LSA is an aggregation of all the link-state and cost information in the network.
Only a designated router tracks this information and can generate a network LSA. In OSPF for IPv6,
network LSAs have no address information and are network-protocol-independent.
• Interarea-prefix LSAs for ABRs (Type 3)—Advertises internal networks to routers in other areas
(interarea routes). Type 3 LSAs may represent a single network or a set of networks summarized
into one advertisement. Only ABRs generate summary LSAs. In OSPF for IPv6, addresses for these
LSAs are expressed as prefix, prefix length instead of address, mask. The default route is expressed
as a prefix with length 0.
• Interarea-router LSAs for ASBRs (Type 4)—Advertise the location of an ASBR. Routers that are
trying to reach an external network use these advertisements to determine the best path to the next
hop. ASBRs generate Type 4 LSAs.
• Autonomous system external LSAs (Type 5)—Redistributes routes from another AS, usually from
a different routing protocol into OSPF. In OSPF for IPv6, addresses for these LSAs are expressed
as prefix, prefix length instead of address, mask. The default route is expressed as a prefix with
length 0.
• Link LSAs (Type 8)—Have local-link flooding scope and are never flooded beyond the link with
which they are associated. Link LSAs provide the link-local address of the router to all other routers
attached to the link, inform other routers attached to the link of a list of IPv6 prefixes to associate
with the link, and allow the router to assert a collection of Options bits to associate with the network
LSA that will be originated for the link.
• Intra-Area-Prefix LSAs (Type 9)—A router can originate multiple intra-area-prefix LSAs for each
router or transit network, each with a unique link-state ID. The link-state ID for each
intra-area-prefix LSA describes its association to either the router LSA or the network LSA and
contains prefixes for stub and transit networks.
An address prefix occurs in almost all newly defined LSAs. The prefix is represented by three fields:
PrefixLength, PrefixOptions, and Address Prefix. In OSPF for IPv6, addresses for these LSAs are
expressed as prefix, prefix length instead of address, mask. The default route is expressed as a prefix with
length 0. Type 3 and Type 9 LSAs carry all IPv6 prefix information that, in IPv4, is included in router
LSAs and network LSAs. The Options field in certain LSAs (router LSAs, network LSAs,
interarea-router LSAs, and link LSAs) has been expanded to 24 bits to provide support for OSPF in IPv6.
In OSPF for IPv6, the sole function of link-state ID in interarea-prefix LSAs, interarea-router LSAs, and
autonomous-system external LSAs is to identify individual pieces of the link-state database. All
addresses or router IDs that are expressed by the link-state ID in OSPF version 2 are carried in the body
of the LSA in OSPF for IPv6.
The link-state ID in network LSAs and link LSAs is always the interface ID of the originating router on
the link being described. For this reason, network LSAs and link LSAs are now the only LSAs whose
size cannot be limited. A network LSA must list all routers connected to the link, and a link LSA must
list all of the address prefixes of a router on the link.
4
Implementing OSPF for IPv6
Information About Implementing OSPF for IPv6
5
Implementing OSPF for IPv6
Information About Implementing OSPF for IPv6
administrative distance. In this case, the router chooses the path with the lowest cost (or metric) to the
destination. Each routing process calculates its cost differently and the costs may need to be manipulated
in order to achieve load balancing.
OSPF performs load balancing automatically in the following way. If OSPF finds that it can reach a
destination through more than one interface and each path has the same cost, it installs each path in the
routing table. The only restriction on the number of paths to the same destination is controlled by the
maximum-paths command. The default maximum paths is 16, and the range is from 1 to 64.
Caution Be careful when changing the defaults. Changing defaults will affect your OSPF for IPv6 network,
possibly adversely.
6
Implementing OSPF for IPv6
Information About Implementing OSPF for IPv6
The secure socket API is used by applications to secure traffic. The API needs to allow the application
to open, listen, and close secure sockets. The binding between the application and the secure socket layer
also allows the secure socket layer to inform the application of changes to the socket, such as connection
open and close events. The secure socket API is able to identify the socket; that is, it can identify the
local and remote addresses, masks, ports, and protocol that carry the traffic requiring security.
Each interface has a secure socket state, which can be one of the following:
• NULL: Do not create a secure socket for the interface if authentication is configured for the area.
• DOWN: IPsec has been configured for the interface (or the area that contains the interface), but
OSPF for IPv6 either has not requested IPsec to create a secure socket for this interface, or there is
an error condition.
• GOING UP: OSPF for IPv6 has requested a secure socket from IPsec and is waiting for a
CRYPTO_SS_SOCKET_UP message from IPsec.
• UP: OSPF has received a CRYPTO_SS_SOCKET_UP message from IPsec.
• CLOSING: The secure socket for the interface has been closed. A new socket may be opened for the
interface, in which case the current secure socket makes the transition to the DOWN state.
Otherwise, the interface will become UNCONFIGURED.
• UNCONFIGURED: Authentication is not configured on the interface.
OSPF will not send or accept packets while in the DOWN state.
For further information on IPsec, refer to the Implementing IPsec in IPv6 Security document.
7
Implementing OSPF for IPv6
Information About Implementing OSPF for IPv6
Because each network might have unique characteristics that require different settings to optimize actual
network performance, these are recommended values intended as a starting point for optimizing an
OSPFv3 network. Table 2 lists the recommended value settings for OSPF cost metrics.
8
Implementing OSPF for IPv6
Information About Implementing OSPF for IPv6
The default path costs were calculated using this formula, as noted in the following list. If these values
do not suit your network, you can use your own method of calculating path costs.
• 56-kbps serial link—Default cost is 1785.
• 64-kbps serial link—Default cost is 1562.
• T1 (1.544-Mbps serial link)—Default cost is 64.
• E1 (2.048-Mbps serial link)—Default cost is 48.
• 4-Mbps Token Ring—Default cost is 25.
• Ethernet—Default cost is 10.
• 16-Mbps Token Ring—Default cost is 6.
• FDDI—Default cost is 1.
• X25—Default cost is 5208.
• Asynchronous—Default cost is 10,000.
• ATM—Default cost is 1.
To illustrate these settings, the following example shows how OSPF cost metrics might be defined for a
VMI interface:
interface vmi1
ipv6 ospf cost dynamic weight throughput 0
ipv6 ospf cost dynamic weight resources 29
ipv6 ospf cost dynamic weight latency 29
ipv6 ospf cost dynamic weight L2-factor 29
9
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
For further information about SSO and nonstop forwarding (NSF), see the Stateful Switchover and
Cisco Nonstop Forwarding documents.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
4. ipv6 ospf process-id area area-id [instance instance-id]
10
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
DETAILED STEPS
Example:
Router# configure terminal
Step 3 interface type number Specifies an interface type and number, and places the
router in interface configuration mode.
Example:
Router(config)# interface ethernet 0/0
Step 4 ipv6 ospf process-id area area-id [instance Enables OSPF for IPv6 on an interface.
instance-id]
Example:
Router(config-if)# ipv6 ospf 1 area 0
This task explains how to consolidate or summarize routes for an OSPF area.
Prerequisites
OSPF for IPv6 routing must be enabled.
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 router ospf process-id
11
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
DETAILED STEPS
Example:
Router# configure terminal
Step 3 ipv6 router ospf process-id Enables OSPF router configuration mode.
Example:
Router(config)# ipv6 router ospf 1
Step 4 area area-id range ipv6-prefix/prefix-length Consolidates and summarizes routes at an area boundary.
[advertise | not-advertise] [cost cost]
Example:
Router(config-rtr)# area 1 range 2001:0DB8::/48
12
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
Prerequisites
Before you configure IPsec on an interface, you must configure OSPF for IPv6 on that interface.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
4. ipv6 ospf authentication ipsec spi spi md5 [key-encryption-type {key | null}]
DETAILED STEPS
Example:
Router# configure terminal
Step 3 interface type number Specifies an interface type and number, and places the
router in interface configuration mode.
Example:
Router(config)# interface ethernet 0/0
Step 4 ipv6 ospf authentication ipsec spi spi md5 Specifies the authentication type for an interface.
[key-encryption-type {key | null}]
Example:
Router(config-if)# ipv6 ospf authentication
ipsec spi 500 md5
1234567890abcdef1234567890abcdef
Prerequisites
Before you configure IPsec on an interface, you must configure OSPF for IPv6 on that interface.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
13
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
4. ipv6 ospf encryption {ipsec spi spi esp encryption-algorithm [[key-encryption-type] key]
authentication-algorithm [key-encryption-type] key | null}
DETAILED STEPS
Example:
Router# configure terminal
Step 3 interface type number Specifies an interface type and number, and places the
router in interface configuration mode.
Example:
Router(config)# interface ethernet 0/0
Step 4 ipv6 ospf encryption {ipsec spi spi esp Specifies the encryption type for an interface.
encryption-algorithm [[key-encryption-type]
key] authentication-algorithm
[key-encryption-type] key | null}
Example:
Router(config-if) ipv6 ospf encryption ipsec
spi 1001 esp null sha1
123456789A123456789B123456789C123456789D
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 router ospf process-id
4. area area-id authentication ipsec spi spi md5 [key-encryption-type] key
14
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
DETAILED STEPS
Example:
Router# configure terminal
Step 3 ipv6 router ospf process-id Enables OSPF router configuration mode.
Example:
Router(config)# ipv6 router ospf 1
Step 4 area area-id authentication ipsec spi spi md5 Enables authentication in an OSPF area.
[key-encryption-type] key
Example:
Router(config-rtr)# area 1 authentication ipsec
spi 678 md5 1234567890ABCDEF1234567890ABCDEF
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 router ospf process-id
4. area area-id encryption ipsec spi spi esp encryption-algorithm [[key-encryption-type] key]
authentication-algorithm [key-encryption-type] key
DETAILED STEPS
Example:
Router# configure terminal
15
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
Example:
Router(config)# ipv6 router ospf 1
Step 4 area area-id encryption ipsec spi spi esp Enables encryption in an OSPF area.
encryption-algorithm [[key-encryption-type]
key] authentication-algorithm
[key-encryption-type] key
Example:
Router(config-rtr)# area 1 encryption ipsec spi
500 esp null md5
1aaa2bbb3ccc4ddd5eee6fff7aaa8bbb
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 router ospf process-id
4. area area-id virtual-link router-id authentication ipsec spi spi authentication-algorithm
[key-encryption-type] key
5. area area-id virtual-link router-id encryption ipsec spi spi esp encryption-algorithm
[[key-encryption-type] key] authentication-algorithm [key-encryption-type] key
DETAILED STEPS
Example:
Router# configure terminal
Step 3 ipv6 router ospf process-id Enables OSPF router configuration mode.
Example:
Router(config)# ipv6 router ospf 1
16
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
Example:
Router(config-rtr)# area 1 virtual-link
10.0.0.1 authentication ipsec spi 940 md5
1234567890ABCDEF1234567890ABCDEF
Step 5 area area-id virtual-link router-id encryption Enables encryption for virtual links in an OSPF area.
ipsec spi spi esp encryption-algorithm
[[key-encryption-type] key]
authentication-algorithm [key-encryption-type]
key
Example:
Router(config-rtr)# area 1 virtual-link
10.1.0.1 hello-interval 2 dead-interval 10
encryption ipsec spi 3944 esp null sha1
123456789A123456789B123456789C123456789D
Prerequisites
Before you configure NBMA interfaces, you must perform the following tasks:
• Configure your network to be an NBMA network
• Identify each neighbor
Restrictions
• You cannot automatically detect neighbors when using NBMA interfaces. You must manually
configure your router to detect neighbors when using an NBMA interface.
• When configuring the ipv6 ospf neighbor command, the IPv6 address used must be the link-local
address of the neighbor.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface type number
17
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
DETAILED STEPS
Example:
Router# configure terminal
Step 3 interface type number Specifies an interface type and number, and places the
router in interface configuration mode.
Example:
Router(config)# interface serial 0
Step 4 frame-relay map ipv6 ipv6-address dlci Defines the mapping between a destination IPv6 address
[broadcast] [cisco] [ietf] [payload-compression and the data-link connection identifier (DLCI) used to
{packet-by-packet | frf9 stac
[hardware-options] | data-stream stac
connect to the destination address.
[hardware-options]}] • In this example, the NBMA link is frame relay. For
other kinds of NBMA links, different mapping
Example: commands are used.
Router(config-if)# frame-relay map ipv6
FE80::A8BB:CCFF:FE00:C01 120
Step 5 ipv6 ospf neighbor ipv6-address [priority Configures an OSPF for IPv6 neighboring router.
number] [poll-interval seconds] [cost number]
[database-filter all out]
Example:
Router(config-if) ipv6 ospf neighbor
FE80::A8BB:CCFF:FE00:C01
Configuring LSA and SPF Throttling for OSPF for IPv6 Fast Convergence
This task explains how to configure LSA and SPF throttling for the OSPF for IPv6 Fast Convergence
feature.
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 router ospf process-id
18
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
DETAILED STEPS
Example:
Router# configure terminal
Step 3 ipv6 router ospf process-id Enables OSPF router configuration mode.
Example:
Router(config)# ipv6 router ospf 1
Step 4 timers throttle spf spf-start spf-hold Turns on SPF throttling.
spf-max-wait
Example:
Router(config-rtr)# timers throttle spf 200 200
200
Step 5 timers throttle lsa start-interval Sets rate-limiting values for OSPF for IPv6 LSA
hold-interval max-interval generation.
Example:
Router(config-rtr)# timers throttle lsa 300 300
300
Step 6 timers lsa arrival milliseconds Sets the minimum interval at which the software accepts the
same LSA from OSPF neighbors.
Example:
Router(config-rtr)# timers lsa arrival 300
Step 7 timers pacing flood milliseconds Configures LSA flood packet pacing.
Example:
Router(config-rtr)# timers pacing flood 30
19
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 router ospf process-id
4. event-log [size [number of events]] [one-shot] [pause]
DETAILED STEPS
Example:
Router# configure terminal
Step 3 ipv6 router ospf process-id Enables OSPF router configuration mode.
Example:
Router(config)# ipv6 router ospf 1
Step 4 event-log [size [number of events]] [one-shot] Enables event logging.
[pause]
Example:
Router(config-rtr)# event-log size 10000
one-shot
SUMMARY STEPS
1. enable
2. clear ipv6 ospf [process-id] events
20
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
DETAILED STEPS
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 router ospf process-id
4. graceful-restart [restart-interval interval]
DETAILED STEPS
Example:
Router# configure terminal
21
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
Example:
Router(config)# ipv6 router ospf 1
Step 4 graceful-restart [restart-interval interval] Enables the OSPFv3 graceful restart feature on a
graceful-restart-capable router.
Example:
Router(config-rtr)# graceful-restart
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 router ospf process-id
4. graceful-restart helper {disable | strict-lsa-checking}
DETAILED STEPS
Example:
Router# configure terminal
Step 3 ipv6 router ospf process-id Enables OSPF router configuration mode.
Example:
Router(config)# ipv6 router ospf 1
Step 4 graceful-restart helper {disable | Enables the OSPFv3 graceful restart feature on a
strict-lsa-checking} graceful-restart-aware router.
Example:
Router(config-rtr)# graceful-restart helper
strict-lsa-checking
22
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
SUMMARY STEPS
1. enable
2. clear ipv6 ospf [process-id] {process | force-spf | redistribution}
Example:
Router# clear ipv6 ospf force-spf
SUMMARY STEPS
1. enable
2. show ipv6 ospf [process-id] [area-id] interface [interface-type interface-number]
3. show ipv6 ospf [process-id] [area-id]
4. show crypto ipsec policy [name policy-name]
5. show crypto ipsec sa [map map-name | address | identity | interface type number | peer
[vrf fvrf-name] address | vrf ivrf-name | ipv6 [interface-type interface-number]] [detail]
6. show ipv6 ospf [process-ID] event [generic | interface | lsa | neighbor | reverse | rib | spf]
23
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
DETAILED STEPS
Example:
Router# show ipv6 ospf interface
Step 3 show ipv6 ospf [process-id] [area-id] Displays general information about OSPF routing
processes.
Example:
Router# show ipv6 ospf
Step 4 show crypto ipsec policy [name policy-name] Displays the parameters for each IPsec parameter.
Example:
Router# show crypto ipsec policy
Step 5 show crypto ipsec sa [map map-name | address | Displays the settings used by current security associations
identity | interface type number | peer (SAs).
[vrf fvrf-name] address | vrf ivrf-name | ipv6
[interface-type interface-number]] [detail]
Example:
Router# show crypto ipsec sa ipv6
Step 6 show ipv6 ospf [process-ID] event [generic | Displays detailed information about OSPF for IPv6 events.
interface | lsa | neighbor | reverse | rib |
spf]
Example:
Router# show ipv6 ospf event spf
Examples
This section provides the following output examples:
• Sample Output from the show ipv6 ospf interface Command, page 24
• Sample Output from the show ipv6 ospf Command, page 26
• Sample Output from the show crypto ipsec policy Command, page 26
• Sample Output from the show crypto ipsec sa ipv6 Command, page 27
• Sample Output from the show ipv6 ospf graceful-restart Command, page 27
24
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
25
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
26
Implementing OSPF for IPv6
How to Implement OSPF for IPv6
inbound AH SAs:
spi:0x3E8(1000)
transform:ah-md5-hmac ,
in use settings ={Transport, }
slot:0, conn_id:2000, flow_id:1, crypto map:N/R
no sa timing (manual-keyed)
replay detection support:N
outbound AH SAs:
spi:0x3E8(1000)
transform:ah-md5-hmac ,
in use settings ={Transport, }
slot:0, conn_id:2001, flow_id:2, crypto map:N/R
no sa timing (manual-keyed)
replay detection support:N
27
Implementing OSPF for IPv6
Configuration Examples for Implementing OSPF for IPv6
interface Ethernet0/0
ipv6 enable
28
Implementing OSPF for IPv6
Additional References
Configuring LSA and SPF Throttling for OSPF for IPv6 Fast Convergence:
Example
The following example displays the configuration values for SPF and LSA throttling timers:
Router# show ipv6 ospf
Additional References
The following sections provide additional references related to the Implementing OSPF for IPv6 feature.
29
Implementing OSPF for IPv6
Additional References
Related Documents
Standards
Standards Title
No new or modified standards are supported by this —
feature, and support for existing standards has not been
modified by this feature.
MIBs
30
Implementing OSPF for IPv6
Additional References
RFCs
RFCs Title
RFC 2401 Security Architecture for the Internet Protocol
RFC 2402 IP Authentication Header
RFC 2406 IP Encapsulating Security Payload (ESP)
RFC 2740 OSPF for IPv6
RFC 4552 Authentication/Confidentiality for OSPFv3
RFC 5187 OSPFv3 Graceful Restart
Technical Assistance
Description Link
The Cisco Support website provides extensive online http://www.cisco.com/techsupport
resources, including documentation and tools for
troubleshooting and resolving technical issues with
Cisco products and technologies.
To receive security and technical information about
your products, you can subscribe to various services,
such as the Product Alert Tool (accessed from Field
Notices), the Cisco Technical Services Newsletter, and
Really Simple Syndication (RSS) Feeds.
Access to most tools on the Cisco Support website
requires a Cisco.com user ID and password.
31
Implementing OSPF for IPv6
Feature Information for Implementing OSPF for IPv6
Note Table 3 lists only the Cisco IOS software release that introduced support for a given feature in a given
Cisco IOS software release train. Unless noted otherwise, subsequent releases of that Cisco IOS
software release train also support that feature.
32
Implementing OSPF for IPv6
Feature Information for Implementing OSPF for IPv6
33
Implementing OSPF for IPv6
Feature Information for Implementing OSPF for IPv6
34
Implementing OSPF for IPv6
Feature Information for Implementing OSPF for IPv6
CCDE, CCENT, CCSI, Cisco Eos, Cisco Explorer, Cisco HealthPresence, Cisco IronPort, the Cisco logo, Cisco Nurse Connect, Cisco Pulse,
Cisco SensorBase, Cisco StackPower, Cisco StadiumVision, Cisco TelePresence, Cisco TrustSec, Cisco Unified Computing System, Cisco WebEx,
DCE, Flip Channels, Flip for Good, Flip Mino, Flipshare (Design), Flip Ultra, Flip Video, Flip Video (Design), Instant Broadband, and Welcome to
the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn, Cisco Capital, Cisco Capital (Design), Cisco:Financed
(Stylized), Cisco Store, Flip Gift Card, and One Million Acts of Green are service marks; and Access Registrar, Aironet, AllTouch, AsyncOS,
Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert
logo, Cisco IOS, Cisco Lumin, Cisco Nexus, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity,
Collaboration Without Limitation, Continuum, EtherFast, EtherSwitch, Event Center, Explorer, Follow Me Browsing, GainMaker, iLYNX, IOS,
iPhone, IronPort, the IronPort logo, Laser Link, LightStream, Linksys, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking
Academy, PCNow, PIX, PowerKEY, PowerPanels, PowerTV, PowerTV (Design), PowerVu, Prisma, ProConnect, ROSA, SenderBase, SMARTnet,
Spectrum Expert, StackWise, WebEx, and the WebEx logo are registered trademarks of Cisco and/or its affiliates in the United States and certain
other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply
a partnership relationship between Cisco and any other company. (1002R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses. Any examples, command
display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content
is unintentional and coincidental.
35
Implementing OSPF for IPv6
Feature Information for Implementing OSPF for IPv6
36