OSPF setup issues

Hello, I am another new user. I may have posted this earlier, but I didn’t see my post (sorry if there’s a duplicate)

I am having issues setting up OSPF between vyOS routers. Hopefully this is an easy one.

I am following the example for OSPF outlined in this guide. However, when I use the command “set interfaces loopback address 1.1.1.1/32” I get the error:

“Configuration path: interface loopback address [1.1.1.1/32] is not valid
Set failed”

I tried other addresses: (5.5.5.5/32, 127.5.5.5/32, 127.5.5.0/24…)

For some reason the current loopback lo address is 127.5.5.5/24. I tried even tried that using the command to designate that address and I still received the same error.

Is there something I should be considering?

Any help appreciated, thank you.

set interfaces loopback lo address 1.1.1.1/32

Thank you Carl.

I was following the example down to the T, and it didn’t have the “lo”.

It worked.