
: Hi all,
I have found two ways to configure an ip address on the loopback interface which would be required for OSPF and Router ID.
router(config-if)#ip address 192.168.5.2 255.255.255.255
or
router(config-if)#ip address 192.168.5.2 255.255.255.0
I was quite sure that a netmask of 255.255.255.255 was supposed to be used, but am finding conflicts in the resources that I have looked up.
any comments would be appreciated
THANKS