QUICK OSPF QUESTION...
I am trying to verify my simple OSPF configuration on the Boson Sim. and I have a question about the Router ID (RID). While viewing the "show ip ospf" command, I noticed that the router ID for one of my routers was the highest IP in the area. Lammle says the RID should be the highest IP on the router's loopback interface and if no loopback is configured then it is the highest IP of all active interfaces. Does that mean all active interfaces in the area or on the physical router's interfaces? Notice the RID is a OSPF learned subnet and not directly connected. Here is the output:
lab_A#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default
U - per-user static route
Gateway of last resort is not set
C 192.168.10.0 is directly connected, FastEthernet0/0
C 192.168.20.0 is directly connected, Serial0
O 192.168.30.0 [110/65] via 192.168.20.2, 00:00:28, Serial0
O 192.168.40.0 [110/65] via 192.168.20.2, 00:00:31, Serial0
O 192.168.50.0 [110/193] via 192.168.20.2, 00:00:18, Serial0
lab_A#show ip ospf
Routing Process "ospf 112" with ID 192.168.50.1 Supports only single TOS(TOS0) routes
SPF schedule delay 5 secs, Hold time between two SPFs 10 secs
Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs
Number of external LSA 0. Checksum Sum 0x0
Number of DCbitless external LSA 0
Number of DoNotAge external LSA 0
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
area BACKBONE(0)
Number of interfaces in this area is 2
Area has no authentication
SPF algorithm executed 4 times
Area ranges are
Number of LSA 4. Checksum Sum 0x2212D
Number of DCbitless LSA 0
Number of indication LSA 0
Number of DoNotAge LSA 0
Lab_A#show ip ospf data
OSPF Router with ID (192.168.20.1) (Process ID 112)
Router Link States (Area 0)
Link ID ADV Router Age Seq# Checksum Link count
192.168.20.2 192.168.20.2 1418 0x80000003 0x9084 1
Net Link States (Area 0)
Link ID ADV Router Age Seq# Checksum
192.168.20.2 192.168.20.2 1418 0x80000003 0x9084
But here it says the RID is 20.1 I can just see it now, a question on the test asking "How is the RID defined in OSPF?" Is the SIM buggy or is there more to it than what Lammle defines? Maybe the 50.1 in the show ip ospf output is the ID for the running process and not the Router ID?
Clarification would be appreciated. Thanks