ProSafe 7000 Managed Switch Software Administration Manual, Release 8.0.3
6-30
OSPF
v1.0, June 2010
b.
Enter the following information in the NSSA Area Configuration.
•
In the Area ID field, enter
0.0.0.1
.
•
Select the
Disable
in the Import Summary LSA’s field.
c.
Click
Add
to save the settings.
CLI: Configuring Area 1 as a nssa Area on A2
Enable routing on the switch.
(Netgear Switch) #config
(Netgear Switch) (Config)#ip routing
(Netgear Switch) (Config)#router ospf
Set the router id to 2.2.2.2.
(Netgear Switch) (Config-router)#router-id 2.2.2.2
Configure the area 0.0.0.1 as a nssa area.
(Netgear Switch) (Config-router)# area 0.0.0.1 nssa
Redistribute the rip routes into the OSPF.
(Netgear Switch) (Config-router)#redistribute rip
(Netgear Switch) (Config-router)#redistribute rip subnets
Enable OSPF area 0.0.0.1 on the 1/0/15.
(Netgear Switch) (Config-router)#exit
(Netgear Switch) (Config)#interface 1/0/11
(Netgear Switch) (Interface 1/0/11)#routing
(Netgear Switch) (Interface 1/0/11)#ip address 192.168.30.1 255.255.255.0
(Netgear Switch) (Interface 1/0/11)#ip rip
(Netgear Switch) (Interface 1/0/11)#exit
(Netgear Switch) (Config)#interface 1/0/15
(Netgear Switch) (Interface 1/0/15)#routing
(Netgear Switch) (Interface 1/0/15)#ip address 192.168.20.2 255.255.255.0
(Netgear Switch) (Interface 1/0/15)#ip ospf
(Netgear Switch) (Interface 1/0/15)#ip ospf areaid 0.0.0.1