Send document comments to nexus7k-docfeedback@cisco.com.
7-24
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 7 Configuring OSPFv3
Configuring Advanced OSPFv3
DETAILED STEPS
The following example shows how to create an NSSA that blocks all summary route updates:
switch# config t
switch(config)# router ospfv3 201
switch(config-router)# area 0.0.0.10 nssa no-summary
switch(config-router)# copy running-config startup-config
The following example shows how to create an NSSA that generates a default route;
switch# config t
switch(config)# router ospfv3 201
switch(config-router)# area 0.0.0.10 nssa default-info-originate
switch(config-router)# copy running-config startup-config
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters configuration mode.
Step 2
router ospfv3
instance-tag
Example:
switch(config)# router ospfv3 201
switch(config-router)#
Creates a new OSPFv3 instance with the configured
instance tag.
Step 3
area
area-id
nssa [no-redistribution]
[default-information-originate]
[route-map
map-name
]] [no-summary]
[translate type7 {always | never}
[suppress-fa]]
Example:
switch(config-router)# area 0.0.0.10
nssa
Creates this area as an NSSA.
Step 4
address-family ipv6 unicast
Example:
switch(config-router)# address-family
ipv6 unicast
switch(config-router-af)#
(Optional) Enters IPv6 unicast address family mode.
Step 5
area
area-id
default-cost
cost
Example:
switch(config-router-af)# area 0.0.0.10
default-cost 25
(Optional) Sets the cost metric for the default summary
route sent into this NSSA. The range is from 0 to
16777215.
Step 6
copy running-config startup-config
Example:
switch(config-router)# copy
running-config startup-config
(Optional) Saves this configuration change.