I’d like to setup a test environment to test OSPF.
I have added a new instance and wanted to edit the “backbone” area to use my newly created instance.
But when I do so, by “/routing ospf area set instance=ospf1 backbone” I get the error “failure: can not change backbone area id”.
Well that is fine for me, but I didn’t want to change the area-id at all, I want to change the instance.
Am I missing something? How can I edit the instance of the default area?
Thank you!
Backbone area has a default 0.0.0.0 value of area-id. Others can be named with random letters as a names and ip address like form with decimal values as area-id’s.
This is a typical configuration of ABR OSPF router.
I do know that I can edit the default instance and area, but I wanted to create a new instance and use it in the backbone area.
I just hoped that there was a way to achieve that, with out using the default instance.
You wanted to have 2 instances running in the same area? Or you wanted the same area id used for different instances?
Basically, the named area “backbone” is more like an alias, the cli does not check to ensure that there is instance separation for the alias. You can use area 0 (0.0.0.0) and call it something else like backbone1, but the name backbone isn’t the area, it is just an alias, and it can not be duplicated.