11-06-2020 08:13 AM
We have 2 instances running for OSPF, one in the global and other using student vrf.
I need to change to Area type from stub to nssa for instance associated with vrf.
Both global and student have config for area 16.
changing area 16 type for ospf 1 was not an issue, but only
router ospf 2 vrf STUDENTS area 0 authentication message-digest area 16 stub no-summary no passive-interface Vlan900 ip vrf forwarding STUDENTS ip address 172.19.16.50 255.255.255.252 router ospf 1 router-id 172.19.16.1 area 0 authentication message-digest area 16 nssa no-summary no passive-interface Vlan800
a
11-06-2020 08:24 AM
can you clear I don't get it.
you have two OSPF one in global and other in VRF,
both connect to area 0, you want to change global and vrf area 16 to different types, is that right?
11-06-2020 08:57 AM
@MHM Cisco World For global area was changed to nssa a while ago.
I was doing it now for vrf and i just spotted my mistake. I was doing 'no area 16' instead of 'no area 16 stub'.
Thanks
11-06-2020 10:00 AM
That’s a great job
11-06-2020 08:58 AM - edited 11-06-2020 09:02 AM
Hello @rajitoor55 ,
because you are changing the OSPF area type all OSPF adjacencies in area 16 of OSPF process 2 will be turned down in any case.
So if the CLI parser is suggesting you to remove OSPF configuration for interfaces in area 16 OSPF process 2 before deleting area 16 just do it.
interface vlan 900
no ip ospf 2 area 16
and so on
later you will add again the removed statements after having changed the area 16 type to nssa.
Edit:
I have seen you have found by yourself a solution to your issue thanks for your valuable feedback
no area 16 stub
area 16 nssa
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide