![Cisco Nexus 3548 series Command Reference Manual Download Page 51](http://html.mh-extra.com/html/cisco/nexus-3548-series/nexus-3548-series_command-reference-manual_2609162051.webp)
31
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
area nssa (OSPF)
Examples
This example shows how to configure area 1 as an NSSA area:
switch#
configure terminal
switch(config)#
router ospf 10
switch(config-router)#
area 1 nssa
switch(config-router)#
This example shows how to configure area 1 as an NSSA area and translate Type 7 LSAs from area 1 to
Type 5 LSAs, but not place the Type 7 forwarding address into the Type 5 LSAs. (OSPF places 0.0.0.0
as the forwarding address in the Type 5 LSAs.)
switch#
configure terminal
switch(config)#
router ospf 2
switch(config-router)#
area 1 nssa translate type7 suppress-fa
switch(config-router)#
Related Commands
Command
Description
copy running-config
startup-config
Saves the configuration changes to the startup configuration file.
redistribute
Redistributes routes learned from one routing protocol to another routing
protocol domain.
show ip ospf
Displays OSPF information.