22.05.2017 Views

nx.os.and.cisco.nexus.switching.2nd.edition.1587143046

Nexus Switching 2nd Edition

Nexus Switching 2nd Edition

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

extremely valuable when troubleshooting network issues.<br />

OSPFv3 Configuration<br />

OSPFv3 is a new version of OSPF based on RFC 5340, which brings support for IPv6.<br />

Unlike EIGRP, OSPFv3 requires a separate configuration stanza, router <strong>os</strong>pfv3 for IPv6<br />

configurations. OSPFv3 leverages a separate feature than OSPFv2, feature <strong>os</strong>pfv3. IPv6<br />

configuration elements for OSPF features discussed earlier in this chapter, such as<br />

summarization <strong>and</strong> redistribution, follow similar configuration guidelines; however, they are<br />

outside the scope of this book. This section focuses on basic OSPFv3 configuration <strong>and</strong><br />

verification.<br />

Similar to OSPFv2, enabling OSPFv3 is a multistep process. The first step in OSPFv3<br />

configuration is to enable the feature by executing the feature <strong>os</strong>pfv3 comm<strong>and</strong>. The<br />

process of enabling this specific feature is the same as discussed earlier in this chapter for<br />

OSPFv2. After the feature is enabled, the next step in the process is to configure the<br />

OSPFv3 router process. It is also m<strong>and</strong>atory to configure a router-id as part of the<br />

configuration process, as shown in Example 3-69.<br />

Example 3-69. Configuring the OSPFv3 Process <strong>and</strong> Router-ID Using an Alphanumeric<br />

Process ID<br />

Click here to view code image<br />

Congo# config t<br />

Enter configuration comm<strong>and</strong>s, one per line. End with<br />

CNTL/Z.<br />

Congo(config)# router <strong>os</strong>pfv3 DataCenter1<br />

Congo(config-router)# router-id 192.168.1.1<br />

Now that the feature, routing process, <strong>and</strong> router-id have been configured, the next step is to<br />

add IPv6-enabled interfaces to the OSPFv3 process.<br />

Example 3-70 shows the addition of an SVI to the OSPFv3 DataCenter1 <strong>and</strong> verification<br />

that the configuration was successful.<br />

Example 3-70. Configuring an Interface for OSPFv3<br />

Click here to view code image<br />

Congo(config)# int vlan 10<br />

Congo(config-if)# ipv6 router <strong>os</strong>pfv3 DataCenter1 area 0<br />

Congo(config-if)# sh <strong>os</strong>pfv3 interface vlan 10<br />

Vlan10 is up, line protocol is up<br />

IPv6 address 3000:ab8::1/64

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!