Cisco Nexus 7000 Series Configuration Manual page 191

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 7
Configuring OSPFv3
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
BEFORE YOU BEGIN
Create the necessary route maps used for redistribution.
Ensure that you have enabled the OSPF feature (see the
page
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
router ospfv3 instance-tag
Example:
switch(config)# router ospfv3 201
switch(config-router)#
Step 3
address-family ipv6 unicast
Example:
switch(config-router)# address-family
ipv6 unicast
switch(config-router-af)#
Step 4
redistribute {bgp id | direct | isis id
| rip id | static} route-map map-name
Example:
switch(config-router-af)# redistribute
bgp route-map FilterExternalBGP
OL-20002-02
7-13).
config t
router ospfv3 instance-tag
address-family ipv6 unicast
redistribute {bgp id | direct | isis id | rip id | static} route-map map-name
default-information originate [always] [route-map map-name]
default-metric cost
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
"Enabling the OSPFv3 Feature" section on
Purpose
Enters configuration mode.
Creates a new OSPFv3 instance with the configured
instance tag.
Enters IPv6 unicast address family mode.
Redistributes the selected protocol into OSPFv3,
through the configured route map.
Note
If you redistribute static routes, Cisco NX-OS
also redistributes the default static route.
Configuring Advanced OSPFv3
7-29

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents