01-18-2015 04:20 AM - edited 03-05-2019 12:35 AM
I came across an error during one of my exams for a OSPF SIM. I kept getting the error message "%OSPF-4-NORTRID: OSPF Process 1 cannot start. There must be at least one "up" IP interface, for OSPF to use as router ID"
I checked all the interfaces, and they were all up. I know it has to do with the RID, but I'm a little confused as to what. Isn't the RID selected by the highest loopback address, and if that's not available it goes to the high physical address? Which in this case is up. So I'm confused why I got that error, which prevented me from finishing the SIM, as I needed to get OSPF up on that router.
l think to fix that issue, I had to use the router-id command and just make up a value. Is this correct?
01-18-2015 04:59 AM
You should not, as far as I am aware, have had to explicitly set the router id.
OSPF will not start if it cannot find at least one interface with an IP address that is up.
If you did have interfaces that were up with IP addresses then I suspect it may be an issue with your simulator.
Jon
01-18-2015 05:21 AM
One factor to consider is the number of OSPF processes running. When there are multiple processes each must have a unique RID. I have had the experience of having two interfacees up, trying to configure a third process and getting the no RID error.
HTH
Rick
01-18-2015 05:28 AM
Very good to know, which leads me to believe my mistake might of caused the problem.
Thanks for the quick responses and advice guys. Much appreciated!!
01-18-2015 05:27 AM
I didn't think so, that's why I was confused. Now I did make a mistake with the area, and I went back and created another area. So I ended up with two areas. I then removed the incorrect one and left only the required area. I wonder if that messed up the simulator.
I guess I need to be super careful on making mistakes, because I'm sure I lost points on that one. Bummer.
10-23-2017 09:57 AM
I had exactly this problem today and I failed the route exam as I could not get this SIMM to work.. Please explain what the fix was and does the SIMM allow us to rectify the problem ?
10-23-2017 10:21 AM - edited 10-23-2017 10:25 AM
Hi
OSPF will not work if you don't have any IP address configured and "UP", it is used by OSPF in order to assign the router-id .
It can be fixed if you set up a loopback interface, example
interface loopback 0
ip address 1.1.1.1 255.255.255.255
If you execute a show ip interface brief, it should be seen UP.
Hope it is useful
:-)
10-23-2017 12:30 PM
Hi thanks for that...I actually configured an IP address 172.16.249.250 /32 on the loopback interface and it still didn't work ????
also the S0/0 interface was up up and it had 172.16.14.5/30 on it and I could ping the next hop directly connected device .6/30... int s0/0 said it had process ID 1 I actually though it was a glitch or bug on the SIMM where I was just stuck as I should have created ID 31 FIRST... added the networks and then remove OPSF 1. So is it a glitch where we are unable to recover from on the SIMM ?
10-23-2017 01:09 PM
Hi
mmm it could be, did you try configuring the router id manually? Or if the router-id was the same with other OSPF router?
01-15-2021 12:35 AM
In case you have multiple OSPF processes, they could be contesting for the only configured loopback interface. Perhaps you could undo the new ospf process, create an additional loopback then restart the new ospf process
09-27-2021 05:16 PM
I had the same issue, but it was fixed by running the command no shutdown in the interface connected to other router
09-29-2021 11:06 AM
Thanks for sharing your experience. Sounds like your issue was that the interface whose IP address OSPF wanted to use as RID was not up. The interface must be in the up/up state for its address to be used as RID.
09-30-2021 12:33 AM - edited 09-30-2021 12:35 AM
Hello
you don’t need to create a routerid as the ospf will select as you said on loopback or available interface which is in a up/up state
I wonder or is it possible when you checked your interfaces you may have had them up but line protocols down (up/down) and then enabling the interface on the other side of the connection corrected the ospf state?
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