
First we can start with changing it on R4:
R4(config)#router ospf 1
R4(config-router)#router-id 44.44.44.44
Reload or use “clear ip ospf process” command, for this to take effect
So we have to clear the OSPF process in order for this to take effect.
R4(config-router)#^Z
R4#clear ip ospf process
Reset ALL OSPF processes? [no]: y
R4#
Ok, we should now have a Router-ID of 44.44.44.44.
R4#sh ip ospf | inc ID
Routing Process “ospf 1″ with ID 44.44.44.44
Good. Time to recheck connectivity.
R4#ping 3.3.3.3 so lo 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
Packet sent with a source address of 4.4.4.4
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
R4#
Good, we can still ping R3 from R4. Now, let’s do the same thing on J2.









