|
|
| JayDot 2005-11-14, 8:40 am |
| OSPF Router ID/Loopbackquestion
Router 1 & Router 2 have been rebooted same time...
Router 1 Config
router ospf 10
router-id 1.1.1.1
the loopback address 10.1.1.1.
Router 2
loopback is 10.1.1.2
What is Router 1 ID
Is it the highest Loopback Config
or does the Router ID config take the ID
?????? Test King Question/Answer says the
Loopback is the router ID even with then Router-id 1.1.1.1 config on router 1
is that correct??? | |
|
|
| johnaspen 2005-11-14, 5:18 pm |
| I'm sure Darth's got it with that link.
As a second source, here's the Cisco Press BSCI book info:
"...loopback interface with the highest IP address will be selected if no RID has been configured."
That's a round-about way of saying the router-id command over-rules loopbacks.
RID > loopback > physical
It's good that you're sharp enough to catch that mistake in TK. They are far from reliable and a very shady operation. | |
| JimmyD 2005-11-14, 8:37 pm |
| quote: Originally posted by JayDot
OSPF Router ID/Loopbackquestion
Router 1 & Router 2 have been rebooted same time...
Router 1 Config
router ospf 10
router-id 1.1.1.1
the loopback address 10.1.1.1.
Router 2
loopback is 10.1.1.2
What is Router 1 ID
Is it the highest Loopback Config
or does the Router ID config take the ID
?????? Test King Question/Answer says the
Loopback is the router ID even with then Router-id 1.1.1.1 config on router 1
is that correct???
Actually, if the router-id is put in after the router is booted, the loopback will be the OSPF router id. The router id is selected at the time router ospf 10 is entered. Putting in the router-id command will not change a running OSPF process. This is something that will bite you in the butt in the field. |
|
|
|